@charset "utf-8";




/* sp上サイド固定ボタン_見学・無料撮影体験会・撮影予約 */
.yoyaku_btn_wrapper {
    display: flex;
    justify-content: space-around;
    margin: 30px 50px;
}
.yoyaku_btn {
    background: #886c3d;
    color: #fff;
    width: 130px;
    height: 100px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 15px 5px;
    font-size: 16px;
    line-height: 1em;
    vertical-align: middle;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.yoyaku_btn:hover{
  background: #a68752;
}

.yoyaku_btn_wrapper img{
    display: block;
    height: 30px;
    margin: 0 auto 15px auto;
}
@media screen and (max-width: 768px) {
    .yoyaku_btn_wrapper {
        margin: 0;
    }
        .yoyaku_btn:first-child {
        border-left: none;
    }
        .yoyaku_btn {
        border-radius: 0;
        width: 100%;
        border-left: 1px dotted #fff;
    }

      .yoyaku_btn_wrapper.fixed {
    position: fixed;
    top: 60px; /* ナビゲーションバーの高さに合わせて調整 */
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #886c3d; /* 背景を明示的に指定（透明にならないように） */
    margin: 0;
  }
  .yoyaku_btn_placeholder {
  height: 0px;
  transition: height 0.3s ease;
}
.yoyaku_btn_wrapper.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #886c3d;
}
.yoyaku_btn_wrapper.fixed .yoyaku_btn {
    height: 44px;
}
.yoyaku_btn_wrapper.fixed .yoyaku_btn img {
    display: none;
}
}





/* pc右サイド固定ボタン_見学・無料撮影体験会・撮影予約 */
@media (max-width: 1161px){
.tb{display:none;}
}
@media (min-width: 1161px) {
    .fixed_btn_wrap{
        position: fixed;
        z-index: 10000;
        right: 0;
        top: 22%;
    }
    .fixed_btn_wrap a p {
        color: #fff;
    }
    .fixed_btn_wrap .fixed_btn {
        border-radius: 10px 0 0 10px;
        background: #f5877f;
        /* background: #886c3d; */
        padding: 20px 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 147px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .fixed_btn:hover{
        background: #ff9e97;
    }
    .fixed_btn_wrap .fixed_btn.visit {
        /* background: #bd3d3d; */
        color: #fff;
        margin-bottom: 5px;
    }
    .fixed_btn_wrap .fixed_btn.trial {
        /* background: #417bca; */
        color: #fff;
        margin-bottom: 5px;
    }
    .fixed_btn_wrap .fixed_btn.satsuei {
        /* background: #8574b6; */
        color: #fff;
    }
    .fixed_btn_wrap .fixed_btn p {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        font-size: 12px;
        letter-spacing: 0.2rem;
        font-weight: 700;
        margin: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
  }
}