/*
Theme Name:
Theme URI:
Description: This is my Original theme.
Author: comowa
*/


/* reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{overflow-y:scroll}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
input,textarea{margin:0;padding:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}a:focus{outline:0}
.cf:after{content:".";display:block;clear:both;height:0;visibility:hidden}.cf{min-height:1px}* html .cfs{height:1px}
.both{clear:both}
*, *:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

/* ボディ全体 ////////////////////////////////////////////////////// */
html {
	font-size: 14px;
	line-height: 1.8em;
	color: rgba(62,62,62,1.00);
	font-family : "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
}
a:link {
	color: rgba(218,26,146,1.00);
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a:visited {
	color: rgba(218,26,146,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(95,59,19,1.00);
	text-decoration: none;
}



/* レイアウト枠｜共通部分 ////////////////////////////////////////////////////// */
* {
	-webkit-text-size-adjust: 100%;
}
body {
	background-image: url(images/BG.jpg);
}
#wrapper {
	background-repeat: no-repeat;
	background-image: url(images/BG_bird.png);
	background-position: 100% 99%;
	background-size: 75%;
}
main {
	overflow: hidden;
	zoom: 1;
}
#content {
	margin-bottom: 6em;
}
aside {
}
footer {
	clear: both;
	padding: 50px 0 75px 0;
}


/* フェードイン効果 */
.fadein,.wp-post-image {
	opacity : 0.0;
	transform : translate(0, 40px);
	transition : all 500ms;
}
.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}





/* レイアウト枠｜レスポンシブの部分 ////////////////////////////////////////////////////// */
/* for smartphone */
@media screen and (max-width:920px) {
#wrapper,#header-inner,.breadcrumbs {
	padding: 0em 1em 0em 1em;
}
}
/* for PC */
@media screen and (min-width:920px)  {
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
}







/* ヘッダー部分デザイン ////////////////////////////////////////////////////// */
header {
	margin: 0 auto 20px auto;
	padding-top: 30px;
	text-align: center;
}

/* メインロゴ */
#logotype {
	margin: 1em auto 0.5em auto;
	width: 300px;
}
#logotype a {
	width: 100%;
	height: 0;
	padding-top: 72px;
    background: url(images/logo.png) 0 0 no-repeat;
    background-size: contain;
	display: block;
	overflow: hidden;
}
#logotype a:hover {
	opacity: 0.7;
}
#bloginfo {
}
#establishment {
	color: rgba(95,59,19,1.00);
}
#philosophy {
	width: 100%;
	max-width: 500px;
	height: 0;
	margin: 3em auto 6em auto;
	padding-top: 143px;
	background: url(images/text_philosophy.png) 0 0 no-repeat;
	background-size: contain;
	display: block;
	overflow: hidden;
}
.introduction {
	margin: 2em 0 8em 0;
	clear: both;
	overflow: hidden;	
}


.introduction img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.alignright {
	text-align: right;
}





/* 検索バー */
.searchform {
	width: 100%;
	max-width: 348px;
	height: 32px;
	position: relative;
	margin-bottom: 1.5em;
}
.searchform .searchfield {
	width: 100%;
	height: 32px;
	position: absolute;
	text-indent: 16px;
	vertical-align: middle;
	border: 1px solid rgba(37,183,176,1.00);
	border-radius: 16px;
	-webkit-appearance: none;
}

.searchform .searchfield:focus {
	background: rgba(250,255,189,1.00);
}
.searchform .searchsubmit {
	position: absolute;
	top: 0px;  
    right: 16px;
	color: rgba(80,80,80,1.00);
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: middle;
	border: none;
	background: none;
	cursor: pointer;
	height: 32px;
}





/* メインメニュー//////////////////////////////////////////////////////////// */
#header-nav {
	margin: 2em 0 0 0;
	width: 100%;
}
ul#menu-main {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu-main li {
	display: inline;
}
ul#menu-main li:not(:first-child) a {
	margin-left: 1em;
}

ul#menu-main li a {
	color: rgba(218,26,146,1.00);
	border: 1px solid rgba(218,26,146,1.00);
	padding: 4px 14px 4px 14px;
	border-radius: 20px;
}
ul#menu-main li a:hover {
	background-color: rgba(218,26,146,1.00);
	color: rgba(255,255,255,1.00);
}












/* メイン部分デザイン ////////////////////////////////////////////////////// */

/* アイキャッチ画像 */
img.size-large {
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}
article.single {
	overflow: hidden;
	zoom: 1;
}





/* 見出し ////////////////////////////////////////////////////// */
article.single h1 {
	font-size: 1.75em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

article.single h2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.65em;
	margin: 6em 0 2em 0;
	position: relative;
	padding: 1em 1em 1em 1em;
	background-color: rgba(242,242,242,1.00);
	border-radius: 0.6em;
}
article.single h2::after {
	position: absolute;
	top: 100%;
	left: 3em;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid rgba(242,242,242,1.00);
}

