.kv {
  display: flex;
  position: relative;
  justify-content: center;
}
.kv .kv_img {
  display: block;
  width: 100vw;
  max-width: unset;
  height: auto;
}
@media (max-width: 599px) {
  .kv .kv_img {
    width: calc(1200 / 1080 * 100vw);
  }
}
.kv .kv-head {
  display: flex;
  position: absolute;
  width: calc(716 / 1080 * 100vw);
  max-width: 716px;
  height: auto;
  padding: clamp(1px, calc(30 / 1080 * 100vw), 30px) 0;
  aspect-ratio: 716/175;
  flex-direction: column;

  background-color: rgba(255, 255, 255, 0.6);

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .kv .kv-head {
    width: calc(350 / 375 * 100vw);
  }
}
.kv .kv-head img {
  display: block;
  height: auto;
}
.kv .kv-head h1 {
  margin-bottom: clamp(1px, calc(34 / 1080 * 100vw), 34px);
}
@media (max-width: 599px) {
  .kv .kv-head h1 {
    margin-bottom: 0px;
  }
}
.kv .kv-head h1 img {
  width: calc(420 / 1080 * 100vw);
  max-width: 420px;
  margin-left: clamp(1px, calc(100 / 1080 * 100vw), 100px);
}
@media (max-width: 599px) {
  .kv .kv-head h1 img {
    width: calc(260 / 375 * 100vw);
  }
}

