@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*=== 【Theme info】 ===*/


/*
Theme Name: Healer
Theme URI: https://healer.lognote.biz
Author: Tatsuya Yamakawa
Author URI: https://tacchi.me
Description: 「Healer」は整体院・治療院・サロンサイト運営に特化したWordPress（ワードプレス）テーマです。スマホ表示完全対応！ホームページ制作のWeb知識がない方でも安心して使っていただける簡単カスタマイズ機能を標準搭載。SEO対策済み。
Version: 3.18.5.7
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, custom-menu, custom-background, custom-colors, right-sidebar, flexible-header, custom-header, editor-style
Text Domain: healer
*/


/*=== 【Reset CSS】 ===*/


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=== 【WordPress Native Styles】 ===*/


/*===============================
	editor
=================================*/

p {
	display: block;
	margin: 1em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
q::before {
	font-size: 1rem;
	font-family: "FontAwesome";
	content: "\f10d";
}
q::after {
	font-size: 1rem;
	font-family: "FontAwesome";
	content:"\f10e";
}

/*===============================
	img
=================================*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}

/*===============================
	コンテンツ幅
=================================*/

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

/*===============================
	clearfix
=================================*/

.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*======= 【Theme Styles】 =======*/


/*===============================
	基本構造
=================================*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
html, body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html {
	font-size: 62.5%;
}

/*===============================
	ボディ
=================================*/

body.custom-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Noto Sans Japanese', sans-serif;
}
body {
	font-size: 17px;
	font-weight: 400;
	color: #555;
	word-break: break-all;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}

/* IEのみフォントを変える */

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "Arial", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

/*===============================
	テキスト,フォント
=================================*/

h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 2.0rem;
}
h4 {
	font-size: 1.8rem;
}
p {
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	color: #555;
}
a {
	text-decoration: none;
	color: #365899;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*===============================
	配置
=================================*/

.right {
	margin-left: auto;
}
.left {
	margin-right: auto;
}

/*===============================
	横並び
=================================*/

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*===============================
	記事先頭固定
=================================*/

.sticky {}

/*===============================
	全体を画面に合わせる
=================================*/

.wrap {
	width: 100%;
	overflow: hidden;
}

/*===============================
	メニュー
=================================*/

#mainmenu .count {
	display: none;
}

/*===============================
	背景
=================================*/

.bg-white {
	background: rgba(255,255,255,0.6);
}
.bg-gray {
	background: rgba(230,230,230,0.6);
}

/*===============================
	ふわっと表示させる
=================================*/

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*===============================
	画像を円形に
=================================*/

.round {
	border-radius: 200px;
}

/*===============================
	サイト横幅
=================================*/

header, footer, .site-width {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*===============================
	ヘッダー
=================================*/

#header {
	background: #fff;
}

/*===============================
	フッター
=================================*/

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
}
#copyright {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}
#copyright a {
	color: #fff;
	letter-spacing: 1.2pt;
}
.footer-inner ul {
	list-style-type: none;
	margin: 20px 0 10px;
}
.footer-inner li {
	display: inline-block;
	line-height: 1.5;
	margin: 5px 1em;
}
.footer-inner li:last-child {
	border-right: none;
}
.footer-inner li a {
	max-width: 100%;
	color: #fff;
	letter-spacing: 1.2pt;
}
.footer-inner li .count {
	display: none;
}

/*===============================
	SNSフォローボタン
=================================*/

.sns-icon {
	margin: 0;
	padding: 0;
}
.sns-icon ul {
	list-style-type: none !important;
	margin: -.2em 0 !important;
}
.sns-icon ul li {
	display: inline-block;
	margin: 0 5px;
}
.sns-icon li a {
	padding: 0 5px;
	font-size: 1.2rem;
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: opacity .5s;
	background-color: #fff;
	border: none !important;
}
.sns-icon li a::before {
	content: none !important;
}
.sns-icon li a .fa {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sns-icon li a .fa-twitter-square, .sns-icon li a .fa-facebook-square, .sns-icon li a .fa-google-plus-square, .sns-icon li a .fa-instagram, .sns-icon li a .icon-line {
	color: #616161;
}
.sns-icon li a .icon-line {
	font-size: 30px;
}
.sns-icon li a:hover {
	opacity: 0.5;
	background-color: #fff !important;
}

/*===============================
	タグクラウド
=================================*/

.tagcloud {
	margin: 0;
	padding: 0;
}
.tagcloud a {
	display: inline-block;
	margin: 2px 0;
	padding: 5px .5em;
	color: #333;
	background: #fff;
	border: 1px solid #EDEDED;
	font-size: 1.4rem !important;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.tagcloud a:hover {
	background: #f1f1f1;
}

/*===============================
	ブログサイドバー
=================================*/

#sidebar {
	margin: 15px;
}
#sidebar h2.midashi {
	width: 100%;
	margin: 15px 0;
	padding: .5em .75em;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.2pt;
	text-align: center;
	color: #fff;
	border: 1px solid #EDEDED;
}
#sidebar ul {
	width: 100%;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.5rem;
}
#sidebar .sidebar-widget {
	width: 100%;
}
#sidebar .sidebar-widget li a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 7px 0 3px;
	color: #333;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	border-bottom: 1px dashed #ddd;
	vertical-align: middle;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
#sidebar .sidebar-widget li a::before {
	font-family: "FontAwesome";
	content: "\f054";
	padding-right: 5px;
}
#sidebar .sidebar-widget li a:hover {
	background: #f0f0f0;
}
#sidebar .sidebar-widget .count {
	display: inline;
	float: right;
	margin: -2px 0 3px 8px;
	padding: 2px 7px 1px;
	font-weight: bold;
	color: #fff;
}

/*===============================
	ウィジェット
=================================*/

.widget {
	list-style-type: none;
}

/*===============================
	最近のコメントウィジェット
=================================*/

