@charset "UTF-8";
/* ==============================
   共通設定
============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
html {
  font-size: 62.5%;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  scroll-behavior: smooth;
}
p {
  font-size: 1.6rem;
}
.wrap, .content_wrap {
  width: 100%;
}
.content_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
/* ==============================
   ヘッダー
============================== */
.header-bar {
  width: 100%;
  background: #000;
}
.header-bar .content_wrap {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.8rem;
}
.header-bar .logo a {
  display: flex;
  justify-content: center;
}
.header-bar .logo img {
  width: 200px;
}
.header-bar .contact a {
  color: #fff;
}
.header-bar .contact a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.header_bg {
  width: 100%;
  height: 500px;
  background: url("../images/hotel_01.jpg") center/cover no-repeat;
}
.header_sub {
  height: 300px;
}
.header_bg .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}
.header_bg .content p {
  font-size: 2.6rem;
  text-shadow: 0 5px 5px #000;
  margin-bottom: 10px;
}
h1 {
  font-size: 4.8rem;
  font-weight: 600;
  text-shadow: 0 7px 7px #000;
}
/* ==============================
   セクション1：カバーリスト
============================== */
.cover-list ul {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  padding: 40px 0;
}
.cover-list ul li {
  width: 16.666%;
}
.cover-list ul li img {
  display: block;
  width: 80%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: 5px 5px 5px #f5d8a2;
}
/* ==============================
   セクション2：キャッチエリア
============================== */
.catch-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  background: url("../images/hotel_02.jpg") center/cover no-repeat;
  color: #fff;
}
.catch-area .box {
  max-width: 1000px;
  padding: 10px 20px;
}
.catch-area .inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.catch-area .inner p {
  font-size: 2rem;
  margin-top: 18px;
}
h2 {
  font-size: 3.6rem;
  font-weight: 300;
}
/* ==============================
   セクション3：特徴
============================== */
.features {
  background: #f5d8a2;
}
.features .content_wrap {
  padding: 40px 0;
}
.features h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.features ul {
  display: flex;
  flex-wrap: wrap;
}
.features ul li {
  width: 50%;
  padding: 10px;
}
.features ul li p {
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  font-size: 2.2rem;
}
/* ==============================
   セクション4：ラインアップ
============================== */
.lineup h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.lineup .content_wrap {
  padding: 40px 0;
}
.lineup li {
  display: flex;
  margin-bottom: 30px;
}
.lineup .book {
  width: 20%;
}
.lineup .book img {
  width: 100%;
}
.lineup .info {
  width: 80%;
  padding-left: 20px;
}
.lineup .catch p {
  background: #825140;
  color: #fff;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 10px;
}
.lineup li:nth-child(2) .catch p {
  background: #7abc8b;
}
.lineup li:nth-child(3) .catch p {
  background: #7193ce;
}
.lineup li:nth-child(4) .catch p {
  background: #e98393;
}
.lineup li:nth-child(5) .catch p {
  background: #7cc0cb;
}
.lineup li:nth-child(6) .catch p {
  background: #eda644;
}
.lineup .title p {
  background: #eedcd5;
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 10px;
}
.lineup li:nth-child(2) .title p {
  background: #e5f6ea;
}
.lineup li:nth-child(3) .title p {
  background: #e5ecf7;
}
.lineup li:nth-child(4) .title p {
  background: #f9e2e6;
}
.lineup li:nth-child(5) .title p {
  background: #e3f1f3;
}
.lineup li:nth-child(6) .title p {
  background: #faefdf;
}
.lineup .desc {
  padding-top: 20px;
}
.lineup .desc p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.lineup .btn {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 30px;
}
.lineup .btn a {
  background: #e8e8e8;
  color: #000;
  padding: 10px;
  transition: 0.5s;
}
.lineup .btn a:hover {
  background: #000;
  color: #fff;
}
/* ==============================
   セクション5：お問い合わせ
============================== */
.contact_bg {
  height: 500px;
  background: url("../images/hotel_03.jpg") center/cover no-repeat;
}
.contact_bg .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}
.contact_bg .content-wrap p {
  font-size: 2.6rem;
  text-shadow: 0 5px 5px #000;
  margin-bottom: 10px;
}
.contact_btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.contact_btn a {
  max-width: 500px;
  width: 100%;
  padding: 2rem;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 100px;
  transition: 0.5s;
}
.contact_btn a:hover {
  background: #f5d8a2;
  color: #000;
}
/* ==============================
   フッター
============================== */
footer {
  width: 100%;
  background: #000;
}
.footer_wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 20px 10px;
}
.company {
  font-size: 1.6rem;
  color: #fff;
}
.company img {
  width: 200px;
}
.copy {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #ccc;
  text-align: center;
}
/* ==============================
   マルケトフォーム
============================== */
#mktoForm_1447 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mktoForm input[type="checkbox"] + label:before {
  top: -2px !important;
}
.mktoForm input[type="checkbox"]:checked + label:after, .mktoForm input[type="checkbox"]:not(:checked):hover + label:after {
  top: 6px !important;
}
.form-area {
  padding-left: 3% !important;
  padding-right: 3% !important;
}
.mktoForm input[type="radio"]:checked+label, .mktoForm input[type="radio"]:not(:checked)+label {
  padding-left: 22px!important;
  line-height: 18px!important;
  margin-bottom: 4px!important;
}
/* ==============================
   サンクスページ
============================== */
.thanks-area {
  padding: 40px 3%;
  text-align: center;
}
/* ==============================
   レスポンシブ対応：スマホ向け
============================== */
@media screen and (max-width: 768px) {
  html {
    font-size: 55%; /* 少し小さめに調整 */
  }
  .sp_none {
    display: none;
  }
  .header-bar .content_wrap {
    padding: 10px 3%;
  }
  .header-bar .logo img {
    width: 140px;
  }
  .header-bar .contact a {
    font-size: 1.6rem;
  }
  .header_bg h1 {
    font-size: 3.2rem;
  }
  .header_bg .content p {
    font-size: 2.4rem;
  }
  .header_sub {
    height: 200px;
  }
  .cover-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cover-list ul li {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .catch-area {
    height: auto;
    padding: 40px 0;
    text-align: center;
  }
  .catch-area .box {
    padding: 10px 0;
    margin: 0 3%;
  }
  h2 {
    font-size: 2.4rem;
    text-align: left;
  }
  .catch-area .inner p {
    font-size: 2rem;
    margin-top: 18px;
    text-align: left;
  }
  .features ul li {
    width: 100%;
    margin-left: 3%;
    margin-right: 3%;
    padding: 10px 0;
  }
  .lineup ul {
    margin-left: 3%;
    margin-right: 3%;
  }
  .lineup li {
    flex-direction: column;
    border-bottom: solid 1px #afafaf;
    padding-bottom: 30px;
  }
  .lineup .book, .lineup .info {
    width: 100%;
    padding-left: 0;
  }
  .lineup .book img {
    max-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .lineup small {
    display: block;
  }
  .lineup .btn {
    text-align: center;
  }
  .contact_bg .content-wrap p {
    font-size: 2.4rem;
  }
  .contact_btn a {
    font-size: 2rem;
    padding: 1.5rem;
    border: 3px solid #fff;
    ;
  }
  .footer_wrap {
    text-align: center;
    padding: 30px 10px;
  }
  .company img {
    margin: 0 auto;
  }
}