.kv .kv-head h2 {
  margin-bottom: 0;
}
.kv .kv-head h2 img {
  width: calc(600 / 1080 * 100vw);
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .kv .kv-head h2 img {
    width: calc(320 / 375 * 100vw);
  }
}
/*  */
.room {
  position: relative;
  width: 100vw;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  padding: 64px 0 144px;
}
@media (max-width: 599px) {
  .room {
    padding: calc(40 / 375 * 100vw) 0 calc(67 / 375 * 100vw);
  }
}
.room-inner {
  max-width: 960px;
  margin: 0 auto;
}
.room-title {
  display: flex;
  width: calc(280 / 1080 * 100vw);
  max-width: 280px;
  height: auto;
  aspect-ratio: 280/106;
  margin-bottom: 64px;
  background-color: #f7ecec;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .room-title {
    width: calc(140 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.room_h2 {
  display: block;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1px, calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  color: #020202;
}
@media (max-width: 599px) {
  .room_h2 {
    font-size: calc(20 / 375 * 100vw);
    font-size: 20px;
  }
}
:root {
  --gap: clamp(1px, calc(42 / 960 * 100vw), 42px);
}
.room-cards {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  column-gap: var(--gap);
  row-gap: 36px;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .room-cards {
    display: block;
    margin-bottom: calc(40 / 375 * 100vw);
    justify-content: center;
  }
}
.room-cards img {
  display: block;
  width: 100%;
  min-width: 170px;

  flex: 0 0 calc((100% - (var(--gap) * 2)) / 3);
  box-sizing: border-box;

  height: auto;
  aspect-ratio: 292/177;
  object-fit: cover;
}
@media (max-width: 599px) {
  .room-cards img {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.rest-room .room-cards {
  margin-bottom: 0;
}
/* */
.intro {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 0 144px;
}
@media (max-width: 599px) {
  .intro {
    padding: 40px 0 64px;
  }
}
.intro-inner {
  margin: 0 auto;
  max-width: 1080px;
}
.camera {
  display: flex;
  padding-bottom: 77px;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .camera {
    display: block;
    justify-content: center;
    padding-bottom: 64px;
  }
}

.camera-text {
  height: auto;
  min-height: 300px;
  padding-top: 38px;
}
@media (max-width: 599px) {
  .camera-text {
    padding-top: 0;
  }
}
.camera-text_h2 {
  margin-bottom: 32px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 22px;
  line-height: calc(32 / 22);
  text-align: left;
  color: #333;
}
@media (max-width: 599px) {
  .camera-text_h2 {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
.camera-text_p {
  margin-bottom: 0;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media (max-width: 599px) {
  .camera-text_p {
    margin-bottom: 1em;
  }
}
.camera-img {
  width: 481px;
}
@media (max-width: 599px) {
  .camera-img {
    width: 100%;
  }
}
.camera-img img {
  display: block;
  width: 100%;
  height: auto;
}
/*  */
.screen_h2 {
  margin-bottom: 33px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 22px;
  line-height: calc(25 / 22);
  text-align: center;
  color: #333;
}
@media (max-width: 599px) {
  .screen_h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 1em;
  }
}
.screen_p {
  display: block;
  width: 824px;
  margin: 0 auto 46px;

  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 16px;
  line-height: calc(25 / 16);
  text-align: left;
  color: #333;
}
@media (max-width: 599px) {
  .screen_p {
    width: 100%;
    margin-bottom: 1em;
  }
}
.screen-cards {
  display: flex;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 62px;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .screen-cards {
    display: block;
    margin-bottom: 0;
  }
}
.screen-cards img {
  display: block;
  width: clamp(1px, calc(506 / 1080 * 100vw), 506px);
  height: auto;
  aspect-ratio: 506/380;
  object-fit: cover;
}
@media (max-width: 599px) {
  .screen-cards img {
    width: 100%;
    margin-bottom: 8px;
  }
}

.cta-intro {
  padding: 62px 0 95px;
}
@media (max-width: 599px) {
  .cta-intro {
    padding: 40px 0 64px;
  }
}
.cta-intro-btn {
  display: flex;
  width: 382px;
  height: 76px;
  margin: 0 auto;
  background: #080808;
  border: 1px solid #707070;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .cta-intro-btn {
    width: 96%;
  }
}
.cta-intro_a {
  display: flex;
  margin-right: 10px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 18px;
  line-height: calc(25 / 16);
  color: #fffefe;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .cta-intro_a {
    font-size: 16px;
  }
}
.cta-intro_a:hover {
  opacity: 0.6;
}
.cta-intro_a img {
  position: relative;
  margin-left: 1em;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .cta-intro_a img {
    width: 24px;
    height: auto;
  }
}
/*  */

.g-course_h2 {
  margin-bottom: 45px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 22px;
  line-height: calc(25 / 22);
  text-align: center;
  color: #333;
}
@media (max-width: 599px) {
  .g-course_h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 1em;
  }
}
.g-course-cards {
  display: flex;
  width: 100%;
  max-width: 1050px;
  row-gap: 44px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .g-course-cards {
    display: block;
  }
}
.g-course-cards img {
  display: block;
  width: clamp(1px, calc(506 / 1080 * 100vw), 506px);
  height: auto;
  aspect-ratio: 506/284;
  object-fit: cover;
}
@media (max-width: 599px) {
  .g-course-cards img {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*  */
.access {
  position: relative;
  width: 100vw;
  height: auto;
  background: url("../img/omiya/pc-access-bck@2x.webp") #000000;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 679px 600px;
  left: 50%;
  transform: translateX(-50%);
  padding: 160px 0 0;
}
@media (max-width: 599px) {
  .access {
    padding-top: 40px;
  }
}
.access-inner {
  width: 50vw;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .access-inner {
    width: 100%;
  }
}
.access-img {
  width: 50vw;
  height: auto;
  aspect-ratio: 680/300;
}
@media (max-width: 599px) {
  .access-img {
    width: 94%;
    margin: 0 auto;
  }
}
.access-img .map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 680/300;
}
.access-text {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 1em;
}
.access-inner_p {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fdf0f0;
}
.access-inner_h2 {
  margin-bottom: 0;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fdf0f0;
}
.access-inner_address {
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-family: "Yu Gothic";
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #fdf0f0;
  font-style: normal;
}
@media (max-width: 599px) {
  .access-inner_address {
    margin-bottom: 1em;
  }
}

.access-memo_p {
  font-family: "Yu Gothic";
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #fdf0f0;
}
@media (max-width: 599px) {
  .access-memo_p {
    margin-bottom: 1em;
  }
}
.access-content {
  display: flex;
  width: 100vw;
}
@media (max-width: 599px) {
  .access-content {
    display: block;
    padding-bottom: 16px;
  }
}
.__sp-only {
  display: none;
}
@media (max-width: 599px) {
  .__sp-only {
    display: initial;
  }
}
