/*
Theme Name: LOTUS
Theme URI: https://wordpress.org/themes/loutusong/
Description: Original Template
Author: Haruhiko Masuyama
Version: 1.0
Text Domain: loutusong
*/

/* リンク
==============================================*/
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #ff4b33;
}
a:before,
a:after,
.hover:before,
.hover:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
}
a,
a:before,
a:after,
.hover,
.hover:before,
.hover:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mobile a:hover {
	color: #0066cc;
}


/* クリアフィックス
==============================================*/
.clr:before, .clr:after { 
	content: " "; 
	display: table; 
}
.clr:after { 
	clear: both; 
}


/* Font Awesome
==============================================*/
.fa {
    padding-right: 5px;
}


/* レイアウト
==============================================*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,FontAwesome;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-all;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#wrapper {
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	background: #fff;
	margin: auto;
}
#main {
	padding: 81px 0 30px;
	overflow: hidden;
}
#container {
	width: 100%;
	padding: 0 10px;
}
.sp {
	display: none;
}
@media screen and (max-width: 719px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}


/* フッター最下部固定
==============================================*/
html,
body {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
}
body {
	width: 100%;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header,
footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#wrapper {
	min-height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}


/* コンテンツ
==============================================*/
#content {
	font-size: 14px;
}
.entry-title,
.page-title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	background: #333;
	position: relative;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#content h2,
#content h3 {
	line-height: 1.5em;
	background: #f0f0f0;
	border-left: 5px solid #333;
	margin-bottom: 5px;
	padding: 3px 10px;
}
#content p + p {
	margin-top: 25px;
}
.firstpost {
	overflow: hidden;
}
.firstpost + .firstpost {
	padding: 20px 0 0;
}
.thumbnail {
	width: 100%;
	max-width: 480px;
	display: table;
	margin: auto;
	padding-bottom: 25px;
}
.thumbnail img {
	width: 100%;
	max-width: 480px;
	display: block;
}
.thumbnail.list {
	max-width: 100px;
	max-height: 100px;
	float: left;
	margin-right: 15px;
	padding: 0;
	overflow: hidden;
}
.thumbnail.list a {
	max-width: 100px;
	display: block;
}
.thumbnail.list a img {
	width: auto;
	max-width: none;
	max-height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 719px) {
	#content {
		font-size: 13px;
	}
}


