@charset "UTF-8";


/* 共通 */
html {
  font-size: 62.5%;
}

body {
  background-color: #e5e4e6;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #524e4d;
  line-height: 1.7;
}

.content {
  display: block;
}

a {
  text-decoration: none;
  color: #524e4d;
}

 .font-mintyou {
  font-family: "BIZ UDPMincho", serif;
 }

/* ページトップへスクロール */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  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 #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/* ヘッダー */
h1 {
  padding: 0 20px;
}

header {
  width: 100%;
  background-color: #adadad;
  padding: 40px 0px;
  display: flex;
  align-items: center;
}

.pc-nav {
  width: 100%;
}

.header-nav {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  align-items: center;
}

.tab {
 display: none;
}

/* フッター */
footer {
  background-color: #adadad;
  padding: 40px 0px;
}

.footer-nav {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 60px;
}

.privacy, small {
  text-align: center;
  display: block;
}

.privacy {
  margin-bottom: 60px;
}

small {
  font-size: 1.2rem;
}

/* 各ページヘッダー下の画像上の文字 */
.information-heading {
  font-size: 2.4rem;
  color: #fff;
  padding-left: 5%;
}

/* パンくずリスト */
.breadcrumbs {
  padding: 40px;
  padding-left: 3%;
  display: flex;
  margin-bottom: 60px;
}

