@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Old Mincho */
/* Zen Kaku Gothic */
/*
all ==========================================================================*/
.saijou .breadcrumbs span {
  color: #fff;
}
.saijou .direct__hallColumn {
  padding-block: 0.125rem 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .saijou .direct__hallColumn {
    padding-block: 0.125rem 2rem;
    margin-bottom: 1.5rem;
  }
}
.saijou .direct__hallColumn h1 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 2.25rem;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .saijou .direct__hallColumn h1 {
    font-size: clamp(1.45rem, 7.1vw, 2.25rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou .direct__hallColumn h1 {
    margin-top: 1.5rem;
  }
}
.saijou .direct__hallColumn--ttl {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.475rem;
  color: #fff;
  margin-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .saijou .direct__hallColumn--ttl {
    font-size: clamp(1rem, 4.65vw, 1.475rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou .direct__hallColumn--ttl {
    margin-block: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .saijou .direct__hallColumn .google__map {
    margin-top: 4%;
  }
}
.saijou__area {
  padding-block: 1rem;
}
@media screen and (max-width: 550px) {
  .saijou__area {
    padding-block: 0.5rem;
  }
}
.saijou__area .area__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 3.55rem;
  color: #084b72;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .saijou__area .area__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .saijou__area .area__ttl {
    font-size: clamp(2.5rem, 7.75vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__area .area__ttl {
    font-size: clamp(1.125rem, 7.1vw, 2.5rem);
    margin-bottom: 3%;
  }
}
.saijou__area .cate__ttl {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.675rem;
  color: #084b72;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .saijou__area .cate__ttl {
    font-size: clamp(1rem, 4.65vw, 1.675rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou__area .cate__ttl {
    margin-bottom: 1.25rem;
  }
}
.saijou__area .cate__ttl img {
  width: 70px;
  margin-right: 0.125rem;
  transform: translate(7px, -3px);
}
@media screen and (max-width: 768px) {
  .saijou__area .cate__ttl img {
    width: 5vw;
    transform: translate(7%, -6%);
  }
}
.saijou__area .cate__ttl::before, .saijou__area .cate__ttl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #084b72;
}
.saijou__area .cate__ttl::before {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .saijou__area .cate__ttl::before {
    margin-right: 0.5rem;
  }
}
.saijou__area .cate__ttl::after {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .saijou__area .cate__ttl::after {
    margin-left: 0.5rem;
  }
}
.saijou__area--article .thumbBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .saijou__area--article .thumbBlock {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock {
    flex-direction: column;
    gap: 4vw 0;
  }
}
.saijou__area--article .thumbBlock li {
  width: 23.5%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li {
    width: 100%;
    padding: 3%;
  }
}
.saijou__area--article .thumbBlock li .sp-hide {
  display: block;
  height: auto;
  width: 93%;
  margin: 0 auto;
  transform: translateY(-10px);
  margin-bottom: 1%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .sp-hide {
    display: none;
  }
}
.saijou__area--article .thumbBlock li .sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .sp-show {
    display: flex;
  }
}
.saijou__area--article .thumbBlock li .sp-show .left {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.saijou__area--article .thumbBlock li .sp-show .right {
  position: relative;
  width: 50%;
}
.saijou__area--article .thumbBlock li .sp-show .right::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.saijou__area--article .thumbBlock li .sp-show .right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  content: "もっと見る　▶︎";
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.5rem;
}
.saijou__area--article .thumbBlock li .sp-show .right img {
  display: block;
}
.saijou__area--article .thumbBlock li .content {
  padding: 3% 4% 9%;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .content {
    display: flex;
    align-items: center;
    padding: 3% 0 0;
  }
}
.saijou__area--article .thumbBlock li .content h3 {
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
  margin-bottom: 1%;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .thumbBlock li .content h3 {
    font-size: clamp(0.65rem, 2.025vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .content h3 {
    text-align: left;
    margin-right: 2%;
    font-size: clamp(0.55rem, 3.375vw, 0.8rem);
  }
}
.saijou__area--article .thumbBlock li .content p {
  font-size: 0.58rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  margin-bottom: 3%;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .thumbBlock li .content p {
    font-size: clamp(0.475rem, 1.4vw, 0.58rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .content p {
    text-align: left;
    font-size: clamp(0.4rem, 2vw, 0.65rem);
    margin-bottom: 0;
  }
}
.saijou__area--article .thumbBlock li .content p br {
  display: none;
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .content p br {
    display: block;
  }
}
.saijou__area--article .thumbBlock li .content a {
  position: relative;
  padding-inline: 12% 19%;
  padding-block: 0.45rem;
  font-size: clamp(0.5rem, 1.125vw, 0.55rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  background-color: #c4a436;
  transition: all 0.3s ease;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .thumbBlock li .content a {
    padding-block: 4%;
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .thumbBlock li .content a {
    font-size: clamp(0.38rem, 1.65vw, 0.875rem);
    padding-inline: 11% 27%;
    padding-block: 6%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .content a {
    font-size: clamp(0.3rem, 1.875vw, 0.875rem);
    margin-left: auto;
    padding-inline: 4.5% 7.5%;
    padding-block: 2%;
  }
}
.saijou__area--article .thumbBlock li .content a:hover::after {
  right: 7%;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .thumbBlock li .content a:hover::after {
    right: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .thumbBlock li .content a:hover::after {
    right: 4%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__area--article .thumbBlock li .content a:hover::after {
    right: 7%;
  }
}
.saijou__area--article .thumbBlock li .content a:visited, .saijou__area--article .thumbBlock li .content a:active {
  color: #fff;
}
.saijou__area--article .thumbBlock li .content a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 16px;
  height: 6px;
  background-image: url(../img/top/arrow_r_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .thumbBlock li .content a::after {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .thumbBlock li .content a::after {
    right: 6%;
    width: 3vw;
    height: 1.125vw;
  }
}
.saijou__area--article .noThumb {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 4%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb {
    gap: 0.75rem 3%;
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb {
    gap: 0.5rem 2%;
    margin-bottom: 1.5rem;
  }
}
.saijou__area--article .noThumb li {
  display: flex;
  width: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li {
    width: 49%;
  }
}
.saijou__area--article .noThumb li .left {
  width: 28%;
  background: linear-gradient(to bottom, #084B72, #07283B);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li .left {
    width: 26%;
  }
}
.saijou__area--article .noThumb li .left p {
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb li .left p {
    font-size: clamp(0.65rem, 2.025vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li .left p {
    font-size: clamp(0.29rem, 1.8vw, 0.65rem);
  }
}
.saijou__area--article .noThumb li .right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 72%;
  background-color: #fff;
  padding: 3.5% 2% 3% 4%;
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li .right {
    width: 74%;
  }
}
.saijou__area--article .noThumb li .right h3,
.saijou__area--article .noThumb li .right h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #084b72;
  word-break: auto-phrase;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb li .right h3,
  .saijou__area--article .noThumb li .right h4 {
    font-size: clamp(0.75rem, 2.35vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li .right h3,
  .saijou__area--article .noThumb li .right h4 {
    font-size: clamp(0.375rem, 2.3125vw, 0.75rem);
  }
}
.saijou__area--article .noThumb li .right h4 {
  margin-left: -3%;
  margin-top: -2.5%;
}
.saijou__area--article .noThumb li .right p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 0.7875rem;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb li .right p {
    font-size: clamp(0.55rem, 1.725vw, 0.7875rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li .right p {
    font-size: clamp(0.29rem, 1.8vw, 0.55rem);
  }
}
.saijou__area--article .noThumb li .right span {
  position: absolute;
  right: 3%;
  bottom: 9%;
  font-size: clamp(0.45rem, 1.35vw, 0.5875rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #c4a436;
  border-radius: 8px;
  padding: 1.5% 3.5%;
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb li .right span {
    font-size: clamp(0.29rem, 1.8vw, 0.45rem);
    bottom: unset;
    top: 9%;
  }
}
.saijou__area--article .noThumb.yokohama li {
  width: 100%;
}
.saijou__area--article .noThumb.yokohama li .left {
  width: 18.5%;
}
.saijou__area--article .noThumb.yokohama li .right {
  width: 81.5%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  padding: 2% 2% 2% 4%;
}
@media screen and (max-width: 550px) {
  .saijou__area--article .noThumb.yokohama li .right {
    gap: 5%;
  }
}
.saijou__area--article .noThumb.yokohama li .right h3 {
  font-size: 0.9125rem;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb.yokohama li .right h3 {
    font-size: clamp(0.65rem, 2.35vw, 0.9125rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb.yokohama li .right h3 {
    font-size: clamp(0.4125rem, 2.55vw, 0.75rem);
  }
}
.saijou__area--article .noThumb.yokohama li .right p {
  font-size: 0.7875rem;
}
@media screen and (max-width: 1200px) {
  .saijou__area--article .noThumb.yokohama li .right p {
    font-size: clamp(0.55rem, 1.725vw, 0.7875rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__area--article .noThumb.yokohama li .right p {
    font-size: clamp(0.335rem, 2.025vw, 0.475rem);
  }
}
.saijou .accordion {
  padding-block: 0;
}
.saijou .accordion.tokyo {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 550px) {
  .saijou .accordion.tokyo {
    margin-bottom: 2rem;
  }
}
.saijou .accordion__ttl {
  position: relative;
}
.saijou .accordion__ttl--btn {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .saijou .accordion__ttl--btn {
    width: 6.5vw;
    height: 6.5vw;
  }
}
.saijou .accordion__ttl--btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 3px;
  background: #084b72;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.saijou .accordion__ttl--btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .saijou .accordion__ttl--btn span {
    width: 100%;
  }
}
.saijou .accordion__ttl--btn.open span:nth-child(1) {
  opacity: 0;
}
.saijou .accordion__content {
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .saijou .accordion__content {
    margin-bottom: 5%;
  }
}
.saijou .accordion__content--area {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.saijou .accordion__content--area.open {
  max-height: 3000px;
  opacity: 1;
}
.saijou__single {
  padding-block: 4rem 3rem;
}
@media screen and (max-width: 1024px) {
  .saijou__single {
    padding-block: 8% 7%;
  }
}
@media screen and (max-width: 768px) {
  .saijou__single {
    padding-block: 10vw;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single {
    padding-block: 10vw 9vw;
  }
}
.saijou__single #slider06 {
  margin-bottom: 1.5rem;
}
.saijou__single #slider06 .slick-slide img {
  display: block;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.saijou__single #slider06 .slick-dots {
  display: flex;
  flex-wrap: wrap;
}
.saijou__single #slider06 .slick-dots li {
  width: 20%;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.saijou__single #slider06 .slick-dots li.slick-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .saijou__single #slider06 .slick-dots li {
    width: 25%;
  }
}
.saijou__single #slider06 .slick-dots li img {
  aspect-ratio: 1/0.83;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.saijou__single--table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .saijou__single--table {
    flex-direction: column;
    margin-bottom: 6%;
  }
}
.saijou__single--table .left,
.saijou__single--table .right {
  width: 47.5%;
}
@media screen and (max-width: 1024px) {
  .saijou__single--table .left,
  .saijou__single--table .right {
    width: 48.5%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--table .left,
  .saijou__single--table .right {
    width: 100%;
  }
}
.saijou__single--table .left dl,
.saijou__single--table .right dl {
  display: flex;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .saijou__single--table .left dl,
  .saijou__single--table .right dl {
    margin-bottom: 0.5rem;
  }
}
.saijou__single--table .left dl dt,
.saijou__single--table .right dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-size: 0.7875rem;
}
@media screen and (max-width: 1024px) {
  .saijou__single--table .left dl dt,
  .saijou__single--table .right dl dt {
    font-size: clamp(0.5rem, 2.125vw, 0.7875rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__single--table .left dl dt,
  .saijou__single--table .right dl dt {
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--table .left dl dt,
  .saijou__single--table .right dl dt {
    width: 30%;
    font-size: clamp(0.5rem, 3.25vw, 0.75rem);
  }
}
.saijou__single--table .left dl dd,
.saijou__single--table .right dl dd {
  display: flex;
  align-items: center;
  padding-inline: 1.45rem 1rem;
  width: 69%;
  background-color: #fff;
  font-size: 0.665rem;
  padding-block: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .saijou__single--table .left dl dd,
  .saijou__single--table .right dl dd {
    padding-inline: 1rem;
    font-size: clamp(0.5rem, 1.55vw, 0.665rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__single--table .left dl dd,
  .saijou__single--table .right dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--table .left dl dd,
  .saijou__single--table .right dl dd {
    width: 70%;
    padding-block: 0.5rem;
    padding-inline: 0.75rem 0.25rem;
    font-size: clamp(0.5rem, 3.35vw, 0.665rem);
  }
}
.saijou__single--desc {
  font-size: 0.9125rem;
  margin-bottom: 3.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .saijou__single--desc {
    font-size: clamp(0.5rem, 2.825vw, 0.9125rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--desc {
    margin-bottom: 9%;
  }
}
.saijou__single--add {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .saijou__single--add {
    margin-bottom: 12%;
  }
}
.saijou__single--add .left {
  width: 100%;
  height: 34vw;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .saijou__single--add .left {
    height: unset;
    margin-bottom: 0.75rem;
  }
}
.saijou__single--add .left iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .saijou__single--add .left iframe {
    height: 400px;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--add .left iframe {
    height: 250px;
  }
}
.saijou__single--add .right {
  width: 100%;
}
.saijou__single--add .right dl {
  display: flex;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .saijou__single--add .right dl {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.saijou__single--add .right dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-size: 0.7875rem;
}
@media screen and (max-width: 1024px) {
  .saijou__single--add .right dl dt {
    font-size: clamp(0.5rem, 2.125vw, 0.7875rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__single--add .right dl dt {
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--add .right dl dt {
    width: 30%;
    font-size: clamp(0.5rem, 3.25vw, 0.75rem);
  }
}
.saijou__single--add .right dl dd {
  display: flex;
  align-items: center;
  padding-inline: 1.45rem 1rem;
  width: 69%;
  background-color: #fff;
  font-size: 0.665rem;
  padding-block: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .saijou__single--add .right dl dd {
    padding-inline: 1rem;
    font-size: clamp(0.5rem, 1.55vw, 0.665rem);
  }
}
@media screen and (max-width: 768px) {
  .saijou__single--add .right dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--add .right dl dd {
    width: 70%;
    padding-block: 0.5rem;
    padding-inline: 0.75rem 0.25rem;
    font-size: clamp(0.5rem, 3.35vw, 0.665rem);
  }
}
.saijou__single--price .underSecTtl {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .saijou__single--price .underSecTtl {
    text-align: center;
    line-height: 1.25;
  }
}
.saijou__single--price .underSecTtl br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .saijou__single--price .underSecTtl br {
    display: block;
  }
}
.saijou__single--price ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .saijou__single--price ul {
    gap: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--price ul {
    flex-direction: column;
  }
}
.saijou__single--price ul li {
  width: calc((100% - 1.25rem) / 2);
}
@media screen and (max-width: 550px) {
  .saijou__single--price ul li {
    width: 100%;
  }
}
.saijou__single--price ul li a {
  display: flex;
  align-items: center;
  border: solid 2px #c4a436;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.025rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .saijou__single--price ul li a {
    font-size: clamp(0.5rem, 2.355vw, 1.025rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--price ul li a {
    font-size: clamp(0.5rem, 3.25vw, 0.75rem);
  }
}
.saijou__single--price ul li a .left {
  width: 27.9%;
  background: linear-gradient(to bottom, #A58824, #62521B);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.875rem;
}
.saijou__single--price ul li a .right {
  position: relative;
  width: 72.1%;
  color: #c4a436;
  padding-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .saijou__single--price ul li a .right {
    padding-inline: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--price ul li a .right {
    padding-inline: 4vw;
  }
}
.saijou__single--price ul li a .right::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/saijou/saijou_price_arrow.png);
  top: 0;
  bottom: 0;
  right: 8.5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .saijou__single--price ul li a .right::after {
    width: 1.25vw;
    height: 2.75vw;
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--price ul li a .right::after {
    width: 1.875vw;
    height: 3.25vw;
  }
}
.saijou__single--price ul li:last-of-type {
  border: none;
  background-color: unset;
  color: #313131;
  font-size: 0.7875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .saijou__single--price ul li:last-of-type {
    font-size: clamp(0.5rem, 1.725vw, 0.7875rem);
  }
}
@media screen and (max-width: 550px) {
  .saijou__single--price ul li:last-of-type {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}/*# sourceMappingURL=saijou.css.map */