/* ヘッダー
==============================================*/
.header {
	width: 100%;
	height: 51px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	background: rgba(51, 51, 51, .95);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 113;
}
.header:after {
	content: "";
	height: 6px;
	background: linear-gradient(to right, #e2ff3f, #3fe0ff);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.header .header_in {
	max-width: 1000px;
	height: 45px;
	position: relative;
	margin: auto;
}
.header h1,
.header p {
	position: absolute;
	left: 10px;
}
.header h1 .logo,
.header p .logo {
	font-family: 'Old Standard TT', serif;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	line-height: 48px;
	letter-spacing: .5px;
	display: block;
}
.header h1 .logo:hover,
.header p .logo:hover {
	opacity: .8;
}
.mobile .header h1 .logo:hover,
.mobile .header p .logo:hover {
	opacity: 1;
}
@media screen and (max-width: 719px) {
	.header h1,
	.header p {
		left: 10px;
	}
}


/* サイドカラム
==============================================
.widget-area {
	width: 30%;
	float: right;
	overflow: hidden;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.widget-area ul {
	font-size: 13px;
}
.widget-area ul li {
	line-height: 20px;
	position: relative;
}
.widget-area ul li + li {
	margin-top: 20px;
}
.widget-area ul li > ul li {
	background: #f0f0f0;
	border-bottom: 1px dotted #ccc;
	padding: 10px 15px;
}
.widget-area ul li > ul li.active {
	background: #f0f8ff;
}
.widget-area ul li > ul li:last-child {
	border-bottom: none;
}
.widget-area ul li > ul li + li {
	margin-top: 0;
}
.widget-area ul li h3 {
	color: #fff;
	font-size: 14px;
	background: #333;
	padding: 5px 15px;
}
.widget-area ul li a {
	display: block;
	padding-left: 12px;
}
.widget-area ul li a:after {
	border:5px solid transparent;
	border-left-color: #aaa;
	border-right-width: 0;
	width: 0;
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
}
.widget-area ul li h3 a {
	color: #fff;
	display: inline;
	padding-left: 0;
}
.widget-area ul li h3 a:after {
	display: none;
}
.widget-area .searchform {
	background: #f0f0f0;
	margin: 0;
	padding: 10px 0;
}
@media screen and (max-width: 719px) {
	.side_bar {
		margin-top: 30px;
		padding: 0 10px;
	}
	.widget-area {
		width: 100%;
		float: none;
	}
}
*/


/* フッター
==============================================*/
footer {
	color: #666;
	text-align: center;
	background: #fff;
	position: relative;
	padding: 20px 10px 15px;
}
footer:before {
	content: "";
	height: 6px;
	background: linear-gradient(to right, #fd8dda, #3fe0ff);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
footer img {
	width: 175px;
}
footer p {
	font-family: 'Old Standard TT', serif;
	font-size: 11px;
	line-height: 1.2;
	margin: 5px 0 10px;
}
footer small {
	color: #bbb;
	font-size: 11px;
}
@media screen and (max-width: 719px) {
	footer img {
		width: 125px;
	}
	footer p {
		margin: 2px 0 7px;
	}
}


/* トップに戻るボタン
==============================================*/
.page_top {
	width: 38px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	display: none;
}
.page_top div {
	text-decoration: none;
	cursor: pointer;
}
.page_top div img {
	width: 38px;
	max-width: 38px;
	height: 40px;
	opacity: .9;
}
.page_top div img:hover {
	opacity: 1;
}
.mobile .page_top div img:hover {
	opacity: .9;
}
@media screen and (max-width: 719px) {
	.page_top {
		width: 28px;
		height: 30px;
	}
	.page_top div img {
		width: 28px;
		max-width: 28px;
		height: 30px;
	}
}


/* パンくずリスト
============================================== 
#breadcrumb {
	background: #f0f0f0;
	padding: 5px 5px 5px 3px;
	margin-top: 51px;
}
#breadcrumb ul {
	max-width: 1000px;
	font-size: 0;
	margin: auto;
	pointer-events: none;
}
#breadcrumb ul li {
	font-size: 12px;
	display: inline;
	position: relative;
	padding-left: 20px;
	pointer-events: auto;
}
#breadcrumb ul li:last-child {
	margin: 0;
	pointer-events: none;
}
#breadcrumb ul li:last-child a {
	color: #333;
}
#breadcrumb ul li:after {
	border: 4px solid transparent;
	border-left-color: #aaa;
	border-right-width: 0;
	width: 0;
	content: "";
	display: block;
	position: absolute;
	right: -13px;
	top: 5px;
}
#breadcrumb ul li:last-child:after {
	border: 0;
	right: 0;
	top: 0;
}
#breadcrumb ul li a.home {
	text-indent: -9999px;
	display: inline-block;
}
#breadcrumb ul li a.home:after {
	content: "\f015";
	text-indent: 0;
	position: absolute;
	right: 0;
	top: 1.5px;
	z-index: 1;
}
@media screen and (max-width: 719px) {
	#breadcrumb ul li:last-child {
		width: 59%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
*/


/* リニアナビ
==============================================
.navigation {
	max-width: 626px;
	font-size: 0;
	line-height: 18px;
	margin: auto;
	padding: 0 10px;
	overflow: hidden;
}
#nav-above {
	margin-bottom: 30px;
}
#nav-below {
	margin-top: 30px;
}
.nav-previous,
.nav-next {
	font-size: 12px;
	width: 47.5%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-previous {
	margin-right: 5%;
}
.nav-next {
	text-align: right;
}
.nav-previous:after {
	border: 5px solid transparent;
	border-right-color: #fff;
	border-left-width: 0;
	width: 0;
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav-next:after {
	border: 5px solid transparent;
	border-left-color: #fff;
	border-right-width: 0;
	width: 0;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav-previous a:link,
.nav-previous a:visited,
.nav-previous a:active,
.nav-next a:link,
.nav-next a:visited,
.nav-next a:active {
	color: #fff;
	background: #333;
	display: block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav-previous a {
	padding: 5px 10px 5px 25px;
}
.nav-next a {
	padding: 5px 25px 5px 10px;
}
*/


/* ページネーション
==============================================*/
.pagination-warp {
	display: table;
	margin: 30px auto 0;
}
.pagination {
	font-size: 14px;
}
.pagination a,
.pagination .current {
	color: #fff;
	line-height: 100%;
	background: #333;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	display: inline-block;
	margin: 0 5px;
	padding: 5px 7px;
	cursor: pointer;
}
.pagination a:hover {
	opacity: .7;
}
.mobile .pagination a,
.mobile .pagination .current {
	color: #fff;
}
.mobile .pagination a:hover {
	opacity: 1;
}
.pagination .current {
	cursor: text;
	opacity: .7;
}


/* 検索フォーム
==============================================*/
.searchform {
	text-align: center;
	margin-top: 25px;
}
.searchform input {
	border: none;
	outline: none;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.searchform input[type="text"] {
	width: 234px;
	height: 25px;
	border: 1px solid #ccc;
	border-right: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: -5px;
	padding: 3px;
}
.searchform input[type="submit"] {
	width: 25px;
	height: 25px;
	font-family: FontAwesome;
	color: #fff;
	background: #333;
	border: 1px solid #333;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	cursor: pointer;
}


/* 非表示コンテンツ
==============================================*/
.entry-meta,
.entry-utility,
#comments,
#nav-above,
#nav-below,
.side_bar,
.category .pagination-warp,
.tag .pagination-warp {
	display: none;
}