@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
*/



/* === サイドバー用CSS === */
/* サイドバーカテゴリナビ */
.ogahan-sidebar-cat-nav li {
    border-bottom: 1px solid #eee;
}
.ogahan-sidebar-cat-nav li:last-child {
    border-bottom: none;
}
.ogahan-sidebar-cat-nav li a {
    display: block;
    padding: 10px 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}
.ogahan-sidebar-cat-nav li a:hover {
    background: #f8f8f8;
    color: #C00009;
}
.ogahan-sidebar-cat-nav li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-right: 8px;
    color: #C00009;
}

/* 追尾サイドバーCTA微調整 */
.fix_sidebar .c-widget + .c-widget {
    margin-top: 20px;
}

/* =============================================
 * フッターウィジェット用CSS
 * ============================================= */

/* --- フッター会社情報（footer_box1） --- */
.ogahan-footer-company .footer-company-name {
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #fff;
}

.footer-company-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em 1em;
  font-size: 0.9em;
  line-height: 1.6;
}

.footer-company-info dt {
  font-weight: bold;
  white-space: nowrap;
  color: #ccc;
}

.footer-company-info dd {
  margin: 0;
}

.footer-company-info a {
  color: #f0f0f0;
  text-decoration: none;
}

.footer-company-info a:hover {
  text-decoration: underline;
}

/* --- フッターCTA（footer_box3） --- */
.ogahan-footer-area .footer-area-lead {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ogahan-footer-area .footer-area-list {
  font-size: 0.85em;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 1.2em;
}

.footer-cta-box {
  background: rgba(192, 0, 9, 0.15);
  border: 1px solid rgba(192, 0, 9, 0.4);
  border-radius: 8px;
  padding: 1em;
  text-align: center;
}

.footer-cta-text {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.footer-cta-phone {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.footer-cta-phone a {
  color: #fff;
  text-decoration: none;
}

.footer-cta-btn a {
  display: inline-block;
  background: #C00009;
  color: #fff;
  padding: 0.6em 2em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
}

.footer-cta-btn a:hover {
  opacity: 0.85;
}

/* --- フッタースマホ用（footer_sp） --- */
.ogahan-footer-sp {
  text-align: center;
}

.footer-sp-cta {
  margin-bottom: 1.5em;
}

.footer-sp-phone {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.footer-sp-phone a {
  color: #fff;
  text-decoration: none;
}

.footer-sp-hours {
  font-size: 0.85em;
  color: #ccc;
  margin-bottom: 0.8em;
}

.footer-sp-btn a {
  display: inline-block;
  background: #C00009;
  color: #fff;
  padding: 0.8em 3em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.footer-sp-company {
  font-size: 0.8em;
  line-height: 1.8;
  color: #aaa;
}

.footer-sp-company strong {
  color: #ddd;
}

/* --- フッターナビメニュー（footer_box2）--- */
.w-footer__box .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w-footer__box .widget_nav_menu li {
  padding: 0.3em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w-footer__box .widget_nav_menu li:last-child {
  border-bottom: none;
}

.w-footer__box .widget_nav_menu a {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  padding: 0.2em 0;
  transition: color 0.2s;
}

.w-footer__box .widget_nav_menu a::before {
  content: "›";
  margin-right: 0.5em;
  color: #C00009;
}

.w-footer__box .widget_nav_menu a:hover {
  color: #C00009;
}
