@charset "utf-8";


/*=== 【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.19.03.1215
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: "Font Awesome 5 Free";
	content: "\f10d";
}
q::after {
	font-size: 1rem;
	font-family: "Font Awesome 5 Free";
	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;
}

/*===============================
	fixed
=================================*/

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.fixed-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

/*======= 【Theme Styles】 =======*/


/*===============================
	基本構造
=================================*/

*, *:before, *:after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

/*===============================
	ボディ
=================================*/

body.custom-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Noto Sans Japanese', sans-serif;
}
body {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	color: #555;
	line-height: 1.5;
	letter-spacing: 1px;
	word-break: normal;
	overflow-wrap: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

/* 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;
}

/*===============================
	文字装飾
=================================*/

.bold {
	font-weight: bold;
}
.red {
	color: #F06060;
}
.blue {
	color: #66BBFF;
}
.bigText {
	font-size: 2rem;
}
.smallText {
	font-size: 1.2rem;
}
.marker {
	background: linear-gradient(transparent 90%, #555 0%);
}
.redMarker {
	background: linear-gradient(transparent 90%, #F06060 0%);
}
.blueMarker {
	background: linear-gradient(transparent 90%, #66BBFF 0%);
}
.checkMark::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	padding-right: .5em;
	color: #9ac29f;
}

/*===============================
	フォントサイズ
=================================*/

.fontSize13 {
	font-size: 1.3rem;
}
.fontSize14 {
	font-size: 1.4rem;
}
.fontSize15 {
	font-size: 1.5rem;
}
.fontSize16 {
	font-size: 1.6rem;
}
.fontSize17 {
	font-size: 1.7rem;
}
.fontSize18 {
	font-size: 1.8rem;
}

/*===============================
	アンカーリンク
=================================*/

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.article-area a[target="_blank"]::after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	margin-left: .5em;
}

/*===============================
	配置
=================================*/

.center {
	text-align: center;
}
.right {
	margin-left: auto;
}
.left {
	margin-right: auto;
}

/*===============================
	横並び
=================================*/

.flex {
	display: flex;
}

/*===============================
	記事先頭固定
=================================*/

.sticky {
}

/*===============================
	全体を画面に合わせる
=================================*/

.wrap {
	overflow: hidden;
}

/*===============================
	メニュー
=================================*/

#mainmenu .count,
.drawer-menu .count {
	display: none;
}

/*===============================
	背景
=================================*/

.bg-white {
	background: rgba(255,255,255,0.6);
}
.bg-gray {
	background: rgba(230,230,230,0.6);
}

/*===============================
	ふわっと表示させる
=================================*/

.fadeInDown {
	animation-fill-mode: both;
	animation-duration: 1s;
	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 {
	width: 100%;
	background: #fff;
}

/*===============================
	フッター
=================================*/

#footer, #footer-fixed {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
	background: #9ac29f;
}
#copyright {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}
#copyright a {
	color: #fff;
}
.footer-inner ul {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 0;
}
.footer-inner li {
	display: inline-block;
	line-height: 1.5;
	margin: 5px 15px;
}
.footer-inner li:last-child {
	border-right: none;
}
.footer-inner li a {
	max-width: 100%;
	color: #fff;
}
.footer-inner li .count {
	display: none;
}

/*===============================
	ブログサイドバー
=================================*/

#sidebar {
	margin: 30px 15px 3px;
	padding: 0;
}
#sidebar h2.midashi {
	margin: 1em 0;
	padding: .5em .75em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #9ac29f;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
}
#sidebar li.cat-item a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: .5em 0;
	color: #555;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
	transition: .5s;
}
#sidebar li.cat-item a::before {
	content: "\f054";
	padding-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#sidebar li.cat-item a:hover {
	background: #f0f0f0;
}
#sidebar li.cat-item ul.children {
	margin: 0;
	padding-left: 17px;
	font-weight: normal;
}
#sidebar li.cat-item ul.children li a::before {
	content: none;
}
#sidebar .sidebar-widget {
	width: 100%;
}
#sidebar .sidebar-widget li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: .5em 0;
	color: #555;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
	transition: .5s;
}
#sidebar .sidebar-widget li a::before {
	content: "\f054";
	padding-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #9ac29f;
}
#sidebar .sidebar-widget li a:hover {
	background: #f0f0f0;
}
#sidebar .sidebar-widget .count {
	position: absolute;
	right: 0;
	padding: 3px 10px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	background: #9ac29f;
}

/*===============================
	タグクラウド
=================================*/

#sidebar .tagcloud {
	margin: 0;
	padding: 0;
}
#sidebar .tagcloud a {
	display: inline-block;
	margin: 2px 0;
	padding: 5px .5em;
	font-size: 1.5rem !important;
	text-decoration: none;
	color: #555;
	background: #fff;
	border: 1px solid #EDEDED;
	transition: .5s;
}
#sidebar .tagcloud a:hover {
	background: #f1f1f1;
}

/*===============================
	SNSフォローボタン
=================================*/

#sidebar .sidebar-widget .sns-icon {
	margin: 0;
	padding: 0;
}
#sidebar .sidebar-widget .sns-icon ul li {
	display: inline-block;
	margin: 0 5px;
}
#sidebar .sidebar-widget .sns-icon li a {
	padding: 0;
	font-size: 1.4rem;
	text-decoration: none;
	transition: .5s;
	background: #fff;
	border: none;
}
#sidebar .sidebar-widget .sns-icon li a::before {
	content: none;
}
#sidebar .sidebar-widget .sns-icon li a .fa {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#sidebar .sidebar-widget .sns-icon li a .fa-twitter-square,
#sidebar .sidebar-widget .sns-icon li a .fa-facebook-square,
#sidebar .sidebar-widget .sns-icon li a .fa-google-plus-square,
#sidebar .sidebar-widget .sns-icon li a .fa-youtube-square,
#sidebar .sidebar-widget .sns-icon li a .fa-instagram,
#sidebar .sidebar-widget .sns-icon li a .icon-feedly-square {
	color: #616161;
}
#sidebar .sidebar-widget .sns-icon li a .icon-line {
	font-size: 40px;
}
#sidebar .sidebar-widget .sns-icon li a:hover {
	opacity: 0.5;
	background: #fff;
}

/*===============================
	ウィジェット
=================================*/