dl.recent-comments {
	width: 100%;
	margin: 15px 0;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
dl.recent-comments dt {
	text-align: left;
	clear: left;
	float: left;
	width: 46px;
	white-space: nowrap;
}
dl.recent-comments dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
dl.recent-comments dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
dl.recent-comments dd .recent-comment-title {
	margin: 5px 0;
}
dl.recent-comments dd .recent-comment-title a {
	font-size: 1.4rem;
	font-weight: 600;
	color: #333;
}
dl.recent-comments dd .recent-comment-author {
	font-size: 1.4rem;
	font-weight: bold;
}
dl.recent-comments dd .recent-comment-date {
	font-size: 1.2rem;
	color: #757575;
}
dl.recent-comments dd .recent-comment-date::before {
	font-family: "FontAwesome";
	content: '\f073';
	padding-right: 5px;
}
dl.recent-comments dd .recent-comment-content {
	font-size: 1.2rem;
	color: #757575;
}

/*===============================
	新着投稿記事
=================================*/

.new-entries {
	margin: 0;
	padding: 10px 0 0;
	border-bottom: 1px dashed #ddd;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.new-entries:hover {
	background-color: rgba(255, 255, 255, 0.6);
	display: block;
	cursor: pointer;
}
.new-entries a {
	color: #333;
}
.new-entries a:hover {
	text-decoration: none;
}
.new-entries:last-child {
	border-bottom: none;
	margin-bottom: 15px;
}
.new-entries-thumb {
	max-width: 150px;
	max-height: 75px;
	float: left;
	margin: 0 15px 15px 0;
}
.new-entries-content {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}

/*===============================
	Popular Posts
=================================*/

.popular-posts {
	margin-bottom: 15px;
}
ul.popular-posts-list {
	margin: 0 !important;
	padding: 0 !important;
}
.popular-posts li {
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
.popular-posts li img, #content-none .popular-posts li img {
	max-width: 150px;
	max-height: 75px;
	margin: 0 15px 0 0;
	padding: 0;
	vertical-align: bottom;
	float: left;
}
.popular-posts li::after {
	content: none !important;
}
.popular-posts ul li a {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	letter-spacing: 1.2pt;
	background-color: transparent !important;
	border: none !important;
}
.popular-posts li a::before {
	content: none !important;
}
.popular-posts li a:hover {
	text-decoration: none;
}
.popular-posts ul li {
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.popular-posts ul li:hover {
	background-color: rgba(255, 255, 255, 0.6);
	display: block;
	cursor: pointer;
}
.popular-posts li:last-child {
	border-bottom: none;
}
.popular-posts {
	counter-reset: wpp-ranking;
}
.popular-posts ul li::before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 4px 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/*===============================
	関連記事
=================================*/

#related-entries {
	margin: 0;
	padding: 0;
}
#related-entries h3 {
	margin: 30px 0;
	padding: 10px 5px 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
}
#related-entries .related-entry {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
#related-entries .related-entry:hover {
	background: #f0f0f0;
	display: block;
	cursor: pointer;
}
#related-entries .related-entry-thumb {
	max-width: 150px;
	max-height: 75px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#related-entries .related-entry:last-child {
	border-bottom: none;
}
#related-entries .related-entry-content h4 {
	margin: 0;
	margin-left: 165px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	border-bottom: none;
}
#related-entries .related-entry-content h4 a {
	color: #333;
}
#related-entries .related-entry-content h4 a:hover {
	text-decoration: none;
}

/*===============================
	見出し
=================================*/

#post-contents h1 {
	margin: 5px 0 15px;
	padding: 10px 20px;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
#post-contents h2 {
	margin: 30px -20px;
	padding: .5em 1em;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
#post-contents h3 {
	position: relative;
	margin: 30px 0;
	padding-bottom: .5em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	border-bottom: solid 3px #f1f1f1;
}
#post-contents h3::after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -3px;
	width: 20%;
}
#post-contents h4 {
	margin: 30px 0;
	padding-bottom: .5em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}

/*===============================
	投稿ページ
=================================*/

#post-contents {
	margin-bottom: 30px;
	padding: 10px 0;
	background-color: #fff;
}
#post-contents #post-thumbnail img {
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
#post-contents p {
	margin: 30px 0;
	font-size: 1.7rem;
	letter-spacing: 1.2pt;
	line-height: 1.7;
}
#post-contents p a {
	text-decoration: underline;
}
#post-contents p a:hover {
	text-decoration: none;
}
.article-area figure {
	max-width: 100%;
	margin-bottom: 30px;
}
.article-area .wp-caption-text p {
	margin-top: -20px !important;
	text-align: center;
	font-size: 12px !important;
	color: #757575;
}
.article-area, .article-area-none, #article-bottom {
	margin: 0 20px;
	padding: 0;
}
.article-area img {
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	height: auto;
	display: block;
}
.article-area a img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.article-area a img:hover {
	box-shadow: 2px 2px 10px 3px #bfbfbf;
	-moz-box-shadow: 2px 2px 10px 3px #bfbfbf;
	-webkit-box-shadow: 2px 2px 10px 3px #bfbfbf;
	cursor: zoom-in;
}

/*===============================
	投稿日・カテゴリー情報・著者情報
=================================*/

.post-info {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	color: #757575;
	margin-bottom: 10px;
	padding: 5px 20px;
	text-align: left;
	border-top: double 1px #f1f1f1;
	border-bottom: double 1px #f1f1f1;
}
.post-info a {
	margin: 0 auto 15px;
	padding: 0;
}
.published::before {
	font-family: 'FontAwesome';
	content: "\f073";
	padding-right: 5px;
}
.updated::before {
	font-family: 'FontAwesome';
	content: "\f021";
	padding-right: 5px;
}
.post-cate a,.post-tag a {
	color: #757575;
}
.post-cate::before {
	font-family: 'FontAwesome';
	content:"\f07b";
	padding-right: 5px;
}
.post-tag::before {
	font-family: 'FontAwesome';
	content: "\f02b";
	padding-right: 5px;
}
.post-author {
	text-align: right;
	margin-right: 20px;
	color: #757575;
}
.post-author a {
	color: #757575;
}
.post-author::before {
	font-family: 'FontAwesome';
	content: "\f007";
	padding-right: 5px;
}

/*===============================
	一覧ページ
=================================*/

#list-contents-wrap {
	margin: 0 15px;
}
.list-contents {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding: 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px;
}
.list-contents:first-child {
	margin-top: 5px;
}
.list-contents:last-child {
	margin-bottom: 5px;
}
.list-contents h1 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0;
	padding: 0;
}
.list-contents h1 a {
	color: #666;
	text-decoration: none;
}
.list-contents .post-info {
	border: none;
	font-size: 1.4rem;
	margin: 15px 0 20px;
	padding: 0;
}
.list-contents .post-cate {
	margin: 15px 0 5px;
	padding: 0;
}
.list-contents .post-cate a {
	padding: 6px;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 4px;
}
.list-contents .post-cate::before {
	content: none;
}
.first .list-contents {
	padding-bottom: 20px;
}
.first .list-contents h1 {
	margin: 15px 0;
	padding: 0;
}
.first .list-contents .post-info {
	margin: 15px 0 20px;
	padding: 0;
}
.first .list-contents .post-cate {
	margin: 15px 0 5px;
	padding: 0;
}
.first .list-contents .post-descr {
	margin: 15px 0;
	padding: 0;
}

/*===============================
	検索結果ページ
=================================*/

#list-contents-wrap #post-contents {
	margin-left: -15px;
	margin-right: -15px;
}

/*===============================
	ブログタイトル
=================================*/

.sitename {
	margin: .3em 0;
	font-family: 'PT Serif', serif;
	font-size: 3.5rem;
	text-align: center;
}
.descr {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1em;
}
.sitename a {
	font-weight: 500;
	text-decoration: none;
	color: #555;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: opacity .5s ease;
}
.sitename a:hover, .tel a:hover {
	text-decoration: none;
}
.sitename a img {
	max-width: 250px;
	height: auto;
}
.sitename a img:link {
	color: #fff;
}
.sitename a img:hover {
	opacity: 0.5;
}
.tel .btn span {
	padding: 10px;
}

/*===============================
	コンテンツ共通
=================================*/

#contents-wrap {
	font-size: 17px;
	max-width: 1130px;
	margin: 20px auto;
	padding: 0;
}
#onecolumn-contents-wrap {
	font-size: 17px;
	max-width: 960px;
	margin: 20px auto;
	padding: 0;
}

/*===============================
	見出し1カラム
=================================*/

h1.onecolumn-entry-title {
	display: block;
	text-align: center;
}

/*===============================
	トップページコンテンツ共通
=================================*/

