@charset "utf-8";

/* 共通 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
summary,
time,
mark,
audio,
video,
time[pubdate] {
  margin: 0;
  padding: 0;
}

a,
button {
  transition: .3s;
}

a:hover,
button:hover {
  opacity: .6;
}

i {
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

p {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

figure {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.sp {
  display: none;
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.cap_txt {
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  line-height: 1;
}

.cap_W {
  color: #fff;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}

.cap_ShaB {
  text-shadow: 0 0 5px #000, 1px 0 5px #000, 0 1px 5px #000;
}

.cap_ShaW {
  text-shadow: 0 0 5px #fff, 1px 0 5px #fff, 0 1px 5px #fff;
}

/* メインビジュアル */

.rec-hero {
  position: relative;
}

.page-ttl-en {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
}

.page-ttl {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}

.page-copy {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

/* リンクボタン */

.link-area {
  margin-top: 80px;
}

.link-area ul {
  gap: 3%;
  justify-content: center;
  flex-wrap: wrap;
}

.link-area li {
  width: calc((100% - 6%) / 3);
  max-width: 250px;
}

.link-area li a {
  cursor: pointer;
}

.link-area li a img {
  transition: 0.3s;
}

.link-area li a:hover img {
  transform: translateY(-5px);
  z-index: 1;
  opacity: 0.8;
}

/* おすすめのお部屋 */

.room-a {
  background: url(img/rec15.png) repeat-y;
}

.room-c {
  background: url(img/rec23.png) repeat-y;
}

.room-d {
  background: url(img/rec31.png) repeat-y;
}

.recommend-room {
  width: 100%;
  background-size: cover;
  background-position: top center;
  padding: 6% 0 7%;
  margin-top: 80px;
}

.sec-sub {
  max-width: 600px;
  margin: 0 auto;
}

.sec-ttl {
  max-width: 459px;
  margin: 10px auto 0;
  position: relative;
}

.sec-ttl.d_type {
  max-width: 600px;
  margin: 18px auto 0;
}

.sec-ttl::after {
  content: "";
  width: 900px;
  height: 2px;
  background: linear-gradient(to right, #ed93a1, #dc717c);
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.sec-ttl.c_type::after {
  background: linear-gradient(to right, #97d1cc, #50afb7);
}

.sec-ttl.d_type::after {
  background: linear-gradient(to right, #a0b44e, #3f936f);
}

@media only screen and (max-width : 900px) {
  .sec-ttl::after {
    width: 700px;
    bottom: -25px;
  }
}

.menseki {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.menseki li {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.menseki li span {
  font-size: 1.4em;
}

.madori {
  justify-content: space-between;
  margin-top: 50px;
}

.zumen {
  width: 60%;
}

.mad-desc {
  width: 35%;
  max-width: 380px;
}

.point+.point {
  margin-top: 30px;
}

.point-ttl {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

.point-txt {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 16px;
}

.price-bnr {
  margin-top: 40px;
}

@media only screen and (max-width : 767px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* メインビジュアル */

  .page-ttl-en {
    top: 20%;
    width: 80%;
  }

  .page-ttl {
    top: 58%;
    width: 84%;
  }

  .page-copy {
    top: 72%;
    width: 86%;
  }

  /* リンクボタン */

  .link-area {
    margin-top: 40px;
  }

  .link-area ul {
    gap: 20px;
  }

  .link-area li {
    width: calc((100% - 20px) / 2);
  }

  /* おすすめのお部屋 */

  .recommend-room {
    padding: 13% 0 10%;
    margin-top: 50px;
  }

  .sec-sub {
    max-width: 600px;
    margin: 0 auto;
  }

  .sec-ttl {
    margin: 15px auto 0;
  }

  .sec-ttl.d_type {
    margin: 15px auto 0;
  }

  .sec-ttl::after {
    width: 100%;
    bottom: -18px;
  }

  .menseki {
    gap: 6px;
    margin-top: 40px;
  }

  .menseki li {
    font-size: 16px;
  }

  .madori {
    flex-direction: column;
    margin-top: 30px;

  }

  .zumen {
    width: 100%;
  }

  .mad-desc {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .point+.point {
    margin-top: 20px;
  }

  .contact_box a {
    white-space: nowrap;
  }

}

/* アンカーリンク */

.rec_anchorlink {
  margin-top: -20px;
  padding-top: 20px;
}

.rec_toplink {
  margin-top: -140px;
  padding-top: 140px;
}


/* .c-image {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 118px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.c-image2 {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 95px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.c-image3 {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 143px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.bk {
  color: black;
  text-shadow: 0px 0px 7px rgb(255, 255, 255, 1);
}

.white {
  text-shadow: 0 0 7px rgb(0, 0, 0, 1);
}



@media screen and (max-width: 767px) {
  .c-image.c-image2.c-image3 {
    font-size: 10px;

  }
} */