@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

div.date-tags{
	display:none;
}

h2{
	text-align: center;
	border-top:1px solid #bd2220;
	border-left: 10px solid #bd2220;
	border-bottom:1px solid #bd2220;
	border-right:10px solid #bd2220;
}
h3{
	text-align: center;
	border-top:1px solid #bd2220!important;
	border-left: 5px solid #bd2220!important;
	border-bottom:1px solid #bd2220!important;
	border-right:5px solid #bd2220!important;
}

div.every{
	display:block;
	padding:10px;
	width:100%;
	height:auto;
}

.every .everyday{
	background-color:#bd2220;
	color:#fff;
	font-weight:bolder;
	display:block;
	width:100%;
	height:auto;
	padding:20px;
}

table.store-tbl th{
	text-align: center;
	background-color:#000;
	color:#fff;
	border:1px solid #000;
}

table.store-tbl td{
	text-align: center;
	border:1px solid #000;
}

table.info-tbl{
	border:1px solid #000;
}

table.info-tbl th{
	background-color:#000;
	color:#fff;
	width:30%;
}

table.info-tbl td{
	width:70%;
	border-bottom:1px solid #000;
}

p.aisatu{
	text-align: center;	
}

table.dog-tbl{
	text-align: center;	
}

table.dog-tbl td{
	border-top:6px double #bd2220;
	border-bottom:6px double #bd2220;
}

.tel,.mail{
	font-size:2.0em;
}

#navi{
	background-color:#000!important;
	color:#fff;
}

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

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

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