#top-contents-wrap {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: radial-gradient(#ccc 20%, transparent 0), radial-gradient(#ccc 20%, transparent 0);
	background-position: 0 0, 3px 3px;
	background-size: 3px 3px;
}
.top-widget-wrap {
	margin: 0;
	padding: 0 0 1.5em;
}
.top-widget-wrap .midashi {
	max-width: 400px;
	margin: 1em auto 1.5em;
	padding-bottom: 5px;
	font-size: 2.8rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	text-align: center;
	color: #555;
}
.top-widget-wrap a:hover {
	text-decoration: none;	
}

/*===============================
	ボタン
=================================*/

a.btn-detail {
	background: #c6bf9f;
	color: #fff;
	line-height: 25px;
	letter-spacing: 1.2pt;
	margin: 15px 0 0;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.btn-detail:visited, a.btn-detail:active {
	color: #fff;
}
a.btn-detail:hover {
	color: #fff;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}
a.btn-detail::before {
	font-family: 'FontAwesome';
	content: '\f101';
	padding-right: .5em;
}

/*===============================
	サイトマップ
=================================*/

#sitemap a {
	color: #555;
}
#sitemap p a {
	text-decoration: none !important;
}
#sitemap p a:hover {
	text-decoration: underline !important;
}
#sitemap, .sitemap ul {
	padding: 0px;
	margin: 30px 0;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
}
#sitemap li {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	padding-left: 20px;
	margin: 10px 0px;
}
#sitemap li::before {
	content: '';
	height: 0px;
	width: 100%;
	display: block;
	position: absolute;
	top: 25px;
	left: 0px;
}
#sitemap li::after {
	content: '';
	display: block;
	position: absolute;
	background: #555;
	width: 5px;
	height: 5px;
	top: 10px;
	left: 5px;
}

/*===============================
	フリースペース
=================================*/

.free {
	max-width: 1000px;
	margin: 1.5em auto;
	padding: 0;
}
.free img {
	max-width: 100%;
	margin: 30px auto;
	height: auto;
	display: block;
}
.free h2 {
	margin: 30px -20px;
	padding: .5em 1em;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
.free h3 {
	position: relative;
	margin: 30px 0;
	padding-bottom: .5em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	border-bottom: solid 3px #f1f1f1;
}
.free h3::after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -3px;
	width: 20%;
}
.free h4 {
	margin: 30px 0;
	padding-bottom: .5em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
.free p {
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
}
.free table {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: 400;
}
.free table tr.title td {
    border-left: 1px solid #ccc;
}
.free table th,table td,
.free table tr.title {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.free table tr.last th,
.free table tr.last td {
    border-bottom: none;
}
.free table td {
    border-left: 1px solid #ccc;
    background: #ffffff;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
.free table th {
    padding: 10px;
    text-align: center;	
    background: #fbfcf8;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	vertical-align: middle;
}
.free table td {
    padding: 10px;
    text-align: left;
}
.free table tr.title th,
.free table tr.title td {
    font-size: 18px;
    border-right: none;
    text-align: left;
}

/*===============================
	メリット
=================================*/

.merit {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.merit h2.title {
	margin: .3em 0;
	padding: 0;
	font-size: 2.0rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	text-align: center;
	color: #4b8c53;
}
.merit img {
	width: 100%;
	margin: .5em auto 1em;
}
.merit .description {
	margin: .5em 0;
	padding: .5em 1.5em;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}
.merit .description p {
	font-size: 17px;
}

/*===============================
	ブログ
=================================*/

.prof {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}

/*===============================
	アクセス
=================================*/

.access {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.access .info {
	margin: 0;
	padding: 0;
}
.access .tel,
.access .address {
	margin: auto;
	padding: 0;
	font-size: 1.8rem;
	color: #555;
}
.access .tel a {
	color: #555;
}

/*===============================
	テーブル
=================================*/

table {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: 400;
}
table tr.title td {
    border-left: 1px solid #ccc;
}
table th,table td,table tr.title {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
table tr.last th,table tr.last td {
    border-bottom: none;
}
table td {
    border-left: 1px solid #ccc;
    background: #ffffff;
}
table th,table td {
    padding: 10px;
    text-align: center;
	line-height: 1;
	letter-spacing: 1.2pt;
	vertical-align: middle;
}
table tr.title th,table tr.title td {
    font-size: 18px;
    border-right: none;
    text-align: left;
}
table.time th,table.price th {
    background: #fbfcf8;
}
table.time tr.title th,table.price tr.title th,table.price tr.title td {
    background: #eef1dd;
}

/*===============================
	timeテーブル
=================================*/

table.time tr.title th {
	margin: 1.5em auto;
	padding-left: 20px;
}
table.time td {
	font-size: 16px;
}

/*===============================
	priceテーブル
=================================*/

table.price {
	margin: 25px 0;
	width: 100%;
}
table.price tr.title th, table.price tr.title td {
	text-align: center;
}
table.price th {
	width: 30%;
}
table.price td {
	width: 70%;
}

/*===============================
	画像
=================================*/

.img-responsive {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*===============================
	パンくず
=================================*/

#pan-out {
	max-width: 1100px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	margin: 0 10px 15px;
}
#pan ul {
	list-style-type: none;
	margin: auto 15px;
	padding: 0;
}
#pan ul li {
	float: left;
	padding: 0 5px;
}
#pan ul li a {
	color: #555;
	font-size: 80%;
}

/*===============================
	検索フォーム
=================================*/

#search {
	margin: 15px 0;
}
.searchform {
	position: relative;
}
.searchfield {
	font-size: 1.4rem;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 15px;
	border: solid 1px #bbb;
	background-color: #fff;
}
.searchfield:focus {
	background: #f9f9f9;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.searchsubmit {
	width: 40px;
	height: 38px;
	font-size: 1.5rem;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1px;
	padding: 5px;
	cursor: pointer;
	color: #616161;
	background-color: #f0f0f0;
	border: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
#search input[type="submit"] {
	font-family: "dashicons";
	font-size: 22px;
}

/*===============================
	contact form 7
=================================*/


/*各入力フォームスタイリング*/

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border: 1px solid #bbb;
	padding: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}

/*入力欄にフォーカスしたら変化*/

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
	background: #f9f9f9;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*送信ボタンスタイリング*/

.wpcf7 input[type="submit"] {
	max-width: 165px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 0.5em 2em;
	border-radius: 2px;
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	background: #4C9ED9;
	color: #fff;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1.2pt;
}

/*送信ボタン・マウスオーバー時スタイリング*/

.wpcf7 input[type="submit"]:hover {
	box-shadow: none;
}

/*===============================
	コメント
=================================*/

#comments {
	max-width: 100%;
	margin: 20px auto;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
#comments cite::before {
	content: '';
}

/* コメントリスト */

#comments h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 5px 10px 0;
}
#comments h3::before {
	font-family: "FontAwesome";
	content: "\f0e6";
	padding-right: 5px;
}
#comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments ol li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#comments ol li.thread-odd {
	border: 1px dotted #ccc;
	border-radius: 2px;
}
#comments ol li ul.children {
	margin-left: 10%;
}
#comments p {
	font-size: 1.4rem;
}
img.avatar {
	margin-right: 8px;
	float: left;
}
span.says {
	display: none;
}
cite.fn {
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 10px;
}
.comment-meta {
	font-size: 1.2rem;
	margin-left: 10px;
	margin-bottom: 16px;
	display: inline-block;
}
.comment-meta a {
	color: #757575;
}
.comment-meta::before {
	font-family: "FontAwesome";
	content: '\f073';
	color: #757575;
}
.comment-meta::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.comment-body {
	padding: .5em 1em;
	margin-top: .5em;
}
div.reply {
	margin-bottom: .2em;
}
.bypostauthor {
}

