@charset "utf-8";

/*問い合わせボタン*/
#fixed_menu_fixed {
  display: none;
}

#fixed_menu_fixed .menu_contents .sns_btn {
  width: 20%;
}

*/

/* フッターメニュー作成 @SC 2024/11/25 */
#fixed_menu_fixed .menu_contents .sns_btn.btn_tel,
#fixed_menu_fixed .menu_contents .sns_btn.btn_chat,
#fixed_menu_fixed .menu_contents .sns_btn.btn_more {
  flex-basis: 33%;
}

/* フッターメニュー作成 @SC 2024/11/25 */
#fixed_menu_fixed .menu_contents .sns_btn.btn_tel .modal-open {
  background: #f8860a;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_whatsapp .modal-open {
  background: #25d366;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_line .modal-open {
  background: #11cc11;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_wechat .modal-open {
  background: #78ab32;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_kakao .modal-open {
  background: #3c1e1e;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_mail .modal-open {
  background: #67cde5;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_chat .modal-open {
  background: #00bf63;
}

#fixed_menu_fixed .menu_contents .sns_btn.btn_more .modal-open {
  background: #2fd0f4;
}

#fixed_menu_fixed .menu_contents .modal-stay {
  background: #dcdcdc;
}

#fixed_menu_fixed .menu_contents .sns_btn a {
  display: block;
  margin: 3px 3px 6px 3px;
  padding: 0px 10px 0px 10px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
  height: 45px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

/* フッターメニュー作成 @SC 2024/11/25 */
#fixed_menu_fixed .menu_contents .sns_btn.btn_tel a,
#fixed_menu_fixed .menu_contents .sns_btn.btn_chat a,
#fixed_menu_fixed .menu_contents .sns_btn.btn_more a {
  margin-top: 6px;
}

/* フッターメニュー作成 @SC 2024/11/25 */
#fixed_menu_fixed .menu_contents .sns_btn a img {
  width: 18px;
  margin-right: 3px;
  vertical-align: middle;
  max-width: 100%;
}

/* ↓ スマホTELボタン押下時の動作変更 2024/10/09 */
.sns_guidance a {
  /* width: 65%; */
  display: block;
  margin: 0 auto;
}

.modal-stay span {
  color: #bdbdbd;
}

/* ↑ スマホTELボタン押下時の動作変更 2024/10/09 */
#fixed_menu_fixed .chat_speech_bubble {
  width: 180px;

  position: fixed;
  z-index: 105;
  /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  right: 5%;
  /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  bottom: 91px;
}

#fixed_menu_fixed .chat_speech_bubble.shop_plan_d {
  left: 26.5%;
}

#fixed_menu_fixed.jp .chat_speech_bubble,
#fixed_menu_fixed.en .chat_speech_bubble {
  /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  bottom: 120px;
  /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
}

#fixed_menu_fixed .close_speech_bubble_btn {
  background: #000;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  font-size: inherit;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#fixed_menu_fixed .close_speech_bubble_btn {
  position: fixed;

  z-index: 105;
  /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  right: 4%;
  /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  bottom: 158px;
}

#fixed_menu_fixed .close_speech_bubble_btn.shop_plan_d {
  right: 28.5%;
}

#fixed_menu_fixed.jp .close_speech_bubble_btn,
#fixed_menu_fixed.en .close_speech_bubble_btn {
  /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  bottom: 170px;
  /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
}

#fixed_menu_fixed .close_speech_bubble_btn::before,
#fixed_menu_fixed .close_speech_bubble_btn::after {
  position: absolute;
  top: 0.7rem;
  left: 0.4rem;
  display: block;
  content: "";
  background: #fff;
  background: #fff;
  width: 0.8rem;
  height: 0.15rem;
}

#fixed_menu_fixed .close_speech_bubble_btn::before {
  transform: rotate(45deg);
}

#fixed_menu_fixed .close_speech_bubble_btn::after {
  transform: rotate(-45deg);
}

/* モーダル */
#modal_reserve {
  display: none;
  width: 90%;
  max-width: 480px;
  padding: 0;
  color: #666666;
  position: fixed;
  z-index: 106;
  text-align: center;
  overflow: hidden;
  left: 5%;
  height: fit-content;
}

#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
}

#modal_close {
  font-size: 36px;
  color: #fff;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 106;
  cursor: pointer;
  display: none;
}

#modal_reserve .sns_inner {
  background-color: #ffffff;
  /* padding:3px; */
  padding: 6px;
  border-radius: 8px;
}

#modal_reserve .sns_inner.tel_inner {
  border: 3px solid #f8860a;
}

/* ↓ 営業時間外の連絡ツール動作変更 2025/04/08 */
#modal_reserve .sns_inner.shop_outside_business_flg_inner {
  border: 3px solid #f8860a;
}

