@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
:root {
  --wh: #fff;
  --red: #bb000b;
  --text-color: $color-base;
  --bk: #222;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
TOP
==================================================== */
body {
  background-color: #f5f5f5;
}

.top {
  /* ====================================================
  Fv
  ==================================================== */
  /* ====================================================
  Business
  ==================================================== */
  /* ====================================================
  Hotel
  ==================================================== */
  /* ====================================================
  Brand
  ==================================================== */
  /* ====================================================
  Company
  ==================================================== */
}
.top .fv {
  background: url(../img/top/fv-img.webp) no-repeat center 70%;
  background-size: cover;
  height: 1830px;
  margin: 0 2rem;
  color: var(--wh);
  padding: 15.5rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .top .fv {
    height: 1390px;
    padding: 12rem 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top .fv {
    height: calc(100dvh - 73px - 2rem);
    padding: 8rem 6rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top .fv {
    padding: 4rem 3rem;
  }
}
@media (max-width: 360px) {
  .top .fv {
    height: calc(100dvh - 65px - 1rem);
  }
}
@media (min-width: 1000px) and (max-height: 800px) {
  .top .fv {
    height: 1390px;
    padding: 15.5rem 6rem 6rem;
    background-position: center 100%;
  }
}
@media (min-width: 1200px) and (max-height: 1200px) {
  .top .fv {
    height: 1190px;
    padding: 15.5rem 6rem 6rem;
    background-position: center 100%;
  }
}
.top .fv-ttl {
  line-height: 1;
}
.top .fv-ttl-en {
  font-size: 120px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .top .fv-ttl-en {
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .top .fv-ttl-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .top .fv-ttl-en {
    font-size: 64px;
  }
}
@media screen and (max-width: 640px) {
  .top .fv-ttl-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 376px) {
  .top .fv-ttl-en {
    font-size: 36px;
  }
}
.top .fv-ttl-ja {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin-top: 3.2rem;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .top .fv-ttl-ja {
    font-size: 20px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .fv-ttl-ja {
    font-size: 18px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .fv-ttl-ja {
    font-size: 16px;
    margin-top: 1rem;
  }
}
.top .fv-subttl {
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .top .fv-subttl {
    margin-bottom: 4rem;
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .top .fv-subttl {
    margin-bottom: 3rem;
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .top .fv-subttl {
    margin-bottom: 2rem;
    font-size: 24px;
  }
}
.top .fv-text {
  width: 100%;
  max-width: 600px;
  margin-top: 10rem;
}
@media screen and (max-width: 1500px) {
  .top .fv-text {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 834px) {
  .top .fv-text {
    margin-top: 0;
    max-width: 100%;
  }
}
@media (min-width: 1000px) and (max-height: 800px) {
  .top .fv-text {
    margin-top: 10rem;
  }
}
.top .fv-text-sentence {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .top .fv-text-sentence {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .top .fv-text-sentence {
    font-size: 14px;
  }
}
.top .fv-text-sentence:not(:first-of-type) {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .top .fv-text-sentence:not(:first-of-type) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .fv-text-sentence:not(:first-of-type) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .fv-text-sentence:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
@media (max-height: 800px) {
  .top .fv-text-sentence:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.top .fv-wrapper.--pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .top .fv-wrapper.--pc {
    display: none;
  }
}
.top .fv-wrapper.--sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .top .fv-wrapper.--sp {
    display: block;
    margin: 5rem 5% 0;
  }
  .top .fv-wrapper.--sp .fv-img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .fv-wrapper.--sp {
    margin: 4rem 5% 0;
  }
  .top .fv-wrapper.--sp .fv-img {
    margin-top: 3rem;
  }
}
.top .business {
  padding: 15rem 0 16rem;
}
@media screen and (max-width: 1200px) {
  .top .business {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top .business {
    padding: 8rem 0 6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .business {
    padding: 4rem 0 3rem;
  }
}
.top .business-ttl-en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 64px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .top .business-ttl-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 834px) {
  .top .business-ttl-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .business-ttl-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 376px) {
  .top .business-ttl-en {
    font-size: 30px;
  }
}
.top .business-ttl-ja {
  margin-top: 1.7rem;
}
@media screen and (max-width: 834px) {
  .top .business-ttl-ja {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .business-ttl-ja {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 376px) {
  .top .business-ttl-ja {
    margin-top: 1rem;
  }
}
.top .business-ttl-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .top .business-ttl-wrapper {
    gap: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top .business-ttl-wrapper {
    gap: 3rem;
    flex-direction: column;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .business-ttl-wrapper {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.top .business-ttl-text {
  line-height: 2;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .business-ttl-text {
    width: 100%;
  }
}
.top .business-subttl {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  flex: 0 0 413px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .top .business-subttl {
    flex: 0 0 350px;
  }
}
@media screen and (max-width: 834px) {
  .top .business-subttl {
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top .business-subttl {
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top .business-subttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  .top .business-subttl {
    font-size: 20px;
  }
}
.top .business-list {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
  gap: 3.3rem;
}
@media screen and (max-width: 1200px) {
  .top .business-list {
    margin-top: 5rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .business-list {
    margin-top: 4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .business-list {
    margin-top: 3rem;
  }
}
.top .business-list-wrapper {
  overflow-x: scroll;
}
.top .business-list-item {
  background-color: var(--wh);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5.6rem 4rem 6rem;
  border-radius: 10px;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  .top .business-list-item {
    padding: 4rem 4rem 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .top .business-list-item {
    padding: 3rem 3rem 4rem;
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 834px) {
  .top .business-list-item {
    padding: 2rem 2rem 3rem;
    flex: 0 0 250px;
  }
}
@media screen and (max-width: 640px) {
  .top .business-list-item {
    flex: 0 0 230px;
  }
}
.top .business-list-img {
  width: 152px;
  height: 152px;
  border-radius: 100vmax;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.top .business-list-img img {
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .business-list-ttl {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-top: 3.8rem;
}
@media screen and (max-width: 1200px) {
  .top .business-list-ttl {
    font-size: 20px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .business-list-ttl {
    font-size: 18px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .business-list-ttl {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .top .business-list-ttl {
    margin-top: 1rem;
  }
}
.top .business-list-text {
  line-height: 2;
  margin-top: 3.4rem;
}
@media screen and (max-width: 1200px) {
  .top .business-list-text {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .top .business-list-text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top .business-list-text {
    margin-top: 2rem;
  }
}
.top .hotel {
  background-color: #ebe9e5;
  padding: 16rem 0 15rem;
  margin: 0 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .top .hotel {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel {
    padding: 8rem 0 6rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel {
    padding: 4rem 0 3rem;
  }
}
.top .hotel-ttl {
  margin-bottom: 4.5rem;
}
.top .hotel-ttl-en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 64px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .top .hotel-ttl-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-ttl-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-ttl-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-ttl-en {
    font-size: 30px;
  }
}
.top .hotel-ttl-ja {
  margin-top: 1.7rem;
}
@media screen and (max-width: 834px) {
  .top .hotel-ttl-ja {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-ttl-ja {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-ttl-ja {
    margin-top: 1rem;
  }
}
.top .hotel-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(437px, 1fr));
  gap: 6.5rem 4.4rem;
}
@media screen and (max-width: 1680px) {
  .top .hotel-list {
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    gap: 5rem 3.5rem;
  }
}
@media (max-width: 1300px) {
  .top .hotel-list {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 4rem 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .top .hotel-list {
    gap: 4rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-list {
    gap: 3rem 2rem;
  }
}
@media (max-width: 700px) {
  .top .hotel-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.top .hotel-item-ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .top .hotel-item-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-item-ttl {
    font-size: 13px;
  }
}
.top .hotel-item-ttl span {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 834px) {
  .top .hotel-item-ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-item-ttl span {
    font-size: 17px;
  }
}
.top .hotel-item-text {
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .top .hotel-item-text {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-item-text {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-item-text {
    margin-top: 1rem;
  }
}
.top .hotel-item-content {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .top .hotel-item-content {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-item-content {
    margin-top: 1.5rem;
  }
}
.top .hotel-item-content .number {
  background-color: var(--red);
  color: var(--wh);
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  width: 30px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  flex-shrink: 0;
}
@media (max-width: 834px) and (min-width: 700px) {
  .top .hotel-item-content .number {
    display: flex;
    margin-bottom: 1rem;
  }
}
.top .hotel-item-img {
  border-radius: 10px;
  overflow: hidden;
}
.top .hotel-map {
  margin-top: 10rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-map {
    margin-top: 2rem;
  }
}
.top .hotel-map-list {
  width: 1400px;
  height: 690px;
  background: url(../img/top/map.webp) no-repeat center center;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(50px, 1fr));
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list {
    width: 1000px;
    height: 690px;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(50px, 1fr));
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list {
    width: 800px;
    height: 690px;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(40px, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list {
    width: 600px;
    height: 500px;
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(30px, 1fr));
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-map-list {
    width: 600px;
    height: 380px;
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(30px, 1fr));
  }
}
.top .hotel-map-list .nbs {
  display: none;
}
@media (max-width: 740px) {
  .top .hotel-map-list .nbs {
    display: block;
  }
}
.top .hotel-map-list-item {
  border-radius: 100vmax;
  background-color: var(--wh);
  border: 1px solid #999;
  color: #000;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  line-height: 1;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 376px) {
  .top .hotel-map-list-item {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.top .hotel-map-list-item:hover {
  background-color: #ebe9e5;
  transition: background-color 0.3s ease-in-out;
}
.top .hotel-map-list-item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Albert Sans", sans-serif;
  color: var(--wh);
  width: 23px;
  height: 30px;
  background: url(../img/common/redpin.svg) no-repeat center center;
  background-size: contain;
  line-height: 2;
  margin-right: 1rem;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item::before {
    font-size: 12px;
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item::before {
    font-size: 10px;
    width: 20px;
    height: 20px;
  }
}
.top .hotel-map-list-item::after {
  content: "";
  display: block;
  background-color: #999;
  position: absolute;
  z-index: -1;
}
.top .hotel-map-list-item.--01 {
  grid-column: 13;
  grid-row: 9;
  margin-top: 0.5rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--01 {
    grid-column: 14;
    grid-row: 9;
    margin-top: 0;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--01 {
    grid-column: 11;
    grid-row: 11;
    margin-top: 2rem;
    margin-left: 3rem;
  }
}
.top .hotel-map-list-item.--01::before {
  content: "1";
  top: 180%;
  left: 46%;
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--01::before {
    top: 294%;
    left: 53%;
  }
}
.top .hotel-map-list-item.--01::after {
  width: 1px;
  height: 38px;
  top: 100%;
  left: 52%;
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--01::after {
    height: 55px;
    left: 59%;
  }
}
.top .hotel-map-list-item.--02 {
  grid-column: 11;
  grid-row: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--02 {
    grid-column: 11;
    grid-row: 2;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--02 {
    grid-column: 8;
    grid-row: 3;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--02 {
    grid-column: 12;
    grid-row: 3;
    margin-top: 0;
  }
}
.top .hotel-map-list-item.--02::before {
  content: "2";
  top: 163%;
  left: 46%;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--02::before {
    top: 169%;
    left: 54%;
  }
}
.top .hotel-map-list-item.--02::after {
  width: 1px;
  height: 38px;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--02::after {
    top: 100%;
    left: 59%;
  }
}
.top .hotel-map-list-item.--03 {
  grid-column: 10;
  grid-row: 5;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--03 {
    grid-column: 9;
    grid-row: 5;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--03 {
    grid-column: 6;
    grid-row: 6;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--03 {
    grid-column: 10;
  }
}
.top .hotel-map-list-item.--03::before {
  content: "3";
  top: -155%;
  left: 50%;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--03::before {
    top: -155%;
    left: 56%;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--03::before {
    top: -224%;
  }
}
.top .hotel-map-list-item.--03::after {
  width: 1px;
  height: 38px;
  top: -38px;
  left: 54%;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--03::after {
    height: 30px;
    top: -25px;
    left: 61%;
  }
}
.top .hotel-map-list-item.--04 {
  grid-column: 19;
  grid-row: 11;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--04 {
    grid-column: 24;
    grid-row: 11;
  }
}
@media screen and (max-width: 1024px) {
  .top .hotel-map-list-item.--04 {
    grid-column: 23;
    grid-row: 11;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--04 {
    grid-column: 19;
    grid-row: 14;
    margin-top: -2rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--04 {
    grid-column: 20;
    grid-row: 12;
  }
}
.top .hotel-map-list-item.--04::before {
  content: "4";
  top: 0%;
  left: -55%;
}
@media screen and (max-width: 1024px) {
  .top .hotel-map-list-item.--04::before {
    top: 0%;
    left: -39%;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--04::before {
    top: -35%;
    left: -39%;
  }
}
@media (max-width: 740px) {
  .top .hotel-map-list-item.--04::before {
    top: -35%;
    left: -66%;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--04::before {
    top: -279%;
    left: 18%;
  }
}
.top .hotel-map-list-item.--04::after {
  width: 84px;
  height: 1px;
  top: 50%;
  left: -45%;
}
@media screen and (max-width: 1024px) {
  .top .hotel-map-list-item.--04::after {
    width: 85px;
    height: 1px;
    top: 50%;
    left: -34%;
  }
}
@media (max-width: 740px) {
  .top .hotel-map-list-item.--04::after {
    width: 85px;
    height: 1px;
    top: 28%;
    left: -70%;
    transform: rotate(27deg);
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--04::after {
    width: 1px;
    height: 68px;
    top: -279%;
    left: 26%;
  }
}
.top .hotel-map-list-item.--05 {
  grid-column: 10;
  grid-row: 11;
  margin-top: 1.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--05 {
    grid-column: 9;
    grid-row: 11;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--05 {
    grid-column: 7;
    grid-row: 13;
    margin-top: 3rem;
  }
}
@media (max-width: 740px) {
  .top .hotel-map-list-item.--05 {
    margin-left: 4rem;
    grid-column: 8;
    grid-row: 13;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--05 {
    grid-column: 11;
  }
}
.top .hotel-map-list-item.--05::before {
  content: "5";
  top: -101%;
  left: 125%;
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--05::before {
    top: -145%;
    left: 120%;
  }
}
@media (max-width: 740px) {
  .top .hotel-map-list-item.--05::before {
    top: -172%;
    left: 120%;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--05::before {
    top: -206%;
    left: 130%;
  }
}
.top .hotel-map-list-item.--05::after {
  width: 84px;
  height: 1px;
  top: -20%;
  right: -29%;
  transform: rotate(151deg);
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--05::after {
    width: 117px;
    height: 1px;
    right: -36%;
  }
}
.top .hotel-map-list-item.--06 {
  grid-column: 18;
  grid-row: 12;
  margin-top: 1rem;
  margin-left: -1rem;
}
@media screen and (max-width: 1200px) {
  .top .hotel-map-list-item.--06 {
    grid-column: 23;
    grid-row: 12;
    margin-top: 1rem;
    margin-left: -3rem;
  }
}
@media screen and (max-width: 1024px) {
  .top .hotel-map-list-item.--06 {
    grid-column: 20;
    grid-row: 13;
    margin-top: 0;
    margin-left: -3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--06 {
    grid-column: 18;
    grid-row: 16;
    margin-top: 0;
    margin-left: -4rem;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--06 {
    grid-column: 18;
    grid-row: 13;
  }
}
.top .hotel-map-list-item.--06::before {
  content: "6";
  top: 10%;
  left: -36%;
}
@media screen and (max-width: 1024px) {
  .top .hotel-map-list-item.--06::before {
    top: -90%;
    left: 1%;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--06::before {
    top: -17%;
    left: -15%;
  }
}
@media (max-width: 740px) {
  .top .hotel-map-list-item.--06::before {
    top: -17%;
    left: -28%;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--06::before {
    top: -207%;
    left: 25%;
  }
}
.top .hotel-map-list-item.--06::after {
  width: 76px;
  height: 1px;
  top: 50%;
  left: -28%;
}
@media screen and (max-width: 1024px) {
  .top .hotel-map-list-item.--06::after {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .hotel-map-list-item.--06::after {
    width: 54px;
    height: 1px;
    left: -8%;
  }
}
@media (max-width: 740px) {
  .top .hotel-map-list-item.--06::after {
    left: -20%;
  }
}
@media screen and (max-width: 640px) {
  .top .hotel-map-list-item.--06::after {
    top: -207%;
    left: 30%;
    width: 1px;
    height: 50px;
  }
}
.top .brand {
  padding: 17rem 0 0;
}
@media screen and (max-width: 1200px) {
  .top .brand {
    padding: 14rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .top .brand {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .top .brand {
    padding: 6rem 0 0;
  }
}
.top .brand-ttl-en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 64px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .top .brand-ttl-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-ttl-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-ttl-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 376px) {
  .top .brand-ttl-en {
    font-size: 30px;
  }
}
.top .brand-ttl-ja {
  margin-top: 1.7rem;
}
@media screen and (max-width: 834px) {
  .top .brand-ttl-ja {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-ttl-ja {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 376px) {
  .top .brand-ttl-ja {
    margin-top: 1rem;
  }
}
.top .brand-list {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .top .brand-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-list {
    margin-top: 2rem;
  }
}
.top .brand-item {
  background-color: var(--wh);
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .top .brand-item {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .top .brand-item {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .top .brand-item {
    height: 400px;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item {
    height: 100%;
  }
}
.top .brand-item:not(:first-of-type) {
  margin-top: 4rem;
}
.top .brand-item-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .top .brand-item-wrapper {
    flex-direction: column-reverse;
  }
}
.top .brand-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8rem;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .top .brand-item-content {
    padding: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .top .brand-item-content {
    padding: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item-content {
    padding: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-item-content {
    padding: 2rem;
  }
}
.top .brand-item-ttl {
  font-size: 40px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .top .brand-item-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-item-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 376px) {
  .top .brand-item-ttl {
    font-size: 24px;
  }
}
.top .brand-item-subttl {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #111;
  line-height: 1.8;
}
@media screen and (max-width: 1500px) {
  .top .brand-item-subttl {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item-subttl {
    font-size: 24px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-item-subttl {
    font-size: 20px;
  }
}
.top .brand-item-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2.2rem;
}
@media screen and (max-width: 1500px) {
  .top .brand-item-list {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-item-list {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .top .brand-item-list {
    margin-top: 1rem;
  }
}
.top .brand-item-list-item {
  font-size: 14px;
  padding: 6px 11px;
  border-radius: 100vmax;
  border: 1px solid #cccac6;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .top .brand-item-list-item {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item-list-item {
    font-size: 12px;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-item-list-item {
    font-size: 11px;
    padding: 3px 9px;
  }
}
.top .brand-item-text {
  line-height: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .top .brand-item-text {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item-text {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .brand-item-text {
    margin-top: 2rem;
  }
}
.top .brand-item-img {
  height: 100%;
  flex: 0 0 750px;
}
@media screen and (max-width: 1500px) {
  .top .brand-item-img {
    flex: 0 0 680px;
  }
}
@media screen and (max-width: 1200px) {
  .top .brand-item-img {
    flex: 0 0 580px;
  }
}
@media screen and (max-width: 1024px) {
  .top .brand-item-img {
    flex: 0 0 480px;
  }
}
@media screen and (max-width: 990px) {
  .top .brand-item-img {
    flex: 0 0 400px;
  }
}
@media screen and (max-width: 834px) {
  .top .brand-item-img {
    flex: auto;
    width: 100%;
  }
}
.top .brand-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .company {
  padding: 22rem 0;
}
@media screen and (max-width: 1200px) {
  .top .company {
    padding: 18rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .company {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 640px) {
  .top .company {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 376px) {
  .top .company {
    padding: 6rem 0;
  }
}
.top .company-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 834px) {
  .top .company-wrapper {
    flex-direction: column;
    gap: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .company-wrapper {
    gap: 4rem;
  }
}
@media screen and (max-width: 376px) {
  .top .company-wrapper {
    gap: 2rem;
  }
}
.top .company-ttl {
  flex: 0 0 450px;
}
@media screen and (max-width: 1680px) {
  .top .company-ttl {
    flex: auto;
  }
}
@media screen and (max-width: 834px) {
  .top .company-ttl {
    width: 100%;
  }
}
.top .company-ttl-en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  font-size: 64px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .top .company-ttl-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 834px) {
  .top .company-ttl-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .company-ttl-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 376px) {
  .top .company-ttl-en {
    font-size: 30px;
  }
}
.top .company-ttl-ja {
  margin-top: 1.7rem;
}
@media screen and (max-width: 834px) {
  .top .company-ttl-ja {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .company-ttl-ja {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 376px) {
  .top .company-ttl-ja {
    margin-top: 1rem;
  }
}
.top .company-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
@media screen and (max-width: 834px) {
  .top .company-list {
    max-width: 100%;
  }
}
.top .company-list dt {
  font-weight: 600;
  width: 200px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .top .company-list dt {
    padding-bottom: 3rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .top .company-list dt {
    padding-bottom: 2rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .top .company-list dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1rem;
    font-size: 16px;
  }
}
.top .company-list dt:not(:first-of-type) {
  padding-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top .company-list dt:not(:first-of-type) {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .company-list dt:not(:first-of-type) {
    padding-top: 2rem;
  }
}
.top .company-list dd {
  width: calc(100% - 200px);
  border-bottom: 1px solid #ddd;
  padding-bottom: 4rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top .company-list dd {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .company-list dd {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .company-list dd {
    width: 100%;
  }
}
.top .company-list dd:not(:first-of-type) {
  padding-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top .company-list dd:not(:first-of-type) {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .company-list dd:not(:first-of-type) {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .company-list dd:not(:first-of-type) {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .company-item ul li span {
    display: block;
    margin-left: 1rem;
    margin-top: -5px;
  }
}
@media screen and (max-width: 834px) {
  .top .company-item ul li {
    margin-bottom: 1rem;
  }
}
.top .company-item ul.company-member-list li {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .top .company-item ul.company-member-list li span {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
  }
}
.top .company-item ul.company-member-list .post {
  display: inline-block;
  width: 115px;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .top .company-item ul.company-member-list .post {
    width: 100px;
  }
}
.top .company-item ul.company-member-list .namae {
  white-space: nowrap;
}/*# sourceMappingURL=top.css.map */