/* 返信ボタン */

div.reply::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.reply a {
	float: right;
	color: #3498db;
	background: #fff;
	border: 1px solid rgba(4, 137, 177, 0.9);
	border-radius: 2px;
	font-size: 1.3rem;
	padding: .3em 1em;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}

/*===============================
	「コメントを残す」から下
=================================*/

#respond {
	padding: 1em;
}
#respond h3#reply-title {
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	margin: 0 0 .7em;
}
#respond h3#reply-title::before {
	font-family: "FontAwesome";
	content: "\f040";
}
#respond h3#reply-title small a {
	font-size: 1.4rem;
	margin-left: 1em;
	text-decoration: none;
}

/*===============================
	コメントをキャンセルの文字
=================================*/

#respond p {
	margin-bottom: .5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
	font-size: 1.4rem;
}
#respond p.form-submit {
	margin-bottom: 0;
}

/*===============================
	コメント入力フォーム
=================================*/

input#author, input#email, textarea#comment {
	width: 100%;
	margin-top: 0;
	padding: 10px;
	font-size: 1.4rem;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
textarea#comment {
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
input#author:focus, input#email:focus, textarea#comment:focus {
	background: #f9f9f9;
}
input#submit {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 0.5em 2em;
	border-radius: 2px;
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1.2pt;
	color: #fff;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*===============================
	ページネーション
=================================*/