/* ↑ 営業時間外の連絡ツール動作変更 2024/04/08 */
/* ↓ スマホTELボタン押下時の動作変更 2024/10/09 */
#modal_reserve .sns_inner.tel_inner.no_tel {
  border: 3px solid #000;
}

/* ↑ スマホTELボタン押下時の動作変更 2024/10/09 */
#modal_reserve .sns_inner.whatsapp_inner {
  border: 3px solid #25d366;
}

#modal_reserve .sns_inner.line_inner {
  border: 3px solid #4bb134;
}

#modal_reserve .sns_inner.wechat_inner {
  border: 3px solid #78ab32;
}

#modal_reserve .sns_inner.kakao_inner {
  border: 3px solid #3c1e1e;
}

#modal_reserve .sns_inner.mail_inner {
  border: 3px solid #67cde5;
}

#modal_reserve .sns_inner .sns_guidance {
  position: relative;
}

#modal_reserve .sns_inner.line_inner .sns_guidance .sns_txt .icon_sns,
#modal_reserve .sns_inner.wechat_inner .sns_guidance .sns_txt .icon_sns,
#modal_reserve .sns_inner.kakao_inner .sns_guidance .sns_txt .icon_sns,
#modal_reserve .sns_inner.whatsapp_inner .sns_guidance .sns_txt .icon_sns {
  width: 100px;
  margin-bottom: 10px;
  vertical-align: middle;
}

#modal_reserve .sns_inner .sns_guidance .shopinfobtn {
  border: 0;
  margin: 10px auto 10px;
  color: white;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
}

#modal_reserve .sns_inner.wechat_inner .sns_guidance .shopinfobtn {
  width: 120px;
  margin: 10px auto 0;
  background: #78ab32;
  border: 1px solid #78ab32;
  border-radius: 5px 5px 0 0;
}

#modal_reserve .sns_inner.wechat_inner .sns_guidance .shopinfobtn_under {
  width: 120px;
  height: 3px;
  margin: 0 auto 10px;
  background: #61901f;
  border: 1px solid #61901f;
  border-radius: 0 0 5px 5px;
}

#modal_reserve .sns_inner.kakao_inner .sns_guidance .shopinfobtn {
  width: 120px;
  margin: 10px auto 0;
  background: #3c1e1e;
  border: 1px solid #3c1e1e;
  border-radius: 5px;
}

#modal_reserve .sns_inner.tel_inner .sns_guidance .shopinfobtn {
  width: 65%;
  border-radius: 30px;
  padding: 10px 0px 10px 20px;
  background: #f8860a;
}

/* ↓ スマホTELボタン押下時の動作変更 2024/10/09 */
#modal_reserve .sns_inner.tel_inner.no_tel .sns_guidance .shopinfobtn {
  width: auto;
  border-radius: 5px;
  padding: 10px 0px 10px 20px;
  background: #00bf63;
}

/* ↑ スマホTELボタン押下時の動作変更 2024/10/09 */
#modal_reserve .sns_inner.line_inner .sns_guidance .shopinfobtn {
  width: 65%;
  border-radius: 30px;
  padding: 10px 0px 10px 20px;
  background: #4bb134;
}

#modal_reserve .sns_inner.whatsapp_inner .sns_guidance .shopinfobtn {
  width: 170px;
  margin: 10px auto 0;
  background: #25d366;
  border: 1px solid #25d366;
  border-radius: 5px;
}

#modal_reserve
  .sns_inner.wechat_inner
  .sns_guidance
  .shopinfobtn
  .btn_copy_wechat,
#modal_reserve
  .sns_inner.wechat_inner
  .sns_guidance
  .shopinfobtn
  .btn_download_wechat,
#modal_reserve
  .sns_inner.kakao_inner
  .sns_guidance
  .shopinfobtn
  .btn_copy_kakao,
#modal_reserve
  .sns_inner.kakao_inner
  .sns_guidance
  .shopinfobtn
  .btn_download_kakao,
#modal_reserve
  .sns_inner.whatsapp_inner
  .sns_guidance
  .shopinfobtn
  .btn_download_whatsapp {
  /* padding:8px 10px 0 15px; */
  display: inline-block;
  /* line-height:30px; */
  font-size: x-large;
  color: white;
  white-space: nowrap;
}

#modal_reserve
  .sns_inner.kakao_inner
  .sns_guidance
  .shopinfobtn
  .btn_copy_kakao,
#modal_reserve
  .sns_inner.kakao_inner
  .sns_guidance
  .shopinfobtn
  .btn_download_kakao,
#modal_reserve
  .sns_inner.whatsapp_inner
  .sns_guidance
  .shopinfobtn
  .btn_download_whatsapp {
  /* padding:4px 10px 4px 15px; */
  padding: 4px;
}

#modal_reserve .sns_inner.wechat_inner .sns_guidance .sns_id {
  color: #78ab32;
}

