@charset "utf-8";
/*
Theme Name: Lightning
Theme URI: Masaru Ebihara
Template: lightning-pro
Description: シーストーリー（SEA STORY）通販サイト専用テーマ
Author: Masaru Ebihara
Tags: 
Version: 0.1.2
/*-------------------------------------------*/
/* ロゴサイズ変更
/*-------------------------------------------*/
.navbar-brand img {
    max-height: 120px;
}
/*-------------------------------------------*/
/* グローバルナビフォントサイズ変更
/*-------------------------------------------*/
@media (min-width: 992px){
ul.gMenu {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}
/*-------------------------------------------*/
/* カードマージン調整
/*-------------------------------------------*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 10px;
}
/*-------------------------------------------*/
/* h2タイトル調整
/*-------------------------------------------*/
.h2-title, .mainSection h2, .mce-content-body h2 {
    font-size: 22px;
    border-top: 0px solid #337f59;
    border-left: 10px solid #337ab7;
    border-bottom: 0px solid #ffffff;
    background-color: #f5f5f5;
}
/*-------------------------------------------*/
/* h3タイトル調整
/*-------------------------------------------*/
h3 {
    font-size: 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #f5f5f5;
}
/*-------------------------------------------*/
/* h4、h5、h6タイトル調整
/*-------------------------------------------*/
h4 { padding: 10px 15px 8px; background-color: #efefef; border-radius: 4px; font-size: 18px; }

h5 { padding: 7px 7px 3px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #f5f5f5; font-size: 16px; }

h6 { padding: 10px 15px 8px; background-color: #efefef; border-radius: 4px; font-size: 14px; }
/*-------------------------------------------*/
/* カートボタン横並び
/*-------------------------------------------*/
.form-control { display: inline; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
/*-------------------------------------------*/
/* 投稿1カラム指定
/*-------------------------------------------*/
.single-post .siteContent .mainSection {
width:100%;
margin-bottom:1.5em;
}
.single-post .siteContent .subSection {
}
/*-------------------------------------------*/
/* フッターの文字色
/*-------------------------------------------*/
.siteFooter .footerMenu a {
    color: #fff;
}
.siteFooter .widget_archive ul li a, .siteFooter .widget_categories ul li a, .siteFooter .widget_link_list ul li a, .siteFooter .widget_nav_menu ul li a, .siteFooter .widget_pages ul li a, .siteFooter .widget_recent_entries ul li a {
    border-bottom: 1px solid #333;
    color: #ffffff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.siteFooter a {
    color: #fff;
}
/*-------------------------------------------*/
/* フッター上部ボーダー
/*-------------------------------------------*/
.siteFooter {
    color: #fff;
    background-color: #333333;
    border-top: 3px solid #264db2;
}
/*-------------------------------------------*/
/* フォントサイズ変更
/*-------------------------------------------*/
body {
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    word-wrap: break-word;
    font-size: 18px;
}
/*-------------------------------------------*/
/* フッターフォントカラー
/*-------------------------------------------*/
.veu_postList .postList a {
    color: #ffffff;
    text-decoration: none;
}
.veu_postList .postList_date {
    color: #fff;
    font-size: 12px;
}
.siteFooter .widget .widget-title {
    padding: 12px 0 10px 10px;
    color: #333;
    border-bottom: 3px solid rgba(255,0,0,1);
}
/*-------------------------------------------*/
/* ボタンのボーダー調整
/*-------------------------------------------*/
.btn {
    border: 3px solid rgba(255,255,255,.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    border-radius: 0.3rem;
}
/*-------------------------------------------*/
/* ボタンの余白設定
/*-------------------------------------------*/
.btn.btn-block {
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
}
/*-------------------------------------------*/
/* list-groupマージン調整
/*-------------------------------------------*/
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
/*-------------------------------------------*/
/* リストタグ調整
/*-------------------------------------------*/
dl, ol, ul {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}
li {
    margin-bottom: .2em;
    line-height: 1.5em;
}
/*-------------------------------------------*/
/* バッチサイズ調整
/*-------------------------------------------*/
.badge {
    display: inline-block;
    padding: 0.6em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0.5em;
}

/*-------------------------------------------*/
/* 生体問い合わせフォームへのナビゲーション背景色
/*-------------------------------------------*/
  .custom-card-body {
    background-color: #f5f5f5; /* 薄いグレーの色 */
  }

  .custom-card-body a {
    color: #1939fb;
    text-decoration: underline; /* リンクに下線を追加 */
  }

/*-------------------------------------------*/
/* 商品一覧のマージン調整
/*-------------------------------------------*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
/*-------------------------------------------*/
/* 商品一覧のマージン調整
/*-------------------------------------------*/
.row {
    margin-right: -5px;
    margin-left: -5px;
}