@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-pageTitle {
    display: none;
}
.p-breadcrumb {
    display: none;
}
.page-id-11 .l-content {
  margin-bottom: 0 !important;
}
.l-mainContent__inner>.post_content {
    margin: 0;
}
.l-content {
    margin: 0 auto 0 !important;
}
@media (min-width: 600px) {
    .l-content {
        padding-top: 0;
    }
}
.l-footer {
    color: #eaeaea;
}
@media (min-width: 768px) {
    .top #content {
         padding-top: 0;
    }
}
.c-gnav>.menu-item>a .ttl {
    font-size: 16px;
    font-weight: bold;
}






/*サイドボタン*/
.fixed-vertical-buttons {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  gap: 16px;
}
.vertical-button {
  writing-mode: vertical-rl;
  text-align: center;
  background-color: rgba(6, 199, 85, 0.9);
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 60px;
  height: 240px;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.vertical-button.tel {
  background-color: #C6A664;
}
.vertical-button:hover {
  opacity: 0.8;
}
.vertical-button .button-icon {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .fixed-vertical-buttons {
    display: none;
  }
}
/*------------------
SP固定ボタン
------------------*/
@media screen and (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }

    .fixed-bottom-menu {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        z-index: 999;
    }

    .fixed-bottom-menu-wrap {
        display: flex;
        justify-content: space-between;
    }

    .fixed-bottom-menu-box {
        flex: 1;
    }

    .fixed-bottom-menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        height: 60px;
    }
    .fixed-bottom-menu-line {
        background-color: rgba(6, 199, 85, 0.9);
    }
    .fixed-bottom-menu-line img {
        width: 30px;
        height: auto;
    }
    .fixed-bottom-menu-tel {
        background-color: #C6A664;
    }
    .fixed-bottom-menu-tel img {
        width: 20px;
        height: auto;
    }

}

/* PC時は非表示 */
@media screen and (min-width: 769px) {
    .fixed-bottom-menu {
        display: none;
    }
}

.w-beforeFooter {
    margin: 0;
    overflow: hidden;
}
