html {
	font-size: 85%
}


.header-image{
	display: none;
}

@media screen and (max-width:1130px) {
	.header-image .item {
		margin: 0 auto;
		min-height: 30.973vw !important
	}
}
@media screen and (max-width:979px) {
	.header-image .item {
		min-height: 22.973vw !important;
		width: 72vw
	}
}
@media screen and (max-width:925px) {
	.header-image .item {
		width: 76vw
	}
}
@media screen and (max-width:887px) {
	.header-image .item {
		width: 79vw
	}
}
@media screen and (max-width:840px) {
	.header-image .item {
		width: 82vw
	}
}
@media screen and (max-width:810px) {
	.header-image .item {
		width: 86vw
	}
}
@media screen and (max-width:788px) {
	.header-image .item {
		width: 88vw
	}
}
@media screen and (max-width:782px) {
	.header-image .item {
		min-height: 30.973vw !important;
		width: 91vw
	}
	.header-image .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-next, .header-image .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-prev {
		background-image: unset
	}
}
@media screen and (min-width:783px) {
	html {
		font-size: 100%
	}
}
body {
	word-wrap: break-word;
	color: #444;
	font-family: Gentium Book Basic, serif;
	font-size: 16px;
	line-height: 1.5
}
::selection {
	background-color: #ede9df;
	color: #333
}
::-moz-selection {
	background-color: #ede9df;
	color: #333
}
@media screen and (min-width:783px) {
	body {
		font-size: 18px
	}
}
.site-title, h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	font-family: Gentium Basic, serif;
	font-weight: 700;
	line-height: 1.4
}
h1 {
	font-size: 2.5rem
}
h1, h2 {
	margin-bottom: 1em;
	margin-top: 2em
}
h2 {
	font-size: 1.75rem
}
h3 {
	font-size: 1.5rem
}
h3, h4 {
	margin-bottom: 1em;
	margin-top: 1.5em
}
h4 {
	font-size: 1.25rem
}
h5 {
	font-size: 1.125rem
}
h5, h6 {
	margin-bottom: .5em;
	margin-top: 1em
}
h6 {
	font-size: 1.063rem
}
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out
}
.author-profile-description a, .comment-content a, .entry-content a, .entry-summary a, .home-text a, .page-content a {
	color: #a87d28;
	text-decoration: underline
}
a:hover {
	color: #c49029
}
.comment-content cite a, .entry-content cite a {
	text-decoration: none
}
p {
	margin: 0 0 1.5em
}
b, strong {
	font-weight: 700
}
cite, dfn, em, i, q {
	font-style: italic
}
q {
	quotes: """"
}
cite {
	border-bottom: 1px dotted #777
}
code, kbd, tt, var {
	border-bottom: 1px solid #ddd;
	color: #777;
	font-family: Consolas, Courier New, monospace;
	font-size: 81.3%
}
abbr, acronym {
	border-bottom: 1px dotted #777;
	cursor: help
}
ins, mark {
	background-color: #ede9df;
	text-decoration: none
}
ins.adsbygoogle {
	background-color: transparent
}
ol, ul {
	margin: 0 0 1.5em 1.5em;
	padding: 0
}
li > ol, li > ul {
	margin-bottom: 0;
	margin-left: 1.5em
}
dl {
	margin: 0
}
dt {
	font-weight: 600;
	margin-bottom: .5em
}
dd {
	margin: 0 0 1.5em 1.5em
}
.page h2.entry-header.new {
	margin-top: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%
}
caption {
	margin-bottom: .6em
}
table td, table th {
	border-bottom: 1px solid #e6e6e6;
	padding: .8em 1.3em
}
th {
	font-weight: 600;
	text-align: left
}
blockquote {
	color: #777;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative
}
blockquote:before {
	color: #e6e6e6;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px
}
address {
	margin: 0 0 1.5em
}
pre {
	word-wrap: normal;
	border-left: 3px solid #e6e6e6;
	color: #777;
	font-family: Consolas, Courier New, monospace;
	font-size: 81.3%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em
}
hr {
	background-color: #8f98a1;
	border: 0;
	height: 2px;
	margin: 1.6em auto
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
figure {
	margin: 0
}
embed, iframe, object {
	max-width: 100%
}
button, input, input[type=search], select, textarea {
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%
}
button, input[type=button], input[type=reset], input[type=submit] {
	background-color: #e6e6e6;
	border-color: #ddd #ccc #ccc #ddd;
	border-style: solid;
	border-width: 1px;
	font-size: 87.5%;
	line-height: 1;
	padding: .9em 1.5em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	transition: .15s ease-in-out
}
button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
	background-color: #ededed
}
input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
	border: 1px solid #e6e6e6;
	color: #777;
	margin-top: .4em;
	padding: .6em
}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	color: #444
}
select {
	padding: .4em
}
textarea {
	max-width: 700px;
	width: 100%
}
.aligncenter, .alignleft, .alignright {
	margin-bottom: 1.5em
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	color: #999;
	font-size: 87.5%;
	font-style: italic;
	margin-bottom: 1.7em;
	max-width: 100%
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin: .4em auto 0
}
.wp-caption-text {
	text-align: center
}
.wp-caption .wp-caption-text {
	margin: .9em 0
}
.comment-content img.wp-smiley, .entry-content img.wp-smiley, .page-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}
.screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover {
	clip: auto !important;
	background-color: #f8f8f8;
	background-color: hsla(0, 0%, 100%, .9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
.author-profile:after, .author-profile:before, .clear:after, .clear:before, .comment-content:after, .comment-content:before, .comment-form-author:after, .comment-form-author:before, .comment-form-email:after, .comment-form-email:before, .comment-form-url:after, .comment-form-url:before, .comment-navigation:after, .comment-navigation:before, .entry-content:after, .entry-content:before, .paging-navigation:after, .paging-navigation:before, .post-list .hentry:after, .post-list .hentry:before, .post-navigation:after, .post-navigation:before, .site-content:after, .site-content:before, .widget:after, .widget:before, ul.instagram-pics:after, ul.instagram-pics:before {
	content: "";
	display: table
}
.author-profile:after, .clear:after, .comment-content:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-navigation:after, .entry-content:after, .paging-navigation:after, .post-list .hentry:after, .post-navigation:after, .site-content:after, .widget:after, ul.instagram-pics:after {
	clear: both
}
body {
	background-color: #fff;
	margin: 45px 20px
}
.site {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px
}
.site-top {
	margin-bottom: 50px
}
.header-image {
	margin-bottom: 60px;
	margin-left: -20px;
	margin-right: -20px
}
.home-text {
	margin-bottom: 60px;
	padding-bottom: 10px
}
.wp-pagenavi span.current {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-weight: 700
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #ddd;
	color: #777;
	margin-right: 6px;
	padding: 13.5px 18px
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #ccc;
	color: #333
}
.pages {
	display: none
}
.wp-pagenavi .nextpostslink {
	display: inline-block;
	padding-bottom: 7px;
	padding-top: 7px;
	position: relative;
	text-align: right;
	width: 49.85px
}
.nextpostslink:before {
	content: "次へ";
	left: 39%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}
.post-thumbnail-large {
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px
}
.content-area {
	margin-bottom: 60px
}
.page-header {
	display: none;
	margin-bottom: 20px
}
.hentry, .widget {
	margin-bottom: 60px
}
.footer-widget-area {
	border-top: 1px solid #e6e6e6;
	padding-top: 60px
}
.site-bottom {
	border-top: 1px solid #e6e6e6;
	padding-top: 45px
}

/********** ページトップ **********/
.site-footer .f-btn-pagetop{
	position:fixed;
	right:5px;
	bottom:65px;
	z-index:100;
}
.site-footer .f-btn-pagetop img{
	width:70px;
	height:70px;
}

@media screen and (min-width:783px) {
	body {
		margin: 60px 40px
	}
	.site-top {
		margin-bottom: 20px
	}
	.main-navigation {
		margin-top: 15px
	}
	.header-image {
		margin-bottom: 75px;
		margin-left: auto;
		margin-right: auto
	}
	.home-text {
		margin-bottom: 75px;
		padding-bottom: 20px
	}
	.post-thumbnail-large {
		margin-left: auto;
		margin-right: auto
	}
	.content-area {
		margin-bottom: 75px
	}
	.page-header {
		display: none;
		margin-bottom: 20px
	}
	.hentry, .widget {
		margin-bottom: 75px
	}
	.footer-widget-area {
		padding-top: 75px
	}
	.site-bottom {
		padding-top: 60px
	}

}
@media screen and (min-width:980px) {
	.site {
		max-width: 1035px
	}
	.site-top {
		margin-bottom: 25px
	}
	.header-image, .home-text {
		margin-bottom: 90px
	}
	.home-text {
		padding-bottom: 25px
	}
	.footer-side .site-bottom-table, .footer-widget-table, .header-side .site-top-table {
		display: table;
		width: 100%
	}
	.footer-side .site-info, .footer-widget-side, .header-side .site-branding {
		display: table-cell;
		padding-right: 75px;
		vertical-align: top;
		width: 32.36%
	}
	.footer-side .site-info, .footer-widget-main, .header-side .main-navigation {
		display: table-cell;
		padding-top: 0;
		text-align: left;
		vertical-align: top;
		width: 67.64%
	}
	.header-side .main-navigation, .header-side .site-branding {
		vertical-align: bottom
	}
	.header-side .main-navigation {
		float: left;
		margin-top: 0;
		width: 100%
	}
	.post-thumbnail-large {
		float: left;
		margin-bottom: 90px;
		min-height: 430px;
		width: 100%
	}
	.content-area {
		box-sizing: border-box;
		float: right;
		padding-left: 75px;
		width: 74.88%
	}
	.no-sidebar .hentry {
		position: relative
	}
	.no-sidebar .entry-float {
		box-sizing: border-box;
		left: -47.88%;
		padding-right: 75px;
		position: absolute;
		width: 47.88%
	}
	.page .content-area {
		margin-top: -8px
	}
	.large-thumbnail .content-area {
		background-color: #fff;
		margin-top: -280px;
		padding-top: 60px
	}
	.page.large-thumbnail .content-area {
		margin-top: -265px
	}
	.full-width .post-thumbnail-large {
		float: none
	}
	.full-width .content-area, .page.full-width .content-area {
		background-color: transparent;
		float: none;
		margin-top: 0;
		padding-left: 0;
		padding-top: 0;
		width: auto
	}
	.footer-widget {
		display: table;
		max-width: none;
		padding-top: 0;
		table-layout: fixed;
		width: 100%
	}
	.footer-widget .widget-area {
		display: table-cell;
		padding: 0 21px 0 19px;
		vertical-align: top
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0
	}
	.footer-widget .widget-area:last-child {
		padding-right: 0
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%
	}

}
.site-branding {
	padding-bottom: 10px
}
.footer-side .site-branding.add_css {
	float: left;
	padding-right: 0;
	width: 100%
}
.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10px;
	vertical-align: middle
}
.site-logo a:hover {
	opacity: .8
}
.site-logo img {
	zoom: 90%
}
.site-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle
}
.site-title a, .site-title a:hover {
	color: #111
}
.site-title a:hover {
	opacity: .8
}
.site-description {
	color: #777;
	font-style: italic;
	line-height: 1.4;
	padding-top: 4px
}
.home-text {
	color: #777;
	font-family: Slabo\ 27px, serif;
	font-size: 27px;
	line-height: 1.6
}
@media screen and (min-width:783px) {
	.site-logo img {
		zoom: 1
	}
	.site-title {
		font-size: 42px
	}
	.home-text {
		font-size: 32px
	}
}
.main-navigation {
	font-size: 93.8%
}
.main-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0
}
.main-navigation ul li {
	font-size: 1.6em;
	margin-bottom: 20px
}
.main-navigation ul ul {
	margin-top: 15px
}
.main-navigation ul ul li {
	font-size: .8em;
	margin-bottom: 15px
}
.main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current_page_item > a {
	color: #111
}
.main-navigation .search-form, .main-navigation .search-submit {
	display: none
}
@media screen and (min-width:783px) {
	.main-navigation {
		line-height: 52px;
		position: relative;
		text-align: left;
		z-index: 99
	}
	.drawer-hamburger {
		display: none
	}
	.main-navigation ul li {
		font-size: 1em;
		margin-bottom: 0
	}
	.main-navigation ul ul {
		margin-top: 0
	}
	.main-navigation ul ul li {
		font-size: 1em;
		margin-bottom: 0
	}
	.main-navigation a {
		display: block;
		padding-left: 16px;
		padding-right: 16px
	}
	.main-navigation li {
		position: relative
	}
	.main-navigation div.menu > ul, .main-navigation ul.menu {
		letter-spacing: -.4em;
		padding-right: 0;
		text-transform: uppercase
	}
	.no-search .main-navigation div.menu > ul, .no-search .main-navigation ul.menu {
		padding-right: 0
	}
	.main-navigation div.menu > ul > li, .main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		text-align: left;
		white-space: nowrap
	}
	.main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a {
		padding-left: 0
	}
	.main-navigation div.menu > ul > li:last-child > a, .main-navigation ul.menu > li:last-child > a {
		padding-right: 0
	}
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after, .main-navigation div.menu > ul > li.page_item_has_children > a:after, .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f431";
		display: inline-block;
		font: normal 16px/1 Genericons;
		position: relative;
		right: -8px;
		top: 1px
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px #ddd;
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 220px;
		z-index: 99999
	}
	.main-navigation ul ul ul {
		top: 0
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul, .main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px
	}
	.main-navigation div.menu > ul > li:last-child:hover > ul, .main-navigation ul.menu > li:last-child:hover > ul {
		left: auto;
		right: -18px
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #e6e6e6;
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px
	}
	.main-navigation ul ul li.menu-item-has-children > a, .main-navigation ul ul li.page_item_has_children > a {
		padding-right: 20px
	}
	.main-navigation ul ul li.menu-item-has-children > a:after, .main-navigation ul ul li.page_item_has_children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px
	}
	.main-navigation .search-form {
		bottom: 0;
		display: block;
		position: absolute;
		right: 0
	}
	.main-navigation .search-field {
		background: url(images/search-icon.png) 5px no-repeat;
		background-size: 24px 24px;
		border: none;
		cursor: pointer;
		height: 40px;
		margin-top: 0;
		outline: 0;
		padding: 0 0 0 34px;
		transition: width .4s ease, background .4s ease;
		width: 1px
	}
	.main-navigation .search-field:focus {
		background-color: #fff;
		border: 1px solid #e6e6e6;
		cursor: text;
		max-width: 100%;
		width: 240px
	}
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.main-navigation .search-field {
		background-image: url(images/search-icon@2x.png)
	}
}
.footer-social-link {
	font-size: 87.5%
}
.footer-social-link ul {
	list-style: none;
	margin: 0 0 25px
}
.footer-social-link li {
	display: inline-block;
	padding-left: 12px
}
.footer-social-link li:first-child {
	padding-left: 0
}
.menu a:before {
	-webkit-font-smoothing: antialiased;
	color: #999;
	display: inline-block;
	font: normal 26px/1 Genericons;
	margin-right: 10px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle
}
.menu a:hover:before {
	color: #666
}
.widget .menu a:before {
	margin-left: 10px;
	margin-right: 12px
}
.profilewidget-link.menu a:before {
	content: "\f107";
	font-size: 24px;
	margin-left: 0;
	margin-right: 4px
}
.footer-social-link .menu a:before {
	content: "\f107";
	margin-right: 0
}
.menu a[href*="codepen.io"]:before {
	content: "\f216"
}
.menu a[href*="digg.com"]:before {
	content: "\f221"
}
.menu a[href*="dribbble.com"]:before {
	content: "\f201"
}
.menu a[href*="dropbox.com"]:before {
	content: "\f225"
}
.menu a[href*="facebook.com"]:before {
	content: "\f204"
}
.menu a[href*="flickr.com"]:before {
	content: "\f211"
}
.menu a[href*="plus.google.com"]:before {
	content: "\f218"
}
.menu a[href*="github.com"]:before {
	content: "\f200"
}
.menu a[href*="instagram.com"]:before {
	content: "\f215"
}
.menu a[href*="linkedin.com"]:before {
	content: "\f207"
}
.menu a[href*="pinterest.com"]:before {
	content: "\f209"
}
.menu a[href*="polldaddy.com"]:before {
	content: "\f217"
}
.menu a[href*="getpocket.com"]:before {
	content: "\f224"
}
.menu a[href*="reddit.com"]:before {
	content: "\f222"
}
.menu a[href*="skype.com"]:before, .menu a[href*="skype:"]:before {
	content: "\f220"
}
.menu a[href*="stumbleupon.com"]:before {
	content: "\f223"
}
.menu a[href*="tumblr.com"]:before {
	content: "\f214"
}
.menu a[href*="twitter.com"]:before {
	content: "\f202"
}
.menu a[href*="vimeo.com"]:before {
	content: "\f212"
}
.menu a[href*="wordpress.com"]:before, .menu a[href*="wordpress.org"]:before {
	content: "\f205"
}
.menu a[href*="youtube.com"]:before {
	content: "\f213"
}
.menu a[href$="/feed/"]:before {
	content: "\f413"
}
.entry-meta {
	color: #999;
	display: inline-block;
	font-size: 93.8%;
	margin-bottom: 8px
}
.entry-meta a:hover {
	color: #666
}
@media screen and (min-width:980px) {
	.no-sidebar .entry-float .entry-meta {
		margin-top: 4px
	}
	.no-sidebar .post-full .entry-meta {
		margin-top: 8px
	}
	.no-sidebar .entry-float .entry-meta, .no-sidebar .entry-float .posted-on {
		display: block;
		margin-bottom: 8px
	}
}
.entry-header {
	margin-bottom: 24px
}
.page .entry-header {
	margin-bottom: 40px
}
.entry-title {
	font-size: 1.75rem;
	letter-spacing: -.01em;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0
}
@media screen and (min-width:540px) {
	.entry-header {
		margin-bottom: 35px
	}
}
@media screen and (min-width:980px) {
	.page .entry-header {
		margin-bottom: 60px
	}
	.page .entry-header.new {
		margin-bottom: 0
	}
}
.post-thumbnail {
	margin-bottom: 24px
}
.post-thumbnail img {
	transition: .5s ease-in-out;
	width: 100%
}
.post-thumbnail a:hover img {
	opacity: .85
}
.post-thumbnail-large img {
	width: 100%
}
@media screen and (min-width:540px) {
	.post-thumbnail {
		margin-bottom: 32px
	}
}
.intro {
	color: #777;
	font-size: 118.8%;
	line-height: 1.6
}
.post-summary .entry-title {
	font-size: 1.75rem
}
.post-summary .entry-summary {
	color: #666;
	font-size: 93.8%
}
a.continue-reading {
	text-transform: uppercase
}
@media screen and (min-width:540px) {
	.page .entry-header.new, .post-summary .entry-header {
		margin-bottom: 24px
	}
	.post-summary .post-thumbnail {
		float: right;
		margin-left: 30px;
		min-width: 130px;
		padding-top: 2px;
		width: 28%
	}
}
.entry-footer {
	margin-top: 45px;
	text-align: center
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%
}
.tags-links {
	margin-top: 15px
}
.cat-links:before, .tags-links:before {
	-webkit-font-smoothing: antialiased;
	color: #ddd;
	display: inline-block;
	font: normal 28px/1 Genericons;
	position: relative;
	top: -2px;
	vertical-align: middle
}
.cat-links:before {
	content: "\f301"
}
.tags-links:before {
	content: "\f302"
}
.author-profile {
	margin-top: 60px
}
.author-profile-avatar {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px
}
.author-profile-avatar img {
	border-radius: 50%
}
.author-profile-meta {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle
}
.author-profile-name strong {
	font-weight: 600
}
.author-profile-description {
	font-size: 93.8%;
	margin-top: 10px
}
.featured {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 12px;
	margin-right: 8px;
	padding: 4px 10px 3px 12px;
	text-transform: uppercase
}
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0
}
.page-content {
	margin-bottom: 60px
}
.error-404 {
	margin-bottom: 150px;
	margin-top: 60px;
	text-align: center
}
.error-404 .page-title {
	font-size: 2rem
}
.post-full .format-aside .entry-title, .post-full .format-image .entry-title, .post-full .format-link .entry-title, .post-full .format-quote .entry-title, .post-full .format-status .entry-title {
	display: none
}
.format-link .entry-content a {
	font-style: italic
}
.format-quote .entry-content blockquote, blockquote.aligncenter, blockquote.alignleft, blockquote.alignright {
	font-size: 150%;
	margin-bottom: 1.1em
}
blockquote.alignleft, blockquote.alignright {
	max-width: 230px
}
blockquote.aligncenter p, blockquote.alignleft p, blockquote.alignright p {
	margin-bottom: 0
}
.format-status .entry-content {
	font-size: 112.5%
}
.gallery {
	margin-bottom: 30px
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%
}
.gallery .gallery-caption {
	display: none
}
.gallery-columns-2 .gallery-item {
	max-width: 50%
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%
}
.gallery-columns-5 .gallery-item {
	max-width: 20%
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.wp-block-gallery {
	margin-bottom: 1.2em;
	margin-left: 0
}
.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em
}
.entry-content .wp-block-gallery {
	padding-left: 0
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0
}
.wp-block-columns {
	margin-bottom: 1.2em
}
.wp-block-button a {
	color: #fff;
	text-decoration: none
}
.wp-block-button a:hover {
	opacity: .9
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px
}
.pagination {
	color: #777;
	font-size: 93.8%;
	margin-bottom: 30px
}
.pagination a {
	text-decoration: none
}
.pagination .page-numbers {
	display: none;
	margin-right: 6px;
	padding: 8px 18px
}
.pagination .next, .pagination .prev {
	display: inline-block
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px
}
.pagination a.page-numbers {
	border: 1px solid #ddd
}
.pagination a.page-numbers:hover {
	border-color: #ccc;
	color: #333
}
.pagination .current {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-weight: 700
}
@media screen and (min-width:640px) {
	.pagination .page-numbers {
		display: inline-block
	}
}
@media screen and (max-width:640px) {
	.pagination .page-numbers {
		display: inline-block
	}
	.page.larger, .wp-pagenavi .current {
		display: none
	}
}
.page-links {
	clear: both;
	color: #777;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 50px
}
.page-links .page-numbers {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-weight: 700;
	margin-left: 4px;
	padding: 8px 16px
}
.page-links a {
	text-decoration: none
}
.page-links a .page-numbers {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #777;
	font-weight: 400
}
.page-links a .page-numbers:hover {
	border: 1px solid #ccc;
	color: #333
}
.post-navigation {
	line-height: 1.4
}
.post-navigation, .post-navigation .nav-previous {
	margin-bottom: 30px
}
.post-nav-title {
	color: #999;
	font-size: 81.3%;
	letter-spacing: .05em;
	margin-bottom: 8px;
	text-transform: uppercase
}
@media screen and (min-width:640px) {
	.post-navigation .nav-previous {
		float: left;
		margin-bottom: 0;
		width: 48%
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 48%
	}
}
.comment-navigation {
	margin-bottom: 20px;
	padding-top: 10px;
	text-transform: uppercase
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%
}
.comment-navigation a {
	color: #777;
	text-decoration: underline
}
.comment-navigation a:hover {
	color: #333
}
.comments-area {
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 90px
}
.comment-reply-title, .comments-title {
	font-size: 1.5rem;
	margin-bottom: 25px;
	margin-top: 0
}
.comment-reply-title {
	margin-top: 50px
}
.comment-list .comment-reply-title, .comment-respond:only-child .comment-reply-title {
	margin-top: 0
}
.comment-list {
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
	margin: 0 0 20px
}
.comment-list .children {
	list-style: none;
	margin-left: 25px
}
.comment-list .comment-body {
	border-top: 1px solid #e6e6e6;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative
}
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px
}
.comment-author a {
	border-bottom: 1px dotted #999;
	color: #333
}
.comment-author a:hover {
	color: #666
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px
}
.has-avatars .comment .comment-meta {
	margin-left: 75px
}
.bypostauthor > .comment-body .comment-author:after {
	-webkit-font-smoothing: antialiased;
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	content: "\f408";
	display: inline-block;
	font: normal 16px/1 Genericons;
	margin-left: 3px;
	padding: 3px
}
.comment-author .says {
	display: none
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 25px
}
.comment-metadata a, a.comment-edit-link {
	color: #999
}
.comment-metadata a:hover, a.comment-edit-link:hover {
	color: #666
}
.comment-edit-link {
	margin-left: 15px
}
.comment-body .reply a {
	color: #999;
	font-size: 93.3%
}
.comment-body .reply a:hover {
	color: #666
}
.comment-body .reply a:before {
	-webkit-font-smoothing: antialiased;
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle
}
.comment-awaiting-moderation {
	color: #666
}
.pingback a {
	color: #666;
	text-decoration: underline
}
.pingback a:hover {
	color: #999
}
.comment-respond a {
	color: #666;
	text-decoration: underline
}
.comment-respond a:hover {
	color: #333
}
.comment-form-author, .comment-form-comment, .comment-form-email, .comment-form-url {
	margin-bottom: 15px
}
.comment-form-comment label {
	display: none
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	font-size: 87.5%;
	text-transform: uppercase
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	margin-top: 2px;
	width: 100%
}
.form-submit {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center
}
@media screen and (min-width:540px) {
	.comment-form-author label, .comment-form-email label, .comment-form-url label {
		float: left;
		line-height: 1;
		margin-top: 1.2em;
		width: 20%
	}
	.comment-form-author input, .comment-form-email input, .comment-form-url input {
		float: right;
		margin-top: 0;
		width: 80%
	}
}
.widget {
	color: #666;
	font-size: 93.8%
}
.widget-title {
	color: #333;
	font-size: 1.125rem;
	letter-spacing: .05em;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase
}
.widget a {
	text-decoration: underline
}
.widget li a {
	border-bottom: 1px solid #ddd;
	text-decoration: none
}
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0
}
.widget ul li {
	margin-bottom: 14px
}
.widget ul ul {
	margin-left: 24px;
	margin-top: 14px
}
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px
}
.widget_search input[type=search] {
	margin-top: 0;
	max-width: 320px;
	width: 100%
}
.widget_search .search-submit {
	display: none
}
.widget_tag_cloud a {
	text-decoration: none
}
.widget_calendar table {
	font-size: 93.3%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 320px
}
.widget_calendar caption {
	text-transform: uppercase
}
.widget_calendar td, .widget_calendar th {
	padding: 0;
	text-align: center
}
.widget_calendar thead th {
	padding: 2px 0
}
.widget_calendar tbody td a {
	background-color: #eee;
	display: block;
	text-decoration: underline
}
.widget_calendar tbody td a:hover {
	background-color: #e6e6e6;
	color: #666
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase
}
.widget_calendar tfoot td a:hover {
	color: #999
}
.widget_calendar tfoot td#prev {
	text-align: left
}
.widget_calendar tfoot td#next {
	text-align: right
}
.widget_rss ul li {
	line-height: 1.4;
	margin-bottom: 28px
}
.widget_rss .rss-date, .widget_rss .rssSummary, .widget_rss cite {
	color: #999;
	font-size: 93.8%
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 6px
}
.widget_rss .rssSummary {
	margin-bottom: 4px
}
.profilewidget-profile {
	display: inline-block;
	margin-right: 18px
}
.profilewidget-profile img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100px
}
.profilewidget-meta {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle
}
.profilewidget-name {
	font-size: 112.5%
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600
}
.profilewidget-link {
	margin-top: 4px
}
.profilewidget-link.menu a {
	text-decoration: none
}
.site-bottom {
	color: #999
}
.site-bottom a {
	color: #666
}
.site-bottom .current-menu-item > a, .site-bottom a:hover {
	color: #111
}

.site-copyright, .site-credit {
	font-size: 87.5%;
	margin-bottom: 12px
}
.site-credit-sep {
	color: #ccc;
	position: relative;
	top: -.05em
}
.infinite-scroll .pagination {
	display: none
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 21px 0;
	width: 25px
}
#infinite-handle {
	margin-bottom: 60px;
	text-align: center
}
#infinite-handle span {
	background-color: #eee !important;
	color: #666 !important;
	display: block;
	font-size: 93.8% !important;
	padding: 20px 0 !important;
	transition: .3s ease-in-out
}
#infinite-handle span:hover {
	background-color: #e2e2e2 !important;
	color: #333 !important
}
.widget_top-posts ul {
	counter-reset: number
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative
}
.widget_top-posts li:before {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 13px;
	width: 23px
}
.widgets-list-layout li {
	margin-bottom: 0 !important
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important
}
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: .6em !important;
	width: 100% !important
}
.jetpack-display-remote-posts h4, .jetpack-display-remote-posts p {
	font-size: 100% !important
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0
}
.widget-grofile {
	text-align: center
}
.widget-grofile h4, .widget-grofile p, .widget-grofile ul {
	text-align: left
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600
}
.grofile-meta h4 {
	font-size: 118.8%;
	text-align: center
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important
}
ul.grofile-urls {
	margin-bottom: 1.6em;
	margin-top: 0
}
.sharedaddy {
	margin-top: 45px
}
#jp-relatedposts {
	margin-bottom: 30px !important;
	margin-top: 0 !important;
	padding-top: 30px !important
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	float: none !important;
	font-size: 1.125rem !important;
	letter-spacing: .05em;
	margin-bottom: 30px !important;
	text-align: center;
	text-transform: uppercase
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 30px !important;
	transition: opacity .2s ease-in-out
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 16px
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 1.063rem !important;
	line-height: 1.4 !important;
	margin-bottom: 8px !important
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	color: #111;
	text-decoration: none !important
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 87.5%;
	margin-bottom: 6px
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important
}
.content_rss .div_item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
	width: 100%
}
.content_rss .div_item .div_img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	width: 25.12%
}
.content_rss .div_item .div {
	width: 25.12%
}
.content_rss.new .div_item {
	align-items: flex-start
}
.content_rss .div_item .div_content {
	box-sizing: border-box;
	padding-left: 75px;
	width: 74.88%
}
.content_rss .div_item .div_content .div_date {
	color: #999;
	font-size: 93.8%
}
.content_rss .div_item .div_content .div_date, .content_rss .div_item .div_content .div_title {
	line-height: 175%;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out;
	width: 100%
}
.content_rss .div_item .div_content .div_title {
	color: #111;
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	text-decoration: none
}
.content_rss .btn_list,
.content_oshirase .btn_list {
	align-items: center;
	border: 1px solid #111;
	display: flex;
	font-size: 1.45rem;
	height: 60px;
	justify-content: center;
	line-height: 175%;
	margin: 0 auto 90px;
	max-width: 550px;
	width: 100%
}
.content_rss .div_item .div_content .div_date:hover {
	color: #666
}
.content_rss .div_item .div_content .div_title:hover {
	color: #4e90f4
}
.content_rss .div_item .div_img:hover {
	opacity: .8
}
.content_oshirase{
	margin-bottom: 0;
}


@media screen and (max-width:1010px) {
	.main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a {
		padding-left: 0
	}
	.main-navigation a {
		padding-left: 1.204vw;
		padding-right: 1.204vw
	}
	.main-navigation ul li {
		font-size: 1.343vw
	}
}
@media screen and (max-width:782px) {
	.main-navigation ul li {
		font-size: 1.6em
	}
	.content_rss .div_item {
		margin-bottom: 60px
	}
	.content_rss .div_item .div_img {
		height: 300px;
		width: 100%
	}
	.content_rss .div_item .div_content {
		padding-left: 0;
		width: 100%
	}
	.content_rss .btn_list,
	.content_oshirase .btn_list {
		height: 50px;
		margin-bottom: 80px
	}
}
@media only screen and (max-width:400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		clear: both !important;
		width: 100% !important
	}
}
@media only screen and (max-width:550px) {
	.content_rss .div_item .div_img {
		height: 54.545vw
	}
}
@media only screen and (max-width:640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important
	}
}
.comment-form {
	margin-bottom: 30px
}
.comment-subscription-form {
	margin-bottom: .6em
}
#wpstats {
	display: none
}
.wpcf7-list-item-label {
	font-size: 93.8%
}
.wpcf7-file {
	border: 1px solid #e6e6e6;
	padding: 5px
}
#disqus_thread {
	margin-bottom: 60px
}
@media print {
	body, html {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important
	}
	#infinite-handle, .comment-respond, .comments-area .comment-edit-link, .comments-area .reply, .footer-navigation, .footer-social-link, .footer-widget-area, .main-navigation, .navigation, .widget {
		display: none !important
	}
	.site-content {
		max-width: none
	}
	.header-image, .post-thumbnail-large {
		margin-left: 0;
		margin-right: 0
	}
	.site-bottom, .site-bottom a {
		color: #000
	}
}
#post_contents ul li {
	background-image: none;
	list-style-type: none;
	padding-left: 0
}
.midashi_list {
	align-items: center;
	border-bottom: 6px double #666;
	border-top: 6px double #666;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	height: 70px;
	justify-content: center;
	line-height: 100%;
	margin: 0 auto 50px;
	width: 100%
}
.header-image .item {
	background-position: 50%;
	background-size: cover;
	min-height: 350px;
	position: relative
}
.owl-theme .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background: #d6d6d6;
	border-radius: 30px;
	display: block;
	height: 13px;
	margin: 5px;
	transition: opacity .2s ease;
	width: 13px
}
.owl-nav .owl-next span, .owl-nav .owl-prev span {
	display: none
}
#masthead .home-text {
	margin-bottom: 0;
	padding-bottom: 0
}
#masthead .header-image {
	margin-bottom: 50px
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-prev {
	background-image: url(../write/images/navi_icon01.svg);
	border: none;
	left: 2%
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-next, .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-prev {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30px;
	outline: 0;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 9999
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-next {
	background-image: url(../write/images/navi_icon02.svg);
	right: 2%
}
@media screen and (max-width:782px) {
	.footer-side .site-branding.add_css {
		float: none
	}
	.header-image .item {
		min-height: 44.757vw
	}
}
@media screen and (max-width:480px) {
	.midashi_list {
		border-bottom: 6px double #666;
		border-top: 6px double #666;
		font-size: 1.75rem;
		font-weight: 700;
		height: 60px;
		line-height: 130%;
		margin: 0 auto 50px;
		width: 100%
	}
	.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-next, .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-prev {
		background: none
	}
}