.widget {
	list-style-type: none;
}

/*===============================
	記事上・記事下コンテンツ
=================================*/

#article-top-widget {
	margin: 20px 20px 0;
}
#article-bottom-widget {
	margin: 0 20px 20px;
}

/*===============================
	最近のコメントウィジェット
=================================*/

dl.recent-comments {
	width: 100%;
	margin: 15px 0;
}
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;
	line-height: 1.3;
}
dl.recent-comments dd .recent-comment-title a {
	font-size: 1.4rem;
	font-weight: 600;
	color: #555;
}
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: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f073';
	padding-right: .5em;
}
dl.recent-comments dd .recent-comment-content {
	font-size: 1.2rem;
	color: #757575;
}

/*===============================
	新着投稿記事
=================================*/

.new-entries {
	margin: 0;
	padding: 10px 0;
	font-size: 1.4rem;
	border-bottom: 1px dashed #ddd;
	transition: .5s;
}
.new-entries:hover {
	background: #f0f0f0;
	cursor: pointer;
}
.new-entries a {
	color: #555;
}
.new-entries a:hover {
	text-decoration: none;
}
.new-entries:last-child {
	border-bottom: none;
	margin-bottom: 15px;
}
.new-entries-thumb {
	float: left;
	max-width: 150px;
	max-height: 80px;
	margin-right: 1em;
}

/*===============================
	Popular Posts
=================================*/

.popular-posts {
	overflow: hidden;
	position: relative;
	counter-reset: ranking-mark;
}
.popular-posts a {
	color: #555;
}
.popular-posts a:hover {
	text-decoration: none;
}
.popular-posts-list {
	margin: 0;
	padding: 10px 0;
	font-size: 1.4rem;
	border-bottom: 1px dashed #ddd;
	transition: .5s;
}
.popular-posts-list:hover {
	background: #f0f0f0;
	cursor: pointer;
}
.popular-posts-list:last-child {
	border-bottom: none;
}
.popular-posts-list::before {
	position: absolute;
	content: counter(ranking-mark, decimal);
	counter-increment: ranking-mark;
	margin: 0;
	padding: 4px 10px;
	color: #fff;
	background: #9ac29f;
}
.popular-posts-thumb {
	float: left;
	max-width: 150px;
	max-height: 80px;
	margin-right: 1em;
}

/*===============================
	関連記事
=================================*/

#related-entries {
	margin: 0;
	padding: 0;
}
#related-entries h3 {
	margin: 30px 0;
	padding: 10px 5px 10px 0;
}
#related-entries h3::before {
	margin-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f03a";
}
#related-entries .related-entry {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
	transition: .5s;
}
#related-entries .related-entry:hover {
	background: #f0f0f0;
	display: block;
	cursor: pointer;
}
#related-entries .related-entry-thumb {
	max-width: 150px;
	max-height: 80px;
	float: left;
}
#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;
	border-bottom: none;
}
#related-entries .related-entry-content h4 a {
	color: #555;
}
#related-entries .related-entry-content h4 a:hover {
	text-decoration: none;
}

/*===============================
	コンテンツ共通
=================================*/

#contents-wrap {
	max-width: 1130px;
	margin: auto;
	padding: 0;
}

#onecolumn-contents-wrap {
	max-width: 960px;
	margin: auto;
	padding: 0;
}

/*===============================
	コンテンツ共通（フロントページ）
=================================*/

#top-contents-wrap {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.top-widget-wrap {
	margin: 0;
	padding-bottom: 30px;
}
.top-widget-wrap .midashi {
	max-width: 400px;
	margin: 30px auto;
	padding-bottom: .5em;
	font-size: 2.8rem;
	text-align: center;
	color: #555;
	border-bottom: 2px solid #9ac29f;
}
.top-widget-wrap a:hover {
	text-decoration: none;	
}

/*===============================
	1カラム
=================================*/

h1.onecolumn-entry-title {
	display: block;
	text-align: center;
}
#onecolumn-contents-wrap #post-contents h2 {
	margin-left: -20px;
	margin-right: -20px;
}

/*===============================
	見出し
=================================*/

#post-contents h1,
#post-contents h2,
#post-contents h3,
#post-contents h4 {
	font-weight: bold;
	line-height: 1.5;
}
#post-contents h1 {
	padding: 20px;
}
#post-contents h2 {
	margin: 30px -20px;
	padding: .5em 1em;
	color: #fff;
	background: #9ac29f;
}
#post-contents h3 {
	position: relative;
	margin: 30px 0;
	padding-bottom: .5em;
	border-bottom: solid 3px #f1f1f1;
}
#post-contents h3::after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -3px;
	width: 20%;
	border-bottom: 3px solid #9ac29f;
}
#post-contents h4 {
	margin: 30px 0;
	padding-bottom: .5em;
	border-bottom: 1px dashed #9ac29f;
}

/*===============================
	投稿ページ
=================================*/

#post-contents {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
}
#post-contents #post-thumbnail {
	margin: 0;
	overflow: hidden;
	display: block;
}
#post-contents p {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.7;
}
#post-contents p a {
	text-decoration: underline;
}
#post-contents p a:hover {
	text-decoration: none;
}
.article-area, .article-area-none, #article-bottom {
	padding-left: 20px;
	padding-right: 20px;
}

/*===============================
	画像キャプションスタイル
=================================*/

.article-area figure {
	max-width: 100%;
	background: #F2F2F2;
}
.article-area .wp-caption-text {
	margin-top: -30px;
}
.article-area .wp-caption-text p {
	padding: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #757575;
}

/*===============================
	画像レスポンシブ
=================================*/

.article-area img,
#comments p img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
.article-area a img,
#comments p a img {
	transition: .5s;
}
.article-area a img:hover,
#comments p a img:hover {
	box-shadow: 2px 2px 10px 3px #bfbfbf;
	cursor: zoom-in;
}

/*===============================
	投稿日・カテゴリー情報・著者情報
=================================*/

