@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap");

/*============= #html,body =============*/
html,
body {
	font-family: YuGothic, Yu Gothic, -apple-system, BlinkMacSystemFont,
		Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0;
	color: #333;
	background: #fff none;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
*::selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
.oh-open {
	overflow: visible;
}
img {
	height: auto;
}
@media screen and (min-width: 768px) {
	.tel_link {
		pointer-events: none;
	}
}

/*============= #wrapper =============*/
@media screen and (min-width: 768px) {
	#wrapper {
		min-width: 1120px;
	}
	.w1000 {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}
/*============= #header =============*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 135px;
	padding: 20px 0 0;
	background-color: #fff;
	transition: 0.5s ease;
}
/* ------ option ------ */
.site-branding {
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.site-branding .custom-logo-link {
	display: inline-block;
	max-width: 150px;
}
.site-branding .custom-logo-link > img {
	display: block;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
/* ------ option ------ */
.main-navigation {
	transition: 0.5s ease;
}
.site-header.byebye {
	height: 65px;
	padding: 20px 0 0;
}
.site-header.byebye .main-navigation {
	opacity: 0;
	visibility: hidden;
	transform: rotateX(90deg);
}
@media screen and (min-width: 768px) {
	#header {
		min-width: 1120px;
	}
}
.site-title {
	font-size: 30px;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	line-height: 0.8;
}
@media screen and (min-width: 768px) {
	.site-title > a {
		transition: 0.5s ease;
	}
	.site-title a:hover {
		color: #3c9d9b;
	}
}
/*============= #navigation =============*/
.main-navigation {
	padding: 10px 2% 0px;
	height: 70px;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
/*------------ hnav-list ------------*/
.hnav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}
.hnav-item,
.hnav .menu-item {
	margin: 0 10px;
}
.hnav-item > a,
.hnav .menu-item > a {
	display: inline-block;
	padding: 5px 0 2px;
	line-height: 1;
	position: relative;
	transition: 0.5s ease;
}
.hnav-item > a::after,
.hnav .menu-item > a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.hnav-item > a:hover,
	.hnav .menu-item > a:hover {
		color: #3c9d9b;
	}
	.hnav-item > a:hover::after,
	.hnav .menu-item > a:hover::after {
		width: 0%;
	}
}
/*------------ sp-header__menu-wrap ------------*/
.sp-header__menu-wrap {
	display: none;
}
/*============= #main =============*/
@media screen and (min-width: 768px) {
	#main {
		display: block;
	}
}
.site-content {
	overflow: hidden;
	margin: 135px 0 30px;
}
.site-content-hero {
	margin-top: 0;
}
.site-content.js-load {
	transition: opacity 0.5s ease;
	opacity: 0;
}
.site-content.js-load--on {
	opacity: 1;
}
/* ------ option ------ */
.ad_block {
	display: block;
	margin: 50px auto 30px;
}
/*============= #pickup =============*/
.pickup-slide {
	width: 100%;
	background-color: #eaeef9;
	padding: 40px 0;
}
.pickup-slide .slick-list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.pickup-slide .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	width: 1em;
	height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: 2;
}
.pickup-slide-item {
	margin: 0 10px;
}
.pickup-slide-item__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pickup-slide-img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.pickup-slide-img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease;
}
.pickup-slide-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	width: 100%;
	padding: 10px 15px;
	transition: 0.5s ease;
}
.pickup-slide .slick-next {
	right: calc((100% - 1000px) / 2 - 50px);
}
.pickup-slide .slick-prev {
	left: calc((100% - 1000px) / 2 - 50px);
}
.pickup-slide .slick-arrow .fa {
	font-size: 2em;
	line-height: 1;
	height: 1em;
	transition: 0.5s ease;
}
.pickup-slide-txt > ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.75em;
}
.pickup-slide-txt > p {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.pickup-slide .slick-arrow:hover .fa,
	.pickup-slide-item__link:hover .pickup-slide-txt {
		color: #3c9d9b;
	}
	.pickup-slide-item__link:hover .pickup-slide-img::before {
		background-color: rgba(0, 0, 0, 0.2);
	}
}
/*============= #sidebar_cnt =============*/
.sidebar-all,
.sidebar-list,
.single-post .sidebar-single {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sidebar-all #main,
.sidebar-list #main,
.single-post .sidebar-single #main {
	width: 750px;
	margin-top: 0;
}
.sidebar-all .entry-page,
.sidebar-list .entry-page,
.single-post .sidebar-single .entry-page {
	width: 100%;
	padding-right: 30px;
}
/* ------ option ------ */
#sidebar {
	width: 370px;
	padding-top: 60px;
	padding-left: 30px;
}
.sidebar__ttl {
	font-size: 1em;
	border-bottom: 1px solid #999;
	padding: 5px 5px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: bold;
}
#sidebar .widget {
	padding-bottom: 30px;
}
#sidebar .widget ul,
#sidebar .widget ol {
	padding: 0px 30px;
}
#sidebar .widget ul li ul,
#sidebar .widget ol li ol {
	padding-left: 1.5em;
}
#sidebar .widget ul li {
	list-style: disc;
}
#sidebar .widget ol li {
	list-style: decimal;
	list-style: decimal-leading-zero;
}
#sidebar .widget ul li a {
	text-decoration: underline;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	#sidebar .widget ul li a:hover {
		color: #3c9d9b;
		text-decoration: none;
	}
}
#sidebar .widget table {
	width: 100%;
}
#sidebar .widget table td a {
	font-weight: bold;
	color: #3c9d9b;
}
#sidebar .widget #wp-calendar > caption {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}
/* ------ option ------ */
.search-form {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form > label {
	width: calc(100% - 80px);
	border: 1px solid #ccc;
	border-right: none;
	height: 35px;
}
.search-form > label > input.search-field {
	width: 100%;
	height: 100%;
	padding: 2px 5px;
}
.search-submit {
	width: 80px;
	background-color: #ccc !important;
	display: block;
	font-size: 0.9em;
	height: 35px;
}
/*============= #pagination =============*/
.pagination {
	margin: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-list__item {
	margin: 0 8px;
}
.pagination__link {
	font-size: 20px;
	position: relative;
	padding: 5px 5px 8px;
	display: inline-block;
	line-height: 1;
	transition: 0.5s ease;
}
.pagination-list__item .pagination__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 2px;
	background-color: #333;
	transition: 0.5s ease;
}
.pagination-list__item.pagination-list__item--active .pagination__link {
	color: #3c9d9b;
}
.pagination-list__item.pagination-list__item--active .pagination__link::after {
	width: 100%;
}
.pagination-btn {
	font-size: 2em;
	padding: 15px;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.pagination-list__item .pagination__link:hover {
		color: #3c9d9b;
	}
	.pagination-list__item .pagination__link:hover::after {
		width: 100%;
	}
	.pagination-btn:hover {
		color: #3c9d9b;
	}
}

/*============= #alert =============*/
.alert-area {
	width: 100%;
	background-color: #3c9d9b;
	padding: 10px 20px;
}
.alert-area__link {
	color: #fff;
	font-weight: bold;
	transition: 0.5s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
@media screen and (min-width: 768px) {
	.alert-area__link:hover {
		text-decoration: underline;
		opacity: 0.6;
	}
}
/*============= #wrapper =============*/
.gallery-cnt {
	position: relative;
	/*width: 1200px;*/
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.item {
	width: 25%;
	height: 0;
	padding-top: 25%;
	position: relative;
	display: block;
}
.item__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.item__content > a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}
.item__content > a > span {
	position: relative;
	/*display: inline;*/
	/*height: 100%;*/
}
.item__content img {
	display: block;
	margin: 0 auto;
	padding: 30px;
}
.is_vertical {
	height: 100%;
}
.is_vertical > span > img {
	height: 100%;
	width: auto;
}
@media screen and (min-width: 768px) {
	.item__content img {
		transition: 0.5s ease;
	}
	.item__content img:hover {
		transform: scale(1.12);
	}
}
/*============= #exif =============*/
.item__exif {
	display: none;
}
/*============= #entry-page =============*/
.entry-page {
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 100px;
}
.entry-header {
	padding: 10px 20px 5px;
	border-left: 5px solid #3c9d9b;
	margin-bottom: 30px;
}
.entry-header > time {
	color: #888;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.entry-header > h1 {
	font-size: 25px;
	line-height: 1.4666;
	font-family: "Josefin Sans", sans-serif;
}
/* ------ option ------ */
.eyecatch {
	width: 100%;
	height: 420px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* ------ option ------ */
.entry-content {
	padding: 30px 0 50px;
}
.entry-content > p {
	font-size: 15px;
	line-height: 1.833;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
/* ------ option ------ */
.entry-content img {
	height: auto;
	margin: 40px 0;
	display: block;
}
/* ------ option ------ */
.entry-content > h2,
.entry-content > h3,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
.entry-content > h2 {
	font-size: 22px;
	padding: 0 0 5px;
}
.entry-content > h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #333;
	width: 60px;
	height: 3px;
	border-radius: 5px;
}
.entry-content > h3 {
	font-size: 20px;
	color: #3c9d9b;
}
.entry-content > h4 {
	font-size: 18px;
	padding-left: 10px;
}
.entry-content > h4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3c9d9b;
	width: 3px;
	height: 100%;
}
.entry-content > h5,
.entry-content > h6 {
	font-size: 17px;
	text-decoration: underline;
}
/* ------ option ------ */
.entry-content pre {
	background-color: #222;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
/* ------ option ------ */
.entry-content a:not(.wp-block-button__link) {
	text-decoration: underline;
	color: #3c9d9b;
}
.entry-content > ul,
.entry-content > ol {
	background-color: #f4f4f4;
	padding: 20px 50px;
	margin-bottom: 40px;
}
.entry-content > ul li ul,
.entry-content > ol li ol {
	padding-left: 1.5em;
}
.entry-content ul li {
	list-style: disc;
}
.entry-content ol li {
	list-style: decimal;
	list-style: decimal-leading-zero;
}
/* ------ option ------ */
.entry-content blockquote {
	background-color: #f4f4f4f4;
	padding: 20px 50px;
	margin-bottom: 40px;
	position: relative;
}
.entry-content blockquote::before {
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	top: 10px;
	left: 16px;
	line-height: 1;
	height: 1em;
	color: #999;
	font-size: 1.4em;
}
.entry-content blockquote cite {
	color: #444;
	font-size: 0.85em;
	margin-top: 10px;
	display: block;
}
/* ------ option ------ */
.entry-content table {
	width: 100%;
	margin-bottom: 40px;
}
.entry-content table tr:nth-child(2n + 1) {
	background-color: #f4f4f4;
}
.entry-content table td {
	padding: 7px 10px;
}
.entry-content table td:not(:last-child) {
	border-right: 1px solid #eee;
}
@media screen and (min-width: 768px) {
	.entry-content a:hover {
		text-decoration: none;
	}
	.wp-block-button__link {
		transition: 0.5s ease;
	}
	.wp-block-button__link:hover {
		opacity: 0.6;
	}
}
/* ------ option ------ */
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
}
/* ------ toc/mokuji ------ */
.toc {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 30px;
	margin-bottom: 50px;
}
.toc__title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.05em;
}
.toc__list > .toc__item .toc__list {
	display: none;
}
.entry-content ul.toc__list li {
	list-style: none;
	padding-left: 30px;
	position: relative;
}
.entry-content ul.toc__list li::before {
	content: "";
	width: 15px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.entry-content ul.toc__list li:not(:last-child) {
	margin-bottom: 5px;
}
.toc__item {
}
.toc__link {
}
.toc__number {
}

/* ------ option ------ */
.post-password-form {
	padding: 20px;
	text-align: center;
}
.post-password-form p {
	margin-bottom: 30px;
}
.post-password-form input:not([type="checkbox"]):not([type="radio"]) {
	border: 1px solid #888;
	padding: 5px 9px;
	height: 35px;
}
.post-password-form input[type="submit"] {
	background-color: #333;
	color: #fff;
	font-size: 13px;
	vertical-align: top;
}
/*============= #pager =============*/
.pager-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
[class^="pager-item--"] {
	width: 50%;
	position: relative;
}
[class^="pager-item--"] .pager-item__link {
	padding: 20px 30px;
	position: relative;
	transition: 0.5s ease;
}
.pager-item--prev .pager-item__link::before,
.pager-item--next .pager-item__link::after {
	content: "\f104";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	height: 1em;
	font-family: fontawesome;
	transition: 0.5s ease;
}
.pager-item--prev .pager-item__link::before {
	left: 15px;
}
.pager-item--next .pager-item__link::after {
	content: "\f105";
	right: 15px;
}
.pager-item--prev::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	right: 0;
}
.pager-item__link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pager-item__link > p {
	font-size: 14px;
}
.pager-item--next .pager-item__link {
	justify-content: flex-end;
}
@media screen and (min-width: 768px) {
	[class^="pager-item--"] .pager-item__link:hover {
		background-color: #f4f4f4;
	}
	.pager-item--prev .pager-item__link:hover::before {
		left: 7px;
	}
	.pager-item--next .pager-item__link:hover::after {
		right: 7px;
	}
}

/*============= #news =============*/
.entry-item {
	width: 100%;
}
.entry-item:not(:last-child) {
	border-bottom: 1px solid #ccc;
	/*margin-bottom: 17px;*/
}
.entry-item__link {
	display: block;
	padding: 15px 0;
	position: relative;
	transition: 0.5s ease;
}
.entry-item__day {
	width: 15%;
}
.entry-item__ttl {
	width: 85%;
	padding-right: 5%;
	position: relative;
}
.entry-item__ttl::after {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	margin: auto;
	line-height: 1;
	height: 1em;
	transition: 0.5s ease;
}
.entry-item-btm {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.entry-item__link:hover {
		color: #3c9d9b;
	}
	.entry-item__link:hover .entry-item__ttl::after {
		right: 1%;
	}
}
/*============= #thumbs =============*/
.entry-page--thumbs {
	width: 1020px;
}
.entry-page--thumbs .entry-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.entry-page--thumbs .entry-item {
	width: 32.66%;
	margin-bottom: 30px;
	background-color: #f4f4f4;
}
.entry-page--thumbs .entry-item:not(:nth-child(3n)) {
	margin-right: 1%;
}
.entry-page--thumbs .entry-item__link {
	padding: 0;
}
.entry-page--thumbs .entry-item__bg {
	width: 100%;
	height: 187.313px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
/**/
.sidebar-all .entry-page--thumbs .entry-item__bg {
	height: 132.188px;
}
.entry-page--thumbs .entry-item__bg::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease;
}
.entry-page--thumbs .entry-item-btm {
	display: block;
	width: 100%;
	padding: 8px 10px 20px;
}
.entry-page--thumbs .entry-item__day {
	width: 100%;
	font-size: 13px;
}
.entry-page--thumbs .entry-item__ttl {
	width: 100%;
	padding-right: 0;
	font-size: 1.1em;
	font-weight: bold;
}
.entry-page--thumbs .entry-item:not(:last-child) {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.entry-page--thumbs .entry-item__link:hover .entry-item__bg::before {
		background-color: rgba(0, 0, 0, 0.2);
	}
}
/* ------ option ------ */
.blogger_ttl {
	display: block;
	text-align: center;
	padding: 60px 0 0;
	font-size: 2em;
	font-weight: bold;
	font-family: "Josefin Sans", sans-serif;
}
/*============= #entry-footer =============*/
.entry-footer {
	margin-bottom: 50px;
}
.entry-footer-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
}
.entry-footer-list > li:not(:last-child)::after {
	content: " / ";
	display: inline-block;
	position: relative;
	margin: 0 5px;
}
/*============= #comments =============*/
.comments-area {
	/*background-color: #eeeef3;*/
	padding: 20px;
	margin-bottom: 50px;
}
.comment-reply-title {
	text-align: center;
	margin-bottom: 15px;
	font-size: 17px;
}
.logged-in-as {
	text-align: center;
	font-size: 12px;
}
.logged-in-as a {
	text-decoration: underline;
}
.comment-form-comment {
	margin: 20px 0;
	text-align: center;
}
.comment-form-comment > label {
	display: none;
}
.comment-form-comment textarea {
	width: 80%;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #888;
	padding: 10px 20px;
	resize: vertical;
}
.form-submit .submit {
	width: 200px;
	border: 1px solid #888 !important;
	display: block;
	height: 45px;
	margin: auto;
	font-size: 13px;
	line-height: 1;
	transition: 0.5s ease;
}
/* ------ option ------ */
#cancel-comment-reply-link {
	border: 1px solid #888;
	display: inline-block;
	border-radius: 10px;
	font-size: 11px;
	line-height: 1;
	padding: 3px 10px;
	position: relative;
	top: -2px;
	transition: 0.5s ease;
}
/* ------ option ------ */
#respond {
	margin-top: 40px;
}
.comments-meta {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.comments-meta .avatar {
	border: 1px solid #888;
	border-radius: 50%;
	padding: 5px;
}
.comments-meta-list {
	padding: 0px 10px 20px;
}
.comments-content {
	background-color: #eeef;
	padding: 10px 20px;
	font-size: 0.85em;
	line-height: 1.5333;
}
.comments-date {
	font-size: 12px;
	color: #888;
}
.comments-reply {
	text-align: right;
	margin-top: 10px;
}
.comment-reply-link {
	display: inline-block;
	border: 1px solid #888;
	font-size: 0.85em;
	padding: 3px 10px;
	transition: 0.5s ease;
}
/* ------ option ------ */
.comment .children {
	padding-left: 60px;
}
@media screen and (min-width: 768px) {
	.form-submit .submit:hover {
		background-color: #888;
		cursor: pointer;
	}
	.comment-reply-link:hover,
	#cancel-comment-reply-link:hover {
		background-color: #888;
		color: #fff;
	}
}

