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

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

.tagline {
    text-align: left;
}

/* ヘッダーロゴ */
.logo-header {
	width:401px;
	height:46px;
	position:relative;
	overflow: hidden;
}

.logo-header img {
	position:absolute;
	top:0px;
	left:0px;
}

.logo-header img:hover {
	top:-46px;
	left:0px;
}

.logo-header a:hover {
	zoom:1;
}

@media (max-width: 599px) {
	.logo-header {
		width:200px;
		height:22px;
		position:relative;
		overflow: hidden;
}

	.logo-header img {
		position:absolute;
		top:0px;
		left:0px;
}


	.logo-header img:hover {
		top:-23px;
		left:0px;
}

	.logo-header a:hover {
		zoom:1;
}

	.logo-header img {
		width: 200px;
		height: auto;
	}
}

/* ヘッダーbg gif */
#header {
	background-image: url("images/header-back-bottom_s1.png") ;
	background-size: 140px 13px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header-in {
	min-height: 120px;
	background-image: url("images/topgifanicar.gif");
	background-position: 55% 59px;
	background-repeat: no-repeat;
}

@media (max-width: 599px) {
#h-top {
	background-image: none;
}
}

/* ヘッダーメニュー　PC用 */

.navi-in > ul {
    justify-content: space-around;
}

#navi-in ul {
    position: relative;
    clear: both;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin:0 auto;
    padding: 0 20px;
    width: 100%;
	height:100%;
	text-align: justify;
	text-justify: distribute-all-lines;
	box-sizing: border-box;
}

#navi-in ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 

#navi-in ul > li {
	float: none;
	display: inline-block;
	width: 145px;
	height: 56px;
}

#navi-in ul li a {
	width: 145px;
	height: 56px;
    font-size: 14px;
    display: block;
    padding: 0;
    text-decoration: none;
    z-index: 99;
	text-indent: -9999px;
		transition: 0s; /* マウスホバーのスピード */
}

#navi-in ul li a:hover{
	background-color: transparent;
}

#menu-item-7680 a {
	background-image: url(images/menu_kankou.png);
	background-position: 0 -3px;
}

#menu-item-7680 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7683 a {
	background-image: url(images/menu_onsen.png);
	background-position: 0 -3px;
}

#menu-item-7683 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7682 a {
	background-image: url(images/menu_rekishi.png);
	background-position: 0 -3px;
}

#menu-item-7682 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7681 a {
	background-image: url(images/menu_omoshiro.png);
	background-position: 0 -3px;
}

#menu-item-7681 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7679 a {
	background-image: url(images/menu_nikki.png);
	background-position: 0 -3px;
}

#menu-item-7679 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

@media screen and (max-width:1110px){
  #navi #navi-in ul li a{
    padding:0;
	width: 145px;
	height: 56px;
	float: left;
  }
}

@media screen and (max-width:639px){
  #navi #navi-in ul li a{
    padding:0;
	width: 145px;
	height: 56px;
	float: left;
  }
}

@media screen and (max-width: 440px) {
  #navi #navi-in ul li a{
    padding:0;
	width: 145px;
	height: 56px;
	float: left;
  }
  

}

#notice-area {
	margin-top: 15px;
}


/* メインの枠 */
/* ------------------------ 記事 ----------------------------------*/
#main {
	margin-bottom: 100px;
	border: 5px solid #EEE8E1;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; 
}

/*  サムネイル  */
.entry-card-thumb-image {
	border-radius: 20px;
}

/* 見出し */

h1.entry-title {
	position: relative;
	padding-left: 32px;
}

h1.entry-title:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f08d';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
}

.fa {
	color: #B8A085;
}


.article h2 {
	font-size: 1.1em;
	border-left: none;
	border-bottom: 4px solid #E0D3CB;
	margin-right: 0px;
	margin-left: 0px; 
	padding: 5px;
}

.article h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #B8A085;
}

.article h3 {
	font-size:1em;
	border-bottom: double 3px #EEE8E1;
	padding: 5px 0;
}

.article h4 {
	padding: .25em 0 .25em .75em;
	font-size: 1em;
	border-bottom: none;
	border-left: solid 4px #EEE8E1;
}

.article h5 {
	padding: .25em 0 .25em .75em;
	font-size: 1em;
	border-bottom: none;
	border-left: solid 4px #EEE8E1;
}

.article-footer {
	border-bottom: #eee8e1 solid 2px;
	border-width:  80%;
}

/* ------------------------ コメント ------------------------------ */
#reply-title {
	position: relative;
	padding-left: 27px;
}

#reply-title:before {
	position: absolute;
	left: 0px;
	top: 2px;
	content: '\f075';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
}

h2#comments {
	position: relative;
	padding-left: 50px;
	font-size: 1.2em;
}

h2#comments:before {
	position: absolute;
	left: 0px;
	top: -4px;
	content: '\f086';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: 1.5em;
}

#comments-thread ol {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commets-list li {
	background-color: #E0D3CB;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	max-width: 90%;
}

.commets-list ul {
	list-style: none;
}

.commets-list ul li {
	background-color: #EEE8E1;
	padding-left: 15px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	max-width: 90%;
}

.children {
	padding-bottom: 20px;
}

a.comment-reply-link {
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	padding: 5px 10px;
	border-radius: 7px;
	background-color: #6A553E;
	color: #fff;
}
a.comment-reply-link:hover {
	background-color: #A69968;
}

.commets-list .admin, .commets-list .comment-datetime {
	font-size: 0.9em;
}

.comment-text {
	font-size: 0.9em;
}

/*    関連記事アイコン    */
.main-caption:before {
    content: '\f07c';
    color: #B8A085;
    font-family: 'FontAwesome';
    line-height: 1;	
}

.a-wrap {
	background-color: #eeebe1;
}

/*    関連記事下個別ページ送り    */
.pager-post-navi a .iconfont {
    font-size: 1.8em;
    color: #B8A085;
}

/* ------------------------ サイドバー ---------------------------- */
#sidebar h3 {
	position: relative;
	background-color: #C6BCB0;
	margin-bottom: 0;
    padding: 15px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    font-size: 1.2em;
}

.widget-entry-cards {
	background-color: #EEE8E1;
}

/* ------------------footer---------------------- */

#footer {
	margin-top: 30px;
	background: url("images/footer_bg.png") repeat-x top left;
}

#footer-in .footer-left {
	color: #B8A085;
}

#footer-in .footer-right ul {
	list-style: none;
}

#footer-in .footer-right li {
	font-size: 0.9em;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

#footer-in .footer-right li:before {
	position: absolute;
	left: 0px;
	top: 5px;
	content: '\f061';
	color: #aaaaaa;
	font-family: 'FontAwesome';
	line-height: 1;
}

#footer-in .footer-right li a {
	text-decoration: none;
	color: #fff;
}

#footer-in .footer-right li a:hover {
	text-decoration: underline;
	color: #fff;
}

#admin-panel {
	background: url("images/footer_bg.png") repeat-x top left;
	}

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

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

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