.post-info {
	margin-bottom: 15px;
	padding: 5px 20px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	color: #757575;
	border-top: double 1px #f1f1f1;
	border-bottom: double 1px #f1f1f1;
}
.post-info a {
	margin: 0 auto 15px;
	padding: 0;
}
.published::before {
	padding: 0 .4em 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f073";
}
.updated::before {
	padding: 0 .4em 0 .6em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f021";
}
.post-cate a,.post-tag a {
	color: #757575;
}
.post-cate::before {
	padding: 0 .4em 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content:"\f07b";
}
.post-tag::before {
	padding: 0 .4em 0 .6em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f02b";
}
.post-author {
	margin-right: 20px;
	text-align: right;
	color: #757575;
}
.post-author a {
	color: #757575;
}
.post-author::before {
	content: "\f007";
	padding-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/*===============================
	一覧ページ
=================================*/

#list-contents-wrap {
	margin: 25px 15px 15px;
}
#list-contents-wrap .list-contents {
	position: relative;
	display: inline-block;
	min-width: 100%;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	background: #fff;
}
.list-contents h1 {
	margin: 10px 15px 5px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
}
.list-contents h1 a {
	color: #666;
	text-decoration: none;
}
.list-contents h1 a:hover {
	color: #9ac29f;
}
.list-contents .post-info {
	margin: 0;
	padding: 5px 15px;
	font-size: 1.4rem;
	border: none;
}
.list-contents .post-cate {
	margin: 5px 15px 10px;
}
.list-contents .post-cate a {
	padding: 5px;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 2px;
	line-height: 3;
}
.list-contents .post-cate::before {
	content: none;
}
.list-contents figure {
	margin: 0;
	padding: 0;
}

/*===============================
	検索結果ページ
=================================*/

#list-contents-wrap #post-contents {
	margin-left: -15px;
	margin-right: -15px;
}
#list-contents-wrap #post-contents h2 {
	margin-left: -20px;
	margin-right: -20px;
}

/*===============================
	ブログタイトル
=================================*/

#sitename {
	position: relative;
	margin: 13px 0;
	padding: 0;
	font-family: 'PT Serif', serif;
	font-size: 3.5rem;
	text-align: center;
}
#sitename a {
	color: #555;
}
#sitename a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#descr {
	margin-bottom: 1em;
	text-align: center;
}

/*===============================
	ロゴ
=================================*/

.custom-logo {
	margin: 13px 0;
	padding: 0;
}

/*===============================
	ボタン
=================================*/

a.btn-detail {
	margin-top: 1em;
	padding: .5em 1em;
	font-size: 1.5rem;
	text-decoration: none;
	color: #fff;
	background: #c6bf9f;
	transition: .5s;
}
a.btn-detail:visited,
a.btn-detail:active {
	color: #fff;
}
a.btn-detail:hover {
	color: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}
a.btn-detail::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	padding-right: .5em;
}

/*===============================
	サイトマップ
=================================*/

#sitemap a,
#sitemap p a,
#sitemap p a:hover {
	color: #555;
}
#sitemap p a {
	text-decoration: none;
}
#sitemap p a:hover {
	text-decoration: underline;
}
#sitemap, #sitemap ul {
	margin: 30px 0;
	padding: 0;
}
#sitemap li {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	padding: .3em 0 .3em 1.5em;
}
#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: 20px;
	left: 5px;
}

/*===============================
	フリースペース
=================================*/

.free {
	max-width: 1000px;
	margin: 30px auto;
}
.free img {
	max-width: 100%;
	margin: 30px auto;
	height: auto;
	display: block;
}
.free h2 {
	margin: 30px -20px;
	padding: .5em 1em;
	color: #fff;
	background: #9ac29f;
}
.free h3 {
	position: relative;
	margin: 30px 0;
	padding-bottom: .5em;
	border-bottom: solid 3px #f1f1f1;
}
.free h3::after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -3px;
	width: 20%;
	border-bottom: 3px solid #9ac29f;
}
.free h4 {
	margin: 30px 0;
	padding-bottom: .5em;
	border-bottom: 1px dashed #9ac29f;
}
.free p {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.7;
}
.free table {
    max-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: 1.6rem;
}
.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;
}
.merit h2.title {
	margin-bottom: 1em;
	font-size: 2.0rem;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	text-align: center;
	color: #4b8c53;
}
.merit img {
	width: 100%;
}
.merit .merit-description {
	margin: .5em 0;
	padding: .5em 1.5em;
	line-height: 1.8;
}

/*===============================
	ブログ
=================================*/

.prof {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.prof p {
	line-height: 1.8;
}

/*===============================
	アクセス
=================================*/

.access {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
.access .info {
	margin: 0;
	padding: 0;
}
.access .tel,
.access .address {
	margin: 0 0 5px;
}

/*===============================
	テーブル
=================================*/

table {
	min-width: 100%;
	border: 1px solid #ccc;
}
table tr.title th,
table tr.title td {
    font-size: 1.8rem;
    border-right: none;
    text-align: left;
}
table tr.title td {
    border-left: 1px solid #ccc;
}
table th,
table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    text-align: center;
	line-height: 1.1;
	vertical-align: middle;
}
table td {
    border-left: 1px solid #ccc;
    background: #fff;
}
table tr.last th,
table tr.last td {
    border-bottom: none;
}

/*===============================
	timeテーブル
=================================*/

table.time th {
    background: #fbfcf8;
}
table.time tr.title th {
    background: #eef1dd;
}

/*===============================
	priceテーブル
=================================*/

table.price tr.title th,
table.price tr.title td {
	text-align: center;
    background: #eef1dd;
}
table.price th {
	width: 30%;
    background: #fbfcf8;
}
table.price td {
	width: 70%;
}

/*===============================
	画像レスポンシブ
=================================*/

.img-responsive {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*===============================
	パンくず
=================================*/

#pan-out {
	margin: 30px 15px 0;
	font-size: 1.4rem;
}
#pan ul {
	list-style-type: none;
	margin: 0 15px;
}
#pan ul li {
	float: left;
	padding: 0 5px;
}
#pan ul li a {
	color: #555;
}

/*===============================
	検索フォーム
=================================*/

#search {
	margin: 15px 0;
}
.searchform {
	position: relative;
}
.searchfield {
	min-width: 100%;
	max-height: 40px;
	margin: 0;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	border: solid 1px #bbb;
	background: #fff;
}
.searchfield:focus {
	background: #f9f9f9;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.searchsubmit {
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #616161;
	background: #f2f2f2;
	border: none;
}
#search input[type="submit"] {
	font-family: "dashicons";
	font-size: 22px;
}

