@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*==================================
レイアウト
==================================*/
.lp_wrap {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.lp_wrap img {
  width: 100%;
}

.btn_hover:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.posi_movie {
  position: relative;
}

.posi_movie .cont_movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.posi_movie .cont_movie video {
  width: 100%;
}

/* 画像の上にボタンを配置する */
/* 画像の上にボタンを配置する */
.img_overlay {
  position: relative;
  /* 子要素の絶対配置の基準 */
  display: inline-block;
  width: 100%;
}

.img_overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_btn {
  position: absolute;
  z-index: 2;
  /* 予約ボタンのz-index */
}

/* 共通スタイル（既存の .custom-position） */
.custom-position {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(86%, 460px);
  z-index: 2;
}

/* 画像ごとに個別調整 必要に応じて追加*/
.pos-btn-2 {
  top: 50%;
}

/* 2.webp 用 */
.pos-btn-5 {
  top: 50%;
}

/* 5.webp 用 */
.pos-btn-17 {
  top: 50%;
}

/* 17.webp 用 */
.pos-btn-20 {
  top: 50%;
}

/* 17.webp 用 */
.pos-btn-22 {
  top: 50%;
}

/* 17.webp 用 */
.pos-btn-24 {
  top: 30%;
}

/* 24.webp 用 */


/* 電話番号の表示スタイル（img_boxに対して重ねて配置） */
.tel_display_fixed {
  position: absolute;
  /* 親要素(.img_overlay)に対して絶対配置 */
  /* 配置場所を調整 */
  top: 59%;
  /* tatoolp11.webp の画像内で、上からの位置を調整 */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  /* 必要に応じて幅を調整 */
  padding: 10px 0;
  /* 背景色や影は、画像のデザインに合わせて調整 */
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* border-radius: 5px; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  color: #333;
  z-index: 3;
  /* 最前面に表示（予約ボタンよりも大きい値） */
}

.tel_display_fixed p {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.tel_display_fixed .tel_image_link {
  display: block;
  text-decoration: none;
  padding: 5px;
}

.tel_display_fixed .tel_image_link:hover {
  opacity: 0.8;
}

.tel_display_fixed .tel_image_link img {
  width: auto;
  height: auto;
  max-width: 100%;
  /* 親要素の幅に合わせて調整 */
  max-height: 100px;
  /* 必要に応じて高さを調整 */
  display: block;
  margin: 0 auto;
}

/*==================================
offer
==================================*/
.official_link-btn {
  width: 54.4%;
  margin: 0 auto;
  transition-duration: 0.4s;
}

.official_link-btn img {
  width: 100%;
}

.official_link-btn:hover {
  transform: scale(1.06);
}

.official_link-area {
  padding: 2% 0 2%;
}

.official_link-black {
  background-color: #000;
}

.official_link-brown {
  background-color: #d2c29b;
}

/*==================================
accordion
==================================*/
#faq {
  margin-top: 34%;
}

.accordion_wrap {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/img21.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 5%;
}

.accordion {
  position: relative;
  top: 40%;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 120%;
  list-style: none;
}

.accordion_content {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 30px 20px;
  width: 92%;
  margin: 0 auto 30px auto;
  background-color: #fff;
  background: linear-gradient(135deg, #adacac 0%, #eeeeee 50%, #d2d2d2 100%);
  text-align: center;
}

.accordion_content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 5px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}

.accordion .inner {
  display: none;
  list-style: none;
}

.accordion p {
  font-weight: bold;
  background: url(../images/icon_Q.png) no-repeat;
  background-position: 0 0;
  background-size: 45px;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 24px;
  color: #a98434;
}

.accordion p::before {
  content: "";
  position: absolute;
  width: 3.8%;
  /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #a98434;
  /*+、-の色設定*/
  border-bottom-width: 0.15vw;
  /*+、-の太さ設定*/
  margin: auto;
  top: 7.5%;
  bottom: 0;
  right: 1.5%;
  /*+、-の位置設定*/
  transform: rotate(0deg);
  transition: all 0.4s;
  z-index: 5;
}

.accordion p::after {
  content: "";
  position: absolute;
  width: 3.8%;
  /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #a98434;
  /*+、-の色設定*/
  border-bottom-width: 0.15vw;
  /*+、-の太さ設定*/
  margin: auto;
  top: 7.5%;
  bottom: 0;
  right: 1.5%;
  /*+、-の位置設定*/
  transform: rotate(90deg);
  transition: all 0.4s;
  z-index: 5;
}

.accordion p.xmark:before {
  transform: rotate(360deg);
  transition: all 0.4s;
}

.accordion p.xmark:after {
  transform: rotate(360deg);
  transition: all 0.4s;
}

.inner {
  border-top: 2px dashed #a98434;
  margin-top: 25px;
  padding: 25px 0 0 0;
}

.answer_text {
  background: url(../images/icon_A.png) no-repeat;
  background-position: 0 0;
  background-size: 45px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  color: #340e00;
}

.one_line {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bd_btm {
  border-bottom: 1px solid #e1e1e1;
  background-size: contain;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*==================================
追従バナー
==================================*/

/* 追従ボタン：中央固定＆サイズ可変 */
#js-float_btn,
.float_btn {
  position: fixed;
  left: 50%;
  top: 85%;
  /* 中央基準にする */
  transform: translate(-50%, -50%); 
  z-index: 999;
  opacity: 0;
}

/* ホバー効果 */
#js-float_btn a:hover img,
.float_btn a:hover img {
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

/* サイズはCSS変数 --float-size で調整 */
#js-float_btn img,
.float_btn img {
  width: var(--float-size, 600px);
  height: auto;
  max-width: 90vw;   /* 画面からはみ出し防止（SP対策） */
  max-height: 90vh;  /* 画像が大きすぎる場合の保険 */
  display: block;
}

/* アニメーション */
#js-float_btn.UpMove,
.float_btn.UpMove {
  animation: UpAnimeCenter 0.45s ease forwards;
}
#js-float_btn.DownMove,
.float_btn.DownMove {
  animation: DownAnimeCenter 0.35s ease forwards;
}

/* 中央用アニメーション（拡大・フェードイン/アウト） */
@keyframes UpAnimeCenter {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.96); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes DownAnimeCenter {
  from { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  to   { opacity: 0; transform: translate(-50%, -50%) scale(0.96); }
}

@media (max-width: 640px) {
  #js-float_btn img,
  .float_btn img {
    max-width: 90vw;  /* もう少し小回りを効かせるなら調整可 */
  }
}




/*==================================
footer
==================================*/
footer {
  text-align: center;
  width: 750px;
  margin: 0 auto;
  background-color: #eae9e9;
  padding-top: 9%;
}

footer .logo {
  width: 69.3333333333%;
  margin: 0 auto 9% auto;
}

footer .logo img {
  width: 100%;
}

footer .footer_text {
  width: 90.6666666667%;
  margin: 0 auto;
  text-align-last: left;
}

footer h3.title-h3 {
  font-size: 25px;
  padding-left: 0.5em;
  border-left: 7px solid #a98434;
  margin-bottom: 25px;
}

footer h4.title-h4 {
  color: #a98434;
  font-weight: bold;
  font-size: 25px;
  margin: 0.5em 0;
}

footer p {
  font-size: 25px;
  line-height: 40px;
}

footer .footer_link {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 50px 0;
}

footer .footer_link a:link {
  color: #000;
}

footer .footer_link a:visited {
  color: #000;
}

footer .footer_link a:hover {
  text-decoration: none;
}

footer .copyright {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
}

/*==================================
レスポンシブ
==================================*/
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    margin: 0;
    padding: 0;
  }

  .lp_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }


  .fv {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
  }

  .accordion_content {
    padding: 20px 17px;
  }

  .accordion p {
    padding: 0 35px 0 50px;
    font-size: 20px;
    line-height: 1.5;
  }

  .answer_text {
    background-size: 40px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 10px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .accordion p::before {
    width: 6%;
    /*+、-の大きさ設定*/
    height: 2px;
    /*+、-の色設定*/
    border-bottom-width: 0.3vw;
    /*+、-の太さ設定*/
  }

  .accordion p::after {
    width: 6%;
    /*+、-の大きさ設定*/
    height: 2px;
    /*+、-の色設定*/
    border-bottom-width: 0.3vw;
    /*+、-の太さ設定*/
  }

  footer {
    width: 100%;
  }

  footer h3.title-h3 {
    font-size: 20px;
    padding-left: 0.5em;
    border-left: 7px solid #a98434;
    margin-bottom: 25px;
  }

  footer h4.title-h4 {
    color: #a98434;
    font-weight: bold;
    font-size: 20px;
    margin: 0.5em 0;
  }

  footer p {
    font-size: 20px;
    line-height: 30px;
  }

  footer .footer_link {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 35px 0;
  }
}