@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* mv 
---------------------------------------------------------------------- */
#mv {
  height: 100%;
  height: 700px;
  position: relative; }

#mv picture img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  -o-object-fit: cover; }

.mv__logo {
  margin-bottom: 20px;
  position: relative; }
  .mv__logo img {
    margin: 0 auto;
    width: 371px; }

.mv__content {
  position: absolute;
  top: 46%;
  left: 38%;
  z-index: 1; }

.mv__ttl {
  width: auto;
  color: #fff;
  font-size: 38px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5); }

/* bestTop
---------------------------------------------------------------------- */
.bestTop {
  width: 100%;
  height: 148px;
  padding: 6px 0 4px;
  text-align: center;
  background: url(../images/index/bg_best.png) center center repeat-x;
  background-size: contain;
  color: #fff; }

.bestTop__ttl {
  padding: 25px 0 30px;
  line-height: 1.45;
  letter-spacing: 0.06em; }

.bestTop__ttl span:not(.bestTop__discount):not(.bestTop__bestrate) {
  font-size: 20px;
  letter-spacing: 0.01em; }

.bestTop__bestrate {
  font-size: 36px;
  letter-spacing: -0.1em;
  color: #F0EE00;
  margin-right: 20px; }

.bestTop__discount {
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #F0EE00; }

/* link_sec
---------------------------------------------------------------------- */
.link_sec {
  display: flex;
  align-items: center;
  padding: 110px 0 90px;
  overflow: hidden; }

.link_sec__inr {
  display: flex;
  align-items: center;
  gap: 2.2%;
  width: 100%;
  padding-right: 20px;
  z-index: 1; }

.link_sec__img {
  width: 67.3%; }
  .link_sec__img img {
    width: 100%;
    height: 100%;
    max-height: 605px;
    object-fit: cover;
    object-position: center; }

.link_sec__content {
  flex: 0 0 247px;
  padding: 0px 0 15px;
  position: relative; }

.link_sec__ttl {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-bottom: 6px;
  text-align: left;
  font-weight: bold;
  position: relative;
  color: #1EA264; }
  .link_sec__ttl span {
    display: block;
    color: #8C6239;
    font-size: 12px;
    letter-spacing: 0.2em; }

.link_sec__txt {
  margin-bottom: 45px;
  letter-spacing: 0.02em;
  color: #35445C;
  font-weight: 600; }

.link_sec__note {
  color: #1EA264;
  font-size: 19px;
  line-height: 1.57;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em; }

/* meal
---------------------------------------------------------------------- */
#meal.link_sec {
  display: revert; }

#meal .link_sec__inr {
  flex-direction: row-reverse;
  padding-right: 0px;
  padding-left: 20px; }

#meal .link_sec__content {
  padding: 60px 0 0px; }

#meal .mealBnr {
  margin-top: 85px;
  text-align: center;
  position: relative;
  z-index: 10; }

/* facility
---------------------------------------------------------------------- */
#facility .link_sec__txt {
  font-feature-settings: "palt"; }

/* plan
---------------------------------------------------------------------- */
.plan {
  padding: 90px 0 65px;
  position: relative; }
  .plan .cbtn {
    width: 100%;
    padding: 0 40px; }
  .plan .cbtn_plan {
    position: relative;
    z-index: 1; }

.plan__list {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto 115px;
  gap: 3%;
  position: relative;
  z-index: 1; }
  .plan__list li {
    flex: 1;
    max-width: 280px; }
  .plan__list a {
    display: flex;
    flex-direction: column;
    height: 100%; }

.plan__img {
  margin-bottom: 8px;
  aspect-ratio: 3 / 2; }
  .plan__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.plan__content {
  flex: 1;
  display: flex;
  flex-direction: column; }

.plan__ttl {
  line-height: 1.56;
  flex: 1;
  margin-bottom: 42px; }

/* other
---------------------------------------------------------------------- */
.other {
  padding: 130px 0 140px; }

.other__list {
  display: flex;
  justify-content: space-between; }
  .other__list li {
    flex: 1;
    width: 48%;
    max-width: 520px;
    position: relative;
    overflow: hidden; }
  .other__list a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s; }
  .other__list a:hover img {
    transform: scale(1.2); }

.other__ttl {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  z-index: 2; }
  .other__ttl span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em; }

/* banner
  ---------------------------------------------------------------------- */
.banner {
  text-align: center; }

.banner > div:first-of-type {
  margin-top: 50px; }

.banner a {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center; }

/*# sourceMappingURL=index.css.map */