article.single h3 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 4em 0 1em 0;
}
article.single h4 {
	font-size: 1.1em;
	color: rgba(37,183,176,1.00);
	font-weight: bold;
	margin: 3em 0em 0.5em 0em;
}
article.single h5 {
	font-weight: bold;
	font-size: 1em;
	margin: 3em 0 0 0;
}
article.single p {
	margin-bottom: 1.5em;
}

/* 余白の補正 */
article.single h1 + *{
	margin-top: 0;
}
article.single h2 + h3 {
	margin-top: 0;
}
article.single h3 + h4 {
	margin-top: 2em;
}



/* シングルページのタイトル部分 ////////////////////////////////////////////////////// */
#categorytitle,#tagtitle,#searchtitle {
	margin: 2em 0 4em 0;
	text-align: center;
	font-weight: normal;
}
#categorytitle::before {
	font-family: FontAwesome;
	content: "\f115";
	font-weight: normal;
	margin-right: 0.5em;
	color: rgba(62,62,62,1.00);
}
#tagtitle::before {
	font-family: FontAwesome;
	content: "\f02c";
	font-weight: normal;
	margin-right: 0.5em;
	color: rgba(62,62,62,1.00);
}
#searchtitle::before {
	font-family: FontAwesome;
	content: "\f002";
	font-weight: normal;
	margin-right: 0.5em;
	color: rgba(62,62,62,1.00);
}











/* 記事中の画像 */
article.single img.figure {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
















/* 下線リンク */
article.single p a {
	margin: 0 0.25em 0 0.25em;
	text-decoration: underline;
}
article.single p .pi_category a,article.single p .pi_tag a,article.single .nextpage a {
	margin: 0;
	text-decoration: none;
}

/* 外部リンク */
a.external-link {
	margin: 0 0.25em 0 0.25em;
}
a.external-link:after {
	content: '\f08e';
	color: rgba(37,183,176,1.00);
	font-family: FontAwesome;
	margin-left: 0.25em;
}




/* 強調 */
em {
	font-style: normal;
	background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255,248,152,1.00) 60%);
	padding: 0 0.4em 0.1em 0.4em;
}











/* 非序列リスト（チェック） */
article.single ul.check {
	margin: 3em 1em 4em 1.5em;
}
article.single ul.check li {
	line-height: 1.5em;
	margin: 0.8em 0em 0.8em 1.5em;
	list-style-type: none;
}
article.single ul.check li a {
	text-decoration: underline;
}
article.single ul.check li::before {
	content: '\f00c';
	color: rgba(114,171,56,1.00);
	font-family: FontAwesome;
	margin: 0 0.4em 0 -1.5em;
}

/* 番号リスト */
article.single ol.number {
	margin: 3em 1em 4em 1em;
}
article.single ol.number li {
	position: relative;
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 0.5em;
	margin-left: 2.2em;
}
article.single ol.number li:before {
	font-size: 1.2em;
	text-align: right;
	position: absolute;
	width: 1.75em;
    left: -2.2em;
	color: rgba(37,183,176,1.00);
	display: marker;
	content: counter(cnt)".";
}

/* 余白調整 */
article.single h5 + ul.check {
	margin-top: 0.75em;
}
article.single h5 + ul.inline {
	margin-top: 0.75em;
}
article.single h5 + ol.number {
	margin-top: 0.75em;
}








/* 表テーブル */
table {
	width: 100%;
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0.5em 0 4em 0;
}
table th,table td {
	padding: 0.5em;
	vertical-align: middle;
	border: solid 1px rgba(60,60,60,1.00);
}
table th {
	background-color: rgba(90,90,90,1.00);
 	color: rgba(255,255,255,1.00);
}
table a {
	text-decoration: underline;
}





















/* 抜粋記事のカテゴリ名 */

