/**
Theme Name: Le Grenier
Author: Brainstorm Force
Author URI: https://le-grenier.me/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Le Grenier
Template: astra
*/

/* #===========================================
    #
    # 調整css
    #
    #========================================== */
/*.site-header {
    position: absolute!important;
    width: 100%;
    left: 0%;
    z-index: 500;
}*/

body
{
font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* #===========================================
    #
    # Vanishing point
    #
    #========================================== */
@media screen and (min-width: 1000px) {
  .vanish-pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .vanish-tl {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .vanish-sp {
    display: none !important;
  }
}　
/* #===========================================
    #
    # モバイル時　下部フロートメニュー
    #
    #==========================================

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 100%;
}
 */
/* #===========================================
    #
    # 特定商取引法　テーブル
    #
    #========================================== */
.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