.pagination h2.screen-reader-text { display: none; }
.pagination-area {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
.page-numbers {
	width: 40px;
	height: 33px;
	margin: 1px;
	background-color: #fff;
}
.pagination a.page-numbers {
	display: inline-block;
	font-size: 1.4rem;
	padding: 7px 12px 0 11px;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.pagination .current {
	color: #fff;
	font-size: 1.4rem;
	margin: 0;
	padding: 4px 16px 7px 15px;
}
.pagination a.page-numbers:hover {
	color: #fff !important;
}
.pagination .dots {
	margin: 0 1px;
	padding: 7px; 
	background-color: rgba(255,255,255,0);
}
.pagination .prev,
.pagination .next{
	margin: 6px 0 0; 
	padding: 7px 13px 5px; 
	font-size: 1.4rem;
}

/*===============================
	ページネーション（コメント）
=================================*/

.comments-pagination {
	margin: 0 15px 20px;
	padding: 0;
	font-size: 1.4rem;
	background: none;
}
.comments-pagination a {
	margin: 0;
	padding: 4px 14px;
	text-decoration: none;
	background: #fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.comments-pagination .current {
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	color: #fff;
}
.comments-pagination a:hover {
	color: #fff;
}

/*===============================
	シェアボタン（記事上）
=================================*/

.share-top {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 10px;
}
.share-top a {
	box-sizing: border-box;
	display: block;
	float: left;
	cursor: pointer;
	width: 15%;
	height: 27px;
	margin: .2em;
	padding: .3em;
	border-radius: 3px;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.share-top a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.btn-twitter { background: #55acee; }
.btn-facebook { background: #3b5998; }
.btn-google { background: #dd4b39; }
.btn-hatena { background: #008FDE; }
.btn-pocket { background: #ef4056; }
.btn-line { background: #25AF00; }

/*===============================
	シェアボタン（記事下）
=================================*/

.share {
	margin: 0 auto 20px;
	padding: 0;
}
.share h3 {
	color: #333333;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	margin: 30px 0;
	padding: 10px 5px 10px 0;
}
.share .sns {
	width: 100%;
	margin: 0;
}
.snstext {
	font-size: 1.4rem;
	vertical-align: middle;
	padding-left: 10px;
}
.snscount {
	font-size: 1.3rem;
	vertical-align: middle;
	padding: 0 10px;
}
.share .sns ul {
	margin: 0;
	padding: 0;
}
.share .sns li {
	float: left;
	list-style: none;
	width: 33.33%;
}
.share .sns li a {
	margin: 0 5px 10px;
	cursor: pointer;
	font-size: 1.7rem;
	letter-spacing: 1.2pt;
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}

/* Twitter */

.share .sns .twitter a {
	background: #00acee;
}
.share .sns .twitter a:hover {
	background: #0092ca;
}

/* Facebook */

.share .sns .facebook a {
	background: #3b5998;
}
.share .sns .facebook a:hover {
	background: #2c4373;
}

/* Google */

.share .sns .googleplus a {
	background: #db4a39;
}
.share .sns .googleplus a:hover {
	background: #ad3a2d;
}

/* pocket */

.share .sns .pocket a {
	background: #f03e51;
}
.share .sns .pocket a:hover {
	background: #c0392b;
}

/* hatebu */

.share .sns .hatebu a {
	background: #00A4DE;
}
.share .sns .hatebu a:hover {
	background: #008CD6;
}

/* LINE */

.share .sns .line a {
	background: #25af00;
}
.share .sns .line a:hover {
	background: #219900;
}

/*===============================
	記事がよかったら、いいね
=================================*/

div.fb-like-mobile {
	display: none;
}
.article-like {
	height: 80px;
}
.article-like-thumb {
	float: left;
	max-width: 150px;
}
.article-like-thumb img {
	display: block;
}
.article-like-body {
	float: none;
	max-width: 500px;
	margin: 10px 0 0 3px;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.article-like-body::after {
	content: '\f054';
	position: absolute;
	right: 110px;
	top: 17px;
	color: #EDEDED;
	font-size: 50px;
	font-family: 'FontAwesome';
	line-height: 100%;
}
.article-like-button {
	float: right;
	width: 100px;
	height: 80px;
	padding: 20px 15px;
	text-align: center;
	background-color: rgba(238, 238, 238, 0.6);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.article-like-arrow-box {
	float: left;
	position: relative;
	border: 1px solid #EDEDED;
	margin-left: 15px;
	width: calc(100% - 165px);
	border-radius: 2px;
}
.article-like-arrow-box-in {
	height: 79px;
	overflow: hidden;
}
.article-like-arrow-box::after, .article-like-arrow-box::before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.article-like-arrow-box::after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.article-like-arrow-box::before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #EDEDED;
	border-width: 11px;
	margin-top: -11px;
}
.clear {
	clear: both;
}
@media screen and (max-width: 750px) {
	.article-like-body br {
		display: none;
	}
	.article-like-body {
		margin-right: 100px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.article-like-body::after {
		display: none;
	}
}
@media screen and (max-width: 440px) {
	.article-like-body {
		font-size: 1.2rem;
		margin: 6px;
		padding: 0;
		line-height: 1.4;
	}
	.article-like-arrow-box {
		height: 80px;
	}
	.article-like-button {
		float: none;
		width: 100%;
		height: 30px;
		padding-top: 5px;
		display: block;
	}
	div.fb-like-mobile {
		display: block;
	}
	div.fb-like-pc {
		display: none;
	}
}

/*===============================
	Twitter フォローボタン
=================================*/

/*Twitterフォロースマホ*/
.p-asideFollowUs__twitter {
	background: #f2f2f2;
	margin-top: 15px;
	padding: 10px 0;
	border-radius: 2px;
}
.p-asideFollowUs__twitter__cont {
	text-align: center;
}
.p-asideFollowUs__twitter__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px !important;
	font-size: 1.4rem !important;
	color: #333;
	letter-spacing: 1.2pt;
}
/*TwitterフォローPC*/
.p-entry__tw-follow {
	margin-top: 15px;
	margin-bottom: 10px;
	background: #f2f2f2;
	width: 100%;
	padding: 10px 0;
	border-radius: 4px;
}
.p-entry__tw-follow__cont {
	text-align: center;
}
.p-entry__tw-follow__item {
	display: inline-block;
	vertical-align: 30%;
	margin: 8px 0 0 0;
	font-size: 1.5rem !important;
	color: #333;
	letter-spacing: 1.2pt;
}

/*===============================
	引用
=================================*/

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 20px 30px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	background-color: rgba(238, 238, 238, 0.6);
	font-size: 1.5rem;
}
blockquote::before {
	content: "\f10d";
	display: block;
	font-family: "FontAwesome";
	font-size: 20px;
	color: #616161;
	position: absolute;
	top: 5px;
	left: 5px;
}
blockquote::after {
	content: "\f10e";
	display: block;
	font-family: "FontAwesome";
	font-size: 20px;
	color: #616161;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
cite {
	font-size: 1.2rem;
}
cite::before {
	content: "";
}

/*===============================
	ボタン
=================================*/
.button-box {
	max-width: 455px;
	margin: auto;
}
.button-box .button {
	max-width: 100%;
	margin: 1em 0 .5em;
	font-size: 1.8rem;
	line-height: 50px;
	letter-spacing: 1.2pt;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	text-shadow: 0px 1px 0px #9ac29f;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.button:hover {
	background-color: #fff;
}
.button::before {
	font-family: "FontAwesome";
	content: "\f101";
	padding-right: .5em;
}

/*===============================
	予約ボタン
=================================*/

.reservation-box {
	margin: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.reservation-box a {
	width: 100%;
	text-decoration: none;
}
.reservation-box .button {
	width: 95%;
	margin: auto;
	font-size: 1.5rem;
	line-height: 50px;
	letter-spacing: 1.2pt;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	text-shadow: 0px 1px 0px #9ac29f;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.phone {
	background: #44AB36;
}
.phone:hover {
	border: 1px solid #44AB36;
	color: #44AB36;
	background-color: #fff;
} 
.phone::before {
	font-size: 2.0rem;
	font-family: "FontAwesome";
	content: "\f095";
	padding-right: .5em;
}
.net {
	background: #356C92;
}
.net:hover {
	border: 1px solid #356C92;
	color: #356C92;
	background-color: #fff;
}
.net::before {
	font-size: 2.0rem;
	font-family: "FontAwesome";
	content:"\f10b";
	padding-right: .5em;
}

/*===============================
	横スクロール
=================================*/

.horizontal-scroll-wrap {
	overflow-y: hidden;
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.horizontal-scroll-wrap h2.title {
	margin: auto;
	padding: 0;
	font-size: 1.6rem;
}
.horizontal-scroll-wrap img {
	margin-bottom: 15px;
	padding: 0;
}
ul.scroll-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
li.scroll-item {
    display: inline-block;
	overflow: hidden;
	max-width: 220px;
	margin: 0 10px;
	border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	vertical-align: top;
}
li.scroll-item:hover {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.scroll-info .date {
	margin: 5px 0;
	font-size: 13px;
	text-align: center;
	white-space: normal;
	color: #555;
}
.scroll-info h2.title {
	margin: 15px;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	white-space: normal;
	color: #555;
	border: none;
}

/*===============================
	iframe レスポンシブ
=================================*/

.iframe-responsive {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	margin: 30px 0;
}
.iframe-responsive iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*===============================
	上に戻るボタン
=================================*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	width: 50px;
}
.pagetop a:before {
	content: '\f062';
	font-family: 'FontAwesome';
}
.pagetop a {
	display: block;
	text-align: center;
	background-color: #888;
	font-size: 24px;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 4px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.pagetop a:hover {
	text-decoration: none;
}
.pagetop a:link, .pagetop a:visited, .pagetop a:active {
	color: #fff;
}

/*===============================
	文字装飾
=================================*/

.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
.hutoao {
	font-weight: bold;
	color: #2A5675;
}
.oomozi {
	font-size: 130%;
	font-weight: bold;
}
.komozi {
	font-size: 80%;
}
.marker {
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	background: linear-gradient(transparent 90%, #333 0%);
}
.rmarker {
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	background: linear-gradient(transparent 90%, #dd9dbf 0%);
}
.bmarker {
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	background: linear-gradient(transparent 90%, #2A5675 0%);
}
.hutocheck {
	font-weight: bold;
}
.hutocheck::before {
	content:"\f00c";
	font-family: "FontAwesome";
	font-size: 2rem;
	padding-right: 5px;
}
.yellowbox, .redbox, .graybox {
	border-radius: 4px;
	margin: 30px 0;
	padding: 1.5em;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.yellowbox p, .redbox p, .graybox p{
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
}
.yellowbox {
	border: solid 1px #F9CB2D;
	background-color: #F5F6CE;
}
.redbox {
	border: solid 1px #FA5858;
	background-color: #FFEFEF;
}
.graybox {
	border: solid 1px #EDEDED;
	background-color: #f3f3f3;
}

/*===============================
	販売ボタン
=================================*/

a.sale-button {
	display: block;
	width: 60%;
	margin: auto;
	padding: 0.5em 1em;
	font-weight: bold;
	text-decoration: none !important;
	background: #E53935;
	color: #fff;
	border-bottom: solid 2px #5A5A5A;
	border-radius: 4px;
	text-align: center;
}
a.sale-button:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	border-bottom: none;
}

/*===============================
	参考タグ
=================================*/

.reference {
	margin-right: 10px;
	padding: 2px 5px;
	font-size: 1.4rem;
	border-radius: 4px;
	background-color: #F57C00;
	color: #fff;
	white-space: nowrap;
}

/*===============================
	日付定義リスト
=================================*/

dl.date {
	margin: 30px 0;
	font-size: 16px;
}
dl.date dt {
	float: left;
	width: 10em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}
dl.date dt span {
	position: relative;
	width: 150px;
	padding: 0 15px 3px;
}
dl.date dd {
	margin-left: 10em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
}

/*===============================
	レスポンシブ定義リスト
=================================*/

dl.dl-responsive {
	margin: 30px 0;
	padding: 0;
	background-color: #f9f9f9;
	border: 1px solid #EDEDED;
}
dl.dl-responsive-child {
	margin: 0;
}
dl.dl-responsive dt, dl.dl-responsive dd {
	margin: 0;
	box-sizing: border-box;
	letter-spacing: 1.2pt;
	line-height: 1.5;
}
dl.dl-responsive dt {
	padding: .5em 1em;
	background: inherit;
	border-bottom: 1px solid #EDEDED;
	font-weight: bold;
	font-size: 1.3rem;
}
dl.dl-responsive dd {
	padding: .5em 1em;
	border-bottom: 1px solid #EDEDED;
	background: #fff;
	font-size: 1.3rem;
}
dl.dl-responsive dd:last-of-type {
	border-bottom: 0;
}

/*===============================
	liリスト(順序なしリスト)
=================================*/

.free ul,
.article-area ul {
	margin: 30px 0;
	line-height: 2;
	letter-spacing: 1.2pt;
}
.free ul li,
.article-area ul li {
	margin: 3px auto;
	border-bottom: 1px dashed #aaa;
}
.free ul li::before,
.article-area ul li::before {
	margin-right: 5px;
	content: url("images/list-icon.png");
}

/*===============================
	olリスト(順序付きリスト)
=================================*/

.free ol,
.article-area ol {
	counter-reset: number;
	list-style: none;
	margin: 30px 0;
}
.free ol li,
.article-area ol li {
	line-height: 2;
	letter-spacing: 1pt;
	margin-bottom: .5em;
}
.free ol li::before,
.article-area ol li::before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 3px 15px 3px 0;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

/*===============================
	QandAリスト
=================================*/

.faq {
	width: 100%;
}
.faq dt {
	font-size: 16px;
	color: #fff;
	padding: 8px;
	border-radius: 2px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
}
.faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.faq dd {
	margin: 24px 16px 40px 32px;
	text-indent: -24px;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
}
.faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}

/*===============================
	補足事項
=================================*/

.repletion {
	position: relative;
	margin: 30px 0;
	padding: 25px 20px 20px;
	background-color: #cfedb7;
	font-size: 15px;
	clear: both;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.repletion:after {
	position: absolute;
	top: 0;
	left: 0;
	content: 'ポイント';
	z-index: 1;
	padding: 3px 10px;
	background-color: #7ad868;
	color: #ffffff;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1;
}

/*===============================
	クエスチョン
=================================*/

.question {
	position: relative;
	margin: 30px 0;
	padding: 25px 20px 20px;
	background-color: #ffefef;
	font-size: 15px;
	clear: both;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.question:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '質問';
	z-index: 1;
	padding: 3px 10px;
	background-color: #FA5858;
	color: #ffffff;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1;
}

/*===============================
	注意書き
=================================*/

.attention {
	position: relative;
	margin: 30px 0;
	padding: 25px 20px 20px;
	background-color: #F5F6CE;
	font-size: 15px;
	clear: both;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.attention:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '注意';
	z-index: 1;
	padding: 3px 10px;
	background-color: #F9CB2D;
	color: #ffffff;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1;
}

/*===============================
	横並びボックス
=================================*/
.line-box {
	margin: -15px 0 5px;
    overflow: hidden;
}
.line-box-left-image {
    float: left;
    margin-right: 20px;
}
.line-box-right-image {
    float: right;
    margin-left: 20px;
}
.line-box-text {
    overflow: hidden;
}

/*===============================
	404ページ カテゴリーリスト
=================================*/

#search-list {
	margin: 30px 0;
}
#search-list li {
	list-style-type: none;
}
#search-list li.cat-item a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 7px 0;
	color: #333;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	border-bottom: 1px dashed #ddd;
	vertical-align: middle;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
#search-list li.cat-item a::before {
	font-family: "FontAwesome";
	content: "\f054";
	padding-right: 5px;
}
#search-list li.cat-item a:hover {
	background: #f0f0f0;
}

/*===============================
	ブログカードのスタイル
=================================*/

.blog-card {
	margin: 30px 0;
	padding: 12px;
	max-width: 100%;
	width: 100%;
	position: relative;
	min-width: 300px;
	min-height: 75px;
	word-wrap: break-word;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	background: #fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	clear: both;
}
.blog-card:hover {
	background-color: rgba(238, 238, 238, 0.6);
	display: block;
	cursor: pointer;
}
.blog-card-thumbnail {
	max-width: 150px;
	max-height: 75px;
	float: left;
}
.blog-card img.blog-card-thumb-image {
	border: 0;
	object-fit: cover;
	display: block;
}
.blog-card-thumbnail img{
	margin: 0;
}
.blog-card-content {
	margin-left: 170px;
	margin-bottom: .5em;
}
.blog-card-title {
	margin-bottom: 5px;
}
.blog-card-title a {
	line-height: 1.5;
	letter-spacing: 1.2pt;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #111;
}
.blog-card-excerpt {
	color: #757575;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	max-height: 50px;
	overflow: hidden;
}
.blog-card-footer {
	font-size: 1.2rem;
	width: 100%;
	color: #757575;
	clear: both;
	vertical-align: bottom;
	margin-left: -4px;
	/*position: absolute;
	bottom: 12px;*/
	/*position: relative;
	left: -3px;*/
}
.blog-card-date {
	float: right;
}
.blog-card-date::before {
	font-family: "FontAwesome";
	content: '\f073';
	padding-right: 5px;
}

/*===============================
	会話吹き出し
=================================*/

.kaiwa-box {
	width: 100%;
	height: auto;
	margin: 10px 0;
	display: table;
}
.kaiwa-face {
	display: table-cell;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.kaiwa-face img {
	margin: 10px 0;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.kaiwa-face-name {
	width: 100px;
	text-align: center;
	color: #757575;
	font-size: 1.2rem;
	letter-spacing: 1pt;
}
.kaiwa-area {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/* 左アイコンバージョン */

.kaiwa-hukidashi {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	margin-left: 20px;
	border-radius: 7px;
	color: #555;
	background-color: #ddeeff;
	font-size: 1.6rem;
	letter-spacing: 1.2pt;
	line-height: 1.7;
}
.kaiwa-hukidashi p:last-child {
	margin-bottom: 0px;
}
.kaiwa-hukidashi::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}
.kaiwa-hukidashi::after {
	border-color: transparent #ddeeff transparent transparent;
}

/* 右アイコンバージョン */

.kaiwa-hukidashi-r {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	margin-right: 20px;
	border-radius: 7px;
	color: #555;
	background-color: #ECF8E0;
	font-size: 1.6rem;
	letter-spacing: 1.2pt;
	line-height: 1.7;
	float: right;
}
.kaiwa-hukidashi-r::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent #f9f9f9 transparent transparent;
}
.kaiwa-hukidashi-r::after {
	border-color: transparent transparent transparent #ECF8E0;
}

/*===============================
	カテゴリー説明文
=================================*/

.category-description .category-title {
    padding: .5em 0;
    font-size: 2.0rem;
    font-weight: bold;
	line-height: 1;
	letter-spacing: 1.2pt;
    text-align: center;
    color: #fff;
}
.category-description {
	margin: 15px 0 !important;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	border: 1px solid #EDEDED;
}
.category-description strong {
	font-size: 1.7rem;
}
.category-description p {
	padding: 0 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}

/*===============================
	Google+バッジ風プロフィールウィジェット
=================================*/

.googleplus-box {
	width: 100%;
	margin-bottom: 1em;
	background-color: #fff;
	border: 1px solid #EDEDED;
}
.yourprofile .profile-background img {
	width: 100%;
}
.yourprofile .profile-img {
	position: relative;
}
.yourprofile .profile-img img {
	position: absolute;
	top: -.7em;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border: 4px solid #fff;
	border-radius: 100px;
}
.yourprofile .yourname {
	margin: 2.5em 0 .5em;
	font-size: 2.5rem;
	color: #333;
	text-align: center;
}
.yourprofile .profile-content {
	margin: .3em 22px;
	font-size: 1.4rem;
	color: #757575;
}
.yourprofile .profile-link {
	margin: .5em auto 1em;
	text-align: center;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	max-width: 50%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.yourprofile .profile-link a {
	padding: .5em 0;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
}
.yourprofile .profile-link:hover {
	background-color: #f1f1f1;
}

/*===============================
	目次
=================================*/

#toc {
	margin: 30px 40px;
	padding: 20px;
	text-align: center;
	border: solid 1px #ccc;
}
.mokuji {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}
#toc ol {
	list-style-type: decimal;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}
#toc ol li {
	font-size: 1.4rem;
	letter-spacing: 1.2pt;
	line-height: 1.7;
	margin-bottom: 1em;
	list-style-position: inside;
	border-bottom: 1px dotted #EDEDED;
}
#toc ol li::before {
	counter-increment: none;
	content: none;
}
#toc ol a {
	color: #434343;
	text-decoration: none;
}
#toc ol a:hover {
	text-decoration: underline;
}
#toc ol>ol {
	margin: 0;
	padding-left: 15px;
}
#toc ol>ol li {
	font-size: 1.4rem;
}
.toc-contents{
	width: 100%;
	min-width: 250px;
	margin: 0;
	padding: 22px;
	font-size: 1.4rem;
	background: #fff;
}
.icon-hide,.icon-display{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 60px;
	height: 25px;
	margin: auto 0;
	padding: 10px 5px 5px 5px;
	background: #fff;
	border: solid 1px #ccc;
	cursor: pointer;
}
.icon-hide::before,.icon-display::before{
	position: absolute;
	top: 3px;
	right: 0;
	display: block;
	width: 60px;
	height: 25px;
	color: #757575;
	font-size: 1.4rem;
}
.icon-hide::before{
	content: "非表示";
}
.icon-display::before{
	content: "表示";
}
@media (max-width: 599px) {
	#toc {
		margin: 30px 0;
	}
}

/*media Queries スマホサイズ
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.smanone {
		display: none;
	}
	/*===============================
		スクロールメニュー
	=================================*/
	#mainmenu-wrap {
		position: relative;
	}
	#mainmenu {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#mainmenu ul {
		max-width: 1100px;
		min-width: 600px;
		height: 40px;
		line-height: 40px;
		margin: 0 10px;
		padding: 0;
		list-style: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#mainmenu ul li {
		overflow: hidden;
		zoom: 1;
		float: left;
		width: auto;
		height: 40px;
		margin: 0 15px;
		text-align: center;
	}
	#mainmenu ul li a {
		font-size: 14px;
		font-weight: bold;
		padding: 0 5px;
		color: #fff;
		letter-spacing: .1em;
	}
	#mainmenu ul li ul.sub-menu {
		display: none;
	}
	.prev-btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding-left: 5px;
	}
	.next-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding-left: 5px;
	}
	/*===============================
		投稿日・カテゴリー情報
	=================================*/
	.post-info .post-cate {
		padding-left: 0;
	}
	/*===============================
		検索フォーム
	=================================*/
	.searchfield {
		padding-top: 20px;
	}
	/*===============================
		PREV NEXT
	=================================*/
	#mobile-prev-next {
		width: 100%;
		margin: 30px 0;
		padding: 0;
		border-top: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
	}
	#mobile-prev-next #prev, #mobile-prev-next #next {
		width: 100%;
		padding: 10px;
		display: inline-block;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
		color: #ccc;
	}
	#mobile-prev-next #prev dt {
		float: left;
	}
	#mobile-prev-next #next dt {
		float: right;
	}
	#mobile-prev-next #prev:hover, #mobile-prev-next #next:hover {
		background-color: rgba(238,238,238,0.6);
	}
	#mobile-prev-next i {
		font-size: 40px;
	}
	#mobile-prev-next dd {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 1.2pt;
		color: #333;
	}
	#mobile-prev-next #prev dd {
		margin-left: 60px;
		margin-right: 8px;
	}
	#mobile-prev-next #next dd {
		margin-left: 8px;
		margin-right: 60px;
		text-align: right;
	}
	/*===============================
		横並びボックス
	=================================*/
	.line-box {
		margin: -15px 0 5px;
	}
	.line-box-left-image {
		float: none;
		width: 100%;
		margin: auto;
	}
	.line-box-right-image {
		float: none;
		width: 100%;
		margin: auto;
	}
	.line-box-text {
		width: 100%;
	}
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media screen and (min-width: 768px) {
	.pcnone {
		display: none;
	}
	.br-sp {
		display: none;
	}
	/*===============================
		トップライン
	=================================*/
	#mainmenu {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	#mainmenu ul {
		max-width: 1100px;
		height: 45px;
		margin: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#mainmenu ul li {
		width: 20%;
		height: 45px;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#mainmenu ul li:last-child {
		border-right: solid 1px #fff;
	}
	#mainmenu ul li a {
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 45px;
		padding: 0 35px;
		text-decoration: none;
		color: #fff;
		border-left: solid 1px #fff;
		letter-spacing: .1em;
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
	}
	#mainmenu li a::before {
		content: none;
	}
	#mainmenu ul:hover a:hover, #mainmenu ul:hover a:active {
		-webkit-box-shadow: inset 0 0 22px #e9e9e9;
		-moz-box-shadow: inset 0 0 22px #e9e9e9;
		box-shadow: inset 0 0 22px #e9e9e9;
	}
	/*===============================
		メリット
	=================================*/
	.merit img {
		width: 250px;
		margin: 1em 0;
	}
	.merit .description {
		height: 220px;
		margin: 1em 0;
		-webkit-box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.2);
		-moz-box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.2);
		box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.2);
	}
	.merit .description p {
		font-size: 1.7rem;
	}
	/*===============================
		ボタン
	=================================*/
	.button {
		width: 100%;
	}
	/*===============================
		一覧ページ
	=================================*/
	#list-contents-wrap {
		margin: 10px 4px 0 10px;
	}
	.list-contents {
		width: 100%;
		height: auto;
		margin-bottom: 10px !important;
		padding: 0;
	}
	.list-contents img {
		opacity: 1;
	}
	.list-contents h1 {
		margin: 15px 15px 15px 0;
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.list-contents .post-info {
		margin: 15px 15px 15px 0;
	}
	.list-contents .post-cate {
		margin: 12px 20px 12px 0;
	}
	.list-contents .post-cate a {
		padding: 4px;
		font-size: 1.2rem;
	}
	.first .list-contents {
		padding-bottom: 20px;
	}
	.first .list-contents h1 {
		margin: 15px 20px;
		padding: 0;
	}
	.first .list-contents .post-info {
		margin: 15px 20px;
		padding: 0;
	}
	.first .list-contents .post-cate {
		margin: 15px 20px 0;
		padding: 0;
	}
	.first .list-contents .post-descr {
		margin: 15px 20px 20px;
		padding: 0;
	}
	/*===============================
		投稿ページ
	=================================*/
	#post-contents {
		margin: 15px 0 30px 10px;
	}
	#onecolumn-contents-wrap #post-contents {
		margin: 15px 10px 30px;
	}
	/*===============================
		見出し
	=================================*/
	#post-contents h1 {
		font-size: 3rem;
	}
	#post-contents h2 {
		font-size: 2.4rem;
	}
	#post-contents h3 {
		font-size: 2.2rem;
	}
	#post-contents h4 {
		font-size: 2rem;
	}
	/*===============================
		検索結果ページ
	=================================*/
	#list-contents-wrap #post-contents {
		margin-left: 0;
		margin-right: 0;
	}
	/*===============================
		ブログサイドバー
	=================================*/
	#sidebar {
		margin-left: -10px;
		margin-right: 10px;
	}
	/*===============================
		サイドバー固定用横幅設定
	=================================*/
	#sidebar h2.midashi,
	#sidebar ul,
	#sidebar #search,
	#sidebar img,
	.tagcloud,
	.googleplus-box,
	dl.recent-comments {
		max-width: 346px;
	}
	/*===============================
		Popular Posts
	=================================*/
	.popular-posts li img, #content-none .popular-posts li img {
		max-width: 150px !important;
		max-height: 75px !important;
	}
	/*===============================
		パンくず
	=================================*/
	#pan-out {
		font-size: 1.5rem;
		margin: 0 10px;
	}
	/*===============================
		検索フォーム
    =================================*/
	#s {
		width: 240px;
		height: 35px;
	}
	.searchfield {
		font-size: 1.5rem;
		padding: 20px 15px 18px;
	}
	.searchsubmit {
		height: 38px;
	}
	/*===============================
		コンタクトフォーム7の送信ボタン
    =================================*/
	.wpcf7-submit {
		width: 50%;
	}
	/*===============================
		PREV NEXT
	=================================*/	
	#prev-next {
		width: 100%;
		margin-top: 30px;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#prev-next #prev, #prev-next #next {
		width: 100%;
		padding: 30px 0 10px;
		border-top: #ededed 1px solid;
		border-bottom: #ededed 1px solid;
		position: relative;
		text-decoration: none;
	}
	#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
	#prev-next #next, #prev-next #next::before, #prev-next #next::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#prev-next #prev p, #prev-next #next p {
		font-size:90%;
		line-height:1.5;
		max-height: 40px;
		overflow: hidden;
		font-weight: bold;
		color: #333;
		margin-left: 7px;
		margin-right: 7px;
	}
	#prev-next #prev:hover, #prev-next #next:hover {
		background-color: #f0f0f0;
	}
	#prev-next #prev {
		border-right: 1px solid #ededed;
	}
	#prev-next #next {
		border-left: 1px solid #ededed;
	}
	#prev-next #prev-title, #prev-next #next-title {
		font-size: 90%;
		top: -1px;
		position: absolute;
		border: 1px #ededed solid;
		background: #fff;
		text-align: center;
		padding: 7px 10px;
		font-weight: bold;
		color: #333;
	}
	#prev-next #next-title {
		right: 0;
	}
	#prev-next #prev img {
		float: left;
		max-width: 150px;
		max-height: 80px;
		margin-top: 7px;
		margin-right: 10px
	}
	#prev-next #next img {
		float: right;
		max-width: 150px;
		max-height: 80px;
		margin-top: 7px;
		margin-left: 10px;
	}
	/*===============================
		シェアボタン（記事上）
	=================================*/
	.share-top a {
		width: 16%;
	}
	/*===============================
		シェアボタン（記事下）
    =================================*/
	.sns ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sns li {
		width: 25%;
		margin: 0;
	}
	.sns li a {
		cursor: pointer;
		font-size: 120%;
		padding: 10px 3px;
	}
	.sns li:nth-child(4n) {
		margin-right: 0;
	}
	.sns li a span.snstext {
		font-size: 80%;
	}
	/*===============================
		カテゴリー説明文
	=================================*/
	.category-description {
		margin: 15px -1px 10px !important;
	}
	/*===============================
		レスポンシブ定義リスト
    =================================*/
	dl.dl-responsive dt {
		float: left;
		width: 30%;
		padding: 5px;
		font-weight: bold;
		border-top: 1px solid #cdcdcd;
		border-bottom: 0;
	}
	dl.dl-responsive dd {
		margin-left: 30%;
		padding: 5px 5px 0;
		border-top: 1px solid #cdcdcd;
		border-bottom: 0;
		border-left: 1px solid #cdcdcd;
		background: #fff;
	}
	dl.dl-responsive dt:first-of-type, dl.dl-responsive dd:first-of-type {
		border-top: 0;
	}
	dl.dl-responsive dd:after {
		content: '';
		display: table;
		clear: both;
		height: 0;
	}
	/*===============================
		記事がよかったら、いいね
	=================================*/
	.article-like-body {
		width: 500px;
	}
	/*===============================
		ページネーション
	=================================*/
	.pagination-area {
		margin-bottom: 20px;
	}
	.pagination .current {
		padding: 5px 16px 8px 15px;
	}
	.pagination .prev,
	.pagination .next{
		margin: 1px;
	}
	/*===============================
		横スクロール
	=================================*/
	ul.scroll-list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		padding-bottom: 20px;
		margin: 0;
		-webkit-overflow-scrolling: touch;
	}
}