/*===============================
	contact form 7
=================================*/

/*各入力フォームスタイリング*/

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	max-width: 100%;
	min-width: 100%;
	padding: 10px;
	border: 1px solid #BBB;
	line-height: 1.7;
}

/*入力欄にフォーカスしたら変化*/

.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"] {
	cursor: pointer;
	max-width: 165px;
	margin: 0 auto;
	padding: .5em 2em;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	background: #9ac29f;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	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);
}

/*送信ボタン・マウスオーバー時スタイリング*/

.wpcf7 input[type="submit"]:hover {
	box-shadow: none;
}

/*===============================
	コメント
=================================*/

#comments {
	margin-top: 1em;
	margin-bottom: .5em;
}
#comments cite::before {
	content: '';
}

/* コメントリスト */

#comments h3 {
	margin: 30px 0;
	padding: 10px 5px 10px 0;
}
#comments h3::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f086";
	padding-right: .5em;
}
#comments ol.comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments ol.comments-list li {
	overflow: hidden;
}
#comments ol.comments-list li.thread-even,
#comments ol.comments-list li.thread-odd {
	margin-top: 1em;
	margin-bottom: 0;
	border: solid 15px #F2F2F2;
}
#comments ol.comments-list li.even {
	background: #FFFFFF;
}
#comments ol.comments-list li.odd {
	background: #F2F2F2;
}
#comments ol.comments-list li ul.children {
	padding: 0;
	background: #F2F2F2;
}
#comments ol.comments-list li ul.children li {
	border: none;
}
#comments ol.comments-list li ul.children p {
	margin-bottom: 15px;
}
#comments p {
	margin-bottom: 15px;
}
img.avatar {
	margin-right: 20px;
	float: left;
}
span.says {
	display: none;
}
cite.fn {
	font-size: 1.7rem;
	font-weight: bold;
	font-style: normal;
}
.comment-meta {
	font-size: 1.3rem;
	display: inline-block;
}
.comment-meta a {
	color: #757575;
}
.comment-meta::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f073";
	color: #757575;
}
.comment-meta::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.comment-body {
	margin-top: .5em;
	padding: .5em 1em 0;
}
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.4rem;
	margin-bottom: 1em;
	padding: .3em 1em;
	transition: .5s;
}

/*===============================
	「コメントを残す」から下
=================================*/

#respond {
	padding: 1em;
}
#respond h3#reply-title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f303";
}
#respond h3#reply-title small a {
	font-size: 1.5rem;
	margin-left: 1em;
	text-decoration: none;
}
#respond .logged-in-as a {
	font-size: 1.5rem;
}

/*===============================
	コメントをキャンセルの文字
=================================*/

#respond p {
	margin-bottom: .5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
	font-size: 1.5rem;
}
#respond p.form-submit {
	margin-bottom: 0;
}

/*===============================
	コメント入力フォーム
=================================*/

input#author, input#email, textarea#comment {
	min-width: 100%;
	padding: 10px;
	border: 1px solid #BBB;
	line-height: 1.7;
}
input#author:focus, input#email:focus, textarea#comment:focus {
	background: #f9f9f9;
}
input#submit {
	cursor: pointer;
	padding: .5em 2em;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	background: #9ac29f;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	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);
}

/*===============================
	ページネーション
=================================*/

.pagination h2.screen-reader-text { display: none; }
.pagination-area {
	position:relative;     
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
.pagination-area .pagination a {
	display: inline-block;
	margin: 1px;
	padding: 8px 15px;
	font-size: 1.5rem;
	color: #9ac29f;
	background: #fff;
	border: 1px solid #9ac29f;
	transition: .3s;
}
.pagination-area .pagination a:hover {
	color: #fff;
	background: #9ac29f;
	text-decoration: none;
}
.pagination-area .pagination a:active {
	color: #9ac29f;
	border: 1px solid #9ac29f;
}
.pagination-area pagination span {
	display: inline-block;
}
.pagination-area .pagination span.current {
	margin: 1px;
	padding: 9px 16px;
	font-size: 1.5rem;
	color: #fff;
	background: #9ac29f;
}
.pagination-area .pagination span.dots {
	margin: 1px;
	padding: 10px; 
	background: rgba(255,255,255,0);
}

/*===============================
	ページネーション（コメント）
=================================*/

.comments-pagination {
	position:relative;     
	overflow: hidden;
	margin: 20px 15px;
	padding: 0;
	font-size: 1.5rem;
	background: none;
}
.comments-pagination a {
	display: inline-block;
	margin: 1px;
	padding: 7px 15px;
	text-decoration: none;
	color: #9ac29f;
	background: #fff;
	border: 1px solid #9ac29f;
	transition: .3s;
}
.comments-pagination a:hover {
	color: #fff;
	background: #9ac29f;
}
.comments-pagination a:active {
	color: #9ac29f;
	border: 1px solid #9ac29f;
}
.comments-pagination  span {
	display: inline-block;
}
.comments-pagination span.current {
	margin: 1px;
	padding: 8px 16px;
	text-decoration: none;
	color: #fff;
	background: #9ac29f;
}

/*===============================
	シェアボタン
=================================*/

.share-top {
	margin: .8em 20px 0;
}
.share-bottom {
	margin-top: 2.5em;
}
.share h3::before {
	margin-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1e0";
}
.share .snstext {
	padding-left: 10px;
}
.share .snscount {
	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 {
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 .3em 1em;
	padding: .4em .5em .2em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	transition: .5s;
}

/* 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;
}

/* 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: 5px 0 0 3px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	box-sizing: border-box;
}
.article-like-body::after {
	position: absolute;
	right: 110px;
	top: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 50px;
	content: '\f054';
	line-height: 100%;
	color: #EDEDED;
}
.article-like-button {
	float: right;
	min-width: 100px;
	max-height: 80px;
	padding: 20px 15px;
	text-align: center;
	background-color: rgba(238, 238, 238, 0.6);
	display: flex;
	align-items: 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: 80px;
	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%;
		max-height: 30px;
		padding-top: 1px;
		display: block;
	}
	div.fb-like-mobile {
		display: block;
	}
	div.fb-like-pc {
		display: none;
	}
}

/*===============================
	Twitter フォローボタン
=================================*/

/*Twitterフォロースマホ*/
.p-asideFollowUs__twitter {
	background: #f2f2f2;
	margin-top: 1em;
	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: #555;
	letter-spacing: 1.2pt;
}
/*TwitterフォローPC*/
.p-entry__tw-follow {
	width: 100%;
	margin: 1em 0;
	padding: 0;
	background: #f2f2f2;
	border-radius: 4px;
}
.p-entry__tw-follow__cont {
	text-align: center;
}
.p-entry__tw-follow__item {
	display: inline-block;
	vertical-align: 30%;
}

/*===============================
	引用
=================================*/

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 20px 30px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	color: #616161;
	background-color: rgba(238, 238, 238, 0.6);
}
blockquote p {
	font-size: 1.5rem;
}
blockquote::before {
	content: "\f10d";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color: #616161;
	position: absolute;
	top: 5px;
	left: 5px;
}
blockquote::after {
	content: "\f10e";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color: #616161;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
cite {
	font-size: 1.5rem;
}
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;
	background: #94d66b;
	border: 1px solid #fff;
	border-radius: 4px;
	text-shadow: 0px 1px 0px #9ac29f;
	text-align: center;
	box-sizing: content-box;
	transition: none;
}
.button-box .button:hover {
	color: #94d66b;
	background: #fff;
	border: 1px solid #94d66b;
}
.button-box .button::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	padding-right: .5em;
}

