/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

/* サービスコンテンツの背景画像用
.top_row1 a{
  background: url(http://carna-grahics.heteml.net/wp/wp-content/uploads/2019/03/coffee-3.jpg);
  width: 100%;
  height: 100%;
  vertical-align: center;
  text-align: center;
}*/

/* 日本語対応CSS */
body {
    /* ゴシック体の場合 */
    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    /* 明朝体の場合
    font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    line-height: 1.8;
    font-weight: 500;
}

/* ロゴホバー */
.site-branding a:hover{
  opacity:0.6;
}

/* nav ホバー */
ul.menu li a:hover{
  opacity:0.6;
}

/*ヘッダー画像上下パディング*/
.page-header--has_background-image{
  padding-top:64px;
  padding-bottom:64px;
}

p, ul, ol, dl, table {
    margin-bottom: 20px;
}

.sub-page-contents {
    padding-top: 0;
}

.page-header{
  display: none;
}


h2, .h2 {
    font-size: 26px;
    margin: 40px 0 20px;
  border-left:4px solid #0057c0;
  padding-left:10px;
	margin-left:15px;
}

h3, h3 {
    font-size: 22px;
}


/* SCHEDULE
table.tbl_scl{
  max-width:900px;
    overflow: auto;
}

table {
    table-layout: fixed;
    min-width: 100%;
} */
#cld01 td{border:1px solid #666666;}


/* テーブルスクロール */
.scrollable-table table{
  border-collapse: collapse;
  margin: 2em 0;
  max-width: 100%;
  width:100%;
}

.scrollable-table th{
  background: #000;
  color:#FFF;
}

.scrollable-table th,
.scrollable-table td{
  border: solid 1px #ccc;
  padding: 3px 5px;
  white-space: nowrap;
  text-align:center;
}

.scrollable-table td{
  vertical-align:top;
  text-align:center;
}

.wp-caption-text{
  text-align:center;
}

.scrollable-table {
  overflow-x: auto;
  margin:0 auto 1em;
  max-width: 920px;
}

.scrollable-table tr.h80{
  height:80px;
}

.scl_tb{
  background:#ededed;
}

.footer-widget__title{
  display:none;
}

/*btn */
.wp-block-button__link{
  font-size:14px;
/*  min-width:30%;*/
}

/*
.btn3{
  min-width:90%;
}*/

/* TOPコンテンツ横幅指定 */
.w944{
  max-width:944px;
  margin-left:auto;
  margin-right:auto;
}

h2.w944{
  max-width:944px;
  margin-left:auto;
  margin-right:auto;
  padding-left:10px;
}

.wp-block-latest-posts{
  max-width:944px;
  margin-left:auto;
  margin-right:auto;
}

.entry-meta{
  display:none;
}

h2.mgn15{
  margin-left:15px;
  margin-right:15px;
}

/* footer sns icon */
.social-nav ul li a{
  line-height:1;
}
.footer{
  background:#0057c0;
}

.copyright {
    background-color: #003778;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 0;
}