.excerpt h2 {
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
@media screen and (max-width:739px) {
.excerpt h2 {
	font-size: 1.1em;
}
}
.excerpt h2 a {
	font-weight: normal;
}
.excerpt p {
	font-size: 0.875em;
	line-height: 1.75em;
	margin-bottom: 0.25em;
}
.pi_category {
	margin-right: 1em;
}
.pi_category::before {
	font-family: FontAwesome;
	content: "\f114";
	margin-right: 0.5em;
}
.postinfo {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.6em;
}
.excerpt .postinfo {
	margin-bottom: 0em;
}
.single .postinfo {
	margin-bottom: 6em;
}
.pi_posted {
	margin-right: 1em;
}
.pi_posted::before {
	font-family: FontAwesome;
	content: "\f274";
	margin-right: 0.5em;
}
.pi_tag::before {
	font-family: FontAwesome;
	content: "\f02c";
	margin-right: 0.5em;
}


/* 検索結果なしの時 */
p.center {
	text-align: center;
}

/* 続きを読む */
.more {
	margin-left: 0.5em;
}
.more:before {
	content: "［";
}
.more:after {
	content: "］";
}

















/* サイド部分デザイン ////////////////////////////////////////////////////// */
aside {
	margin-bottom: 4em;
}
.widget {
	list-style-type: none;
}
aside h2 {
	color: rgba(37,183,176,1.00);
	font-weight: normal;
	margin-bottom: 0.5em;
}

/* カテゴリ見出し */
.widget_categories h2::before {
	font-weight: normal;
	font-family: FontAwesome;
	content: "\f07b";
	margin-right: 0.5em;
}
/* タグリスト見出し */
.widget_tag_cloud h2::before {
	font-weight: normal;
	font-family: FontAwesome;
	content: "\f02c";
	margin-right: 0.5em;
}


/* カテゴリ */
.widget_categories {
	margin-bottom: 3em;
}
.widget_categories li.cat-item {
	position: relative;
	text-align: right;
	line-height: 2.5em;
	color: rgba(37,183,176,1.00);
	border-top: 1px solid rgba(37,183,176,1.00);
}
.widget_categories li.cat-item:last-child {
	border-bottom: 1px solid rgba(37,183,176,1.00);
}
.widget_categories li.cat-item a {
	color: rgba(98,98,98,1.00);
	text-align: left;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.widget_categories li.cat-item a:before {
	font-family: FontAwesome;
	content: "\f114";
	margin-right: 0.5em;
}
.widget_categories li.cat-item a:hover {
	margin-left: 0.5em;
	color: rgba(37,183,176,1.00);
}














/* タグクラウド */
.tagcloud {
	margin-bottom: 3em;
}
.tagcloud a {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.25em;
	color: rgba(98,98,98,1.00);
	border: 1px solid rgba(37,183,176,1.00);
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin-bottom: 0.5em;
	border-radius: 0.3em;
}
.tagcloud a:hover {
	color: rgba(255,255,255,1.00);
	background: rgba(37,183,176,1.00);
	border: 1px solid rgba(37,183,176,1.00);
}
















/* メールフォームデザイン ////////////////////////////////////////////////////// */
div.wpcf7 {
	margin: 2em 0 3em 0;
}
div.wpcf7 input,div.wpcf7 textarea {
	-webkit-appearance: none;
}
.wpcf7-text {
	font-size: 1em;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid rgba(148,148,148,1.00);
	border-radius: 4px;
}
.wpcf7-textarea {
	font-size: 1em;
	width: 100%;
	height: 150px;
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid rgba(148,148,148,1.00);
	border-radius: 4px;
}
.wpcf7-submit {
	font-size: 1em;
	width: 60%;
	height: 40px;
	text-align: center;
	color: rgba(245,245,245,1.00);
	background-color: rgba(218,26,146,1.00);
	border: none;
	border-radius: 2em;
	cursor: pointer;
	margin: 0.5em 0 1em 0;
	transition: 0.5s;
	-webkit-appearance: none;
}
.wpcf7-submit:hover {
	background-color: rgba(95,59,19,1.00);
}







/* ページネーション* ////////////////////////////////////////////////////// */
div.pagenation {
	margin-top: 1.5em;
	clear: both;
	position: relative;
	font-size: 0.8em;
	line-height: 13px ;
	background: none;
	vertical-align: middle;
	overflow: hidden;
}
div.pagenation span {
	display: block;
	float: left;
	padding: 5px 8px 5px 8px;
	margin-right: 5px;
	text-decoration: none;
	width: auto;
	color: rgba(98,98,98,1.00);
}
div.pagenation a {
	display: block;
	float: left;
	padding: 5px 8px 5px 8px;
	margin-right: 5px;
	text-decoration: none;
	width: auto;
	color: rgba(98,98,98,1.00);
	border: 1px solid rgba(37,183,176,1.00);
}
div.pagenation a:hover {
	color: rgba(255,255,255,1.00);
	background: rgba(37,183,176,1.00);
	border: 1px solid rgba(37,183,176,1.00);
}
div.pagenation .current{
	background: rgba(37,183,176,1.00);
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(37,183,176,1.00);
}








/* ネクストページ */
p.nextpage {
	margin-top: 4em;
	padding: 1em 0 1em 0;
	display: box;
	text-align: right;
	border-top: solid 1px rgba(187,187,187,1.00);
	border-bottom: solid 1px rgba(187,187,187,1.00);
}
p.nextpage:before {
	content: "次の記事：";
}


























/* フッター部分デザイン ////////////////////////////////////////////////////// */
footer {
	text-align: center;
}

/* サブメニュー */
ul#menu-footer {
	margin: 1em 0 2em 0;
}
ul#menu-footer li {
	display: inline;
}
ul#menu-footer li a {
	color: rgba(62,62,62,1.00);
	padding-right: 0.75em;
}
ul#menu-footer li a:hover {
	color: rgba(218,26,146,1.00);
}
ul#menu-footer li:not(:first-child) a {
	padding-left: 0.75em;
	border-left: 1px solid rgba(184,184,184,1.00);
}



footer p#copyright {
	color: rgba(62,62,62,0.7);
	text-align: center;
	font-size: 0.75em;
	margin-top: 2em;
}