/*media Queries iPad縦向き
----------------------------------------------------*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	/*===============================
		トップライン
	=================================*/
	#mainmenu ul {
		max-width: 960px;
		height: 45px;
		margin: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#mainmenu ul li {
		width: 20%;
	}
	/*===============================
		サイドバー固定用横幅設定
	=================================*/
	#sidebar h2.midashi,
	#sidebar ul,
	#sidebar #search,
	#sidebar img,
	.tagcloud,
	.googleplus-box,
	dl.recent-comments {
		max-width: 305px;
	}
	/*===============================
		Popular Posts
	=================================*/
	.popular-posts li img, #content-none .popular-posts li img {
		max-width: 150px !important;
		max-height: 75px !important;
	}
	/*===============================
		ページネーション
	=================================*/
	.pagination .current {
		padding: 4px 16px 7px 15px;
	}
	.pagination .prev,
	.pagination .next{
		padding: 8px 13px 5px; 
	}
	/*===============================
		ページネーション（コメント）
	=================================*/
	.comments-pagination a {
		padding: 8px 14px;
	}
	.comments-pagination .current {
		padding: 9px 15px;
	}
}

/*media Queries iPad横向き
----------------------------------------------------*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	/*===============================
		トップライン
	=================================*/
	#mainmenu ul {
		max-width: 960px;
		height: 45px;
		margin: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#mainmenu ul li {
		width: 20%;
	}
	/*===============================
		サイドバー固定用横幅設定
	=================================*/
	#sidebar h2.midashi,
	#sidebar ul,
	#sidebar #search,
	#sidebar img,
	.tagcloud,
	.googleplus-box,
	dl.recent-comments {
		max-width: 305px;
	}
	/*===============================
		Popular Posts
	=================================*/
	.popular-posts li img, #content-none .popular-posts li img {
		max-width: 150px !important;
		max-height: 75px !important;
	}
	/*===============================
		ページネーション
	=================================*/
	.pagination .current {
		padding: 4px 16px 7px 15px;
	}
	.pagination .prev,
	.pagination .next{
		padding: 8px 13px 5px; 
	}
	/*===============================
		ページネーション（コメント）
	=================================*/
	.comments-pagination a {
		padding: 8px 14px;
	}
	.comments-pagination .current {
		padding: 9px 15px;
	}
}