@charset "utf-8";

* {
	padding: 0;
  box-sizing: border-box;
	margin: 0;
	list-style: none;
}
html {
    scroll-behavior: smooth;
}
/* topへ戻るスクロールボタン */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: none;
  border: solid 2px 	#F172A3;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #F172A3;
  border-right: 3px solid	#F172A3;
  transform: translateY(20%) rotate(-45deg);
}


/* ナビゲーションメニュー */
header {
	display: flex;
  height: 88px;
  align-items: center;
  position: relative;
}
.logo {
	margin-right: auto;
}
.nav-menu {
	/* position: relative; */
}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {
	margin: 34px 0;
  border-right: 1px solid #898989; /* メニューアイテムの左ボーダー */
}
.menu-item a:hover {
  color: #e50000;
}
/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  color: #898989; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 20px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  width: 110px;
}


/* ドロップダウンメニュー */
nav {
  /* position: relative; */
}
.drop-menu-list {
	display: flex;
  justify-content: space-around;
  background-color: #004986; /* ドロップダウンメニューの背景色 */
  left: 0;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: 100%;
  text-align: center;
  z-index: 1;
  height: 50px;
}
.drop-menu-list a {
	margin: 10px;
	color: #fff;
	text-decoration: underline;
}
.drop-menu-item a{
  width: 150px;
}
p.menu {
  color: #fff;
  margin: auto 10px;

}
#nav-rese {
  background-color: #001b58;
  text-align: center;
  width: 100px;
  padding: 20px 0;
}
#nav-rese a {
  color: #fff;
  text-decoration: none;
}
#keyvisual {
  position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#keyvisual p {
	width:60px;
	z-index: 0;
}
#keyvisual p img {
	width: 50%;
}
#keyvisual p:first-child {
	text-align: right;
}


div#hero {
  display: block;
  position: absolute;
  color: #fff;
	width: 100%;
	bottom: 20px;
  left: 20px;
	justify-content: center;
}

#hero p,h1 {
  width: 100%;
}
#hero p {
  font-size: 36px;
}
#hero p {
  font-size: 24px;
}
.top-info,.block1,.exp,h4.topfe,.buttom {
  font-family: '小塚明朝 Pr6N';
}
h4.topfe,h3#toppage,h2 {
  font-weight: 552;
}
main#index {
  background-color: #eee;
  position: relative;
  padding-bottom: 80px;
}
#inner {
  padding-left: 70px;
}
 div.news-info {
  display: inline-block;
  vertical-align: top;
  padding-top: 70px;
} 
.news-info#list1 {
  padding-left: 50px;
}
.in-title {
  line-height: 25px;
  font-size: 30px;
} 
#title-1 {
  font-size: 18px;
}
.c-btn {
  margin-top: 10px;
}
.c-btn a {
  color: #fff;
  background-color: #004986;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 0;
  padding-left: 30px;
  padding-right: 7px;
}
h3#toppage {
  text-align: center;
  font-size: 32px;
  padding: 40px;
}
div.exp p {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}
.toproom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.toproom img {
  width: 30%;
  margin: auto;
}
article {
  position: relative;
}
h4.topfe {
  color: #fff;
  font-size: 36px;
  padding: 50px;
  background-color: #004986;
  margin-top: 70px;
  text-align: center;
  text-decoration:underline; 
  text-underline-offset: 10px;
}


ul.features {
  display: flex;
  flex-wrap: wrap;
  width: 100% ;
  flex-flow: reverse ;
  list-style-type: none;
  justify-content: space-around;
  /* gap: 3em 7%; */
  padding: 0;
}
ul.features dt {
  font-size: 25px;
  font-weight: bold;
}
ul.features li {
  background-color: #fff;
  width: 35%;
  max-width: 100%;
  text-align: center;
}
ul.features li:nth-of-type(n+1){
  margin-top: 30px;
}
ul.features img {
   margin: 5% 10% 10px 10%;
    max-width: 250px;
    padding: 0 20px;
}
.features dt {
  padding: 0 20px;
}
.features dd {
  padding: 0 30px 20px 30px;
}

.buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:50px auto 0 ;
    padding: .7em 0 ;
    border: none;
    border: 1px solid #000;
    font-size: 1em;
}
.buttom a {
  border: none;
  color: #000;
  text-decoration: none;
}
.footer {
  background-color: #313131;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}
.footer a ,.copyright{
  color: #fff;
  text-align: center;
}
#footlogo {
  text-align: left;
  padding-left: 10px;
}
.footernav {
  display: flex;
  justify-content: space-between;
}
.block-footernav--item-list {
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;
}
.block-footernav--item-list dl {
  padding: 30px 40px;
}
.block-footernav--item-list dt {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.block-footernav--item-list dd {
  padding-bottom: 10px;
}
.block-footernav--item-list dd a {
  text-decoration: none;
}
/* access.html */
.flor ol {
  display: flex; /* 横並びにする */
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap; /* 折り返さないようにする */
  font-size: 16px;
  margin-left: 20px;
}

.flor ol li {
  display: inline-block; /* 以前の指定が残っている場合 */
  margin-right: 10px; /* 各要素の右側に余白を設定 */
}
h1.title {
  margin-top: 20px;
  text-align: center;
  font-size: 48px;
  line-height: 40px;
  position: relative;
  margin-bottom: 70px;
}
h1.title span {
  font-size: 28px;
}
h1.title::before {
  content: "";
	width: 80px;	/* 線の長さ */
	height: 1px;	/* 線の太さ */
	bottom: -8px;	/* 線の縦の開始位置 */
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	background: #000;
}

.c-tab.map ul {
  display:flex;
  justify-content:center;
  text-align: center;
}
.c-tab.map>ul>li {
  border: 2px solid #000;
  width:100%;
  max-width:195px;
  height:84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tab.map>ul>li+li a,.c-tab.map>ul>li+li {
  border-left:none;
}

.c-tab.map ul li a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  line-height: 1.5;
  /* display: block; */ /*aの中にpタグを作ってその中で↑の処理をする、pタグにdisplay,blockをいれる*/
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.map1 h2,.map2 h2{
  text-align: center;
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 34px;
}
.map-1 {
  width:70%;
	margin:0 auto;
}
.accesspage,.train-info {
  font-size: 26px;
  position: relative;
}
.accesspage::before {
  content: "";
	width: 50px;	/* 線の長さ */
	height: 1px;	/* 線の太さ */
	bottom: -5px;	/* 線の縦の開始位置 */
	left: 1em;
	transform: translateX(-50%);
	position: absolute;
	background: #000;
}
table#umemap, #nanmap {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  
}
#umemap, #nanmap {
  border-spacing: 0;
}
#umemap th, #umemap td {
  border-bottom: 2px solid #cfcfcf;
}
#nanmap th, #nanmap td {
  border-bottom: 2px solid #cfcfcf;
}
#umemap td, #nanmap td {
  padding: 10px 7em 10px 5em;
}
iframe {
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  margin-bottom: 50px;
}
.map-info1 {
  width:100%;
	margin:0 auto;
  padding: 0;
  background-color: #eee;
}
.train-info::before {
  content: "";
  width: 50px;	/* 線の長さ */
  height: 1px;	/* 線の太さ */
  bottom: -5px;	/* 線の縦の開始位置 */
  left: 1em;
  transform: translateX(-50%);
  position: absolute;
  background: #000;
}
.info-in {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.train-info {
  margin-bottom: 30px;
}
#tramap {
  font-size: 22px;
  padding-bottom: 15px;
}
#train1 ul {
  padding-bottom: 20px;
}
#parking1 {
  padding-bottom: 20px;
}
#parking1 th, #parking2 th, #parking3 th {
  font-weight: normal;
}
#parking1 td, #parking2 td, #parking3 td {
  padding-left: 30px;
}

/* flow.html */
.flowstep {
  display: flex;
  flex-direction: column;
}
#step1-4 img {
  width: 100%;
  height: 100%;
  max-width: 400px;
}
#step1-4 {
  display: flex;
}
#step1-4 dl {
  margin-top: 4em;
}
h2.flow-step {
  color: red;
  margin-bottom: 1em;
}
#step1-4 dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.flowstep {
  margin-bottom: 100px;
  padding: 0 50px;
}

