@charset "UTF-8";
.orkavillage {
  font-family: "noto-sans-cjk-jp",  sans-serif;
  font-size: clamp(14px, 2.5vw, 16px); /* 640px */
  font-weight: 700; /* Light:300;Regular:400;Medium:500; */
  font-style: normal;
  line-height: 2.25;
  letter-spacing: 0;
  color: #1c2a54;
}
.hiramin {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fw_4 {
  font-weight: 400;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}
.sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_ttl .ja {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1;
}
.sec_ttl .en {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: clamp(50px, 10.16vw, 65px); /*640px */
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.txt_heading {
  font-size: clamp(21px, 4.57vw, 30px);
  font-weight: 700;
  line-height: 1.75;
}
.notes {
  font-size: 11px;
  line-height: 1.75;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.cl_gry {
  color: #727171;
}
.inner-1040 {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
.p_rltv {
  position: relative;
}
.bg_pbl {
  color: #1c2a54;
  background-color: #edf9fd;
}
.bg_nv {
  color: #f2fbfe;
  background-color: #1c2a54;
}

img {
  display: block;
}
header {
  display: none;
}

/* === バナー === */
.orka_bnr {
  font-size: clamp(16px, 2.6vw, 20px);
  line-height: 1.8;
  color: #1c2a54;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  max-width: 530px;
  min-width: 303px;
  margin: 0 auto;
  padding: 20px 5%;
  background: #fff4cb;
  position: relative;
  transition: all 0.3s ease;
}
.orka_bnr::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../imgs/orkavillage/link_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.orka_bnr .fs_l {
  font-size: 150%;
  display: block;
  width: 100%;
  border-top: 1px solid #1c2a54;
  transition: letter-spacing 0.3s ease;
}
.orka_bnr:hover {
  background: #ffe89a;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.orka_bnr:hover .fs_l {
  letter-spacing: 0.05em;
}
.orka_bnr:hover::after {
  transform: translate(4px, -4px);
}
/* ====================
mainblk
===================== */
.mainblk {
  height: auto;
}
.mv__ttl {
  width: 50%;
  max-width: 593px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.mv__ttl img {
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.08);
}
.mv__ttl.mov img {
  animation: ttlFade 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
}
@keyframes ttlFade {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: scale(1.08);
  }
  60% {
    opacity: 1;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* ====================
intro
===================== */
.intro_sec {
  padding-bottom: clamp(60px, 34.33vw, 206px);
}
.intro__head {
  margin-bottom: clamp(70px, 14.58vw, 85px);
}
.intro__head-inner {
  font-size: clamp(16px, 1.49vw, 21.5px);
  line-height: 1.45;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  gap: 0.6em;
  max-width: 1412px;
  margin: 0 auto;
  padding: 0 14px;
}
.intro__head-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.79em;
  padding: 0.6em 0;
}
.intro__head-left,
.intro__head-right {
  width: 20.5em;
}
.intro__head-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  max-width: 430px;
  background: #aba545;
  transform: skewX(-24deg);
}
.intro__head-right {
  padding-left: 3.5%;
}

.intro__head-left p,
.intro__head-right p {
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
.intro__head-left p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.intro__head-center p {
  /* width: 86%; */
  width: 91%;
  /* max-width: 265px; */
  max-width: 389px;
  position: relative;
  z-index: 2;
  transform: skewX(24deg);
}
.intro__head-notes {
  padding: 1em 0;
  margin-bottom: 32px;
}
.intro__txtbk {
  width: 450px;
}
.intro__txtbk .intro__ttl {
  margin-bottom: 1.5em;
}
.intro__txtbk .intro__txt {
  line-height: 2.16;
}
.intro__txtbk .intro__txt span {
  display: inline-block;
}
.intro__imgbk {
  width: calc(100% - 450px);
  max-width: 542px;
}
.intro__imgbk .deco {
  position: absolute;
}
.intro__imgbk .intro__img1 {
  /* 1060px */
  width: 69%;
  max-width: 345px;
  min-width: 200px;
  top: 0;
  left: 0;
  transform: translate(12%, -9%);
  z-index: 2;
}
.intro__imgbk .intro__img2 {
  /* 1060px */
  width: 69%;
  max-width: 345px;
  min-width: 200px;
  top: 50%;
  right: 0;
  transform: translate(34%, -34%);
}
.intro__imgbk .intro__img3 {
  /* 1060px */
  width: 87%;
  max-width: 436px;
  min-width: 229px;
  top: 50%;
  left: 0;
  transform: translate(-14%, 24%);
  z-index: 3;
}
.intro__img1 img {
  opacity: 0;
  filter: blur(10px);
  transform: translate(-40px, -40px) scale(1.1);
}

.intro__img2 img {
  opacity: 0;
  filter: blur(10px);
  transform: translate(40px, -40px) scale(1.1);
}

.intro__img3 img {
  opacity: 0;
  filter: blur(10px);
  transform: translate(-40px, 40px) scale(1.1);
}

.intro__imgbk.mov .intro__img1 img {
  animation-delay: 1.6s;
}
.intro__imgbk.mov .intro__img2 img {
  animation-delay: 1s;
}
.intro__imgbk.mov .intro__img3 img {
  animation-delay: 1.8s;
}
.intro__imgbk.mov img {
  animation: imgFade 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes imgFade {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0) scale(1);
  }
}
/* ====================
concept
===================== */
.concept__catchWrap {
  height: 45.76vw;
  min-height: 352px;
  background: url(../imgs/orkavillage/concept_bg.jpg) no-repeat center/cover;
}
.concept__catch {
  font-size: min(7.29vw, 105px);
  line-height: 1;
  color: #1c2a54;
  font-feature-settings: "palt";
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translate(-50%, -39%);
}
.concept__catch img {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(20px);
}
.concept__catch.mov img {
  animation: catchFade 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
@keyframes catchFade {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.concept__note {
  font-size: clamp(9px, 1.88vw, 11px);
  position: absolute;
  top: 100%;
  right: 0;
}
.concept__cont {
  padding: clamp(60px, 12.5vw, 100px) 0 clamp(75px, 15.63vw, 123px);
}
.concept__txtbk {
  max-width: 542px;
  margin: 0 auto;
}
.concept__cont .concept__ttl {
  margin-bottom: 1.14em;
}
.concept__cont .concept__txt {
  margin-bottom: 37px;
}

.concept__cont .d-room {
  width: clamp(136px, 26.95vw, 207px);
  margin: 0 auto;
}

/* ====================
access
===================== */
.access_sec {
  padding: clamp(60px, 12.5vw, 100px) 0 clamp(75px, 15.63vw, 90px);
  margin-bottom: clamp(100px, 20.83vw, 168px);
}
.access_sec .sec_ttl {
  margin-bottom: 46px;
}
.access__cont {
  margin-bottom: 55px;
}
.access__txtbk {
  width: 450px;
}
.access__txtbk .access__ttl {
  padding-top: 0.2em;
  margin-bottom: 1em;
}
.access__txtbk .access__txt span {
  display: inline-block;
}
.access__imgblk {
  width: calc(100% - 450px);
  max-width: 542px;
  padding: 58px 20px 40px;
  background-color: #f2fbfe;
}
.access__imgblk-inner {
  max-width: 380px;
  margin: 0 auto;
}
.access__imgblk .access__img {
  margin-bottom: 30px;
}
.access__map-address {
  font-size: clamp(16px, 2.97vw, 19px);
  line-height: 1.89;
  margin-bottom: 0.4em;
}
.access__map-address span {
  display: inline-block;
}
.access__map-wrap {
  width: 100%;
  aspect-ratio: 80 / 39;
  min-height: 337px;
}
/* ====================
location
===================== */
.location_sec.bg_nv {
  color: #edf9fd;
}
.location_sec {
  padding: clamp(60px, 12.5vw, 90px) 0 66px;
}
.location_sec .sec_ttl {
  color: #d9f2fc;
  margin-bottom: 135px;
}
.location__cont {
  padding-bottom: clamp(70px, 18.87vw, 200px);
}

.location__txtbk {
  width: 450px;
}
.location__txtbk .location__ttl {
  margin-bottom: 1em;
}
.location__imgbk {
  width: calc(100% - 450px);
  max-width: 542px;
}
.location__imgbk .deco {
  position: absolute;
}
.location__imgbk .location__img1 {
  /* 1060px */
  width: 80%;
  max-width: 400px;
  min-width: 232px;
  top: 0;
  left: 0;
  transform: translate(-2%, -12%);
}
.location__imgbk .location__img2 {
  /* 1060px */
  width: 69%;
  max-width: 345px;
  min-width: 200px;
  top: 50%;
  right: 0;
  transform: translate(19%, 16%);
}
.location__img1 img {
  opacity: 0;
  filter: blur(10px);
  transform: translate(-40px, -40px) scale(1.1);
}
.location__img2 img {
  opacity: 0;
  filter: blur(10px);
  transform: translate(40px, -40px) scale(1.1);
}
.location__imgbk.mov .location__img1 img {
  animation-delay: 1s;
}
.location__imgbk.mov .location__img2 img {
  animation-delay: 1.8s;
}
.location__imgbk.mov img {
  animation: imgFade 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.location__listWrap {
  flex-wrap: wrap;
  /* gap: 20px 0; */
  gap: 27px;
  margin-bottom: 50px;
}
.location__listbk {
  width: 49%;
  max-width: 490px;
}
.location__listbk:last-child {
  max-width: initial;
  width: 100%;
}
.location__listbk .location__list {
  display: flex;
  flex-wrap: wrap;
}
.location__listbk .location__list-ttl {
  font-size: 16px;
  line-height: 2.5;
  padding: 0 10px;
}

.location__listbk:last-child .location__list {
  justify-content: flex-start;
  gap: calc((100% - 972px) / 3);
  margin-bottom: 15px;
}
.location__listbk .location__item {
  /* 1104px */
  width: 22.01vw;
  max-width: 243px;
  padding: 15px 10px;
}
.location__listbk .location__item-ttl {
  font-size: clamp(13px, 1.45vw, 16px);
  line-height: 2;
  white-space: nowrap;
}
.location__listbk .location__item p {
  font-size: clamp(13px, 1.27vw, 14px);
  /* line-height: 2.5; */
  line-height: 1.35;
  padding-top: 0.5em;
}
/* ====================
contact
===================== */
.contact_sec {
  padding: clamp(60px, 12.5vw, 70px) 0 110px;
}
.contact_sec .sec_ttl {
  margin-bottom: 1em;
}
.contact_sec .contact__txt {
  margin-bottom: 53px;
}

.contact_bnr {
  font-size: clamp(20px, 3.78vw, 29px);
  line-height: 1.8;
  color: #1c2a54;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  max-width: 491px;
  min-width: 280px;
  height: 4.6em;
  margin: 0 auto;
  padding: 20px 2%;
  background: #edf9fd;
  border: 1px solid #1c2a54;
  position: relative;
  transition: all 0.3s ease;
}
.contact_bnr::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../imgs/orkavillage/link_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.contact_bnr:hover {
  background: #dff3f9;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.contact_bnr:hover span {
  letter-spacing: 0.04em;
  transition: letter-spacing 0.3s ease;
}
.contact_bnr:hover::after {
  transform: translate(6px, -50%);
}
@media screen and (max-width: 880px) {
  /* ====================
	location
	===================== */
  .location__listbk {
    width: 100%;
    max-width: initial;
  }
  .location__listbk .location__item {
    width: 33%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  img[src*="_sp"] {
    display: block;
  }
  img[src*="_pc"] {
    display: none;
  }
  /* ====================
	intro
	===================== */
  .intro__head-inner {
    flex-direction: column;
    align-items: center;
    padding: 14px;
  }
  .intro__head-cont {
    width: 100%;
  }
  .intro__head-left,
  .intro__head-right {
    padding: 0;
    align-items: center;
  }
  .intro__head-center {
    max-width: 340px;
  }
  .intro__head-left p {
    align-items: center;
  }
  .intro__head-center p {
    /* max-width: 170px; */
    max-width: 250px;
  }
  .intro__cont-inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .intro__txtbk {
    width: 100%;
    max-width: 542px;
  }
  .intro__imgbk {
    width: 100%;
    height: clamp(300px, 71vw, 426px);
  }
  /* ====================
	concept
	===================== */
  .concept__catch {
    width: 90%;
    max-width: 498px;
  }
  /* ====================
	access
	===================== */
  .access__cont {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .access__txtbk {
    width: 100%;
    max-width: 542px;
  }

  .access__imgblk {
    width: 100%;
  }
  /* ====================
	location
	===================== */
  .location_sec .sec_ttl {
    margin-bottom: 46px;
  }
  .location__cont {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .location__txtbk {
    width: 100%;
    max-width: 542px;
  }
  .location__imgbk {
    width: 100%;
    height: clamp(200px, 58.5vw, 351px);
  }
}
@media screen and (max-width: 640px) {
  /* ====================
	location
	===================== */
  .location__listbk .location__list,
  .location__listbk:last-child .location__list {
    justify-content: space-between;
  }
  .location__listbk .location__item {
    width: 49%;
    max-width: initial;
  }
}
@media screen and (max-width: 460px) {
  .pcbr {
    display: none;
  }
  .orka_bnr {
    width: 100%;
    max-width: 303px;
    min-width: initial;
  }
  /* ====================
	location
	===================== */
  .location__listbk .location__item {
    width: 100%;
    padding: 10px;
  }
  .location__listbk .location__item-ttl {
    font-size: 15px;
  }
  .contact_bnr {
    width: 100%;
    max-width: 280px;
    min-width: initial;
  }
}