#modal_reserve .sns_inner.kakao_inner .sns_guidance .sns_id {
  color: #3c1e1e;
}

#modal_reserve .sns_inner .sns_guidance .shopinfobtn .icon_arrow {
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  padding: 0;
  height: 26px;
  right: auto;
}

#modal_reserve .sns_inner .sns_guidance .shopinfobtn .icon_arrow .icon_tel,
#modal_reserve .sns_inner .sns_guidance .shopinfobtn .icon_arrow .icon_chat,
#modal_reserve .sns_inner .sns_guidance .shopinfobtn .icon_arrow .icon_line {
  width: 26px;
  vertical-align: middle;
}

#modal_reserve .sns_inner .sns_guidance .sns_txt {
  color: #666666;
  margin-top: 10px;
}

/* ↓ 営業時間外の連絡ツール動作変更 2025/04/08 */
#modal_reserve .shop_outside_business_flg_inner .sns_guidance .sns_txt {
  margin: 10px 0;
}

/* ↑ 営業時間外の連絡ツール動作変更 2025/04/08 */
.tel_inner .sns_txt,
.sns_txt.notes {
  word-break: break-word;
  margin: 0%;
}

/* ↓ スマホTELボタン押下時の動作変更 2024/10/09 */
.sns_txt.notes.notice {
  font-size: 12px;
}

/* ↑ スマホTELボタン押下時の動作変更 2024/10/09 */
@media screen and (max-width: 767px) {
  /* フッターメニュー作成 @SC 2024/08/30 */
  /* .panelbox.active{
        padding-bottom: 50px;
    } */

  /* フッターメニュー作成 @SC 2024/08/30 */
  /* #fixed_menu_fixed .menu_contents .sns_btn.btn_mail {
        flex-basis: 25%;
    } */

  #fixed_menu_fixed {
    display: block;
    padding: 0px;
    height: 60px;
  }

  #fixed_menu_fixed .menu_contents {
    width: 96%;

    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0 2%;
    overflow: hidden;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    /* フッターメニュー作成 @SC 2024/11/25 */
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 2px rgb(0 0 0 / 30%);

    position: fixed;
    z-index: 104;
    left: 0px;
    bottom: 60px;

    /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
    align-items: flex-end;
    /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  }

  #fixed_menu_fixed .menu_contents .sns_btn {
    flex-grow: 1;
    /* flex-basis: 80%; */
    /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
    width: auto;
    /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  }

  /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */

  #fixed_menu_fixed .menu_contents .sns_btn.btn_chat a {
    height: 60px;
  }

  #fixed_menu_fixed .menu_contents .sns_btn.btn_chat .chat-button-text-contact {
    text-align: center;
    display: block;
    line-height: normal;
    padding: 5px 0 8px 0;
  }

  #fixed_menu_fixed .menu_contents .sns_btn.btn_chat .chat-button-text {
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 5px;
  }

  #fixed_menu_fixed
    .menu_contents
    .sns_btn.btn_chat
    .chat-button-text
    .chat-button-text-chat {
    font-weight: bold;
    font-size: 13px;
  }

  #fixed_menu_fixed .menu_contents .sns_btn.btn_chat .chat-button-text span {
    line-height: 1.2;
  }

  /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */

  #fixed_menu_fixed .menu_contents .sns_btn a span {
    line-height: 45px;
    font-size: 11px;
  }
}

/* フッターメニュー作成 @SC 2024/11/25 */
.sns-modal-content .sns_btn.btn_line .modal-open {
  background: #11cc11;
}

.sns-modal-content .sns_btn.btn_wechat .modal-open {
  background: #78ab32;
}

.sns-modal-content .sns_btn.btn_kakao .modal-open {
  background: #3c1e1e;
}

.sns-modal-content .sns_btn.btn_whatsapp .modal-open {
  background: #25d366;
}

.sns-modal-content .sns_btn.btn_chat .modal-open {
  background: #00bf63;
}

.sns-modal-content .sns_btn.btn_mail .modal-open {
  background: #67cde5;
}

.sns-modal-content .modal-stay {
  background: #7d7d7d;
}

.sns-modal-content li {
  display: inline-block;
  border-radius: 5px;
}

.more .sns_btn a {
  display: block;
  padding: 0px 8px 0px 8px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  position: relative;
  height: 45px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
  display: none;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal_reserve #modal-more {
  /*　↓ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  min-width: 135px;
  max-width: 320px;
  /*　↑ SNS表示を使用していないものは非表示にする @SC 2025/06/18 */
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 0 5px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #fff;
  box-sizing: border-box;
  white-space: nowrap;
}

#modal_reserve #modal-more ul {
  margin-top: 13px;
}

@media screen and (max-width: 400px) {
  #fixed_menu_fixed .menu_contents .sns_btn a span {
    font-size: 9px;
  }
}

/* フッターメニュー作成 @SC 2024/11/25 */