/*===============================
	予約ボタン
=================================*/

.reservation-box {
	margin: 20px 0;
	display: flex;
	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;
	box-sizing: content-box;
	transition: none;
}
.reservation-box .phone {
	background: #44AB36;
}
.reservation-box .phone:hover {
	border: 1px solid #44AB36;
	color: #44AB36;
	background-color: #fff;
} 
.reservation-box .phone::before {
	font-size: 2.0rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	padding-right: .5em;
}
.reservation-box .net {
	background: #356C92;
}
.reservation-box .net:hover {
	border: 1px solid #356C92;
	color: #356C92;
	background-color: #fff;
}
.reservation-box .net::before {
	font-size: 2.0rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f3cd";
	padding-right: .5em;
}

/*===============================
	WEB予約フォーム（MTS Simple Booking）
=================================*/
.monthly-calendar {
	max-width: 1000px;
	margin: 15px;
	color: #555;
	font-size: 17px;
}
.monthly-calendar a {
	color: #555;
}
.monthly-calendar table {
	margin: auto;
}
.monthly-calendar table caption {
	margin-bottom: 10px;
	font-size: 17px;
}
.monthly-calendar .monthly-prev {
	margin: 10px 0 0 10px;
	font-size: 17px;
}
.monthly-calendar .monthly-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\F104";
	margin-right: .5em;
}
.monthly-calendar .monthly-next {
	margin: 10px 10px 0 0;
	font-size: 17px;
}
.monthly-calendar .monthly-next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\F105";
	margin-left: .5em;
}
.monthly-calendar th.week-title {
	background: #EEF1DD;
}
.monthly-calendar td.no-day {
	background-color: rgba(255,255,255,0.6);
}
.day-calendar table {
	width: 100%;
}
.day-calendar th,
.day-calendar td {
	font-size: 1.7rem !important;
}
.content-form legend {
	font-size: 1.8rem !important;
}
.content-form th {
	font-size: 1.7rem !important;
	line-height: 1.5;
	border: none;
}
.content-form td {
	font-size: 1.7rem !important;
	line-height: 1.5;
	text-align: left;
}
.content-form input,
.content-form textarea {
	font-size: 1.5rem !important;
}
.content-form select {
	font-size: 1.5rem !important;
}

/*===============================
	横スクロール
=================================*/