.breadcrumbs li::after {
  content: '＞';
  display: inline-block;
  padding: 0 10px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

/* 横線 */
.border {
  max-width: 200px;
  border: 0.5px solid #524e4d;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* 中見出し */
h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

/* オンラインショップ関連 */
.shop-header {
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.shop-nav {
  width: 90%;
  max-width: 1000px;
  font-size: 1.4rem;
  margin-right: 20px;
}

.fa-shopping-cart {
  font-size: 1.6rem;
}

.shop-nav li {
  border-right: 1px solid #524e4d;
  padding: 0 5px;
}

.shop-nav li:last-child {
  border-right: none;
}

.online-title {
  font-size: 1.6rem;
  text-align: center;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: .5s;
  /* フェード開始を0.5秒遅らせる */
}

/* -------------------
index.html
------------------- */
#vegas {
  width: 100vw;
  height: 100vh;
  margin-bottom: 60px;
  text-align: center;
}

/* キャッチコピー(explanation) */
.explanation {
  text-align: center;
  margin-bottom: 160px;
}

/* お知らせ */
article {
  margin-bottom: 200px;
  padding: 0 20px;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #524e4d;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.date, .news-item p {
  padding: 16px;
}


/* 施設情報(main) */
main {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.facility-information {
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
}

.facility-information div h2 {
  padding-top: 40px;
}

.facility-information div p {
  margin-bottom: 20px;
  text-align: justify;
}

.facility-information img {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.facility-information div p, .facility-information a {
  padding: 0 40px;
}

.facility-btn {
  text-align: right;
  display: block;
}

.facility-btn span {
  color: black;
  /* border: 1px solid #fff; */
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  transition:.3s;
}

.facility-btn span:hover {
  color: #fff;
  background-color: #7f7f7f;
}

/* アクセス */
.access {
  margin-bottom: 200px;
}

.flex {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}


.flex div {
  width: 100%;
}

.access-info {
  text-align: center;
  padding-top: 40px;
  margin: 0 40px;
}

.access-info-yohaku {
  padding: 5px 0;
}

.bold {
  font-weight: bold;
}

.map iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.sns ul {
  width: 310px;
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  margin-bottom: 160px;
}

/* 店舗情報(storte-information) */
.store-information {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
  margin-bottom: 160px;
}

.store-information tr {
  border-bottom: 1px solid #524e4d;
}

.store-information th {
  text-align: left;
  padding: 20px;
}

/* -------------------
informaion.html
------------------- */
.information-image {
  background-image: url(../images/building.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 10px;
}

/* 当館のご利用につきまして */
.information-text {
  line-height: 2.4rem;
  border: 1px solid #524e4d;
  list-style: square;
  border-radius: 10px;
  padding: 20px;
}

.information-text li {
  text-align: justify;
}

.sub-menu {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 200px;
  padding: 0 20px;
}

/* ご利用料金 */
.fee {
  max-width: fit-content;
  margin: 0 auto;
}

.price {
  border: 1px solid #524e4d;
  margin-bottom: 16px;
  text-align: center;
}

.price td, .price th {
  border: 1px solid #524e4d;
  padding: 20px;
}

.fee p {
  text-align: right;
  margin-bottom: 200px;
}

/* -------------------
hotspring.html
------------------- */
.hotspring-image {
  background-image: url(../images/lamp.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 10px;
}

.kounou {
  margin-bottom: 160px;
}

.kounou h3 {
  text-align: center;
  margin-bottom: 20px;
}

.kounou p {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 20px;
}

/* -------------------
facility.html
------------------- */
.facility-image {
  background-image: url(../images/living-room.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 10px;
}

/* -------------------
restaurant.html
------------------- */
.restaurant-image {
  background-image: url(../images/wasitsu.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 10px;
}

/* -------------------
contact.html
------------------- */
.contact-image {
  background-image: url(../images/candles.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 10px;
}

.contact-box {
  background-color: #adadad;
  margin: 0 5%;
  padding: 20px 0;
}

.contact {
  margin: 0 20px;
  margin-bottom: 20px;
}

.contact label span {
  color: red;
}

.contact-button {
  text-align: center;
  padding-top: 40px;
}

#contact-content {
  padding:10px;
	background-size: 20px 20px;
}

#name, #furigana, #tel, #mail {
  padding: 10px;
  width: 95%;
}

#contact-text {
  padding: 10px;
  width: 95%;
  height: 100px;
}

/* -------------------
login.php
------------------- */
.login {
  text-align: center;
}

.login h1 {
  font-size: 24px;
  margin: 100px 0;
  line-height: 2.4rem;
}

.login input, #pwd {
  margin-bottom: 20px;
}

.textbox{
	padding:10px;/*内側余白*/
	background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),linear-gradient(90deg,  transparent 19px, #ccc 20px);
	background-size: 20px 20px;
}

/* -------------------
login-check.php
------------------- */
.check-text {
  text-align: center;
  margin: 100px 0;
}


/* -------------------
shop.php
------------------- */
.message {
  margin-left: 10px;
  margin-bottom: 60px;
}

.item {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  text-align: center;
}

.yohaku-small {
  padding: 5px;
}

.yohaku-medium {
  margin-bottom: 60px;
}

.yohaku-medium img {
  border-radius: 10px;
}

input.button {
  display       : inline-block;
  border-radius : 20%;
  text-align    : center;
  padding       : 5px 5px;
  background    : #7f7f7f;
  color         : #ffffff;
  line-height   : 1.7;
  transition    : .3s;
}

input.button:hover {
  color         : #7f7f7f;
  background    : #ffffff;
}


/* -------------------
shop_cartin.php
------------------- */
.text-center {
  text-align: center;
  padding: 60px 0;
}

/* -------------------
cart.php
------------------- */
.cart-message {
  text-align: center;
}

.center {
  margin: 0 auto;
}

.pay {
  text-align: center;
  padding: 30px 0;
}

/* -------------------
talet
------------------- */
@media screen and (max-width:1024px) {
  .tab {
   display: block;
  }

  .pc {
    display: none;
  }

  .footer-nav {
    display: inline;
    text-align: center;
  }

  .footer-nav li {
    padding-bottom: 5px;
  }
}

/* -------------------
sp
------------------- */
@media screen and (max-width:767px) {

  .tab {
   display: block;
   /* margin-right: 30px; */
  }

/* .header-nav {
  width: 90%;
  max-width: 1000px;
  display: inline;
}  */

  .shop-nav {
    display: inline;
  }

  .shop-nav li {
    line-height: 1.7;
  } 

  .shop-nav li:first-child {
    border-right: none;
  }
  /* 各ページの施設紹介 */
  main {
    margin-bottom: 160px;
  }

  .facility-information {
    flex-direction: column;
  }

  .facility-information img {
    width: 90%;
    margin: 0 auto;
  }

  /* 画像と文章を逆にする */
  .order-change {
    order: 1;
  }

  .facility-btn {
    text-align: center;
  }

  .access {
  margin-bottom: 100px;
  }

  /* -----------------
  index.html
  ----------------- */
  #vegas {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
  }

  .explanation {
    text-align: justify;
    padding: 0 20px;
  }

  /* アクセス */
  .flex {
    flex-direction: column;
  }

  .flex div {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .access-info {
  text-align: left;
  padding-top: 0px;
}

  /* -----------------
  shop.php
  ----------------- */
  .item {
    grid-template-columns: repeat(1, 1fr);
  }
}



