/*!
Theme Name: kokomap
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kokomap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kokomap is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Font
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);

/* Document
   ========================================================================== */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

body {
	margin: 0;
}

main {
	display: block;
}

/* Grouping content
   ========================================================================== */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bold;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
   ========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

template {
	display: none;
}

[hidden] {
	display: none;
}

/* ajust
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dl, dd, dd {
	margin: 0;
	padding: 0;
}

ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}




/* Base set
   ========================================================================== */

html {
	font-size: 62.5%;
}

body {
	background: #FCF8EF;
	color: #222;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: .14rem;
	line-height: 2.4rem;
	outline: none;
}

@media screen and (min-width: 960px) {
	body {
		font-size: 1.5rem;
	}
}

img {
	max-width: 100%;
	height: auto;
	pointer-events: none;
}

a {
	color: #d75757;
	text-decoration: none;
	cursor: pointer;
}

a, a img {
	transition: 0.3s;
}

a:hover, a:hover img {}

html, body {
	position: relative;
	overflow-x: hidden;
}

input::placeholder {
	color: #888;
}

iframe {
	border: 1px solid #ddd;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}


/* Layout
   ========================================================================== */

.l-header {}

@media screen and (min-width:960px) {
	.l-header {
		max-width: 1080px;
		margin: 0 auto;
	}
}

.l-content {
	padding: 0;
}

@media screen and (min-width: 960px) {
	.l-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 1rem 0 0;
	}
}



.l-main {
	padding-bottom: 5rem;
}

@media screen and (min-width:960px) {
	.l-main {
		width: 67%;
		padding-bottom: 0;
	}
}

.l-aside {}

@media screen and (min-width:960px) {
	.l-aside {
		width: 30%;
		margin: 0 0 2rem 0;
	}
}

.l-aside-block {
	background: #fff;
	padding-bottom: 2rem;
}

@media screen and (min-width:960px) {
	.l-aside-block {
		padding: 2rem;
		border-radius: 1.5rem;
		margin-bottom: 2rem;
	}
}

.l-aside-blog {
	padding: 2rem;
}

.l-footer {}





/* Title
   ========================================================================== */

/* H2 */
.entry-content h2,
.title-h2,
.widget-area h2 {
	position: relative;
	margin: 5rem 0 2rem 0;
	padding: 0 0 0 1.6rem;
	font-size: 2.2rem;
	color: #d75757;
	letter-spacing: .2rem;
	line-height: 3rem;
}

@media screen and (min-width: 760px) {

	.entry-content h2,
	.title-h2 {
		font-size: 2.6rem;
	}
}

.entry-content h2::before,
.title-h2::before,
.widget-area h2::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 26px;
	background-color: #d75757;
	border-radius: 50%;
}

/* English H2  */
.entry-content h2 .en,
.title-h2 .en {
	font-size: 2rem;
	letter-spacing: .2rem;
	line-height: 2.2rem;
	display: inline-block;
}

/* H2 Title in Side */
.home .l-aside .title-h2,
.l-aside .title-h2,
.widget-area h2 {
	margin: 4rem 0 1.5rem 0;
	font-size: 2rem;
}

.home .l-aside .title-h2::before,
.l-aside .title-h2::before,
.widget-area h2::before {
	top: 3px;
}

/* H3 */
.entry-content h3,
.title-h3 {
	margin: 4rem 0 1rem 0;
	color: #d75757;
	font-size: 1.8rem;
	line-height: 2.5rem;
	letter-spacing: .1rem;
}

.entry-content h3 .en,
.title-h3 .en {
	display: inline-block;
	margin: 0.5rem 0;
	font-size: 1.6rem;
	line-height: 2rem;
}


.entry-content h3 small,
.title-h3 small {
	display: inline-block;
	line-height: 2rem;
}


.entry-content .content-block h3,
.content-block .title-h3 {
	margin: 0 0 1rem 0;
}



/* H4 */
.entry-content h4,
.title-h4 {
	display: inline-block;
	margin: 2rem 0 1rem 0;
	padding-bottom: 0.8rem;
	color: #d75757;
	font-size: 1.4rem;
	line-height: 2.6rem;
	letter-spacing: .15rem;
	background: linear-gradient(transparent 85%, #FFE5E5 0%);
}


/* 番号付タイトル */
.num-title {
	display: flex;
	align-items: center;
	width: 100%;
}

.num-title .num {
	width: 20%;
	max-width: 50px;
	height: 50px;
	margin-right: 1rem;
	background-image: url(https://www.kouhokushakyo.or.jp/wp/wp-content/themes/kokomap/images/bg-num.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 50px;
	text-align: center;
}

.num-title .text {
	width: 90%;
}



/* Button & Link
   ========================================================================== */


/* Button */

.btn,
.entry-content .btn,
.wp-block-button__link {
	width: 100%;
	margin: 1rem auto;
	display: block;
	padding: 1.1rem 2.1rem;
	color: #d75757 !important;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.14rem;
	text-align: center;
	background: #fff;
	border: 1px solid #d75757;
	border-radius: 5rem;
	text-decoration: none;
}

@media screen and (min-width: 576px) {

	.btn,
	.wp-block-button {
		margin: 1.5rem 0;
		max-width: 480px;
	}
}


.btn:hover,
.wp-block-button__link:hover {
	color: #d75757;
}

.btn::after,
.wp-block-button__link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	margin-left: 1rem;
}

.wp-block-buttons {
	margin: 0;
	justify-content: center;
}

@media screen and (min-width: 576px) {
	.wp-block-buttons {
		justify-content: start;
	}
}

.wp-block-buttons>.wp-block-button {
	width: 100%;
}

@media screen and (min-width: 576px) {
	.wp-block-buttons>.wp-block-button {
		width: auto;
	}
}

/* Button Small */
.btn-small,
.entry-content .btn-small {
	display: inline-block;
	width: auto;
	font-size: 1.2rem;
	font-weight: normal;
	padding: .4rem 1.8rem;
	letter-spacing: 0.1rem;
	text-decoration: none;
}

.btn.btn-small .external::after {
	display: none;
}

/* 塗りつぶしのボタン */
.btn.btn-primary {
	background: #d75757;
	border: none;
	color: #fff !important;
}

/* 外部リンクアイコン */
.btn.external,
.wp-block-button__link.external {
	color: #d75757;
}

.btn.external::after,
.wp-block-button__link.external::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	display: inline-block;
	margin-left: 1rem;
}

/* DLアイコン */
.btn.download::after,
.download .wp-block-button__link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f56d";
	display: inline-block;
	margin-left: 1rem;
}


/* Text Link */
.text-link {
	color: #d75757;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: .14rem;
	line-height: 2rem;
	text-decoration: none;
}

.text-link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	margin-left: 1rem;
}

.entry-content a.text-link,
.entry-content p.text-link a {
	text-decoration: none;
}

/* Text Link : 外部リンク */
.text-link.external {
	display: inline;
	margin: 0 .5rem;
}

.text-link.external::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	display: inline-block;
	margin-left: .3rem;
}


/* Icon
   ========================================================================== */

.icn {
	font-style: normal;
	line-height: 0;
	position: relative;
	margin-right: 2rem;

}

.icn::before {
	position: absolute;
	top: 50%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.6rem;
	display: inline-block;
	line-height: 0;
	color: #d75757;
}

.icn-arrow::before {
	content: "\f105";
}

.icn-arrow-left::before {
	content: "\f104";
}

.icn-user::before {
	content: "\f007";
	color: #F4B8B8;
}

.icn-location::before {
	content: "\f3c5";
	color: #F4B8B8;
	margin-left: 1px;
}

.icn-date::before {
	content: "\f783";
	color: #F4B8B8;
}

.icn-time::before {
	content: "\f017";
	color: #F4B8B8;
}


/* tag
   ========================================================================== */

.tag {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: .5rem;
	padding: 0 0.8rem 0.2rem 1rem;
	font-size: 1.1rem;
	color: #d75757;
	line-height: 1.6rem;
	letter-spacing: .18rem;
	background: #fef0f0;
}

.tag:last-of-type {
	margin: 0;
}

/* Large (公園の設備・特色) */
.tag-large {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: .5rem;
	padding: .3rem 1rem;
	font-size: 1.3rem;
	color: #d75757;
	line-height: 2rem;
	letter-spacing: .18rem;
	border: 1px solid #d75757;
	border-radius: 4px;
	background: none;
}

.tag-large:last-of-type {
	margin: 0;
}

/* Tag in Event Page */
.tag-event a {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: .5rem;
	padding: 0 0.8rem 0.2rem 1rem;
	font-size: 1.1rem;
	color: #d75757;
	line-height: 2rem;
	letter-spacing: .18rem;
	background: #fef0f0;
}

.tag-event a:last-of-type {
	margin: 0;
}


/* TEL & FAX Number
   ========================================================================== */

.tel {
	font-weight: bold;
	font-size: 2rem;
}


/* Text
   ========================================================================== */

.text-right {
	text-align: right;
}



/* Dotted line
   ========================================================================== */

.dot-line {
	display: block;
	height: 2px;
	position: relative;
}

.dot-line::before {
	content: "";
	background-image: linear-gradient(to right, #C3BCAB, #C3BCAB 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/* No Image
   ========================================================================== */

.no-img {
	background: #fef0f0;
}

.no-img:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('images/icn_no-img.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40%;
}


/* Page Top
   ========================================================================== */

.footer-pagetop {
	display: none;
}

@media screen and (min-width: 960px) {
	.footer-pagetop {
		display: flex;
		justify-content: end;
		max-width: 1080px;
		margin: 0 auto;
	}
}

.footer-pagetop a {
	display: inline-block;
	margin-right: 2rem;
	border-radius: 100% 100% 0 0;
	font-weight: bold;
	background: #d75757;
	color: #fff;
	text-align: center;
	line-height: 1rem;
	padding: 1.9rem 1.9rem 1.6rem 1.9rem;
}

@media screen and (min-width: 1080px) {
	.footer-pagetop a {
		margin-right: 0;
	}
}

.footer-pagetop a::before {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f106";
	display: block;
	margin-bottom: .8rem;
	transition: all .2s;
}

/* Page Navigation
   ========================================================================== */


.entry-content .pagenation,
.pagenation,
.em-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 3rem;
}

.entry-content .pagenation li::before {
	display: none;
}

.pagenation__item a,
.pagenation__item .current,
.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #fff;
	text-indent: 0;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 50%;
	margin: .5rem;
}

.pagenation__item a,
.page-numbers {
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.05);
}



.pagenation__item .next,
.pagenation__item .prev,
.page-numbers.next,
.page-numbers.prev {
	width: 70px;
	border-radius: 5rem;
}

