﻿@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.main {
	padding: 9px 29px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{
  display: none;
}

/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow{
  display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}

/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
  display: none;
}

.scrollable-table table{
  border-collapse: collapse;
  margin: 1em 0;
  max-width: 100%;
}

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

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

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

/* 追加 css から移行 */

input[type="text"] {
    width: auto;
}
input[type="submit"] {
    width: auto;
}
select[name="hour1"] {
    width: auto;
}
select[name="hour2"]{
	  width: auto;
}

select[name="hour3"]{
	  width: auto;
}

select[name="hour4"]{
	  width: auto;
}

/* --------------------------- *
 *  スライドインのカスタマイズ *
 * --------------------------- */

/* 背景色を変更：背景画像にするなら不要 */
.mobile-menu-buttons {
	background: #f4d55a;
}

.my-gray {color: gray}
.my-skyblue {color: skyblue}
.my-orange {color: #f4d55a}

a[href^="tel:"] { cursor: default; }
.search-menu-icon::before { content: '\f095'; }
/* .top-menu-icon::before { content: '\f0e0'; } */
.top-menu-icon::before { content: '\f109'; }
.sidebar-menu-icon::before { content: '\f276'; }

/* primary box のカスタマイズ */
.primary-box,
.sp-primary,
.primary {
/*  color: #004085;
  background-color: #cce5ff; */
  color: #f5fffa;
  background-color: #2196f3;
  border-color: #b8daff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* 見出しリセット */
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

/* 再設定 */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #333;
  line-height: 1.25;
  font-weight: bold;
}
.article h3, .article h4, .article h5, .article h6 {
  margin-top: 35px;
  margin-bottom: 20px;
}
.article h4, .article h5, .article h6 {
  font-size: 20px;
  padding: 6px 10px;
}
.article h1 {
  font-size: 20px;
  padding: 6px 20px;
}
.article h2 {
  font-size: 20px;
  padding: 6px 20px;
}
.article h3 {
  font-size: 18px;
  padding: 6px 20px;
}
.article h4 {
 font-size: 16px;
}
.article h5 {
 font-size: 18px;
}
.article h6 {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .entry-title, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-size: 20px;
    padding: 10px;
    margin: 6px 0 12px;
  }
}