/* contact.html */
form {
	margin: 0 auto;
	max-width: 800px;
}
.s-contact-form dd {
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
.required dd textarea,
.kind select {
  width: 80%;
  padding: 6px;
}
.required-form1 {
  margin-bottom: 20px;
}
.required dd textarea {
  height: 140px;
}
.s-contact-form dl {
  display: flex;
  text-align: center;
  padding-bottom: 40px;
}
.s-contact-form dl dt {
  width: 30%;
}
.privacy {
  background-color: #eeeeee;
  padding: 30px;
  text-align: center;
}
.privacy a {
  text-decoration: none;
  color: red;
}
p.title {
  margin-bottom: 20px;
}
.check span {
  font-size: 18px;
  font-weight: bold;
}
input[type="checkbox"] {
  transform: scale(1.2);
  accent-color: #f00;
}
div.c-btn button {
  color: #eee;
  background-color: #004986;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 0;
  padding-left: 30px;
  padding-right: 7px;
  margin: 50px 0;
}
.btns div.c-btn {
  text-align: center;
}
/* ボタンの基本スタイル（既存のCSSに追加または調整） */
.btns button {
    cursor: pointer;
    transition: opacity 0.3s, background-color 0.3s;
}

/* ボタンが無効化されたときのスタイル */
.btns button:disabled {
    /* 不透明度を下げて、押せないことを視覚的に示す */
    opacity: 0.5; 
    /* マウスカーソルを禁止マークに変更 */
    cursor: not-allowed; 
}

/* room.html */
#umeroom, #nanroom{
  position: relative;
  margin: 50px 30px 30px;
}
#umeroom::before,
#nanroom::before {
  content: "";
  width: 50px;	/* 線の長さ */
  height: 1px;	/* 線の太さ */
  bottom: -5px;	/* 線の縦の開始位置 */
  left: 1em;
  transform: translateX(-50%);
  position: absolute;
  background: #000;
}
.dli-user-fill {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
}

.dli-user-fill::before, .dli-user-fill::after {
  content: '';
  display: block;
  margin: 0 auto;
  background: currentColor;
  box-sizing: border-box;
}

.dli-user-fill::before {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-bottom: 0.05em;
}

.dli-user-fill::after {
  width: 1em;
  height: 0.4em;
  border-bottom: 0;
  border-radius: 50% / 100% 100% 0 0;
}
.umeroom dl,
.nanroom dl {
  padding: 10px 20px 20px;
}
.room1 ul.umeroom, .nanroom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 20px;
  justify-content: space-between;
}
ul.umeroom li,
.nanroom li {
  width: 25%;
  margin: 0 4%;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
ul.umeroom li img,
.nanroom li img {
  width: 100%;
}
.roommap {
  margin-bottom: 100px;
}

/* polisy.html */
.s-polisy,h1.polisy {
  font-family: '小塚明朝 Pr6N';
}
.s-polisy {
  margin: 0 10%;
}
h1.polisy {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 70px;
}
h2#privasy1 {
  font-size: 20px;
  color: #000133;
}
.s-polisy p {
  margin: 0 1% 30px;
}
.s-polisy2 {
  border: solid 1px #000;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.s-polisy2 small {
  color: red;
}
#polisy3 {
  margin-bottom: 50px;
  text-align: right;
}
/* price.hrml */
.price {
  margin: 10%;
}
.content-wrapper {
    display: table; 
    margin: 0 auto; 
}
.content-wrapper h2, 
.content-wrapper p {
    text-align: left; 
}

.content-wrapper .daytable, 
.content-wrapper .weekend {
    margin: 0; 
}

.roomprice, .roomprice2 {
    text-align: left; 
}