.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;
}
ul.scroll-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
li.scroll-item {
	position: relative;
    display: inline-block;
	overflow: hidden;
	max-width: 220px;
	min-height: 250px;
	margin: 0 10px;
	border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.6);
	transition: .5s;
	cursor: pointer;
	vertical-align: top;
}
li.scroll-item:hover {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.scroll-info .date {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 1.3rem;
	text-align: right;
	color: #888;
}
.scroll-info h2.title {
	margin: 15px;
	font-size: 1.5rem;
	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%;
}

/*===============================
	WordPress 埋め込み動画
=================================*/

.wp-video-shortcode {
	margin-bottom: 30px;
}

/*===============================
	上に戻るボタン
=================================*/

.pageTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	width: 50px;
	z-index: 999;
}
.pageTop a::before {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.pageTop a {
	display: block;
	text-align: center;
	background: #888;
	font-size: 2.4rem;
	line-height: 2;
	border-radius: 2px;
	text-decoration: none;
	opacity: 0.3;
	transition: .5s;
}
.pageTop a:hover {
	background: #9ac29f;
}
.pageTop a:visited,
.pageTop a:link,
.pageTop a:active {
	color: #fff;
}

/*===============================
	販売ボタン
=================================*/

a.sale-button {
	display: block;
	max-width: 80%;
	margin: auto;
	padding: .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:hover {
	color: #fff;
}
a.sale-button:active {
	transform: translateY(2px);
	border-bottom: none;
}

/*===============================
	参考タグ
=================================*/

.reference::before {
	margin-right: .5em;
	padding: 5px;
	font-family: "Font Awesome 5 Free";
	content: "参考";
	border-radius: 4px;
	background: #F57C00;
	color: #fff;
	white-space: nowrap;
}

/*===============================
	レスポンシブ定義リスト
=================================*/

dl.dl-responsive {
	margin: 30px 0;
	padding: 0;
	background: #f2f2f2;
	border: 1px solid #EDEDED;
}
dl.dl-responsive-child {
	margin: 0;
}
dl.dl-responsive dt, dl.dl-responsive dd {
	box-sizing: border-box;
}
dl.dl-responsive dt {
	padding: .5em 1em;
	background: inherit;
	border-bottom: 1px solid #EDEDED;
	font-weight: bold;
}
dl.dl-responsive dd {
	padding: .5em 1em;
	border-bottom: 1px solid #EDEDED;
	background: #fff;
}
dl.dl-responsive dd:last-of-type {
	border-bottom: 0;
}

/*===============================
	liリスト(順序なしリスト)
=================================*/

.free ul,
.article-area ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.free ul li,
.article-area ul li {
	padding: .2em 0;
	font-size: 1.7rem;
	line-height: 2;
	border-bottom: 1px dashed #aaa;
}
.free ul li::before,
.article-area ul li::before {
	content: "\f14a";
	padding-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	color: #9ac29f;
}

/*===============================
	olリスト(順序付きリスト)
=================================*/

.free ol,
.article-area ol {
	counter-reset: number;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.free ol li,
.article-area ol li {
	margin-bottom: .5em;
	font-size: 1.7rem;
	line-height: 2;
}
.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;
	background: #9ac29f;
}

/*===============================
	QandAリスト
=================================*/

.faq {
	width: 100%;
	margin: 30px 0;
	font-size: 1.7rem;
	line-height: 1.7;
}
.faq dt {
	padding: .5em;
	font-weight: bold;
	color: #fff;
	background: #9ac29f;
	border-radius: 4px;
}
.faq dt:before {
	content: "Q.";
	padding-right: .8em;
	padding-left: .5em;
}
.faq dd {
	margin: 30px 20px 40px 30px;
	text-indent: -20px;
}
.faq dd:before {
	content: "A.";
	padding-right: .8em;
	padding-left: .5em;
}

/*===============================
	ボックス
=================================*/

.yellowBox, .redBox, .grayBox {
	border-radius: 4px;
	margin: 30px 0;
	padding: 1.5em;
}
.yellowBox {
	border: solid 1px #F9CB2D;
	background-color: #F5F6CE;
}
.redBox {
	border: solid 1px #FA5858;
	background-color: #FFEFEF;
}
.grayBox {
	border: solid 1px #EDEDED;
	background-color: #f3f3f3;
}

/*===============================
	タグ付きボックス
=================================*/

.pointBox, .questionBox, .attentionBox {
	position: relative;
	margin: 30px 0;
	padding: 2.5em 1.5em 1.5em;
	clear: both;
	border-radius: 4px;
}
.pointBox::after, .questionBox::after, .attentionBox::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	border-radius: 4px;
	z-index: 1;
}

/*== 補足事項 ==*/

.pointBox {
	background-color: #cfedb7;
}
.pointBox::after {
	content: "ポイント";
	background-color: #7ad868;
}

/*== クエスチョン ==*/

.questionBox {
	background-color: #ffefef;
}
.questionBox::after {
	content: "質問";
	background-color: #FA5858;
}

/*== 注意書き ==*/

.attentionBox {
	background-color: #F5F6CE;
}
.attentionBox::after {
	content: "注意事項";
	background-color: #F9CB2D;
}

/*===============================
	横並びボックス
=================================*/
.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;
	padding-bottom: 30px;
}
#search-list li {
	list-style-type: none;
}
#search-list li.cat-item a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: .5em 0;
	color: #555;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
	transition: .5s;
}
#search-list li.cat-item a::before {
	content: "\f054";
	padding-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #9ac29f;
}
#search-list li.cat-item a:hover {
	background: #f0f0f0;
}
#search-list li.cat-item ul.children li {
	margin: 0;
	padding-left: 17px;
}
#search-list li.cat-item ul.children li a {
	font-weight: normal;
}
#search-list li.cat-item ul.children li a::before {
	content: none;
}

/*===============================
	ブログカードのスタイル
=================================*/