/*============= #breadcrumb =============*/
.breadcrumb {
	width: 100%;
	margin: 10px auto;
}
.breadcrumb-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.breadcrumb-item {
	font-size: 12px;
}
.breadcrumb-item a {
	display: inline-block;
}
.breadcrumb-item:not(:last-child) {
}
.breadcrumb-item:not(:last-child)::after {
	content: " - ";
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
}
.breadcrumb-item a {
	text-decoration: underline;
	transition: 0.5s ease;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.breadcrumb-item > a:hover {
		text-decoration: none;
	}
	.breadcrumb-item a:hover {
		color: #3c9d9b;
	}
}
/*============= #lightbox =============*/
.lum-lightbox {
	z-index: 10001;
	background: rgba(0, 0, 0, 0.8);
}
.lum-close-button {
	position: absolute;
	right: 2%;
	top: 2%;
	width: 32px;
	height: 32px;
	opacity: 1;
}
.lum-lightbox-inner .lum-lightbox-caption {
	padding: 15px 0 0;
	font-size: 13px;
}
.lum-lightbox-inner .lum-lightbox-caption > span {
	display: block;
	font-size: 12px;
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
	.lum-gallery-button {
		transition: 0.5s ease;
	}
	.lum-gallery-button:hover {
		opacity: 0.6;
	}
}
/*============= #yarpp =============*/
.yarpp-related {
	margin: 3em 0 0;
}
.yarpp-related .entry-page--thumbs {
	width: 100%;
}
.yarpp-related h3 {
	padding: 8px 15px !important;
	font-size: 1.25em !important;
	margin: 0 0 15px !important;
	background-color: #333;
	color: #fff;
}
/*============= #sharebtn =============*/
.sharebtn {
	margin: 40px 0 30px;
}
.sharebtn-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.sharebtn-list > li {
	margin: 0 7px;
}
.sharebtn-list > li > a {
	font-size: 20px;
	width: 40px;
	height: 40px;
	background-color: #f4f4f4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #999;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.sharebtn-list > li > a:hover {
		color: #fff;
	}
	.sharebtn-item--fb:hover {
		background-color: #3b5998;
	}
	.sharebtn-item--tw:hover {
		background-color: #1da1f2;
	}
	.sharebtn-item--pkt:hover {
		background-color: #ef4056;
	}
	.sharebtn-item--htn:hover {
		background-color: #00a4de;
	}
}

