@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/

.my-gray {color: #777; }
.my-skyblue {color: #8ad4ff; }
.btn-blue {background-color: #007dc5; }

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

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

/*見出し*/
.article h2 {
	border-left: 5px solid #007dc5;
    background-color: #eee;
	padding: 14px 14px;
	font-weight: 700;
    line-height: 1.4;
	clear: both;
}
.article h3 {
	border: 0;
	border-left: 5px solid #007dc5;
	padding: 4px 14px;
	margin-bottom: 9px;
	clear: both;
}

h3.plan {
	clear: both;
	font-size: 20px;
    background-color: #eee;
	margin-bottom: 9px;
	padding: 10px 14px;
	border: none;
}

.article h4 {
    background-color: #eee;
	border-top: solid 1px #616161;
	border-bottom: solid 1px #616161;
}
.article h5 {
	clear: both;
}
/*テーブル*/
table th {
	border: 1px solid #E0E0E0;
	background: #eee;
}
table td {
	border: 1px solid #E0E0E0;
}
caption {
	font-weight: bold;
	text-align: left;
}

/*ボックス（白抜き）*/
.blank-box { /*灰色*/
	border: 2px solid #E0E0E0;
	padding: 1.2em 1em;
	margin: 0px;
	clear: both;
}

/*リスト*/
.article ul li, .article ol li { 
	font-size: 0.9em;
}
/*リスト*/
.article.clear ul li, .article ol li { 
	font-size: 0.9em;
	clear:both
}

/*ヘッダーメニュー*/
nav#navi, .menu-header .sub-menu{
    font-weight: bold;
}

.menu-header .sub-menu .item-label{
    font-size: 100%;
}
.menu-header .item-label{
    color: #999 !important;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor,
.menu-header .menu-item:hover {
    color: #333 !important;
    border-bottom: 3px solid #007dc5;
    transition: all 0.2s ease;
}

.menu-header .sub-menu .menu-item,
.menu-header .sub-menu .menu-item:hover{
	border-bottom: none;
}

.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #333 !important;
    transition: all 0.2s ease;
}

/* ギャラリー */
.gallery-item{
	margin: 0 !important;
}

.gallery-icon{
	margin: 1px !important;
	padding: 0 !important;
}
.gallery-icon img{
	border: none !important;
}

/* サイドバー検索 */
.search-edit {
	border: 1px solid #ddd;
	border-radius: 5px;
}

/* サイドバー見出し */
.sidebar h3{
	padding: 5px 10px;
	background-color: #999;
	color: #fff;
}
.sidebar h3:before {
	content: '●';
	color: #fff;
	margin-right: 8px;
}

/* ブログカード */
.blogcard-wrap {
	width: 100%;
}
.internal-blogcard-date{
	display:none;
}
.internal-blogcard::after{
	content: '続きを読む \00bb';
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #666666;
	padding: .4em 3em;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
}

/* ウィジェット　新着記事 */
.widget-entry-card-date {
  display: block;
}

/* コンタクトフォーム７ */
.wpcf7 input[type="number"]{
	width: 30%;
}

form.sent p{
	display:none;
}

.wpcf7 input[type="submit"] {
	font-weight: bold;
	font-size: 1em;
	box-shadow: 2px 2px 2px gray;
}

.wpcf7 input[type="submit"]:hover {
	opacity: 0.5;
}

.wpcf7 input[type="checkbox"] {
	transform: scale(1.3);
	margin-right: 5px;
}

.wpcf7 input[type="radio"] {
	transform: scale(1.3);
	margin-right: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #007dc5 !important;
    background-color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 1em 2em;
	margin: 3em 0;
	border-radius: 2px;
}

.wpcf7 form.spam .wpcf7-response-output {
	font-weight: bold;
	width: 100%;
	padding: 1em 2em;
	margin: 3em 0;
	border-radius: 2px;
}
  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	font-weight: bold;
	width: 100%;
	padding: 1em 2em;
	margin: 3em 0;
	border-radius: 2px;
}
  
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #e60033; /* Red */
	font-weight: bold;
	width: 100%;
	padding: 1em 2em;
	margin: 3em 0;
	border-radius: 2px;
}

/* コンタクトフォーム７エラーメッセージ */
.wpcf7-not-valid-tip {
	color: #e60033;
	font-weight: bold;
}

/*アピールエリアの高さを調整*/
#appeal {
    height: calc(100vw * 0.31);
}

/*印刷用*/
@media print { 
 /* All your print styles go here */
 #header, #footer, #sidebar { display: none !important; } 
 #container .btn {
 	display: none;
}
 #container .blogcard {
 	float: none;
}
 #container .main {
 	width: 100% !important;
}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
/* アピールエリア高さ */
#appeal,
.appeal .appeal-in {
	min-height: 400px;
}
}

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

/*768px以下*/
@media screen and (max-width: 768px){
/* 施設ページタブ */
	.su-tabs-nav span {
		display: flex;
		justify-content: center;
		align-items: center;
		vertical-align: middle;
		height: 80px;
		width: calc(100%/2)!important; 
}
}

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