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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* .logo.logo-header.logo-text {
	padding: 15px;
} */

.entry-content a{
	border-bottom:solid 2px;
	font-weight:bold;
	color:#597de3;
	text-decoration:none;
}

.entry-content a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#e35959;
	transition:.3s;
}

body .header {
	background: url( http://ct.kano.ac/wp-content/uploads/2022/05/bg-1024x746-1.jpg );	
	background-repeat: repeat;
}

.logo-header a span{
	font-family: 'Avenir','Helvetica Neue';
	font-weight: bold;
	font-size:36px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

#navi .navi-in > ul li{
	height: 42px;
	line-height: 42px;
}

#navi .navi-in > .menu-header .item-label{
	font-size: 14px;
}

#navi .navi-in > .menu-header .sub-menu {
/* 	border: solid #7b81ce 1px; */
	background: #a3714f;
}


/*カレントメニュー*/
.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 {
	border-bottom: 4px solid #b79c89;
	background: #8c5b43;
}


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

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

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