/*------------------------------------------------
footer
------------------------------------------------*/
#footer {
}
.hnav-list {
	font-size: 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.hnav-list .menu-item:not(:last-child) {
	margin-right: 10px;
}
.hnav-list .menu-item > a {
	transition: 0.5s ease;
}
.hnav-list .menu-item > a::before {
	content: " - ";
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
}
.site-footer {
	font-size: 11px;
	width: 100%;
	padding: 25px 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.menu-item > a:hover {
		color: #3c9d9b;
	}
}
/*============= #wrapper =============*/
/*============================
#wpcf7-f296-p297-o1.wpcf7
============================*/
#wpcf7-f296-p297-o1.wpcf7 {
}
.wpcf7-form {
}
.wpcf7-form {
	width: 80%;
	margin: 0 auto;
}
.wpcf7-form dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.wpcf7-form dl > dt {
	width: 200px;
	font-weight: bold;
	padding: 17px 0 15px 0px;
}
.wpcf7-form dl > dd {
	width: calc(100% - 200px);
	padding-left: 30px;
	border-left: 2px solid #3c9d9b;
	padding: 15px 0 15px 30px;
}
.wpcf7-form dl > dd input:not([type="checkbox"]):not([type="radio"]),
.wpcf7-form dl > dd textarea {
	background-color: #eee;
	padding: 10px 10px;
	width: 100%;
}
.wpcf7-radio .wpcf7-list-item {
	margin: 0 0 1em;
	width: 50%;
}
input:not([type="checkbox"]):not([type="radio"]).wpcf7-submit {
	width: 200px;
	height: 45px;
	background-color: #3c9d9b;
	color: #fff;
	border-radius: 5px;
	margin: 80px auto 0;
	display: block;
	transition: 0.5s ease;
}
.wpcf7-not-valid-tip {
	font-size: 0.8em;
	padding: 10px 0;
}
@media screen and (min-width: 768px) {
	input:not([type="checkbox"]):not([type="radio"]).wpcf7-submit {
		opacity: 0.7;
	}
}

