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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article-header {
	display: none;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	margin-top: 0;
	margin-bottom: 25px;
}
table th, table td {
	padding: 5px 12px;
}
table tr:nth-of-type(2n+1) {
	background-color: #fff;
}
h1 {
	background: url(/wp-content/uploads/head.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 10px 0 10px 60px;
	color: #D35050;
	font-size: 1.7em;
}
.wp-block-column {
	margin-bottom: 25px !important;
}
.content, .footer {
	margin-top: 32px;
}
table {
	font-size: 0.9em;
}
table th {
	background: #fff9f9;
}
.article p {
	margin-bottom: 1.3em;
}
.tel a {
	text-decoration: none;
	background: #D35050;
	color: #fff;
	padding: 20px 40px;
	border-radius: 10px;
	font-size: 1.4em;
	font-weight: bold;
	transition: 0.5s;
}
.tel a:hover {
	opacity: 0.8;
	text-decoration: none;
	background: #D35050;
	color: #fff;
}
.tel a:before {
	font-family: "FontAwesome";
	content: "\f095";
	margin-right: 7px;
}
.tagline {
	font-size: 13px;
	font-weight: bold;
}
div.speech-balloon p {
	font-size: 0.95em;
}
.article h2 {
	padding: 0.3em 0.7em 0.5em;
	border-left: solid 8px #D35050;
	border-bottom: solid 2px #D35050;
}
.access {
	background: #f9f9f9;
	border: 3px #eee solid;
	font-size: 0.9em;
	padding: 15px 20px;
}
.price {
	background: #fffff2;
	padding: 8px;
	font-weight: bold;
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  table th, table td {
  	font-size: 0.95em;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .body, .menu-content {
  	font-size: 15px;
  }
  .sp_order1 { order: 1; }
  .sp_order2 { order: 2; }
  h1 {
  	padding: 10px 0 10px 40px;
  	font-size: 1.13em;
  }
  .content {
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .footer {
  	margin-top: 10px;
  }
  .tagline {
  	font-size: 12px;
  }
  article h2 {
  	font-size: 18px;
  	line-height: 1.4;
  }
  .googlemaps {
  	height: 230px;
  }
  .copyright, .navi-footer-in a {
  	line-height: 1.4;
  }
}