.daytable th,
.weekend th {
  background-color: #001b58;
  color: #eee;
  padding: 10px 20px;
}
.daytable tr:nth-child(odd) td,
.weekend tr:nth-child(odd) td {
  background-color: #cfcfcf;
}
.daytable td,
.weekend td {
  padding: 5px 10px;
  text-align: center;
}
.roomprice2 {
  margin: 50px 0;
}
#roombutton,
#pricebutton {
  display: flex;
  justify-content: center;
}
#pricebutton button,
#roombutton button {
  margin: 30px 20px;
}
/* レスポンシブ */
@media (max-width: 767px) {

  /* siltasの特徴 */
  ul.features li{
    display: block;
    margin: auto;
    width: 80%;
  }
  div.news-info {
    padding-top: 40px;
  }
  #list1.news-info {
    padding: 0;
  }
  /* access.hrml */
  #umemap td,
  #nanmap td {
    padding: 10px;
  }
  /* flow.html */
  #step1-4 {
  display: block;
  margin: auto;

  }
  #step1-4 img {
    width: 100%;
  }
  /* room.html */
  ul.umeroom li,
  .nanroom li {
  width: 40%;
  }
  /* price.html */
  .price{
    margin: 10px;
  }
  #roombutton button,
  #pricebutton button {
    margin: 20px 5px;
  }
  .daytable td,
  .weekend td {
  padding: 0;
  text-align: center;
  }
  .daytable th,
  .weekend th {
  padding: 0;
  }
  /* フッター */
  .block-footernav--item-list dl {
    padding: 20px 20px;
  }
}
  /*ヘッダー試作*/

  @media screen and (max-width: 768px) {
    /* ----------------------------------
     * 1. ヘッダーとナビゲーションの切り替え
     * ---------------------------------- */
    header {
        height: 88px; /* モバイル向けに高さを調整 */
        padding: 0 20px;
    }

    /* PCナビゲーションを非表示に */
    .nav-menu {
        display: none;
    }
    
    /* ドロワーメニューとして再定義 */
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%; /* 初期状態は画面外に隠す */
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #fff;
        transition: right 0.3s;
        z-index: 900;
        overflow-y: auto;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        display: block; /* fixedなので表示ブロックにする */
    }
    
    /* JSで付与されるクラス */
    .nav-menu.is-active {
        right: 0; /* 画面内に移動して表示 */
    }

    /* ----------------------------------
     * 2. ハンバーガーボタンの表示とアニメーション
     * ---------------------------------- */
    .header__hamburger {
        display: block;
        z-index: 999; 
    }

    .hamburger {
        width: 25px;
        height: 25px;
        position: relative; /* 線の基準に必須 */
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }
    
    /* 線のスタイリング */
    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #333;
        position: absolute;
        left: 0;
        transition: 0.3s;
    }
    
    /* 線の位置設定 (高さ25px, 線2pxとして再計算) */
    .hamburger span:nth-child(1) { top: 4px; }
    .hamburger span:nth-child(2) { top: 11.5px; } /* 中央の線 */
    .hamburger span:nth-child(3) { top: 19px; }

    /* ×印へのアニメーション */
    .hamburger.is-active span:nth-child(1) {
        top: 11.5px;
        transform: rotate(45deg); 
    }
    .hamburger.is-active span:nth-child(2) {
        opacity: 0; 
    }
    .hamburger.is-active span:nth-child(3) {
        top: 11.5px;
        transform: rotate(-45deg); 
    }

    /* ----------------------------------
     * 3. モバイルメニューリストの縦並び
     * ---------------------------------- */
    .menu-list {
        flex-direction: column;
        height: auto;
        padding: 60px 0 20px; /* ヘッダーの高さ分スペースを空ける */
    }

    .menu-item {
        border-right: none;
        border-bottom: 1px solid #eee;
        position: static; /* position: relative; を解除 */
        margin: 0;
        width: 100%;
    }
    
    .menu-item a {
        width: 100%;
        justify-content: flex-start; /* 左揃え */
        padding: 15px 20px;
        height: auto;
    }

    /* ----------------------------------
     * 4. ドロップダウンメニュー (アコーディオン化)
     * ---------------------------------- */
    .drop-menu-list {
        /* PCの設定をリセット */
        position: static;
        opacity: 1;
        visibility: visible;
        display: none; /* JSで開閉するため初期非表示 */
        width: 100%;
        height: auto;
        text-align: left;
        padding: 10px 0;
    }
    
    .drop-menu-list a {
        margin: 0;
        text-decoration: none;
        padding: 10px 40px; /* インデント */
        display: block;
        width: 100%;
    }
    p.menu {
        display: none; /* モバイルメニューではタイトルを非表示 */
    }

    /* 予約ボタンをメニュー幅いっぱいに広げる */
    #nav-rese {
        width: 100%;
        background-color: #001b58;
        border-bottom: none;
    }
    #nav-rese a {
        color: #fff; /* メインカラーに変更 */
        font-weight: bold;
        text-align: left;
    }
    
    /* メニューが開いているときに背景のスクロールを固定 */
    .no-scroll {
        overflow: hidden;
    }
}