.pagenation__item span {
	/* 	width: 100%;
	height: 100%; */
}

.pagenation__item a:hover,
.pagenation__item span:hover,
.page-numbers:hover,
.pagenation__item .current,
.page-numbers.current {
	background: #d75757;
	color: #fff;
	box-shadow: none;
}

/* ドット */
.page-numbers.dots,
.pagenation__item span.page-numbers.dots:hover {
	box-shadow: none;
	background: none;
	color: #222;
}


.em-pagination .not-current {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-items: center;
	min-width: 0;
}

.em-pagination.overflowing .not-current.second-half:after {
	padding-left: 15px;
}

.em-pagination.overflowing .not-current:after {
	content: "...";
	padding: 0 10px;
}

.em-pagination.overflowing .not-current .page-numbers {
	display: none;
}

/* Article List
   ========================================================================== */

.article-list {}

.article-list__item {
	margin-bottom: 3rem;
}

.article-list__item a {
	display: inline-block;
	margin-bottom: 3rem;
}

@media screen and (min-width: 576px) {
	.article-list__item a {
		display: flex;
	}
}

.article-list__content {}

@media screen and (min-width: 576px) {
	.article-list__content {
		width: 60%;
		padding-left: 2rem;
	}
}


.article-list__image {
	width: 100%;
	height: 180px;
	border-radius: 1rem;
}

@media screen and (min-width: 576px) {
	.article-list__image {
		width: 40%;
		height: 200px;
	}
}

.article-list__image.no-img {
	width: 100%;
	height: 180px;
	border-radius: 1rem;
}

@media screen and (min-width: 576px) {
	.article-list__image.no-img {
		width: 40%;
		height: 200px;
	}
}

.article-list__image img {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
}


