@charset "utf-8";

h1, h2, h3, h4 {
  font-family: 'Kiwi Maru', serif;
}
p {
  font-size: 15px; 
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
}
ol, ul {
  list-style: none;
  font-family: 'Kiwi Maru', serif;
}

a, button, tr, th, dd, dt {
  font-family: 'Kiwi Maru', serif;
}


/* -------------------画像------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -------------------セクション------------------- */
section {
  padding: 75px 0;
}

.mw1200{
    width: 94%;
    padding: 0 3%;
    max-width: 1200px;
    margin: 0 auto;
}

/* -------------------マージン------------------- */
.m40 {
  margin: 40px 0;
}

/* -------------------width------------------- */
.wi85 {
  width: 85%;
}

/* -------------------位置------------------- */
.txcenter {
  text-align: center;
}
.left {
  text-align: left;
}

/* -------------------フォントサイズ------------------- */

.size1-5rem{
font-size: 1.5rem;
}
.size3rem{
  font-size: 3rem;
}
.size18 {
  font-size: 18px;
}
.size20 {
  font-size: 20px;
}

.size25 {
  font-size: 25px;
}
.size30 {
  font-size: 30px;
}
.size35 {
  font-size: 35px;
}
.size40 {
  font-size: 40px;
}
.size50 {
  font-size: 50px;
} 
.size70 {
  font-size: 70px;
}
.size80 {
  font-size: 80px;
}

/* -------------------カラム------------------- */
/* 2カラム */
flex_box


/* -------------------カラー------------------- */
.howait {
  color: #fff;
}

/* ＃青系グラデーション */
/* background: linear-gradient(135deg, #4facfe 0%, #00f2fe 50%, #4facfe 100%); */

/* ＃ピンク系グラデーショ */
/* background: linear-gradient(135deg, #f093fb 0%, #f5576c 50%, #f093fb 100%);
color: #de4c7c; */

/* ＃ゴールド系 */
/* #8C794B
color: rgba(200, 180, 130, 0.2);  */


/* 固定予約 */
.fixed-reserve-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4a90e2;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  padding: 10px 0;
  /* box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1); */
}
.reserve-btn {
  flex: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.reserve-btn:last-child {
  border-right: none;
}

.reserve-btn i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 3px;
}

/* カラー調整（必要に応じて背景別カラー可） */
.reserve-btn.linecv i { color: #ffffff; }
.reserve-btn.telcv i { color: #ffffff; }
.reserve-btn.webcv i { color: #ffffff; }

/* モバイルのみ表示 */
@media screen and (min-width: 768px) {
  .reserve-btn {
  font-size: 1.5rem;
}

}