.blog-card {
	width: 100%;
	min-height: 80px;
	margin: 30px auto;
	padding: 12px;
	position: relative;
	word-wrap: break-word;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	background: #fff;
	transition: .5s;
	clear: both;
}
.blog-card:hover {
	background: rgba(238, 238, 238, 0.6);
	display: block;
	cursor: pointer;
}
.blog-card-thumbnail {
	max-width: 150px;
	max-height: 80px;
	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 {
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #555;
}
.blog-card-excerpt {
	max-height: 50px;
	overflow: hidden;
	font-size: 1.2rem;
	color: #757575;
}
.blog-card-footer {
	width: 100%;
	margin-left: -4px;
	font-size: 1.2rem;
	color: #757575;
	vertical-align: bottom;
	clear: both;
	/*position: absolute;
	bottom: 12px;*/
	/*position: relative;
	left: -3px;*/
}
.blog-card-date {
	float: right;
}
.blog-card-date::before {
	font-family: "Font Awesome 5 Free";
	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 0;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.kaiwa-face-name {
	width: 100px;
	text-align: center;
	color: #757575;
	font-size: 1.2rem;
}
.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: #ddeeff;
	font-size: 1.7rem;
	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.7rem;
	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-title {
    padding: .5em 0;
    font-size: 2.0rem;
    font-weight: bold;
	line-height: 1;
    text-align: center;
    color: #fff;
	background: #9ac29f;
}
.category-description {
	margin: 30px 0 15px;
	padding: 0;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #EDEDED;
}
.category-description p {
	padding: 0 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/*===============================
	Google+バッジ風プロフィールウィジェット
=================================*/

.googleplus-box {

	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%;
	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: #555;
	text-align: center;
}
.yourprofile .profile-content {
	margin: .3em 22px 1em;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #555;
}
.yourprofile .profile-link {
	max-width: 50%;
	margin: .2em auto 1.5em;
	padding: 0;
	text-align: center;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	transition: .5s;
}
.yourprofile .profile-link a {
	margin: 0;
	padding: .3em 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;
}
.yourprofile .profile-link:hover {
	background-color: #f1f1f1;
}

/*===============================
	目次
=================================*/

.toc {
	margin: 30px 0;
	background: #fff;
}
.toc .tocTitle {
	padding: .5em 1em;
	text-align: left;
	font-size: 2.2rem;
	font-weight: bold;
	color: #555;
	background: #f2f2f2;
}
.toc .tocTitle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: .5em;
	content: "\f0c9";
}
.toc>.tocContents {
	margin: 0;
	padding: 5px 20px;
	border-top: none;
	border-left: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
	border-right: solid 1px #EDEDED;
}
.toc ul {
	counter-reset: tocNumber;
	list-style: none;
	margin: 0;
	padding: 0;
}
.toc ul li {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	border-bottom: none;
}
.toc ul li::before {
	content: none;
}
.toc ul li a {
	display: block;
	padding: .1em .5em;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #EDEDED;
	transition: .1s;
}
.toc ul li a::before {
	counter-increment: tocNumber;
	content: counters(tocNumber, "-") ":";
	display: inline-block;
	margin-right: .5em;
	padding: 5px 10px;
}
.toc ul li a:hover {
	padding-left: 1em;
}
.toc ul ul {
	padding-left: 2em;
}
.tocHide,
.tocDisplay {
	cursor: pointer;
}
.tocHide::before,
.tocDisplay::before {
	display: inline-block;
	padding-left: .5em;
	font-size: 1.5rem;
	color: #555;
}
.tocHide::before {
	content: "[非表示]";
}
.tocDisplay::before {
	content: "[表示]";
}

/*===============================
	パララックス
=================================*/

.parallax {
	width: 100%;
	height: 100%;
	padding: 5%;
	font-size: 5rem;
	line-height: 1.5;
	letter-spacing: 1.2pt;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*media Queries スマホサイズ
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.smanone {
		display: none;
	}
	/*===============================
		フッター
	=================================*/
	#footer-fixed {
		padding-bottom: 55px;
	}
	/*===============================
		固定メニュー（ヘッダー）
	=================================*/
	#header-fixedmenu {
		width: 100%;
		height: 45px;
	}
	#header-fixedmenu ul li a {
		float: left;
		width: 33.3%;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 45px;
		letter-spacing: .1em;
		color: #fff;
		background: linear-gradient(to bottom, #8bc192, #75af7b);
		text-align: center;
		text-decoration: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	/*===============================
		固定メニュー（フッター）
	=================================*/
	#footer-fixedmenu {
		display: table;
		table-layout: fixed;
		text-align: center;
		width: 100%;
		min-height: 55px;
		border-top: 1px solid #fff;
		background: #9ac29f;
	}
	#footer-fixedmenu li {
		border-right: 2px solid #fff;
		display: table-cell;
		vertical-align: middle;
		height: 55px;
	}
	#footer-fixedmenu li:last-child {
		border-right: 0;
	}
	#footer-fixedmenu li a {
		color: #fff;
		display: block;
		padding-top: 5px;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: .1em;
		text-decoration: none;
	}
	.icon-home:before {
		color: #fff;
		content:"\f015";
		margin: 1em 0;
		font-size: 2rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	.icon-phone:before {
		color: #fff;
		content:"\f095";
		margin: 1em 0;
		font-size: 2rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	.icon-net:before {
		color: #fff;
		content:"\f3cd";
		margin: 1em 0;
		font-size: 2rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	/*===============================
		ドロワーメニュー
	=================================*/
	nav.drawer-nav {
		width: 50%;
		background: #fff;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		z-index: 10;
	}
	.drawer--right nav.drawer-nav {
		right: -50%;
	}
	nav.drawer-nav .drawer-menu-item {
		padding: 0;
	}
	nav.drawer-nav .drawer-menu-item > a {
		display: block;
		padding: 1em;
		font-size: 1.4rem;
		text-decoration: none;
		color: #555;
		border-bottom: 1px solid #EDEDED;
	}
	nav.drawer-nav .drawer-menu-item > a::before {
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		padding-right: .5em;
	}
	nav.drawer-nav .sub-menu .drawer-menu-item > a::before {
		display: inline-block;
		content: "-";
		margin-left: 1.5em;
		padding-right: .5em;
	}
	.drawer-hamburger-icon {
		position: absolute;
		top: 10px;
		right: 30px;
	}
	/*===============================
		スクロールメニュー
	=================================*/
	#mainmenu-wrap {
		position: relative;
	}
	#mainmenu {
		width: 100%;
		background: linear-gradient(to bottom, #dcf8dc, #4b8c53);
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#mainmenu ul {
		max-width: 1100px;
		min-width: 600px;
		height: 45px;
		line-height: 45px;
		margin: 0 10px;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#mainmenu ul li {
		overflow: hidden;
		zoom: 1;
		float: left;
		width: auto;
		height: 45px;
		margin: 0 15px;
		text-align: center;
		background: linear-gradient(to bottom, #dcf8dc, #4b8c53);
	}
	#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, .next-btn {
		position: absolute;
		top: 0;
		min-width: 20px;
		height: 45px;
		padding-left: .5em;
		line-height: 45px;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		background: linear-gradient(to bottom, #dcf8dc, #4b8c53);
	}
	.prev-btn {
		left: 0;
	}
	.next-btn {
		right: 0;
	}
	/*===============================
		メリット
	=================================*/
	.merit .merit-description {
		padding: 0;
	}
	/*===============================
		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;
		box-sizing: border-box;
		transition: .5s;
		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;
		color: #555;
	}
	#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 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		background: linear-gradient(to bottom, #dcf8dc, #4b8c53);
	}
	#mainmenu ul {
		width: 1100px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#mainmenu ul li {
		min-width: 20%;
		margin: 0;
		padding: 0;
		border-left: solid 1px #fff;
		background: linear-gradient(to bottom, #dcf8dc, #4b8c53);
	}
	#mainmenu ul li:last-child {
		border-right: solid 1px #fff;
	}
	#mainmenu ul li a {
		display: block;
		padding: 0;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 45px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		transition: .5s;
	}
	#mainmenu li a::before {
		content: none;
	}
	#mainmenu ul li ul {
		background: #dcf8dc;
	}
	#mainmenu ul li ul li, #mainmenu ul li ul li ul {
		border: none;
		background: none;
	}
	#mainmenu ul li ul li a, #mainmenu ul li ul li ul li a {
		font-size: 1.6rem;
		font-weight: normal;
		text-align: left;
		color: #555;
	}
	#mainmenu ul li ul li:last-child {
		border-right: none;
	}
	#mainmenu ul li ul li ul {
		width: 100%;
	}
	#mainmenu ul li ul li ul li a {
		font-size: 1.4rem;
	}
	#mainmenu ul:hover a:hover, #mainmenu ul:hover a:active {
		box-shadow: inset 0 0 22px #e9e9e9;
	}
	#mainmenu ul li ul:hover a:hover, #mainmenu ul li ul:hover a:active {
		padding-left: .5em;
		box-shadow: none;
		background: #fff;
	}

	/* 以下、ドロップダウン */

	#mainmenu ul li.menu-item-has-children ul.sub-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		width: 100%;
	}
	#mainmenu ul li.menu-item-has-children:hover ul.sub-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		width: 100%;
	}
	#mainmenu ul li.menu-item-has-children ul.sub-menu li a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		margin-right: 15px;
	}
	#mainmenu ul li.menu-item-has-children ul.sub-menu li ul li a::before {
		content: none;
	}

	/* 下矢印 */

	#mainmenu ul > li.menu-item-has-children > a::after {
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f107";
		margin-left: 15px;
	}
	#mainmenu ul > li.menu-item-has-children ul.sub-menu li > a::after {
		content: none;
	}
	/*===============================
		メリット
	=================================*/
	.merit img {
		width: 250px;
		margin-bottom: 1em;
	}
	.merit .merit-description {
		width: 750px;
		height: 220px;
		background: rgba(255, 255, 255, 0.4);
		border-radius: 4px;
		box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.2);
		display: table-cell;
		vertical-align: middle;
	}
	/*===============================
		ブログ
	=================================*/
	.prof .prof-description p {
		margin-top: 0;
	}
	/*===============================
		投稿日・カテゴリー情報・著者情報
	=================================*/
	.post-cate::before {
		padding: 0 .4em 0 .6em;
	}
	/*===============================
		一覧ページ
	=================================*/
	#list-contents-wrap {
		margin: 30px 15px 15px;
	}
	#list-contents-wrap .list-contents {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.list-contents h1 {
		margin: 10px 10px 10px 0;
		padding: 0;
	}
	.list-contents .post-info {
		margin: 10px 10px 10px 0;
		padding: 0;
	}
	.list-contents .post-cate {
		margin: 10px 10px 10px 0;
		padding: 0;
	}
	.first .list-contents {
		padding-bottom: 20px;
	}
	.first .list-contents h1,
	.first .list-contents .post-info,
	.first .list-contents .post-descr,
	.first .list-contents .post-cate {
		margin: 10px 20px;
		padding: 0;
	}
	.first .list-contents .post-descr {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	/*===============================
		投稿ページ
	=================================*/
	#post-contents {
		margin-bottom: 30px;
		margin-left: 10px;
	}
	#onecolumn-contents-wrap #post-contents {
		margin-right: 10px;
		margin-bottom: 30px;
		margin-left: 10px;
	}
	/*===============================
		見出し
	=================================*/
	#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: 2.2rem;
	}
	/*===============================
		検索結果ページ
	=================================*/
	#list-contents-wrap #post-contents {
		margin-left: -5px;
		margin-right: -15px;
	}
	/*===============================
		ブログサイドバー
	=================================*/
	#sidebar {
		margin-left: -10px;
		margin-right: 10px;
	}
	/*===============================
		サイドバー固定用横幅設定
	=================================*/
	#sidebar h2.midashi,
	#sidebar ul,
	#sidebar #search,
	#sidebar img,
	#sidebar .new-entries,
	#sidebar .popular-posts,
	#sidebar .tagcloud,
	#sidebar .googleplus-box,
	#sidebar dl.recent-comments {
		max-width: 346px;
	}
	/*===============================
		コンタクトフォーム7の送信ボタン
    =================================*/
	.wpcf7-submit {
		width: 50%;
	}
	/*===============================
		PREV NEXT
	=================================*/
	#prev-next {
		margin: 30px 0;
	}
	#prev-next #prev, #prev-next #next {
		position: relative;
		display: block;
		padding: 3px 0 10px;
		font-weight: bold;
		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 {
		box-sizing: border-box;
		transition: .5s;
	}
	#prev-next #prev p, #prev-next #next p {
		margin-top: 7px;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #555;
	}
	#prev-next #prev:hover, #prev-next #next:hover {
		background: #f0f0f0;
		cursor: pointer;
	}
	#prev-next #prev::before, #prev-next #next::before {
		position: absolute;
		top: 10px;
		left: 0;
		padding: 1px 3px;
		font-size: 1.4rem;
		color: #555;
		background: #fff;
	}
	#prev-next #prev::before {
		content: "前の記事";
	}
	#prev-next #next::before {
		content: "次の記事";
	}
	#prev-next #prev img, #prev-next #next img {
		float: left;
		max-width: 150px;
		max-height: 80px;
		margin-top: 7px;
		margin-right: 15px
	}
	/*===============================
		シェアボタン（記事下）
	=================================*/
	.share .sns li a {
		padding: .5em;
	}
	/*===============================
		カテゴリー説明文
	=================================*/
	.category-description {
		margin: 30px -1px 15px;
	}
	/*===============================
		レスポンシブ定義リスト
    =================================*/
	dl.dl-responsive dt {
		float: left;
		width: 30%;
		padding-bottom: .35em;
		font-weight: bold;
		border-top: 1px solid #EDEDED;
		border-bottom: 0;
	}
	dl.dl-responsive dd {
		margin-left: 30%;
		padding-bottom: .35em;
		border-top: 1px solid #EDEDED;
		border-bottom: 0;
		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;
		margin: 8px 10px 5px;
	}
	/*===============================
		ページネーション
	=================================*/
	.pagination-area {
		margin-bottom: 20px;
	}
	/*===============================
		横スクロール
	=================================*/
	ul.scroll-list {
		display: flex;
		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;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*===============================
		サイドバー固定用横幅設定
	=================================*/
	#sidebar h2.midashi,
	#sidebar ul,
	#sidebar #search,
	#sidebar img,
	#sidebar .new-entries,
	#sidebar .popular-posts,
	#sidebar .tagcloud,
	#sidebar .googleplus-box,
	#sidebar dl.recent-comments {
		max-width: 305px;
	}
}

/*media Queries iPad横向き
----------------------------------------------------*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	/*===============================
		トップライン
	=================================*/
	#mainmenu ul {
		max-width: 980px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*===============================
		サイドバー固定用横幅設定
	=================================*/
	#sidebar h2.midashi,
	#sidebar ul,
	#sidebar #search,
	#sidebar img,
	#sidebar .new-entries,
	#sidebar .popular-posts,
	#sidebar .tagcloud,
	#sidebar .googleplus-box,
	#sidebar dl.recent-comments {
		max-width: 305px;
	}
}

/*media Queries スマホ・タブレット
----------------------------------------------------*/
@media screen and (min-width : 320px) and (max-width: 1024px) {
	/*===============================
		パララックス
	=================================*/
	.parallax {
		background-attachment: scroll;
	}
}