.entry-content .article-list__title {
	margin: 1rem 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.article-list__text {
	margin-bottom: .5rem;
}

.article-list__status {
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.article-list__date {
	display: block;
	margin-bottom: .8rem;
}

.article-list__cate {}


/* News List
   ========================================================================== */

.news-list {}

.news-list__item {
	padding: 2rem 0;
}

.entry-content .news-list__title {
	margin: 0;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: normal;
}

.news-list__status {
	margin-bottom: .8rem;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.news-list__date {
	margin-right: .5rem;
}

.news-list__cate {
	display: inline-block;
}




/* Article Card
   ========================================================================== */
.article-card,
.entry-content .article-card {
	margin-bottom: 2rem;
	padding: 0;
}

@media screen and (min-width: 760px) {
	.article-card {
		display: flex;
		/* 		justify-content: space-between; */
		flex-wrap: wrap;
	}
}

.article-card__item,
.entry-content .article-card__item {
	padding: 1rem;
	margin-bottom: 1rem;
	text-indent: 0;
}

@media screen and (min-width: 760px) {
	.article-card__item {
		width: 33%;
		padding: 1.5rem;
	}
}

.entry-content .article-card__item::before {
	display: none;
}

.article-card__image {
	height: 100px;
	margin-bottom: 1rem;
	border-radius: 10rem;
}

@media screen and (min-width: 576px) {
	.article-card__image {
		height: 140px;
		margin-bottom: 1.5rem;
	}
}

@media screen and (min-width: 960px) {
	.article-card__image {
		height: 120px;
	}
}


.article-card__image img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 10rem;
}

@media screen and (min-width: 576px) {
	.article-card__image img {
		height: 140px;
	}
}

@media screen and (min-width: 960px) {
	.article-card__image img {
		height: 120px;
	}
}


.article-card__title,
.entry-content .article-card__title {
	margin: 0 0 0.5rem 0;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

@media screen and (min-width: 960px) {

	.article-card__title,
	.entry-content .article-card__title {
		margin: 0 0 0.5rem 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

.article-card__status,
.article-card__date {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.article-card__tag {}

.article-card__content {}





/* Event List
   ========================================================================== */

/* イベント一覧 */
.event-list {
	padding: 0;
}

@media screen and (min-width: 760px) {
	.event-list {
		display: flex;
		flex-wrap: wrap;
		/* 		justify-content: space-between; */
	}

	.event-list-tile {
		justify-content: space-between;
	}
}

.event-list__item {
	margin-bottom: 1rem;
	padding: 1.5rem;
	text-indent: 0;
	background: #fff;
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 760px) {
	.event-list__item {
		width: 49%;
		margin-bottom: 1.5rem;
	}
}

.event-list__item a {
	display: flex;
}


.event-list__item::before {
	display: none;
}

.event-list__image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	min-height: 100px;
	margin-right: 1.5rem;
	border-radius: 1rem;
}

.event-list__image img {
	width: 100px;
	height: 100px;
	border-radius: 1rem;
	object-fit: cover;
}

.event-list__content {
	width: auto;
}

.entry-content .event-list__title,
.event-list__title {
	margin: 0 0 .8rem 0;
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.event-list__status {
	margin-bottom: .5rem;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

/*
 * Event List - Slide
 * （関連イベント、HOMEピックアップイベント）
*/

.event-list-slide .em-events-list {
	margin-bottom: 2rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (min-width: 760px) {
	.event-list-slide .em-events-list {
		justify-content: flex-start;
	}
}

.event-list-slide .event-list__item {
	width: 48%;
	padding: 1rem;
	margin-bottom: 1rem;
	text-indent: 0;
	background-color: transparent;
	box-shadow: none;
}

@media screen and (min-width: 760px) {
	.event-list-slide .event-list__item {
		width: 33%;
		padding: 1.5rem;
	}
}

.event-list-slide .event-list__item a {
	display: block;
}

.event-list-slide .event-list__content {}

.event-list-slide .event-list__image {
	width: 100%;
	min-width: auto;
	height: 100px;
	min-height: auto;
	margin-bottom: 1rem;
	border-radius: 10rem;
}

@media screen and (min-width: 576px) {
	.event-list-slide .event-list__image {
		height: 140px;
		margin-bottom: 1.5rem;
	}
}

@media screen and (min-width: 960px) {
	.event-list-slide .event-list__image {
		height: 120px;
	}
}


.event-list-slide .event-list__image img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 10rem;
	border: 1px solid #f1f1f1;
}

@media screen and (min-width: 576px) {
	.event-list-slide .event-list__image img {
		height: 140px;
	}
}

@media screen and (min-width: 960px) {
	.event-list-slide .event-list__image img {
		height: 120px;
	}
}


.event-list-slide .event-list__title,
.entry-content .event-list-slide .event-list__title {
	margin: 0 0 0.5rem 0;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

@media screen and (min-width: 960px) {

	.event-list-slide .event-list__title,
	.entry-content .event-list-slide .event-list__title {
		margin: 0 0 0.5rem 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

.event-list-slide .event-list__status,
.event-list-slide .event-list__date {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.event-list-slide .event-list__date {
	font-weight: bold;
}

.event-list-slide .event-list__date .icn-date {
	display: none;
}


.event-list-slide .event-list__location {
	display: none;
}

.event-list-slide .event-list__tag {}







/* Article Card Small（→event listに変更）
   ========================================================================== */

.article-card-small {
	padding: 0;
}

@media screen and (min-width: 760px) {
	.article-card-small {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.article-card-small__item a {
	display: flex;
}

.article-card-small__item {
	margin-bottom: 1rem;
	padding: 1.5rem;
	text-indent: 0;
	background: #fff;
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 760px) {
	.article-card-small__item {
		width: 49%;
		margin-bottom: 1.5rem;
	}
}

.article-card-small__item::before {
	display: none;
}

.article-card-small__image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	min-height: 100px;
	margin-right: 1.5rem;
	border-radius: 1rem;
}

.article-card-small__image.no-img {
	width: 100px;
	height: 100px;
	border-radius: 1rem;
}

.article-card-small__image img {
	width: 100px;
	height: 100px;
	border-radius: 1rem;
	object-fit: cover;
}

.article-card-small__content {
	width: auto;
}

.entry-content .article-card-small__title,
.article-card-small__title {
	margin: 0 0 .5rem 0;
	font-size: 1.5rem;
	line-height: 2rem;
}

.article-card-small__status {
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}



/* Article Card Large
   ========================================================================== */
.article-card-large,
.entry-content .article-card-large {
	margin-bottom: 2rem;
	padding: 0;
}

@media screen and (min-width: 576px) {
	.article-card-large {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.article-card-large__item {
	width: 100%;
	margin-bottom: 1rem;
	text-indent: 0;
}

@media screen and (min-width: 576px) {
	.article-card-large__item {
		width: 49%;
	}
}

.article-card-large__item::before {
	display: none;
}

.article-card-large__item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.article-card-large__image {
	height: 150px;
	margin-bottom: .5rem;
	border-radius: 1rem;
}


.article-card-large__image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 1rem;
}

.article-card-large__image.no-img::before {
	background-size: 35%;
}


.article-card-large__title,
.entry-content .article-card-large__title {
	margin: 0 0 .8rem 0;
	font-size: 1.6rem;
	line-height: 2rem;
}

.article-card-large__title::before,
.entry-content .article-card-large_title::before {
	display: none;
}

.article-card-large__status,
.article-card-large__date {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.article-card-large__status {
	margin-bottom: .5rem;
}

.article-card-large__tag {
	margin-bottom: .5rem;
}

.article-card-large__text {
	margin-bottom: 1rem;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.article-card-large__location {}

.article-card-large__time {}

/* Page Card
   ========================================================================== */

.page-card,
.entry-content .page-card {
	padding: 0;
}

@media screen and (min-width: 576px) {
	.page-card {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

.page-card__item {
	text-indent: 0;
	background: #fff;
	max-width: 380px;
	margin: 0 auto;
	margin-bottom: 1rem;
	border-radius: 50rem;
}

@media screen and (min-width: 576px) {
	.page-card__item {
		width: 48%;
		margin-bottom: 2rem;
	}
}

.page-card__item::before {
	display: none;
}

.page-card__content {
	padding: 2rem 4rem 6rem 4rem;
}

.page-card__image {
	display: flex;
	align-items: end;
	justify-content: center;
	height: 180px;
}


.page-card__image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 200px 200px 0 0;
}

.page-card__image-illust {}

.page-card__image-illust img {
	width: 100%;
	height: 150px;
	object-fit: contain;
	border-radius: 0;
	display: block;
}

.page-card__title,
.entry-content .page-card__title {
	margin: 0 0 1.5rem 0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 2rem;
	text-align: center;
}

.page-card__title::before,
.entry-content h2.page-card__title::before {
	display: none;
}

.page-card__text {
	margin-bottom: 2rem;
	color: #222;
}

.page-card .btn {
	max-width: 250px;
	margin: 1rem auto;
}

/* Link List Wide （例：お出かけ先＞公園ページの公園一覧）
  ========================================================================== */
.wide-link-list {}

.wide-link-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d75757;
	padding: 1.7rem 2rem 1.5rem 2rem;
	background: #fff;
	font-weight: bold;
}

.wide-link-list-item:first-of-type {
	border-top: 1px solid #d75757;
}

.wide-link-list-item::before {
	display: none;
}

.wide-link-list-item::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	color: #d75757;
}

.wide-link-list-item__text {
	display: inline-block;
	width: 95%;
}

/* Button List （例：お出かけ先＞公園ページの特色から探す）
  ========================================================================== */
.btn-list {}

.entry-content .btn-list__item {
	display: inline-block;
	width: auto;
	margin: .8rem .5rem;
}

.entry-content .btn-list__item::after {
	display: none;
}

/* Header
   ========================================================================== */

.header-content {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
}

@media screen and (min-width:960px) {
	.header-content {
		padding: 2rem;
	}
}

@media screen and (min-width:960px) {
	.header-content {
		padding: 2rem 2rem 1rem 2rem;
	}
}


.header-branding {
	display: flex;
	align-items: center;
	max-width: 260px;

	text-align: center;
}

@media screen and (min-width:960px) {
	.header-branding {
		display: block;
		margin-top: 2.8rem;
	}
}

.custom-logo-link {
	display: inline-block;
	line-height: 0;
}

@media screen and (min-width:960px) {
	.custom-logo-link {
		margin-bottom: 1.2rem;
	}
}

.custom-logo {
	max-width: 120px;
}

@media screen and (min-width:576px) {
	.custom-logo {
		max-width: 150px;
	}
}

@media screen and (min-width:960px) {
	.custom-logo {
		max-width: 200px;
	}
}


.site-description {
	margin-left: 2rem;
	color: #d75757;
	font-weight: bold;
	font-size: 1.2rem;

	white-space: nowrap;
}

@media screen and (min-width:576px) {
	.site-description {}
}

@media screen and (min-width:960px) {
	.site-description {
		margin: 0;
	}
}


.site-description.pc {
	display: none;
	letter-spacing: 0.2rem;
	line-height: 2.3rem;
}

.site-description.sp {
	text-align: left;
	line-height: 2rem;
	letter-spacing: 0.3rem;
}

@media screen and (min-width:960px) {
	.site-description.sp {
		display: none;
	}

	.site-description.pc {
		display: block;
	}
}

/* Header : Contact & Search form
   ========================================================================== */

.header-sub-nav {
	display: none;
}

@media screen and (min-width:960px) {
	.header-sub-nav {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 2.5rem;
	}
}

.header-sub-nav__contact {}

.header-sub-nav__contact a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 3rem;
	font-size: 1.3rem;
	color: #fff;
	line-height: 2rem;
	letter-spacing: 0.14rem;
	text-align: center;
	background: #d75757;
	border-radius: 5rem;
}

.header-sub-nav__search {
	max-width: 220px;
	margin-left: 1.5rem;
}


/* Header : Navigation
   ========================================================================== */


.global-nav {
	position: relative;
	display: block;
	display: flex;
	letter-spacing: .1rem;
}

.global-nav__list {
	display: none;
}

@media screen and (min-width: 960px) {
	.global-nav__list {
		display: flex;
		max-width: 680px;
		margin-right: 1rem;
	}
}

.global-nav__list a {
	display: block;
	text-decoration: none;
	letter-spacing: 0.12rem;
	line-height: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
}

.global-nav__list li {
	position: relative;
	height: 90px;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
}

.global-nav__list li a {}



/* Nav Image */
.global-nav__item-odekake a,
.global-nav__item-leave a,
.global-nav__item-advice a,
.global-nav__item-more a,
.global-nav__item-event a,
.global-nav__item-area a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.global-nav__item-odekake a::before,
.global-nav__item-leave a::before,
.global-nav__item-advice a::before,
.global-nav__item-more a::before,
.global-nav__item-event a::before,
.global-nav__item-area a::before {
	content: '';
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.global-nav__item-odekake a::before {
	width: 80px;
	background-image: url('images/img_odekake_s_key.png');
}

.global-nav__item-leave a::before {
	width: 35px;
	background-image: url('images/img_baby_s_key.png');
}

.global-nav__item-advice a::before {
	width: 63px;
	background-image: url('images/img_advice_s_key.png');
}

.global-nav__item-more a::before {
	width: 55px;
	background-image: url('images/img_talk_s_key.png');
}

.global-nav__item-event a::before {
	width: 35px;
	background-image: url('images/img_flag_s_key.png');
}

.global-nav__item-area a::before {
	width: 50px;
	background-image: url('images/img_pepe_s_key.png');
}





/* Sub menu */
.global-nav__list .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding: 1.5rem 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 1rem;
}

.global-nav__list .sub-menu li {
	height: auto;
}

.global-nav__list .sub-menu a {
	color: #222;
	text-align: left;
	justify-content: start;
}

.global-nav__list li:hover>.sub-menu,
.global-nav__list li.focus>.sub-menu {
	display: block;
	left: auto;
}

.global-nav__list .sub-menu a {
	width: 220px;
	padding: 0.8rem 1.5rem;
	font-weight: normal;
}

.global-nav__list .sub-menu a::before {
	display: none;
}



/* Navigation All*/

.global-nav__all {
	min-width: 65px;
	text-align: center;
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 20000;
}

@media screen and (min-width:960px) {
	.global-nav__all {
		position: static;
	}
}

.global-nav__all-text {
	display: none;
}

@media screen and (min-width:960px) {
	.global-nav__all-text {
		display: inline-block;
		position: relative;
		z-index: 20000;
		font-size: 1.3rem;
		font-weight: bold;
		color: #d75757;
		line-height: 1.8rem;
		text-align: center;
		transition: 0.3s;
	}
}

.global-nav__all-text:hover {
	cursor: pointer;
	opacity: 0.6;
}

/* Humberger menu */
.all-nav-button {
	position: relative;
	display: block;
	z-index: 20000000;
	height: 67px;
}

.all-nav-button__inner {
	position: relative;
}

.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 55px;
	height: 55px;
	background-color: #fff;
	border: 1px solid #d75757;
	border-radius: 10rem;
	box-shadow: 0px 2px 2px 0 rgb(0 0 0 / 5%);
}

.menu-trigger.active {
	border: none;
}

.menu-trigger__bar {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	top: 33%;
	left: 0;
	right: 0;
}

.menu-trigger__bar span {
	position: absolute;
	left: 0;
	width: 18px;
	height: 2px;
	background-color: #d75757;
	border-radius: 2px;
	z-index: 20000000;
}

.active .menu-trigger__bar span {
	left: -2px;
	width: 25px;
	height: 2px;
	background-color: #333;
}

.menu-trigger__bar span:nth-of-type(1) {
	top: 0;
}

.menu-trigger__bar span:nth-of-type(2) {
	top: 8px;
	width: 13px;
}

.menu-trigger__bar span:nth-of-type(3) {
	top: 16px;
}

.active .menu-trigger__bar span:nth-of-type(3) {
	top: 20px;
}

.menu-trigger__bar span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(10px) rotate(40deg);
	}

	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		transform: translateY(10px) rotate(40deg);
	}

	50% {
		transform: translateY(10px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-10px) rotate(-40deg);
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar02 {
	0% {
		transform: translateY(-10px) rotate(-40deg);
	}

	50% {
		transform: translateY(-10px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(10px) rotate(40deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(10px) rotate(0);
	}

	100% {
		transform: translateY(10px) rotate(40deg);
	}
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-11px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-11px) rotate(-40deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-11px) rotate(0);
	}

	100% {
		transform: translateY(-11px) rotate(-40deg);
	}
}



/* All menu */
.all-nav {
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
	background: #FCF8EF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.all-nav__inner {
	padding: 4rem 0;
	background: #FCF8EF;
}

.all-nav__header {}

.all-nav__logo {
	max-width: 180px;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.all-nav__search {
	max-width: 280px;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.all-nav__content {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 2rem;
}

@media screen and (min-width: 576px) {
	.all-nav__content {
		padding: 0 3rem;
	}
}

@media screen and (min-width: 960px) {
	.all-nav__content {
		display: flex;
		justify-content: space-between;
		max-width: 960px;
		padding: 0;
	}
}

.all-nav__content a {
	color: #222;
}

.all-nav__col {}

.all-nav__col-center {
	margin-bottom: 3rem;
}

@media screen and (min-width: 960px) {
	.all-nav__col-left {
		width: 38%;
	}

	.all-nav__col-center {
		width: 20%;
	}

	.all-nav__col-right {
		width: 35%;
	}
}


.all-nav__list {}

.all-nav__list li {
	font-weight: bold;
}

.all-nav__list .sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.all-nav__list .sub-menu li {
	font-weight: normal;
	width: 48%;
}


/* Block1 */
.all-nav__block1 .all-nav__list a,
.all-nav__block1 .all-nav__list span {
	display: inline-block;
}

.all-nav__block1 .all-nav__list li a {
	width: 100%;
	background: #fff;
	border-radius: 1rem;
	margin: 1rem 0;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
}

.all-nav__block1 .all-nav__list li li a {
	background: none;
	margin: 0;
	font-size: 1.4rem;
}

.all-nav__block1 .all-nav__list li a span {
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	.all-nav__block1 .all-nav__list li a span {
		padding: 1rem 2rem;
	}
}


/* Block2 */
.all-nav__block2 .all-nav__list {}

@media screen and (min-width: 576px) {
	.all-nav__block2 .all-nav__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.all-nav__block2 .all-nav__list li {
	width: 100%;
}

@media screen and (min-width: 576px) {
	.all-nav__block2 .all-nav__list li {
		width: 48%;
	}
}

@media screen and (min-width: 960px) {
	.all-nav__block2 .all-nav__list li {
		width: 100%;
	}
}

.all-nav__block2 .all-nav__list li a {
	width: 100%;
	display: inline-block;
	padding: 1.5rem 0;
	border-bottom: 1px solid #333;
}

@media screen and (min-width: 576px) {
	.all-nav__block2 .all-nav__list li a {
		padding: 2rem 0;
	}
}

/* Block3 */
.all-nav__block3 {
	margin-bottom: 3rem;
}

.all-nav__block3 .all-nav__list li {
	margin-bottom: 1rem;
}

.all-nav__block3 .all-nav__list li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 2rem;
	background: #fff;
	border-radius: 1rem;
	font-size: 1.5rem;
}

/* Block3 : Icon */
.all-nav__item-pre a::before,
.all-nav__item-non-ja a::before,
.all-nav__item-hattatsu a::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	vertical-align: middle;
}

.all-nav__item-pre a::before {
	background-image: url('images/img_pre_s.png');
}

.all-nav__item-non-ja a::before {
	background-image: url('images/img_non-ja_s.png');
}

.all-nav__item-hattatsu a::before {
	background-image: url('images/img_hattatsu_s.png');
}

/* Block4 */
.all-nav__block4 {
	margin-bottom: 3rem;
}

.all-nav__block4 .all-nav__list li {
	margin-bottom: 1rem;
}

.all-nav__block4 .all-nav__list li a {
	display: inline-block;
	width: 100%;
	padding: 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid #333;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
}

/* Block5 */
.all-nav__block5 .all-nav__list li {
	display: inline-block;
	font-weight: normal;
	font-size: 1.3rem;
}

.all-nav__block5 .all-nav__list li::after {
	content: '／';
	display: inline-block;
	margin: 0 0 0 .6rem;
}

.all-nav__block5 .all-nav__list li:last-of-type::after {
	content: '';
}


/* 記事の前後リンク
  ========================================================================== */

.post-navigation,
.posts-navigation {
	padding: 1rem 2rem;
}

@media screen and (min-width:960px) {

	.post-navigation,
	.posts-navigation {
		padding: 1rem 0;
	}
}

.post-navigation .nav-links,
.posts-navigation .nav-links {}

@media screen and (min-width:576px) {

	.post-navigation .nav-links,
	.posts-navigation .nav-links {
		display: flex;
		justify-content: space-between;
	}
}

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
	display: flex;
	width: 100%;
	margin: 1.5rem auto;
	padding: 1.1rem 2.1rem;
	color: #d75757;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.14rem;
	text-align: center;
	background: #fff;
	border: 1px solid #d75757;
	border-radius: 5rem;
}

@media screen and (min-width:576px) {

	.post-navigation .nav-links a,
	.posts-navigation .nav-links a {
		max-width: 300px;
	}
}

.post-navigation .nav-links .icn,
.posts-navigation .nav-links .icn {
	margin: 0;
}

.post-navigation .nav-links .icn-arrow,
.posts-navigation .nav-links .icn-arrow {
	margin: 0 0 0 2rem;
}

.post-navigation .nav-links .icn-arrow-left,
.posts-navigation .nav-links .icn-arrow-left {
	margin: 0 2rem 0 0;
}

.nav-previous .nav-title {
	text-align: left;
}

.nav-next .nav-title {
	text-align: right;
}


/* Hero
   ========================================================================== */

.hero {}

@media screen and (min-width:960px) {
	.hero {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
}

.hero-image {
	position: relative;
	margin: 0 1rem;
	height: 320px;
}

@media screen and (min-width:576px) {
	.hero-image {
		margin: 0 2rem;
		height: 460px;
	}
}

@media screen and (min-width:960px) {
	.hero-image {
		height: 500px;
	}
}

.hero-image__list {
	line-height: 0;
}

.hero-image__list img {
	display: inline-block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 24% 24% 29% 27%/35% 33% 35% 34%;
}

@media screen and (min-width:576px) {
	.hero-image__list img {
		height: 460px;
	}
}

@media screen and (min-width:960px) {
	.hero-image__list img {
		height: 500px;
	}
}

/* Illust */
.hero-bird {
	position: absolute;
	top: 28px;
	right: 40px;
	width: 80px;
	height: auto;
}

.hero-tree {
	position: absolute;
	bottom: 15px;
	left: 30px;
	width: 140px;
	height: auto;
}

@media screen and (min-width:576px) {
	.hero-bird {
		position: absolute;
		top: 36px;
		right: 80px;
		width: 100px;
		height: auto;
	}

	.hero-tree {
		position: absolute;
		bottom: 35px;
		left: 50px;
		width: 180px;
		height: auto;
	}
}

@media screen and (min-width:760px) {
	.hero-bird {
		position: absolute;
		top: 40px;
		right: 80px;
		width: 115px;
		height: auto;
	}

	.hero-tree {
		position: absolute;
		bottom: 25px;
		left: 70px;
		width: 215px;
		height: auto;
	}
}

@media screen and (min-width:960px) {
	.hero-bird {
		position: absolute;
		top: 40px;
		right: 95px;
		width: 125px;
		height: auto;
	}

	.hero-tree {
		position: absolute;
		bottom: 33px;
		left: 70px;
		width: 247px;
		height: auto;
	}
}


/* POP */
.hero-pop {
	position: absolute;
	right: 0;
	bottom: -4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 125px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 2.2rem;
	letter-spacing: .15rem;
	text-align: center;
	border-radius: 50%;
	background: #F7A6A6;
}

@media screen and (min-width:576px) {
	.hero-pop {
		bottom: -6rem;
		width: 150px;
		height: 150px;
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: .2rem;
	}
}

@media screen and (min-width:960px) {
	.hero-pop {
		width: 180px;
		height: 180px;
		font-size: 1.7rem;
		line-height: 3rem;
		letter-spacing: .2rem;
	}
}



.hero-copy {
	margin: 2rem 0 0 2rem;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 3.2rem;
	letter-spacing: .4rem;
}

@media screen and (min-width:576px) {
	.hero-copy {
		margin: 2rem 0 0 4rem;
		font-size: 3rem;
		line-height: 4.6rem;
		letter-spacing: .65rem;
	}
}

@media screen and (min-width:960px) {
	.hero-copy {
		font-size: 3.3rem;
		line-height: 5rem;
		letter-spacing: .8rem;
	}
}

.hero-links {
	margin: 0 2rem 2rem 0;
	text-align: right;
}

@media screen and (min-width:576px) {
	.hero-links {
		position: relative;
		top: -2rem;
		margin: 0 2rem 0 0;
	}
}


.hero-links__item {
	margin-bottom: 1.5rem;
	line-height: 1.4rem;
}


/* Navi in Hero */
.hero-nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem;
	background: #FFE5E5;
}

@media screen and (min-width: 960px) {
	.hero-nav {
		display: none;
	}
}

.hero-nav__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
}

.hero-nav__item a {
	display: inline-block;
	width: 100%;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	background: #fff;
	border-radius: 1rem;
}

.hero-nav__image {
	margin-bottom: 0.8rem;
	text-align: center;
	line-height: 0;
}

.hero-nav__image img {
	height: 40px;
	width: auto;
}

.hero-nav__title {
	display: inline-block;
	line-height: 2rem;
}

/* Link : Search by Area */
.hero-nav-area {
	width: 100%;
	margin-top: 2rem;
}

.hero-nav-area__title {}

.hero-nav-area__list {}

.hero-nav-area__item {}



/* Page Header
   ========================================================================== */

.page-header {
	padding: 0 2rem;
	margin-top: 3rem;
}

@media screen and (min-width: 760px) {
	.page-header {
		position: relative;
		margin-bottom: 3rem;
	}
}

.page-header__image {
	line-height: 0;
	margin-bottom: 3rem;
}

.page-header__image img {
	display: inline-block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 16% 16% 20% 12%/36% 30% 21% 30%;
}

@media screen and (min-width: 576px) {
	.page-header__image img {
		height: 240px;
		border-radius: 16% 16% 20% 12%/36% 30% 21% 30%;
	}
}

@media screen and (min-width: 760px) {
	.page-header__image img {
		height: 300px;
		border-radius: 11% 13% 16% 10%/32% 30% 18% 29%;
	}
}

.page-header__heading {
	margin-bottom: 2rem;
}

@media screen and (min-width: 760px) {
	.page-header__heading {
		/* 		position: absolute;
    	top: 90px;
		 display: flex;
    	flex-wrap: wrap;
    	align-items: end;
		 width: 300px;
    	height: 220px;
		padding-bottom: 1rem;
    	background: #FCF8EF;
    	border-radius: 0 100% 0 0; */
	}
}

@media screen and (min-width: 760px) {
	.page-header__inner {
		position: relative;
		top: 1rem;
		right: 3rem;
	}
}

.page-header__icn {
	width: 150px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 1rem;
	padding: 1.5rem 0 0 0;
	text-align: center;
	border-radius: 150px 150px 0 0;
	background: #FCF8EF;
	line-height: 0;
}

@media screen and (min-width: 760px) {
	.page-header__icn {
		width: auto;
		height: auto;
		padding: 0;
		border-radius: 0;
		background: none;
	}
}

.page-header__icn img {
	width: 80px;
	height: auto;
}

.page-header__title {
	margin: 0 auto;
	margin-bottom: 1rem;
	font-size: 2.4rem;
	letter-spacing: .3rem;
	line-height: 3.4rem;
	color: #d75757;
	text-align: center;
}

@media screen and (min-width: 576px) {
	.page-header__title {
		font-size: 3rem;
	}
}

/* Page Footer
   ========================================================================== */

.page-footer-illust {
	margin-top: 4rem;
	text-align: center;
	line-height: 0;
}




/* Page Navigation
   ========================================================================== */

.page-nav {}

.page-nav-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.page-nav-list-item {
	display: inline-block;
	margin: .6rem;
	padding: 1.1rem 2.1rem;
	color: #d75757 !important;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.14rem;
	text-align: center;
	background: #fff;
	border-radius: 5rem;
	text-decoration: none;
}

.page-nav-list-item::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	color: #d75757;
	margin-left: .6rem;
	transform: rotate(90deg);
}



/* Page Message
   ========================================================================== */


.page-message {
	padding: 2rem;
	background: #FFE5E5;
}

@media screen and (min-width: 960px) {
	.page-message {
		border-radius: 1rem;
	}
}

.page-message__inner {
	padding: 4rem 3rem 5rem 3rem;
	background: #fff;
	border-radius: 50rem;
	text-align: center;
}

@media screen and (min-width: 576px) {
	.page-message__inner {
		max-width: 540px;
		margin: 0 auto;
		padding: 4rem 6rem 6rem 6rem;
		background: #fff;
		border-radius: 50rem;
		text-align: center;
	}
}

.page-message__title {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 4rem;
	letter-spacing: .5rem;
}

.page-message__title span {
	color: #d75757;
}

.page-message__illust {
	margin-bottom: 2rem;
}

.page-message__text {
	margin-bottom: 4rem;
	text-align: left;
	line-height: 3rem;
}

@media screen and (min-width: 576px) {
	.page-message__text {
		margin: 0 4rem 2rem 4rem;
	}
}

.page-message__text p {
	margin-bottom: 1.5rem;
}

.page-message__text span {
	display: inline-block;
	font-weight: bold;
	background: linear-gradient(transparent 65%, #FFE5E5 0%);
}


.page-message__illust-sub {}

/* About page only */
.page-message-about .page-message__illust img {
	width: 296px;
	height: auto;
}

.page-message-about .page-message__illust-sub img {
	width: 80px;
	height: auto;
}

.page-message-about .page-message__title span {
	font-size: 3.5rem;
}

.page-message-about .page-message__title {
	margin: 0;
	line-height: 4.5rem;
}

/* Premama-papa page only */
.page-message-premama-papa .page-message__illust img {
	width: 180px;
	height: auto;
}

.page-message-premama-papa .page-message__illust-sub img {
	width: 120px;
	height: auto;
}




/* Search Form
   ========================================================================== */


.searchform {
	position: relative;
}

.searchfield {
	width: 100%;
	padding: .9rem 4.5rem .8rem 2rem;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	border: solid 1px #ddd;
	border-radius: 2rem;
	background-color: #fff;
}

.searchsubmit {
	position: absolute;
	top: 19%;
	right: 2rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
	padding: 0;
	cursor: pointer;
	color: #ccc;
	border: none;
	background: transparent;
}

.searchsubmit:hover {
	opacity: .6;
}




/* Form
   ========================================================================== */

.form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem;
	margin: 1rem 0;
	background: #F5EEDF;
	border-radius: 1.5rem;
}

@media screen and (min-width:576px) {
	.form {
		width: 100%;
		padding: 3rem;
		margin: 2rem 0;
	}
}


.form-unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (min-width:576px) {
	.form-unit {
		width: 46%;
	}
}

.form-item {
	width: 100%;
	margin-bottom: 1rem;
}

.form-item-area,
.form-item-odekake {
	width: 48%;
}

@media screen and (min-width:576px) {

	.form-item-area,
	.form-item-odekake {
		width: 100%;
	}
}

.form-item__name {
	width: 100%;
	padding-right: 2rem;
	color: #d75757;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2.2rem;
}

.form-item__body {
	width: 100%;
}


.form-item__checkbox {}


/* checkbox */
.form-checkbox input {
	white-space: nowrap;
	/*     position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px; */
}

.form-checkbox label {
	display: inline-block;
}

.form-checkbox__name {
	/* 	 position: relative; */
	display: inline-flex;
	margin: 0 1.5rem 0 1rem;
	align-items: center;
	/*     color: #d75757;
	font-weight: bold; */
	cursor: pointer;
}

.form-checkbox__name:before {
	/*     content: ""; */
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #d75757;
	border-radius: 2px;
	margin-right: 8px;
	flex-shrink: 0;
}

.form-checkbox input:checked+.form-checkbox__name:before {
	border: 1px solid #d75757;
	background-color: #d75757;
}

.form-checkbox input:checked+.form-checkbox__name:after {
	/*     content: ""; */
	position: absolute;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 9px;
	transform: translateY(-2px) rotate(45deg);
}



/* select */
.form-select {
	position: relative;
}

.form-select:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #d75757;
	border-right: 2px solid #d75757;
	transform: rotate(135deg);
	pointer-events: none;
}

.form-select select {
	height: 40px;
	width: 100%;
	padding: 0 3rem 0 1rem;
	border-radius: 1rem;
	border: none;
	box-shadow: 0 0 0 1px #d75757 inset;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	letter-spacing: .1rem;
	color: #222;
}

.form-select select::-ms-expand {
	display: none;
}

.form-select select:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

/* text */
.form-text input {
	height: 40px;
	width: 100%;
	padding: 0 1.5rem;
	border-radius: 1rem;
	border: none;
	box-shadow: 0 0 0 1px #d75757 inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	letter-spacing: .1rem;
}


/* Submit and Clear Button */

.form-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-top: 1rem;
}

.form-clear {
	width: 30%;
	max-width: 110px;
	margin-right: 2rem;
	cursor: pointer;
}

.form-clear__button {
	width: 100%;
	border: none;
	background-color: #ddd;
	padding: 1.2rem 0;
	border-radius: 4rem;
	color: #555;
	font-size: 1.3rem;
}

.form-submit {
	max-width: 200px;
	width: 60%;
	margin: 0;
}

.form-submit__button {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	border: none;
	border-radius: 5rem;
	background-color: #d75757;
	color: #fff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border: 2px solid transparent;
	letter-spacing: .14rem;
}

.form-submit__button:hover {
	background-color: #d75757;
}

.form-submit__button:focus {
	outline: 0;
	background-color: #d75757;
	border: 2px solid rgb(33, 150, 243);
}


/* 選べない時 */
input[disabled]+.form-checkbox__name:before {
	border: 2px solid #eee;
	background: #eee;
}

input[disabled]+.form-checkbox__name {
	color: #aaa;
}

/* 日付 */
.form-date-range {
	display: flex;
	align-items: center;
}

.form-date {
	height: 40px;
	width: 100%;
	padding: 0 1rem;
	border-radius: 1rem;
	border: none;
	box-shadow: 0 0 0 1px #d75757 inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	letter-spacing: .1rem;
}

.form-date-text {
	font-weight: bold;
	display: inline-block;
	margin: 0 .5rem;
}


/* Contact Form & Local Info Form
   ========================================================================== */
.wpcf7-form {
	max-width: 500px;
	margin: 0 auto;
}

.wpcf7-form label {
	color: #d75757;
	font-weight: bold;
}

.wpcf7-form-control {
	width: 100%;
	margin-top: .5rem;
	padding: .8rem 1rem;
	border-radius: .5rem;
	border: 1px solid #d75757;
	color: #222;
	font-weight: normal;
}

.wpcf7-textarea {}

.wpcf7-submit {
	display: block;
	max-width: 250px;
	margin: 2rem auto;
	padding: 1.2rem;
	background-color: #d75757;
	color: #fff;
	font-weight: bold;
	border-radius: 5rem;
	letter-spacing: .3rem;
}


/* Breadcrumb
   ========================================================================== */
.breadcrumb {}

@media screen and (min-width:960px) {
	.breadcrumb {
		max-width: 1080px;
		margin: 0 auto;
	}
}

.breadcrumb__inner {
	position: relative;
	color: #d75757;
	font-size: 1.1rem;
	background: #fff;
	line-height: 2rem;
	white-space: nowrap;
	overflow: auto;
	padding: .4rem 0 .7rem 1.5rem;
}

@media screen and (min-width:960px) {
	.breadcrumb__inner {
		background: none;
		padding: .4rem 0 .7rem 2rem;
	}
}

.breadcrumb i {
	margin: 0 1.4rem 0 .6rem;
}

@media screen and (min-width:960px) {
	.breadcrumb i {
		margin: 0 1.8rem 0 1rem;
	}
}

.breadcrumb .icn-home {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	margin: 0;
	background-image: url('images/icn_home.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}







/* Sidebar
   ========================================================================== */


.side-block {
	margin-bottom: 3rem;
}

.side-block__status {
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .14rem;
	line-height: 2.2rem;
}

.side-block__more {
	text-align: right;
}

.side-block__more a {
	display: block;
}

.side-block__more .text-link {
	margin-bottom: 1rem;
}

/* Blog Sidebar */
.l-aside-blog li {
	margin-bottom: .5rem;
}

/* Hide SP */

.side-akaihane,
.side-banner-target,
.side-feature,
.side-blog,
.side-local-info {
	display: none;
}

@media screen and (min-width: 960px) {

	.side-akaihane,
	.side-banner-target,
	.side-feature,
	.side-blog,
	.side-local-info {
		display: block;
	}
}

/* Akaihane in Side */
.side-akaihane {
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
	.side-akaihane {
		display: flex;
	}
}

.side-akaihane__image {
	width: 12%;
	max-width: 30px;
}

.side-akaihane__text {
	width: 88%;
	padding-left: 1rem;
	font-size: 1.2rem;
	color: #777;
	line-height: 2rem;
	letter-spacing: 0.12rem;
}

.side-akaihane__text a {
	color: #777;
	text-decoration: underline;
}

/* Banner Target in Side */
.side-banner-target {
	border-top: 1px solid #d75757;
}

.side-banner-target__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5rem 0;
	border-bottom: 1px solid #d75757;
}

.side-banner-target__image {
	width: 35%;
	text-align: center;
	line-height: 0;
}

.side-banner-target__item-pre img {
	max-width: 70px;
}

.side-banner-target__item-hattatsu img {
	max-width: 75px;
}

.side-banner-target__title {
	width: 65%;
	padding-left: 1rem;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: .1rem;
}

/* Feature in Side */
.side-feature {}

.side-feature__item {
	display: inline-block;
}

.side-feature__image {
	width: 100%;
	height: 140px;
	margin-bottom: 1rem;
	line-height: 0;
	border-radius: 1rem;
}

.side-feature__image img {
	height: 100%;
	object-fit: cover;
}

.side-feature__title {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	letter-spacing: .14rem;
	line-height: 2rem;
}

.side-feature__text {
	color: #777;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: .08rem;
}


/* Blog in Side */
.side-blog {}

.side-blog__lead {
	font-size: 1.3rem;
	line-height: 2rem;
}

.side-blog__list {
	margin-bottom: 1.5rem;
}

.side-blog__item a {
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
}

.side-blog__image {
	width: 40%;
	height: 70px;
	line-height: 0;
	border-radius: 10rem;
}

.side-blog__image img {
	height: 100%;
	border-radius: 10rem;
	object-fit: cover;
}

.side-blog__content {
	width: 60%;
	padding-left: 1rem;
}

.side-blog__title {
	font-size: 1.5rem;
	line-height: 2.2rem;
}


/* Local Info in Side */
.side-local-info {}

.side-local-info__list {
	margin-bottom: 1.5rem;
}

.side-local-info__item {
	margin: 1.5rem 0;
}

.side-local-info__title {
	margin-bottom: .5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}

.side-local-info__text {
	margin-bottom: 0.8rem;
	color: #777;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: .08rem;
}

.side-local-info .icn {
	color: #F4B8B8;
	font-size: 1.6rem;
}

/* Banner Card in Side */
.side-banner-card {
	/* 	margin-top: 4rem; */
	margin-bottom: 2rem;
	border-top: 1px solid #d75757;
}

.side-banner-card__item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d75757;
	padding: 2rem;
}

@media screen and (min-width: 576px) {
	.side-banner-card__item {
		padding: 2rem 0;
	}
}

.side-banner-card__inner {
	display: flex;
	justify-content: space-between;
	max-width: 450px;
	margin: 0 auto;
}

.side-banner-card__image {
	width: 30%;
	padding: 0.2rem;
	line-height: 0;
}

.side-banner-card__image img {
	border-radius: 0.5rem;
	background-color: #FCF8EF;
}

.side-banner-card__content {
	width: 70%;
	padding-left: 1.5rem;
}

.side-banner-card__title {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	color: #d75757;
	letter-spacing: .12rem;
}

.side-banner-card__text {
	font-size: 1.3rem;
	color: #222;
	line-height: 2.2rem;
}

/* Widget */
.widget {
	margin-bottom: 3rem;
}

@media screen and (min-width: 576px) {
	.widget {
		max-width: 450px;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
}

.wp-block-image {
	margin: 0 0 2rem;
}

/* Wiget Banner Area */
.widget-area-banner .wp-block-image:not(.is-style-rounded)>a,
.widget-area-banner .wp-block-image:not(.is-style-rounded) img,
.widget-area-banner .wp-block-image img {
	display: block;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	border-radius: 0;
}

@media screen and (min-width: 960px) {

	.widget-area-banner .wp-block-image:not(.is-style-rounded)>a,
	.widget-area-banner .wp-block-image:not(.is-style-rounded) img,
	.widget-area-banner .wp-block-image img {
		max-width: 100%;
	}
}


/* PR  in Side*/
.side-pr {
	max-width: 320px;
	margin: 0 auto;
}

@media screen and (min-width: 960px) {
	.side-pr {
		max-width: 100%;
	}
}

.side-pr__title {
	position: relative;
	margin-top: 4rem;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 0;
}

.side-pr__title::after,
.side-pr__title::before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	width: calc(50% - 25px);
	height: 5px;
	background-color: #FFE5EC;
}

.side-pr__title::before {
	left: 0;
}

.side-pr__title::after {
	right: 0;
}

.side-pr__title span {
	font-weight: bold;
	color: #d75757;
	letter-spacing: .2rem;
	font-size: 1.3rem;
}

.side-pr-list {
	text-align: center;
}

.side-pr-list__item {
	margin-bottom: 1.5rem;
}

.side-pr-list__item a {
	display: inline-block;
}

.side-pr__link {
	text-align: right;
}

.side-pr__link .text-link {
	font-size: 1.3rem;
}


/* Footer
   ========================================================================== */

.footer-breadcrumb {
	margin-bottom: 2.5rem;
	padding: 1rem;
	background: #fff;
	border-top: 1px solid #d75757;
	font-size: 1.1rem;
}

@media screen and (min-width: 960px) {
	.footer-breadcrumb {
		margin-bottom: 3rem;
	}
}

.footer-content {
	padding: 0 2rem;
}

@media screen and (min-width: 960px) {
	.footer-content {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		max-width: 1080px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1080px) {
	.footer-content {
		padding: 0;
	}
}

.footer-content a {
	color: #222;
}

.footer-nav {}

@media screen and (min-width: 960px) {
	.footer-nav {
		width: 68%;
	}
}

/* Link : Odekake & Event */
.footer-nav-primary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 960px) {
	.footer-nav-primary {
		margin-bottom: 2rem;
	}
}

.footer-nav-primary__item {
	width: 48%;
}

@media screen and (min-width: 960px) {
	.footer-nav-primary__item {
		width: 32%;
	}
}

.footer-nav-primary__item a {
	display: inline-block;
	width: 100%;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	background: #fff;
	border-radius: 1rem;
}

@media screen and (min-width: 960px) {
	.footer-nav-primary__item a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 1.5rem;
	}
}

.footer-nav-primary__image {
	margin-bottom: 0.8rem;
	text-align: center;
	line-height: 0;
}

@media screen and (min-width: 960px) {
	.footer-nav-primary__image {
		margin-bottom: 0;
	}
}

.footer-nav-primary__image img {
	height: 40px;
	width: auto;
}

.footer-nav-primary__title {
	display: inline-block;
	line-height: 2rem;
	font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
	.footer-nav-primary__title {
		text-align: left;
		margin-left: 1rem;
	}
}

/* Link : Search by Area */
.footer-nav-area {
	width: 100%;
	margin-top: 4%;
}

@media screen and (min-width: 960px) {
	.footer-nav-area {
		width: 32%;
		margin: 0;
	}
}

.footer-nav-area__title {
	font-size: 1.4rem;
	line-height: 2rem;
}

.footer-nav-area__list {}

.footer-nav-area__item {}

/* Link : Contact */
.footer-nav-contact {
	margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
	.footer-nav-contact {
		display: flex;
		justify-content: space-between;
	}
}

.footer-nav-contact__item {
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	border: 1px solid #333;
}

@media screen and (min-width: 960px) {
	.footer-nav-contact__item {
		width: 48%;
		margin: 0;
	}
}

.footer-nav-contact__item:last-of-type {
	margin: 0;
}

.footer-nav-contact__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.15rem;

}




/* Text Link */
.footer-nav-links {
	margin-bottom: 4rem;
}

.footer-nav-links__item {
	display: inline-block;
	font-weight: normal;
	font-size: 1.2rem;
}


.footer-nav-links__item::after {
	content: ' / ';
	display: inline-block;
	margin: 0 0 0 .6rem;
}

.footer-nav-links__item:last-of-type::after {
	content: '';
}


/* Logo */
.footer-branding {
	margin-bottom: 5rem;
	text-align: center;
}

@media screen and (min-width: 960px) {
	.footer-branding {
		width: 30%;
		margin-bottom: 0;
		margin-top: 2rem;
	}
}

.footer-branding__logo {
	display: inline-block;
	max-width: 180px;
	min-width: 160px;
	margin-bottom: 0.8rem;
}

.footer-branding__copy {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.8rem;
	letter-spacing: 0.34rem;
}

/* 赤い羽根 */
.footer-akaihane {
	position: relative;
	text-align: center;
	background: #fff;
}

.footer-akaihane__logo {
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 60px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%;
}

.footer-akaihane__logo img {
	display: inline-block;
	max-width: 30px;
	height: auto;
}

.footer-akaihane__text {
	position: relative;
	z-index: 100;
	max-width: 480px;
	margin: 0 auto;
	padding: 3rem 2rem 1rem 2rem;
	font-size: 1.2rem;
	color: #777;
	line-height: 2rem;
	text-align: left;
}

.footer-akaihane__text a {
	color: #777;
	text-decoration: underline;
}

/* Copyright */
.footer-copy {
	padding: 1.2rem 0;
	text-align: center;
	background: #d75757;
}

.footer-copy__text {
	font-size: 1.1rem;
	color: #fff;
}


/* Event
   ========================================================================== */

.event__tag {
	text-align: center;
}

.event__tag a {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: .5rem;
	padding: 0 0.8rem 0.3rem 1rem;
	font-size: 1.1rem;
	color: #d75757;
	line-height: 2rem;
	letter-spacing: .18rem;
	background: #fef0f0;
}

.event__tag a:last-of-type {
	margin: 0;
}



/* Entry Header
   ========================================================================== */

.entry-header {
	padding: 4rem 2rem 2rem 2rem;
	text-align: center;
}

@media screen and (min-width: 760px) {
	.entry-header {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
}

@media screen and (min-width: 960px) {
	.entry-header {
		padding: 0;
	}
}

.entry-image {
	text-align: center;
	margin-bottom: 2rem;
	line-height: 0;
}

@media screen and (min-width: 760px) {
	.entry-image {
		margin-bottom: 2rem;
		padding: 2rem;
		background: #F5EEDF;
		border-radius: 1.5rem;
	}
}


.entry-image img {
	display: inline-block;
	max-width: 100%;
	border-radius: 1rem;
}

.entry-title {
	max-width: 580px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	letter-spacing: .24rem;
	line-height: 3rem;
	color: #222;
}

@media screen and (min-width: 760px) {
	.entry-title {
		font-size: 2.4rem;
		line-height: 3rem;
	}
}


.entry-cate {
	display: inline-block;
	margin-right: 1rem;
}

.entry-date {
	font-size: 1.3rem;
}


/* Entry Content
   ========================================================================== */

.entry-content {
	padding: 1rem 2rem 2rem 2rem;
}

@media screen and (min-width: 760px) {
	.entry-content {
		padding: 0 4rem 4rem 4rem;
	}
}

@media screen and (min-width: 960px) {
	.entry-content {
		padding: 0 0 4rem 4rem;
	}
}

@media screen and (min-width: 1080px) {
	.entry-content {
		padding: 0 0 4rem 0;
	}
}

.entry-content p {
	margin: 0 0 1.5rem 0;
	line-height: 2.6rem;
}

.entry-content p a {
	text-decoration: underline;
}

.entry-content__body {
	margin-bottom: 4rem;
}

@media screen and (min-width: 760px) {
	.entry-content__body {
		max-width: 580px;
		margin: 0 auto;
		margin-bottom: 4rem;
	}
}

/* List */
.entry-content ul {
	list-style: none;
	margin: 0 0 1rem 0;
	padding: 0 0 0 15px;
}

.entry-content ul li {
	text-indent: -15px;
	margin-bottom: 1rem;
}

.entry-content ul li::before {
	content: "";
	position: relative;
	top: -2px;
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #d75757;
	border-radius: 50%;
	margin-right: 10px;
}

/* Ordered list */
.entry-content ol {
	list-style: decimal;
	margin: 0 0 1rem 0;
	padding: 0 0 0 20px;
}

.entry-content ol li {
	list-style: decimal;
	margin-bottom: .5rem;
}



/* Content Block */
.content-block {
	position: relative;
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	margin: 0 0 2rem 0;
}

.content-block__icn {
	display: flex;
	justify-content: end;
	align-items: center;
	position: absolute;
	top: -1.5rem;
	right: -1rem;
}

.content-block__icn span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5rem;
	width: 50px;
	height: 50px;
	background: #FFE5E5;
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #d75757;
}

.entry-content .content-block h3 {
	margin: 1.5rem 0 1rem 0;
	padding-right: 2rem;
}

/* Image */
.entry-content .wp-block-image:not(.is-style-rounded)>a, .wp-block-image:not(.is-style-rounded) img,
.entry-content .wp-block-image img {
	border-radius: 1rem;
}


/* Note */
.note {
	margin: 2rem 0;
	padding: 2rem 2.5rem;
	border-radius: 1rem;
	background-image:
		linear-gradient(to right, #938B77, #938B77 2px, transparent 2px, transparent 8px),
		linear-gradient(to bottom, #938B77, #938B77 2px, transparent 2px, transparent 8px),
		linear-gradient(to left, #938B77, #938B77 2px, transparent 2px, transparent 8px),
		linear-gradient(to top, #938B77, #938B77 2px, transparent 2px, transparent 8px);
	background-size:
		8px 2px, 2px 8px, 8px 2px, 2px 8px;
	background-position:
		left top, right top, right bottom, left bottom;
	background-repeat:
		repeat-x, repeat-y, repeat-x, repeat-y;
}

.note__title {
	margin-bottom: 1rem;
	font-weight: bold;
	text-align: center;
}

.note p {
	margin: 0 0 1rem 0;
}

/* Column */
.wp-block-columns {
	margin: 0;
}

.wp-block-columns p {
	margin: 0 0 1rem 0;
}

.wp-block-column h3 {
	margin-top: 0;
}


/* Table */

.wp-block-table {
	margin: 0 0 2rem 0;
}

.entry-content table {
	width: 100%;
	margin: 1rem 0 2rem 0;
	background: #fff;
	border-top: 1px solid #d75757;
	border-collapse: collapse;
}

.entry-content table td {
	padding: 1rem;
	border: 1px solid #d75757;
	word-break: break-all;
	line-height: 2rem;
}

.entry-content table th {
	padding: 1rem 1.5rem;
	color: #d75757;
	font-size: 1.3rem;
	border: 1px solid #d75757;
	background-color: #fef0f0;
	text-align: left;
	white-space: nowrap;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #fef5f5;
}




/* 基本情報 */
.spot-info {}

.entry-content .spot-info__title {
	margin: 2rem 0 .5rem 0;
	padding: 0;
	font-size: 1.6rem;
}

.entry-content .spot-info__title::before {
	display: none;
}

.spot-info .btn-small {
	margin: .5rem 0 0 0;
}



/* HOME
   ========================================================================== */

.home .title-h2 {
	margin: 0 2rem 3rem 2rem;
}

@media screen and (min-width: 760px) {
	.home .title-h2 {
		margin: 0 4rem 4rem 4rem;
	}
}

@media screen and (min-width: 960px) {
	.home .title-h2 {
		margin: 0 0 4rem 4rem;
	}
}


.home-btn-more {
	width: 100%;
	padding: 0 2rem;
	margin-top: 1rem;
	text-align: center;
}

.home-btn-more .btn {
	max-width: 100%;
}

@media screen and (min-width: 576px) {
	.home-btn-more .btn {
		max-width: 300px;
		margin: 0 auto;
	}
}

.home-block {
	padding: 5rem 0;
}

@media screen and (min-width: 760px) {
	.home-block {
		border-radius: 1.5rem;
	}
}

.home-date {
	color: #777;
	font-size: 1.3rem;
	line-height: 2rem;
}


/* 対象バナー */
.home-banner-target {
	padding: 2rem 0;
	background: #fff;
}

@media screen and (min-width: 960px) {
	.home-banner-target {
		display: none;
	}
}

.home-banner-target__list {
	display: flex;
}

.home-banner-target__item {
	width: 33%;
	padding: 0 1rem;
}

.home-banner-target__item-center {
	border-left: 1px solid #d75757;
	border-right: 1px solid #d75757;
}

.home-banner-target__image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 0.5rem;
}

.home-banner-target__title {
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-align: center;
	font-weight: bold;
}

.home-banner-target__title .en {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.2rem;
	letter-spacing: 0.05rem;
	white-space: nowrap;
}


/* 赤い羽根 */
.home-akaihane {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 2rem 1.5rem 2rem;
	background: #fff;
}

@media screen and (min-width: 960px) {
	.home-akaihane {
		display: none;
	}
}

.home-akaihane__image {
	display: flex;
	align-items: center;
	width: 12%;
	max-width: 30px;
}

.home-akaihane__text {
	width: 88%;
	padding-left: 1rem;
	font-size: 1.2rem;
	color: #777;
	line-height: 1.8rem;
	letter-spacing: 0.12rem;
}

.home-akaihane__text a {
	color: #777;
	text-decoration: underline;
}


/* ピックアップイベント */
.home-pickup {
	background: #fff;
	position: relative;
}

.home-pickup__list {}

@media screen and (min-width: 760px) {
	.home-pickup__list {
		padding: 0 2rem;
	}
}

.home-pickup__list .article-card__date {
	font-weight: bold;
}

.home-pickup__illust {
	width: 70px;
	position: absolute;
	bottom: -4.5rem;
	right: 4rem;
}

@media screen and (min-width: 960px) {
	.home-pickup__illust {
		width: 80px;
	}
}

/* 特集 */
.home-feature {}

@media screen and (min-width: 960px) {
	.home-feature {
		display: none;
	}
}

.home-feature__list {}

.home-feature__item {
	padding: 0 1.5rem;
}

.home-feature__image {
	height: 200px;
	margin-bottom: 1rem;
	border-radius: 10rem;
}

@media screen and (min-width: 760px) {
	.home-feature__image {
		margin-bottom: 2rem;
	}
}

.home-feature__image.no-img::before {
	background-size: 30%;
}

.home-feature__image img {
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
}

.home-feature__title {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
}

.home-feature__text {
	color: #777;
	font-size: 1.3rem;
	line-height: 2rem;
}


/* シーンから探す */
.home-scene {
	background-color: #fff;
}

@media screen and (min-width: 960px) {
	.home-scene {
		background-color: transparent;
	}
}

.home-scene__list {
	padding: 2rem 2rem 0 2rem;
}

@media screen and (min-width: 576px) {
	.home-scene__list {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 2rem 4rem;
	}
}

.home-scene__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 4rem;
}

@media screen and (min-width: 576px) {
	.home-scene__item {
		width: 43%;
		text-align: center;
		flex-direction: column;
	}
}

.home-scene__item:last-of-type {
	margin-bottom: 0;
}

.home-scene__image {
	width: 34%;
}

@media screen and (min-width: 576px) {
	.home-scene__image {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 120px;
		margin-bottom: 1rem;
	}
}

.home-scene__image img {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 130px;
	margin: 0 auto;
}

@media screen and (min-width: 576px) {
	.home-scene__image img {
		width: 120px;
		height: 110px;
		object-fit: contain;
	}
}

.home-scene__content {
	width: 56%;
}

@media screen and (min-width: 576px) {
	.home-scene__content {
		width: 100%;
		margin: 0;
	}
}

.home-scene__title {
	margin: 0 0 1.5rem 0;
}

.home-scene__text {
	margin-bottom: 1rem;
	text-align: left;
	line-height: 2.6rem;
}

@media screen and (min-width: 576px) {
	.home-scene__text {
		margin-bottom: 2rem;
	}
}

.home-scene .home-btn-more {
	margin-top: auto;
	padding: 0;
}



/* エリアから探す */
.home-area {
	position: relative;
	background-color: transparent;
}

@media screen and (min-width: 960px) {
	.home-area {
		background-color: #fff;
	}
}

.home-area__list {
	position: relative;
	width: 360px;
	height: 420px;
	margin: 0 auto;
	background-image: url(images/img_map_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media screen and (min-width: 760px) {
	.home-area__list {
		width: 420px;
		height: 500px;
	}
}

.home-area__item {
	position: absolute;
}

.home-area__item-area1 {
	top: 50px;
	right: 0;
}

.home-area__item-area2 {
	top: 100px;
}

.home-area__item-area3 {
	top: 140px;
	right: 30px;
}

.home-area__item-area4 {
	bottom: 120px;
	right: 0;
}

.home-area__item-area5 {
	bottom: 65px;
}

.home-area__item-area6 {
	bottom: 30px;
	right: 30px;
}

@media screen and (min-width: 760px) {
	.home-area__item-area1 {
		top: 70px;
		right: 0;
	}

	.home-area__item-area2 {
		top: 120px;
	}

	.home-area__item-area3 {
		top: 180px;
		right: 70px;
	}

	.home-area__item-area4 {
		bottom: 150px;
		right: 10px;
	}

	.home-area__item-area5 {
		bottom: 94px;
	}

	.home-area__item-area6 {
		bottom: 30px;
		right: 50px;
	}
}

.home-area .btn {
	width: auto;
	max-width: 100%;
	margin: 0;
}

.home-area__illust {
	position: absolute;
	height: auto;
	z-index: 1000;
}

.home-area__illust-fuji {
	display: none;
}

.home-area__illust-pepe {
	width: 95px;
	bottom: -20px;
	left: 20px;
}

.home-area__illust-stadium {
	display: none;
}

.home-area__illust-river {
	display: none;
}

.home-area__illust-tree {
	width: 90px;
	bottom: -20px;
	right: 20px;
}

@media screen and (min-width: 576px) {
	.home-area__illust-pepe {
		width: 108px;
		bottom: -20px;
		left: 30px;
	}

	.home-area__illust-tree {
		width: 110px;
		bottom: -20px;
		right: 30px;
	}
}

@media screen and (min-width: 760px) {
	.home-area__illust-fuji {
		width: 16%;
		top: 150px;
		left: 55px;
		display: block;
	}

	.home-area__illust-pepe {
		width: 12%;
		bottom: 230px;
		left: 40px;
	}

	.home-area__illust-stadium {
		width: 23%;
		bottom: 40px;
		left: 55px;
		display: block;
	}

	.home-area__illust-river {
		width: 19%;
		top: 300px;
		right: 15px;
		display: block;
	}

	.home-area__illust-tree {
		width: 12%;
		bottom: 110px;
		right: 40px;
	}
}

@media screen and (min-width: 960px) {
	.home-area__illust-fuji {
		width: 20%;
	}

	.home-area__illust-pepe {
		width: 14%;
	}

	.home-area__illust-stadium {
		width: 25%;
	}

	.home-area__illust-river {
		width: 20%;
	}

	.home-area__illust-tree {
		width: 14%;
	}
}


/* イベントを探す */
.home-event {
	position: relative;
	padding: 6rem 0 10rem 0;
	background-color: #fff;
}

@media screen and (min-width: 960px) {
	.home-event {
		background-color: transparent;
	}
}

.home-event .title-h3 {
	font-size: 1.8rem;
	text-align: center;
}

.home-event .btn {
	padding: 1rem;
	margin: .5rem 0;
}

.home-event .btn::after {
	display: none;
}

.home-event__inner {
	padding: 0 2rem;
}

@media screen and (min-width: 760px) {
	.home-event__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.home-event-date {}

@media screen and (min-width: 760px) {
	.home-event-date {
		width: 40%;
	}
}

.home-event-date__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-event-date__item {
	width: 31%;
}

.home-event-area {}

@media screen and (min-width: 760px) {
	.home-event-area {
		width: 55%;
		/* 		width: 100%; */
	}
}

.home-event-area__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


.home-event-area__item {
	width: 48%;
	/* 	width: 32%; */
}

.home-event-odekake {
	margin-top: 2rem;
}

.home-event-odekake__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

@media screen and (min-width: 576px) {
	.home-event-odekake {
		width: 100%;
	}
}

.home-event-odekake__item {
	width: 48%;
	margin-bottom: 2rem;
}

@media screen and (min-width: 576px) {
	.home-event-odekake__item {
		width: 31%;
	}
}

.home-event-odekake__image {
	margin-bottom: 1rem;
	line-height: 0;
}

.home-event-odekake__image img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 10rem;
}

@media screen and (min-width: 576px) {
	.home-event-odekake__image img {
		height: 130px;
	}
}

.home-event-odekake__title {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
}

.home-event-odekake__text {
	color: #222;
	line-height: 2.2rem;
	font-size: 1.3rem;
}

.home-event__illust {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 260px;
	margin: 0 auto;
	z-index: 100;
}


/* おすすめスポット */
.home-spot {
	padding: 5rem 0;
	background-color: transparent;
	position: relative;
}

@media screen and (min-width: 960px) {
	.home-spot {
		background-color: #fff;
	}
}

.home-spot .title-h3 {
	margin: 0 0 2rem 0;
}

@media screen and (min-width: 760px) {
	.home-spot .home-btn-more {
		text-align: left;
		padding: 0;
	}
}

.home-spot .btn {
	margin: 1rem auto;
}

@media screen and (min-width: 760px) {
	.home-spot .btn {
		margin: 1rem 0 0 0;
	}
}


.home-spot__inner {
	padding: 0 2rem;
}

@media screen and (min-width: 760px) {
	.home-spot__inner {
		padding: 2rem 4rem 0 4rem;
	}
}

.home-spot__block {
	padding: 3.5rem 0;
}

@media screen and (min-width: 760px) {
	.home-spot__block {
		display: flex;
	}
}

.home-spot__block:first-of-type {
	padding: 0 0 3.5rem 0;
}

.home-spot__block:last-of-type {
	/* 	padding: 3.5rem 0 0 0; */
}

.home-spot__title {
	font-size: 1.8rem;
	text-align: center;
}

@media screen and (min-width: 760px) {
	.home-spot__title {
		width: 30%;
	}
}

.home-spot__content {}

@media screen and (min-width: 760px) {
	.home-spot__content {
		width: 70%;
	}
}

.home-spot__list {
	text-align: center;
}

@media screen and (min-width: 760px) {
	.home-spot__list {
		text-align: left;
	}
}

.home-spot__item {
	display: inline-block;
	margin-bottom: 1rem;
}

.home-spot__item::after {
	content: '／';
	display: inline-block;
	margin: 0 0 0 0.6rem;
}

.home-spot__item:last-of-type::after {
	display: none;
}

.home-spot__item a {
	color: #222;
	text-decoration: underline;
}

.home-spot__illust {
	width: 150px;
	position: absolute;
	bottom: -2rem;
	right: 1rem;
}

@media screen and (min-width: 576px) {
	.home-spot__illust {
		width: 160px;
		bottom: -4rem;
		right: 2rem;
	}
}

/* スポットを探す */
.home-spot-search {}

.home-spot-search__title {
	text-align: center;
}



/* お知らせ */
.home-news {
	padding: 5rem 0;
}

@media screen and (min-width: 960px) {
	.home-news {
		padding: 0 0 6rem 0;
	}
}

.home-news__inner {
	padding: 0 2rem;
}

@media screen and (min-width: 760px) {
	.home-news__inner {
		padding: 0 4rem;
	}
}

.home-news__list {
	margin-bottom: 3rem;
}

.home-news__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d75757;
	padding: 0.8rem 2rem;
}

@media screen and (min-width: 760px) {
	.home-news__item {
		padding: 1.5rem 2rem 1.3rem 2rem;
	}
}

.home-news__item:first-of-type {
	border-top: 1px solid #d75757;
}

.home-news__item::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	color: #d75757;
}

.home-news__item-inner {
	display: inline-block;
	width: 95%;
}

@media screen and (min-width: 760px) {
	.home-news__item-inner {}
}

.home-news__date {
	white-space: nowrap;
}

@media screen and (min-width: 760px) {
	.home-news__date {}
}

.home-news__title {
	padding: 0.3rem 0;
	color: #222;
}

@media screen and (min-width: 760px) {
	.home-news__title {}
}

.home-news__tag {}

@media screen and (min-width: 760px) {
	.home-news__tag {
		text-align: center;
		margin-right: 1rem;
	}
}


/* ブログ */
.home-blog {
	background: #fff;
}

@media screen and (min-width: 960px) {
	.home-blog {
		display: none;
	}
}

.home-blog .title-h2 {
	margin: 0 2rem 2rem 2rem;
}

@media screen and (min-width: 760px) {
	.home-blog .title-h2 {
		margin: 0 4rem 2rem 4rem;
	}
}

.home-blog .home-btn-more {
	margin: 0;
}

.home-blog__inner {}


.home-blog__lead {
	padding: 0 2rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 760px) {
	.home-blog__lead {
		padding: 0 4rem;
	}
}

.home-blog__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

@media screen and (min-width: 576px) {
	.home-blog__list {
		flex-wrap: nowrap;
		margin: 3rem 0 2rem 0;
	}
}

.home-blog__item {
	margin: 0 1rem 2rem 1rem;
}

@media screen and (min-width: 760px) {
	.home-blog__item {
		margin: 0 1.5rem 2rem 1.5rem;
	}
}

.home-blog__image {
	height: 110px;
	margin-bottom: 1rem;
	line-height: 0;
	border-radius: 10rem;
	line-height: 0;
}

.home-blog__image img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 10rem;
}


.home-blog__title {
	font-size: 1.4rem;
	line-height: 2.2rem;
}




/* みんなからの情報 */
.home-local-info {}

@media screen and (min-width: 960px) {
	.home-local-info {
		display: none;
	}
}

.home-local-info__list {
	margin-bottom: 3rem;
}

@media screen and (min-width: 760px) {
	.home-local-info__list {
		margin-bottom: 4rem;
	}
}

.home-local-info__item {
	border-right: 1px dotted #C3BCAB;
}

.home-local-info__item a {
	display: inline-block;
	padding: 0 1rem 0 2rem;
}

@media screen and (min-width: 760px) {
	.home-local-info__item a {
		padding: 0 3rem;
	}
}

.home-local-info__title {
	margin-bottom: 1rem;
}

.home-local-info__text {
	margin-bottom: 1rem;
	color: #222;
	line-height: 2.2rem;
}

.home-local-info__status {
	margin: .4rem 0;
	color: #777;
	font-size: 1.3rem;
	line-height: 2rem;
}

@media screen and (min-width: 576px) {
	.home-local-info .home-btn-more .btn {
		margin: 1rem auto;
	}
}




/* Feature
   ========================================================================== */

.entry-feature .entry-content {
	background: #fff;
	padding: 1rem 2rem;
	margin: 0 1rem;
	border-radius: 1rem;
}

@media screen and (min-width: 576px) {
	.entry-feature .entry-content {
		margin: 0 2rem;
		padding: 2rem 4rem;
	}
}

@media screen and (min-width: 760px) {
	.entry-feature .entry-content {
		margin: 0 4rem;
	}
}

@media screen and (min-width: 960px) {
	.entry-feature .entry-content {
		margin: 0;
	}
}

.entry-feature .entry-title {
	text-align: left:
}

.entry-feature .entry-date {
	display: inline-block;
	margin-bottom: 1rem;
}

.entry-feature .entry-excerpt {
	max-width: 580px;
	margin: 0 auto;
	text-align: left;
}


.entry-feature .entry-content h2 {
	width: 100%;
	padding: 1.5rem 0 1.6rem 0;
	margin: 4rem 0 2rem 0;
	border-top: 2px dashed #C3BCAB;
	border-bottom: 2px dashed #C3BCAB;
	box-shadow: 0px 0px 0px 6px #fff;
	font-size: 2rem;
}

.entry-feature .entry-content h2::before {
	display: none;
}

.entry-feature .entry-content h3 {
	margin: 3rem 0 1rem 0;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.entry-feature .entry-content h3::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 5px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	background: linear-gradient(transparent 0%, #FFE5E5 0%);
}

.entry-feature .entry-content h4 {
	background: none;
	padding: 0;
	font-size: 1.5rem;
}

.entry-feature .entry-content .content-block {
	width: 100%;
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	margin: 1rem 0;
	background: #FCF8EF;
}

.entry-feature .entry-content .content-block h4 {
	margin: 0 0 1rem 0;
}




/* Other Page Links （他のお出かけ先・エリアへのリンク）
========================================================================== */
.other-pages {
	background: #fff;
	border-radius: 50rem;
	margin: 4rem 1rem 2rem 1rem;
}

@media screen and (min-width: 576px) {
	.other-pages {
		margin: 6rem 4rem 0 4rem;
	}
}

.entry-content h3.other-pages__heading,
.other-pages__heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 2rem;
	color: #d75757;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	letter-spacing: .3rem;
	white-space: nowrap;
}

@media screen and (min-width: 576px) {

	.entry-content h3.other-pages__heading,
	.other-pages__heading {
		justify-content: space-around;
		font-size: 2.2rem;
		line-height: 3.4rem;
	}
}

.other-pages__heading:before,
.other-pages__heading:after {
	content: '';
	display: inline-block;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.other-pages__heading.odekake:before {
	width: 70px;
	height: 100px;
	background-image: url('images/illust_tree_1.png');
}

.other-pages__heading.odekake:after {
	width: 50px;
	height: 103px;
	background-image: url('images/illust_tree_2.png');
}

.other-pages__heading.area:before {
	position: relative;
	bottom: 14px;
	width: 85px;
	height: 81px;
	background-image: url('images/illust_pepe.png');
}

.other-pages__heading.area:after {
	width: 90px;
	height: 46px;
	background-image: url('images/illust_train.png');
}

.other-pages__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 3rem 0 8rem 0;
}

@media screen and (min-width: 576px) {
	.other-pages__content {
		padding: 3rem 5rem 8rem 5rem;
	}
}

.other-pages__item {
	width: 40%;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: 0 1rem 2rem 1rem;
}

@media screen and (min-width: 576px) {
	.other-pages__item {
		width: auto;
		margin: 0 1.5rem 3rem 1.5rem;
	}
}

.other-pages__image img {
	border-radius: 50%;
	object-fit: cover;
	display: inline-block;
	width: 140px;
	height: 140px;
}

@media screen and (min-width: 760px) {
	.other-pages__image img {
		width: 180px;
		height: 160px;
	}
}

.other-pages__title {
	width: 100%;
	padding: 1rem 0;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: #fff;
	font-size: 1.3rem;
	letter-spacing: .1rem;
	text-align: center;
	line-height: 1.8rem;
}

@media screen and (min-width: 576px) {
	.other-pages__title {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}


/* Slick Slider 
========================================================================== */
.slider {
	opacity: 0;
	transition: opacity .3s linear;
}

.slider.slick-initialized {
	opacity: 1;
}


/* Contact form 7
========================================================================== */
.wpcf7-not-valid-tip {
	font-size: .8em;
}


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}