@charset "utf-8";

/* *****共通設定***** */

:root {
  --main-yellow: #ffce11;
  --main-brown:  #401f0f;
  --main-cream:  #e0c7b2;
  --main-black:  #000000;
  --main-gray:   #6c757d;
  --main-white:  #ffffff;
  --main-pink:  #ff69b4;
}

.highlight-yellow {
  color: var(--main-yellow);
}
.highlight-brown {
  color: var(--main-brown);
}
.highlight-cream {
  color: var(--main-cream);
}
.highlight-black {
  color: var(--main-black);
}
.highlight-gray {
  color: var(--main-gray);
}
.highlight-white {
  color: var(--main-white);
}
.highlight-pink {
  color: var(--main-pink);
}

main{
    display: block;
    background-color: #fbfbf2;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #401f0f;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* フォント */
body {
  font-family:
    "Noto Sans JP",
    "Noto Sans KR",
    "Noto Sans TC",
    "Noto Sans SC",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #a29080;
    background-color: #000000;
    font-size:  19px;    /* 文字サイズ指定 */
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 90px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: var(--main-yellow);
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}

.lang-switcher {
  font-size: 12px;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto; /* ←これを追加（これが本体） */
}

.lang-switcher .btn {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1;
}

.no-border {
  border-bottom: none !important;
}

/* フッター */
#footer{
    background-color: var(--main-black);
}
#footer .container{
    color: #e0c7b2;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    border-top: 1px solid #774831;
    background-color: #401f0f;
    color: #e0c7b2;
}


  #footer .sp {
    text-align: center;      /* テキストや段落も中央に */
  }

  #footer .sp address {
    text-align: center;      /* 住所テキストも中央に揃える */
  }


@media only screen and (max-width: 750px) {
  .sp-footer-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
  }

  .sp-footer-image img {
    width: 80%;
    max-width: 320px;
    height: auto;
  }
}


/* *****トップページ***** */
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    height: 640px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}


/* 各セクション */
#page-top section{
    border-bottom: 1px solid #e0c7b2;
    background-color: #fbfbf2;
	padding: 5rem 0;
}
#page-top section:nth-child(odd){
    background-color: #e0c7b2;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
#sec4 .btn {
    width: 100%;
	background-color: #401f0f;
	border: none;
	padding: 1rem 0;
}

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}

/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #563322;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


.line-btn {
  display: inline-block;
  background: #06C755;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: 0.2s;
}

.line-btn:hover {
  background: #05b44f;
  color: #fff;
}


.line-howto-btn {
  display: inline-block;
  background: #06C755;
  color: #fff;
  padding: 5px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: 0.2s;
}

.line-howto-btn:hover {
  background: #05b44f;
  color: #fff;
}


/* ===== 高級フッター ===== */
.footer-lux {
  background: #000;
  color: #aaa;
  padding: 50px 20px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-logo {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .footer-logo {
    max-width: 140px;
  }
}


/* コピー */
.footer-copy {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ccc;
}

/* リンク */
.footer-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 2px;
  transition: 0.3s;
}

.footer-link:hover {
  color: #ff3366;
  border-color: #ff3366;
}

/* 下部 */
.footer-bottom {
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.feature-list {
  display: inline-block;   /* ← これが肝（箱を中央にする） */
  text-align: left;        /* ← 中身だけ左揃え */
  padding-left: 0;
  margin-top: 15px;
}

.feature-list li {
  list-style: none;        /* デフォルトの●消す */
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
}

.cta-btn {
  font-size: 1.6rem;
  padding: 14px 32px;
}

@media (max-width: 768px) {
  .cta-btn {
    font-size: 1.2rem;
    padding: 12px 20px;
    white-space: normal;
  }
}

.cta-note {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ccc;
}


.room-title {
  color: #ffce11;
}



.section-title span {
  display: block;
  font-size: 12px;
  color: #bbb;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

.section-title {
  text-align: center;
  color: #ff3366;
  font-size: 28px;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
  position: relative;
}

/* 横線 */
.section-title::after {
  content: "";
  display: block;
  width: 80px;            /* ←短めがポイント */
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    #ff3366,
    transparent
  );
  margin: 12px auto 0;
  opacity: 0.8;
}

.room-sub {
  display: block;
  font-size: 15px;
  color: #ffce11;
  letter-spacing: 0.12em;
  margin-top: 8px;
  font-weight: 300;
}


.cta-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 16px;
  color: #ffce11; /* ← ゴールド系で視認性確保 */
  text-decoration: none;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 206, 17, 0.4);
  padding-bottom: 2px;
  transition: 0.3s;
}

.cta-link:hover {
  color: #fff;
  border-color: #fff;
}


/* 客室紹介ページのアンカーリンクのデザイン */
.page-nav {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-nav a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ff1493;
  color: #ff1493;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.page-nav a:hover {
  background: #ff1493;
  color: #fff;
}

/* 客室紹介ページの各セクション下の文言 */
.section-desc {
  text-align: center;
  margin-top: 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.section-desc-rates {
  text-align: center;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}




/* ================= PC TABLE ================= */

.rate-table {
  width: auto;                  /* ←広がり防止 */
  max-width: 900px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 8px;
  font-family: "Noto Sans JP", sans-serif;
}

.rate-table th,
.rate-table td {
  padding: 7px 10px;
  text-align: center;
  border-radius: 6px;
}

/* ヘッダー */
.rate-header th {
  background: linear-gradient(135deg, #ff66cc, #cc33aa);
  color: #fff;
  font-weight: 700;
}

/* 時間列（左） */
.rate-time {
  background: linear-gradient(135deg, #ff66cc, #cc33aa);
  color: #fff;
  font-weight: 700;
  width: 220px; /* ←固定してコンパクト化 */
}

/* 金額 */
.rate-price {
  background: #f8f8f8;
  font-size: 26px;
  font-weight: 700;
  color: #cc33aa;
  white-space: nowrap; /* ←横伸び防止 */
}

/* テーブル外枠 */
.table-wrapper {
  display: inline-block;  /* ←これ追加 */
  background: #f0f0f0;
  padding: 0;
  border-radius: 8px;
}


/* ================= SP CARD ================= */

.rates-card-sp {
  margin-top: 20px;
}

.rate-card {
  background: linear-gradient(135deg, #ff5fd2, #d633ff);
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 20px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* SP用だけ上書き */
@media (max-width: 767px) {
  .rate-card .rate-time {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.05));
    padding: 14px;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
  }

  .rate-card .rate-time span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
    opacity: 0.9;
  }
}


/* ================= LIST ================= */

.rate-list {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
}

.rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.rate-item:last-child {
  border-bottom: none;
}

.rate-item span {
  color: #333;
  font-size: 14px;
}

.rate-item strong {
  color: #d633ff;
  font-size: 18px;
  font-weight: 700;
}


/* ======== 上部の電話番号(PC) ======== */
.header-tel a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}
.tel-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #aaa;
}
.tel-number {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
.header-tel a:hover .tel-number {
  color: #ffce11;
}

/* ======== 上部の電話番号(スマホ) ======== */
.hero-tel {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.hero-tel a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 2px;
}
.hero-tel a:hover {
  color: #ffce11;
  border-color: #ffce11;
}

.menu-tel {
  display: block;
  color: #ffce11;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}



