@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#header-in {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

/* header */
#header-in.cf::after {
  content: none;
}
.head-telno {
  font-weight: bold;
  font-size: 1.6em;
}
.head-telno a {
  color: #044cad;
  text-decoration: none;
}
/* top page */
/* お知らせ */
.info-list {
  padding: 0;
  margin: 1em 0 2em;
}
.info-list-caption {
  text-align: left;
  background: linear-gradient(#044cad 0%, #044cad 100%);
  color: white;
  padding: 5px 15px;
  font-size: 1.5em;
}
.info-list-item {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
  border-bottom: 2px dotted #c6c3c3;
}
.info-list-item-categorys {
  display: none;
}

/* 営業カレンダー */
#target-calendar {
  text-align: center;
}
section {
  margin: 2em 0;
}
section h2.blue-stripe {
  position: relative;
  margin: 1em 0;
}

section h2.blue-stripe:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  right: 0px;
  bottom: 0px;
  background: repeating-linear-gradient(
    -45deg,
    #00b5ff 0px,
    #00b5ff 4px,
    #ffffff 4px,
    #ffffff 8px
  );
  opacity: 0.3;
  z-index: -1;
}
/* テーブル */
.scroll-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price_data {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
  table-layout: auto;
}

.price_data th,
.price_data td {
  padding: 8px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  min-width: 100px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row .col-md-4 {
  flex: 1 1 30%;
  margin: 0.5em;
}
.row .col-md-6 {
  flex: 1 1 45%;
  margin: 0.5em;
}
.row .col-md-4 img {
  width: 100%;
}
.center,
.text-center {
  text-align: center;
}

.price_data tr th {
  border: 1px solid #d0d0d0;
  background-color: #428bf7;
  color: white;
  font-weight: normal;
  padding: 10px 5px;
}
.price_data tr td {
  background-color: beige;
  border: 1px solid #e4d9d9;
}
.price_data .td-gray {
  background-color: #aac9f7;
  border: 1px solid #ffffff;
}

.scroll-table table {
  overflow-x: auto;
  width: 100%;
}
.table {
  min-width: 800px;
  white-space: nowrap;
}

.text-danger {
  color: #dc3545 !important;
}
.sum-red {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.float-right {
  float: right;
}

/* 問い合わせフォーム */
input[type="submit"] {
  margin: 15px auto;
  width: 400px;
  text-align: center;
  display: block;
  background: #044cad;
}

.article-header,
#toc {
  display: none;
}

aside {
  margin-bottom: 0 !important;
}

.footer .navi-footer {
  display: none;
}

.footer-bottom-logo {
  float: none;
  bottom: unset;
  position: unset;
  line-height: 2em;
}
.footer-bottom-content {
  text-align: center;
  float: none;
}
/* 固定ページ */
.article .entry-content h2 {
  position: relative;
  margin: 1em 0;
  background-color: transparent;
  color: #000;
  font-size: 2em;
}

.article .entry-content h2:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 10px;
  right: 0px;
  bottom: 0px;
  background: repeating-linear-gradient(
    -45deg,
    #00b5ff 0px,
    #00b5ff 4px,
    #ffffff 4px,
    #ffffff 8px
  ) !important;
  opacity: 0.3;
  z-index: -1;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  #header-in {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  #header-in {
    justify-content: center;
    align-items: center;
    flex-wrap: unset;
    flex-direction: column;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  #header-in {
    justify-content: center;
    align-items: center;
    flex-wrap: unset;
    flex-direction: column;
  }
}