/*============= #not-found 404 =============*/

/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 13px;
		line-height: 1.6;
	}
	.oh-open {
		overflow: hidden;
	}
	/*============= #wrapper =============*/
	#wrapper {
	}
	/*============= #header =============*/
	.site-header {
		height: 105px;
		padding: 10px 0 0;
	}
	.site-title {
		font-size: 20px;
	}
	/* ------ option ------ */
	.site-header.byebye {
		height: 45px;
		padding: 10px 0 0;
	}
	.site-branding {
		height: 35px;
	}
	/*------------ hnav ------------*/
	.hnav {
		justify-content: flex-start;
	}
	.main-navigation {
		padding: 5px 15px 0;
		height: 55px;
	}
	.hnav-item,
	.hnav .menu-item {
		margin: 0 5px;
	}
	.hnav-item > a,
	.hnav .menu-item > a {
		padding: 2px 0 2px;
		font-size: 12px;
	}

	/*============= #main =============*/
	.site-content {
		margin-top: 105px;
	}
	.site-content-hero {
		margin-top: 0;
	}
	/*============= #pickup =============*/
	.pickup-slide {
		padding: 15px 40px;
	}
	.pickup-slide-item {
		margin: 0;
	}
	.pickup-slide .slick-prev {
		left: 13px;
	}
	.pickup-slide .slick-next {
		right: 13px;
	}
	/*============= #sidebar =============*/
	.sidebar-all,
	.sidebar-list,
	.single-post .sidebar-single {
		display: block;
		margin-top: 20px;
	}
	.sidebar-all #main,
	.sidebar-list #main,
	.single-post .sidebar-single #main {
		width: 100%;
	}
	.sidebar-all .entry-page,
	.sidebar-list .entry-page,
	.single-post .sidebar-single .entry-page {
		padding-right: 15px;
	}
	#sidebar {
		width: 100%;
		padding: 0 15px;
	}
	/*============= #entry-page =============*/
	.entry-page {
		width: 100%;
		padding: 30px 15px 50px;
	}
	.entry-header {
		padding: 5px 10px 5px;
		border-left-width: 3px;
		margin-bottom: 35px;
	}
	.entry-header > h1 {
		font-size: 22px;
	}
	/* ------ option ------ */
	.eyecatch {
		height: 174.063px;
	}
	/* ------ option ------ */
	.ad_block {
		margin: 30px auto 50px;
	}
	/* ------ option ------ */
	.entry-content > p {
		font-size: 14px;
		line-height: 1.633;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}
	.entry-content > h2 {
		font-size: 22px;
	}
	.entry-content > h2::after {
		width: 40px;
		height: 2px;
	}
	.entry-content > h3 {
		font-size: 18px;
	}
	.entry-content > h4 {
		font-size: 16px;
		padding-left: 5px;
	}
	.entry-content > h5,
	.entry-content > h6 {
		font-size: 16px;
	}
	/* ------ option ------ */
	.entry-content > ul,
	.entry-content > ol {
		padding: 15px 35px;
	}
	/* ------ option ------ */
	.entry-content pre {
		padding: 20px 40px 20px 20px;
		overflow-x: scroll;
	}
	/* ------ option ------ */
	.entry-content blockquote {
		padding: 15px 20px;
	}
	.entry-content blockquote::before {
		top: 5px;
		left: -2px;
		font-size: 1.2em;
	}
	/* ------ toc ------ */
	.toc {
		padding: 15px 5px;
		margin-bottom: 40px;
	}
	.entry-content ul.toc__list li {
		padding-left: 20px;
	}
	.entry-content ul.toc__list li::before {
		width: 10px;
	}

	/*============= #comments =============*/
	.comments-area {
		padding: 20px 0px;
		margin-bottom: 30px;
	}
	.comments-meta .avatar {
		padding: 3px;
	}
	.comments-wrapper {
		margin-bottom: 12px;
	}
	.comments-content {
		padding: 8px 10px;
	}
	.comment .children {
		padding-left: 30px;
	}
	.comment-form-comment textarea {
		width: 100%;
		height: 90px;
		padding: 5px 10px;
	}
	.form-submit .submit {
		width: 175px;
		height: 37px;
		font-size: 12px;
	}
	/*============= #sharebtn =============*/
	.sharebtn {
		margin: 10px 0 50px;
	}
	/*============= #pager-list  =============*/
	.pager-list {
		display: block;
		margin-bottom: 100px;
	}
	[class^="pager-item--"] {
		width: 100%;
	}
	.pager-item__link > p {
		font-size: 13px;
	}
	[class^="pager-item--"] .pager-item__link {
		padding: 15px 20px;
	}
	.pager-item--prev .pager-item__link::before {
		left: 8px;
	}
	.pager-item--next .pager-item__link::after {
		right: 8px;
	}
	.pager-item--prev::after {
		width: 100%;
		height: 1px;
		top: auto;
		right: auto;
		bottom: 0;
	}
	/*============= #entry-item =============*/
	.entry-item__link {
		display: block;
	}
	.entry-item__day {
		width: 100%;
		margin-bottom: 5px;
		display: block;
	}
	.entry-item__ttl {
		width: 100%;
	}
	/*============= #thumbs =============*/
	.entry-page--thumbs .entry-list {
		display: block;
	}
	.entry-page--thumbs .entry-item {
		width: 100%;
	}
	.entry-page--thumbs .entry-item__bg,
	.sidebar-all .entry-page--thumbs .entry-item__bg {
		height: 194.063px;
	}
	/*============= #item =============*/
	.item {
		width: 33.3%;
		padding-top: 33.3%;
	}
	.item__content img {
		padding: 10px;
	}
	/*============= #lightbox =============*/
	.lum-lightbox-inner img {
		max-width: 95%;
		max-height: 90%;
	}
	.lum-gallery-button:after {
		width: 15px;
		height: 15px;
		border-top-width: 2px;
	}
	.lum-previous-button:after,
	.lum-next-button:after {
		box-shadow: none;
		border-radius: 0;
	}
	.lum-previous-button:after {
		border-left-width: 2px;
		left: 35%;
	}
	.lum-next-button:after {
		border-right-width: 2px;
		right: 35%;
	}
	/*============= #breadcrumb =============*/
	.breadcrumb {
		margin: 20px auto;
	}
	.breadcrumb-item {
		font-size: 11px;
	}
	/*============= #footer =============*/
	.hnav-list {
		font-size: 14px;
	}
	/*============= #contact =============*/
	.wpcf7-form dl {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		margin: 0 auto 10px;
	}
	.wpcf7-form dl > dt {
		width: 100%;
		padding: 0 0 5px;
	}
	.wpcf7-form dl > dd {
		width: 100%;
		border-left: none;
		padding: 10px 0 20px;
		border-top: 1px solid #3c9d9b;
	}
	input.wpcf7-form-control.wpcf7-submit {
		width: 180px;
		height: 40px;
		border-radius: 3px;
		margin: 20px auto 0;
	}
	/*============= #not-found 404 =============*/
}
