@charset "UTF-8";
/*-------------------------------------
 * foundation/_f-default.scss
-------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	color: #514d4a;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media screen and (min-width: 769px), print {
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1080px), print {
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
input,
textarea,
p,
a,
span,
table,
tr,
th,
td,
img {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (min-width: 769px), print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1080px), print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

header,
main,
aside,
footer,
article,
section,
menu,
nav,
figcaption,
figure {
	display: block;
}

address {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #285da3;
}
a:hover {
	color: #285da3;
	text-decoration: none;
}
a:focus {
	color: #285da3;
	text-decoration: none;
}
@media screen and (min-width: 1080px), print {
	a[href^='tel:'] {
		color: #514d4a;
		text-decoration: none;
		pointer-events: none;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide img:focus {
	outline: none !important;
}
.slick-slide:hover {
	cursor: default !important;
}
.slick-slide:focus {
	outline: none !important;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*-------------------------------------
* object/project/_p-acms.scss
-------------------------------------*/
.acms-tooltip {
	background: #f57b7a;
	z-index: 10 !important;
}
.acms-tooltip:after {
	border-top-color: #f57b7a;
}

/*-------------------------------------
* layout/_l-main.scss
-------------------------------------*/
.l-mainContainer {
	padding-top: 60px;
	position: relative;
}
@media screen and (min-width: 1080px), print {
	.l-mainContainer {
		width: 100%;
		padding-top: 0;
		padding-left: 260px;
	}
}



/*-------------------------------------
* layout/_l-aside.scss
-------------------------------------*/
.l-spHead {
	width: 100%;
	height: 60px;
	background-color: #f57b7a;
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	z-index: 100;
}

.l-spHead__logoWrap--top {
	width: calc(54px + 10px * 2);
	height: 100%;
	display: block;
	padding: 5px 10px 5px 10px;
}

.l-spHead__logoWrap--sub {
	width: 70%;
	height: 100%;
	max-width: 328px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.l-spHead__logo--top {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.l-spHead__logo--sub {
	margin: auto 0;
	padding: 0 10px;
	max-width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

.l-menuBtn {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.l-menuBtn__bar {
	width: 50%;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	display: block;
	transition: 0.5s;
}
.l-menuBtn__bar:first-of-type {
	margin: 0 auto;
	position: absolute;
	top: 22%;
	right: 0;
	left: 0;
}
.l-menuBtn__bar:nth-of-type(2) {
	margin: 0 auto;
	position: absolute;
	top: 37%;
	right: 0;
	left: 0;
	opacity: 1;
}
.l-menuBtn__bar:nth-of-type(3) {
	margin: 0 auto;
	position: absolute;
	top: 52%;
	right: 0;
	left: 0;
}

.l-menuBtn__text {
	font-size: 10px;
	font-size: 1rem;
	margin: 0 auto;
	position: absolute;
	top: 66%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.l-menuBtn__text:before {
	content: 'menu';
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 1;
	transition: 0.5s;
}
.l-menuBtn__text:after {
	content: 'close';
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}

.l-spGnav {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	visibility: hidden;
}
.l-spGnav:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f47a7a;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: -1;
	transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
	-ms-transform: scale(0);
	transform: scale(0);
}

.l-spGnav__inner {
	padding-top: 90px;
	opacity: 0;
	transition: 0.2s;
}

.l-spGnav__heading {
	margin-bottom: 20px;
}

.l-spGnav__headImg {
	width: 164px;
	height: auto;
}

.l-spGnav__items {
	border-bottom: 1px solid #fff;
}

.l-spGnav__itemHead {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 16px 4%;
	position: relative;
	color: #fff;
	font-weight: bold;
}
.l-spGnav__itemHead:not(:first-of-type) {
	border-top: 1px solid #fff;
}

.l-spGnavLbox {
	background-color: #fff;
}

.l-spGnavLbox__items {
	padding: 4px 0;
}

.l-spGnavLbox__item + .l-spGnavLbox__item {
	border-top: 1px solid #d9d0d3;
}

.l-spGnavLbox__itemInner {
	padding: 6px 4%;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}

.l-spGnavLbox__itemIcon {
	margin-right: 10px;
	width: 46px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
}

.l-spGnavLbox__itemName {
	display: inline-block;
	vertical-align: middle;
	color: #514d4a;
}

.l-nav--dt {
	width: 260px;
	height: 100%;
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
	transition: 0.5s;
}
.l-nav--dt::-webkit-scrollbar {
	width: 4px;
}
.l-nav--dt::-webkit-scrollbar-thumb {
	background: #d9d0d3;
}
.l-nav--dt::-webkit-scrollbar-track-piece:start {
	background: #f57b7a;
}
.l-nav--dt::-webkit-scrollbar-track-piece:end {
	background: #f57b7a;
}
.l-nav--dt::-webkit-scrollbar-corner {
	background: transparent;
}

.l-dtGnav {
	padding: 32px 0 0;
	width: 260px;
	background-color: #f57b7a;
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
}
@media screen and (min-height: 900px) {
	.l-dtGnav {
		height: 100%;
	}
}

.l-dtGnav__logoWrap {
	margin: 0 auto 40px;
	width: 165px;
	display: block;
}

.l-dtGnav__logo {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}

.l-dtGnav__foot {
	padding: 20px 0 16px;
	width: 100%;
	background-color: #f35a59;
}
@media screen and (min-height: 900px) {
	.l-dtGnav__foot {
		position: absolute;
		bottom: 0;
	}
}

.l-mainNav {
	margin-bottom: 20px;
}

.l-mainNav__name {
	padding: 15px 20px;
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	transition: 0.3s;
}
.l-mainNav__name:hover {
	padding-left: 30px;
	background-color: #f79c9b;
}

.l-mainNav__icon {
	margin: auto 0;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
}

.l-subNav {
	padding: 30px 0;
	width: 420px;
	height: 100%;
	min-height: 890px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -160px;
	z-index: -1;
	opacity: 0.95;
	transition: left 0.5s;
	opacity: 0;
	visibility: hidden;
}

.l-subNav__headding {
	margin-bottom: 30px;
	text-align: center;
}

.l-subNav__item {
	font-size: 0;
}
.l-subNav__item + .l-subNav__item {
	border-top: 1px solid #d9d0d3;
}

.l-subNav__itemInner {
	padding: 4px 20px;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}
.l-subNav__itemInner:hover {
	background-color: #fde3e2;
}

.l-subNav__itemSvg--list {
	margin-right: 20px;
	padding: 5px 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.l-subNav__itemSvg--map {
	padding: 10px 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.l-subNav__itemSvg--purpose {
	margin-right: 20px;
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.l-subNav__listTextWrap {
	padding: 6px 0;
	width: calc(100% - 70px);
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.l-subNav__listText {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	color: #514d4a;
	font-weight: bold;
}
.l-subNav__listText + .l-subNav__listSubText {
	margin-top: 2px;
}

.l-subNav__listSubText {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	color: #847c77;
}

.l-subNav__areaText {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #514d4a;
	font-weight: bold;
}

.l-subNav__purposeName {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 2px;
}

.l-subNav__purposeName--pregnancy {
	width: 125px;
}

.l-subNav__purposeName--m_examination {
	width: 81.5px;
}

.l-subNav__purposeName--illness_injury {
	width: 158.5px;
}

.l-subNav__purposeName--leave {
	width: 108px;
}

.l-subNav__purposeName--nursery_school {
	width: 58.5px;
}

.l-subNav__purposeName--student {
	width: 137.5px;
}

.l-subNav__purposeName--consult {
	width: 77px;
}

.l-subNav__purposeName--play {
	width: 109.5px;
}

.l-subNav__purposeName--challenged {
	width: 156.5px;
}

/*-------------------------------------
 * layout/_l-header.scss
-------------------------------------*/
.l-header--top {
	position: fixed;
	z-index: -1;
	top: 60px;
	right: 0;
	width: 100%;
}

@media screen and (min-width: 1080px), print {
	.l-header--top {
		top: 0;
		width: calc(100% - 260px);
	}
}

.l-header--top img {
	display: block;
	object-fit: cover;
	object-position: top center;
	width: 100%;
	max-height: 310px;
	height: auto;
}

@media screen and (min-width: 451px), print {
	.l-header--top img {
		max-height: none;
		object-position: center;
		max-height: none;
		min-height: 400px;
	}
}

.l-header__logo--spTop {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 769px), print {
	.l-header__logo--spTop {
		display: none;
	}
}

.l-header__logo--top {
	margin: auto;
	display: none;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
@media screen and (min-width: 769px), print {
	.l-header__logo--top {
		display: block;
	}
}

.l-mainImg1 {
	padding: 0 !important;
}

.l-mainImg1,
.l-mainImg2 {
	display: none;
}
@media screen and (min-width: 769px), print {
	.l-mainImg1,
	.l-mainImg2 {
		display: block;
	}
}

@media screen and (min-width: 1080px), print {
	.l-mainImg1 > li,
	.l-mainImg2 > li {
		height: 351px;
	}
}

.l-mainImg2 {
	padding: 0 !important;
}

.l-header {
	padding: 18px 0 0;
	height: 90px;
	background-color: #faf6f5;
	border-bottom: 2px solid #e2dcde;
}

.l-header__heading {
	text-align: center;
}

.l-header__headingS {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	position: relative;
	top: 4px;
	color: #f57b7a;
	letter-spacing: 1px;
}

.l-header__headingL {
	font-size: 20px;
	font-size: 2rem;
	display: block;
}

/*-------------------------------------
 * layout/_l-main.scss
-------------------------------------*/
@media screen and (min-width: 1080px), print {
	.l-mainFooter {
		padding: 30px 0;
	}
}

.l-mainFooter--back {
	padding-top: 80px;
	background-color: #fff;
}

/*-------------------------------------
 * layout/_l-footer.scss
-------------------------------------*/
.l-footer--back {
	background-color: #fff;
}

.l-footerInner {
	padding-bottom: 16%;
	background-image: url('../../img/footer_bg_sp_renew.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
@media screen and (min-width: 1080px), print {
	.l-footerInner {
		padding-bottom: 120px;
		background-image: url('../../img/footer_bg_pc_renew.png');
		background-position: right -100px bottom;
		background-size: auto;
	}
	.l-footerInner:after {
		content: '';
		width: 100%;
		height: 23px;
		background-color: #e2d9db;
		display: block;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
}

.l-footerNada {
	margin: 0 auto;
	max-width: 340px;
	text-align: center;
}

.l-footerNada__inner {
	border: 1px solid #d9d0d3;
	border-radius: 30px;
	display: block;
	line-height: 50px;
	text-decoration: none;
}

.l-footerNada__logo {
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.l-footerNada__text {
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	color: #514d4a;
}

.l-footerNada__svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.l-address {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 20px 0 30px;
	text-align: center;
}

.l-address__heading {
	font-weight: bold;
	display: block;
}

.l-address__text {
	display: block;
	color: #514d4a;
}

.l-address__tel {
	display: block;
}

.l-copyright {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 15px 0;
	display: block;
	text-align: center;
}

/*-------------------------------------
 * layout/_l-parts.scss
-------------------------------------*/
.l-schedule {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (min-width: 1080px), print {
	.l-schedule {
		margin-bottom: 20px;
	}
}

.l-schedule__btn {
	transition: 0.3s;
	padding: 12px 30px;
	background-color: #514d4a;
	border-radius: 60px;
	display: inline-block;
	text-decoration: none;
}
.l-schedule__btn:hover {
	opacity: 0.8;
}
@media screen and (min-width: 1080px), print {
	.l-schedule__btn {
		padding: 10px 20px;
	}
}

.l-schedule__svgC {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 1080px), print {
	.l-schedule__svgC {
		width: 26px;
		height: 26px;
	}
}

.l-schedule__text {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
@media screen and (min-width: 1080px), print {
	.l-schedule__text {
		margin: 0 2px;
		vertical-align: baseline;
	}
}

.l-schedule__svgT {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
@media screen and (min-width: 1080px), print {
	.l-schedule__svgT {
		width: 10px;
		height: 10px;
		top: 0;
	}
}

.l-document {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 1080px), print {
	.l-document {
		margin: 0 20px 20px;
		padding-top: 20px;
		border-top: 1px solid #fff;
	}
}

/*
.l-document__item {
  width: 50%;
}
*/
.l-document__item:nth-of-type(even) {
	border-left: 1px solid #d9d0d3;
}
@media screen and (min-width: 1080px), print {
	.l-document__item {
		width: 100%;
	}
	.l-document__item:nth-of-type(even) {
		margin-top: 10px;
		border-left: 0;
	}
}

.l-document__itemInner {
	/*  margin: 0 4%;*/
	padding: 10px 4%;
	border-radius: 10px;
	display: block;
	position: relative;
	color: #847c77;
	text-decoration: none;
	line-height: 1.3;
	text-align: center;
	transition: 0.3s;
}
.l-document__itemInner:nth-of-type(even):after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #d9d0d3;
	position: absolute;
	top: 0;
	left: 0;
}
.l-document__itemInner:hover {
	background-color: #f2e4e4;
}
@media screen and (min-width: 1080px), print {
	.l-document__itemInner {
		color: #fff;
	}
	.l-document__itemInner:nth-of-type(even) {
		margin-top: 10px;
	}
	.l-document__itemInner:nth-of-type(even):after {
		content: '';
		display: none;
	}
	.l-document__itemInner:hover {
		background-color: rgba(255, 255, 255, 0.25);
	}
}

.l-document__imgBox {
	margin-bottom: 6px;
	height: 90px;
	position: relative;
}
@media screen and (min-width: 1080px), print {
	.l-document__imgBox {
		height: auto;
	}
}

.l-document__img {
	margin: auto;
	max-width: 90px;
	max-height: 90px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 1080px), print {
	.l-document__img {
		position: static;
	}
}

.l-document__text {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	line-height: 1.4;
}
@media screen and (min-width: 1080px), print {
	.l-document__text {
		color: #fff;
	}
}

.l-document__icon {
	font-size: 10px;
	font-size: 1rem;
	margin-top: 6px;
	padding: 1px 6px;
	background-color: #f5f5f5;
	border: 1px solid #d9d0d3;
	border-radius: 10px;
	display: inline-block;
	color: #847c77;
}

.l-search {
	margin: 0 auto 30px;
	max-width: 600px;
	position: relative;
}

.l-search__box {
	padding: 0 30px;
	width: 100%;
	height: 50px;
	border: 1px solid #aaa;
	border-radius: 30px;
	color: #514d4a;
	font-size: 14px;
	line-height: 50px;
	transition: 0.3s;
}
.l-search__box:focus {
	outline: 0;
	border-color: #f57b7a;
}

.l-search__submit {
	display: none;
}

.l-search__label {
	position: absolute;
	top: 12px;
	right: 30px;
}

.l-search__svg {
	width: 30px;
	height: 30px;
}

.l-scrollTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 50;
	transition: 0.6s;
}
.l-scrollTop:hover {
	bottom: 16px;
}
@media screen and (min-width: 1080px), print {
	.l-scrollTop {
		position: absolute;
		right: 10px;
		bottom: -120px;
		animation: balloon-dt 4s ease-in-out 0s infinite alternate none;
	}
	.l-scrollTop:hover {
		bottom: -120px;
	}
}
@keyframes balloon-dt {
	0% {
		bottom: -120px;
	}
	50% {
		bottom: -100px;
	}
	100% {
		bottom: -120px;
	}
}
.l-scrollTop__img {
	display: block;
	width: 48px;
	height: 62px;
}
@media screen and (min-width: 1080px), print {
	.l-scrollTop__img {
		width: auto;
		height: auto;
	}
}

.l-mainFootNav {
	margin-bottom: 40px;
}
@media screen and (min-width: 1080px), print {
	.l-mainFootNav {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
	}
}

.l-mainFootNav__list {
	margin-bottom: 6px;
}
@media screen and (min-width: 1080px), print {
	.l-mainFootNav__list {
		margin-bottom: 0;
	}
	.l-mainFootNav__list + .l-mainFootNav__list {
		margin-left: 40px;
	}
}

.l-mainFootNav__listIinner {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 4%;
	border-bottom: 2px solid #e2dcde;
	display: block;
	position: relative;
	color: #847c77;
	text-decoration: none;
	line-height: 40px;
}
@media screen and (min-width: 1080px), print {
	.l-mainFootNav__listIinner {
		padding-left: 20px;
		border-bottom: 0;
		display: inline;
		color: #847c77;
		text-decoration: none;
		line-height: inherit;
	}
}

.l-mainFootNav__svg {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 4%;
	top: 10px;
}
@media screen and (min-width: 1080px), print {
	.l-mainFootNav__svg {
		margin: auto;
		top: 0;
		right: auto;
		bottom: 0;
		left: 0;
	}
}

.l-share {
	padding-bottom: 60px;
}
@media screen and (min-width: 1080px), print {
	.l-share {
		padding-bottom: 0;
	}
}

.l-share__heading {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
	width: 175px;
	margin-bottom: 10px;
}

.l-share__lists {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.l-share__list {
	margin: 0 7px;
}

.l-share__listInner {
	height: 40px;
	display: block;
}

.l-share__svg {
	width: 40px;
	height: 40px;
}

/*-------------------------------------
 * layout/page/_l-about.scss
-------------------------------------*/
.l-aboutIntro__text1 {
	margin-bottom: 30px;
}

.l-aboutCont {
	padding-bottom: 20px;
}

.l-aboutCont__list:not(:last-of-type) {
	margin-bottom: 10px;
}

.l-aboutCont__listInner {
	padding: 10px 4%;
	background-color: #fff;
	border-bottom: 1px solid #d9d0d3;
	display: block;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 1080px), print {
	.l-aboutCont__listInner {
		padding: 14px 20px;
	}
}

.l-aboutCont__listHead {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px), print {
	.l-aboutCont__listHead {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1080px), print {
	.l-aboutCont__listHead {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.l-aboutCont__listText {
	color: #514d4a;
}

/*-------------------------------------
 * layout/page/_l-top.scss
-------------------------------------*/
.l-facebook {
	padding: 40px 4% 0;
	background-color: #f57b7a;
}
@media screen and (min-width: 1400px), print {
	.l-facebook {
		padding: 0;
		background-color: transparent;
		position: absolute;
		top: 285px;
		right: 20px;
		z-index: 1;
	}
}

.l-facebook__inner {
	margin: 0 auto;
	padding: 60px 4% 30px;
	max-width: 460px;
	height: 490px;
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 769px), print {
	.l-facebook__inner {
		padding: 60px 30px 30px;
	}
}
@media screen and (min-width: 1400px), print {
	.l-facebook__inner {
		padding: 60px 20px 30px;
		width: 320px;
		height: 390px;
		background-color: #eef24e;
	}
}

.l-facebook__headImg--sp {
	margin: 0 auto;
	width: 300px;
	max-width: 100%;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
}
@media screen and (min-width: 1400px), print {
	.l-facebook__headImg--sp {
		display: none;
	}
}

.l-facebook__headImg--dt {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	display: none;
}
@media screen and (min-width: 1400px), print {
	.l-facebook__headImg--dt {
		display: block;
	}
}

.l-facebook__box {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}
@media screen and (min-width: 1400px), print {
	.l-facebook__box {
		width: 260px;
	}
}

.l-facebook__bottomImg {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 10px;
	left: -8px;
}

.l-topCont {
	margin-bottom: 30px;
}

.l-topCont__heading {
	margin-bottom: 20px;
}
@media screen and (min-width: 1080px), print {
	.l-topCont__heading {
		margin-bottom: 30px;
	}
}

.l-topCont__heading--calendar {
	margin-right: auto;
	margin-left: auto;
	margin-top: -135px;
}

@media screen and (min-width: 769px), print {
	.l-topCont__heading--calendar {
		margin-top: -150px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topCont__heading--calendar {
		margin-top: -187px;
	}
}

.l-topCont__headImg {
	width: 164px;
	height: auto;
}

.l-topCont__headImg--calendar {
	width: 300px;
}

@media screen and (min-width: 769px), print {
	.l-topCont__heading--calendar {
		width: 336px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topCont__headImg--calendar {
		width: 372px;
	}
}

.l-topCont__text {
	margin-bottom: 40px;
	color: #fff;
	line-height: 2em;
	text-align: center;
}
@media screen and (min-width: 1080px), print {
	.l-topCont__text {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topCont__inner {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
	}
}

.l-topContInner__heading {
	margin-bottom: 30px;
	text-align: center;
}

.l-list {
	margin-bottom: 30px;
}
@media screen and (min-width: 1080px), print {
	.l-list {
		margin-bottom: 0;
		width: 500px;
	}
}

.l-list__inner {
	margin: 0 -2%;
}
@media screen and (min-width: 1080px), print {
	.l-list__inner {
		margin: 0;
	}
}

.l-list__items {
	margin: 0 auto;
	max-width: 600px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l-list__item {
	margin: 0 2% 10px;
	width: calc((100% - 12%) / 3);
	border-radius: 8px;
	position: relative;
}
.l-list__item:before {
	content: '';
	padding-top: 100%;
	display: block;
}
@media screen and (min-width: 769px), print {
	.l-list__item {
		margin: 0 2% 20px;
	}
}
@media screen and (min-width: 1080px), print {
	.l-list__item {
		margin: 0 10px 20px;
		width: 36%;
	}
}

.l-list__itemInner {
	padding: 4%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	display: block;
	transition: 0.3s;
	position: absolute;
	top: 0;
	color: #847c77;
	text-align: center;
	text-decoration: none;
}
.l-list__itemInner:hover {
	background-color: #fde3e2;
	color: #847c77;
}
@includ mq(dt) {
	.l-list__itemInner {
		padding: 0;
	}
}
.l-list__itemIcon {
	margin: 6% auto;
	width: 60%;
	height: 60%;
	display: block;
}
@media screen and (min-width: 1080px), print {
	.l-list__itemIcon {
		margin: 6% auto 8%;
	}
}

.l-list__itemName {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	line-height: 1.2;
}
@media screen and (min-width: 650px), print {
	.l-list__itemName {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1080px), print {
	.l-list__itemName {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1160px), print {
	.l-list__itemName {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 1400px), print {
	.l-list__itemName {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-map {
		width: 530px;
	}
}

.l-map__mapCont {
	margin: 0 auto;
	padding: 20px 4%;
	max-width: 600px;
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 1080px), print {
	.l-map__mapCont {
		padding: 39px 30px;
		border-radius: 10px;
	}
}

.l-map__mapImg {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.l-map__mapBtn {
	padding: 12px 10px;
	width: 34%;
	display: block;
	border-radius: 10px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	color: #fff;
	font-size: 3.125vw;
	text-align: center;
	text-decoration: none;
	opacity: 0.9;
	transition: 0.3s;
}
.l-map__mapBtn:hover {
	color: #fff;
}
.l-map__mapBtn:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 440px), print {
	.l-map__mapBtn {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1080px), print {
	.l-map__mapBtn {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.l-map__mapBtn:after {
		right: 10px;
	}
}

.l-map__mapBtn--A {
	background-color: #65bac1;
}
.l-map__mapBtn--A:hover {
	background-color: #89cad0;
}

.l-map__mapBtn--B {
	background-color: #ea705c;
}
.l-map__mapBtn--B:hover {
	background-color: #f09889;
}

.l-map__mapBtn--C {
	background-color: #55bc88;
}
.l-map__mapBtn--C:hover {
	background-color: #7acaa2;
}

.l-map__mapBtn--D {
	background-color: #ea3f3f;
}
.l-map__mapBtn--D:hover {
	background-color: #ef6d6d;
}

.l-map__mapBtn--E {
	background-color: #79c95b;
}
.l-map__mapBtn--E:hover {
	background-color: #98d681;
}

.l-map__mapBtn--F {
	background-color: #dbba33;
}
.l-map__mapBtn--F:hover {
	background-color: #e3c95e;
}

.l-map__mapBtn--A {
	top: 4%;
	left: 4%;
}

.l-map__mapBtn--B {
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
}

.l-map__mapBtn--C {
	bottom: 4%;
	left: 4%;
}

.l-map__mapBtn--D {
	top: 4%;
	right: 4%;
}

.l-map__mapBtn--E {
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}

.l-map__mapBtn--F {
	right: 4%;
	bottom: 4%;
}

.l-map__areaName1 {
	margin-right: 2px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
}

.l-map__areaName2 {
	font-weight: bold;
}

.l-purpose__heading {
	margin-bottom: 30px;
}

.l-purpose__headImg {
	width: 164px;
	height: auto;
}

.l-purpose__text {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.8;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__text {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2em;
	}
}

.l-purpose__inner {
	margin: 0 -2%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__inner {
		margin: 0;
	}
}

.l-purpose__items {
	margin: 0 auto;
	max-width: 720px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__items {
		max-width: 1000px;
	}
}

.l-purpose__item {
	margin: 0 2% 10px;
	width: calc((100% - 12%) / 3);
	border-radius: 8px;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__item {
		margin: 0 10px 20px;
		width: 180px;
	}
}

.l-purpose__itemInner {
	display: block;
	transition: 0.3s;
	text-decoration: none;
}
.l-purpose__itemInner:hover .l-purpose__itemIcon {
	background-color: #fef1f1;
}

.l-purpose__itemIcon {
	margin: 0 auto 10px;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	transition: 0.3s;
}
.l-purpose__itemIcon:before {
	content: '';
	padding-top: 100%;
	display: block;
}

.l-purpose__itemSvg {
	margin: auto;
	width: 88%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.l-purpose__itemName {
	margin: 0 auto;
	height: auto;
	display: block;
}

.l-purpose__itemTextName {
	color: #514d4a;
	font-size: 3.125vw;
	text-align: center;
}
@media screen and (min-width: 410px), print {
	.l-purpose__itemTextName {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.l-purpose__itemName--pregnancy {
	width: 71.42%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--pregnancy {
		width: 125px;
	}
}

.l-purpose__itemName--m_examination {
	width: 46.57%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--m_examination {
		width: 81.5px;
	}
}

.l-purpose__itemName--illness_injury {
	width: 90.57%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--illness_injury {
		width: 158.5px;
	}
}

.l-purpose__itemName--leave {
	width: 61.71%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--leave {
		width: 108px;
	}
}

.l-purpose__itemName--nursery_school {
	width: 40.28%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--nursery_school {
		width: 58.5px;
	}
}

.l-purpose__itemName--student {
	width: 78.57%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--student {
		width: 137.5px;
	}
}

.l-purpose__itemName--consult {
	width: 44%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--consult {
		width: 77px;
	}
}

.l-purpose__itemName--play {
	width: 62.57%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--play {
		width: 109.5px;
	}
}

.l-purpose__itemName--challenged {
	width: 89.42%;
}
@media screen and (min-width: 1080px), print {
	.l-purpose__itemName--challenged {
		width: 156.5px;
	}
}

/*-------------------------------------
* layout/page/_l-list.scss
-------------------------------------*/
.l-categoryHead {
	padding: 20px 0 30px;
}

.l-categoryHead__Icon {
	margin: 0 auto;
	width: 60px;
	display: block;
}
@media screen and (min-width: 1080px), print {
	.l-categoryHead__Icon {
		width: 80px;
	}
}

.l-categoryHead__name {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (min-width: 1080px), print {
	.l-categoryHead__name {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.l-listForm {
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid #d9d0d3;
}

.l-listForm__openBtn {
	padding: 15px 4%;
	position: relative;
	text-align: center;
	transition: 0.3s;
}
.l-listForm__openBtn:hover {
	background-color: #fde3e2;
}
@media screen and (min-width: 1080px), print {
	.l-listForm__openBtn {
		padding: 15px 20px;
	}
}

.l-listForm__openIcon {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: 10px;
}

.l-listForm__heading {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 769px), print {
	.l-listForm__heading {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1080px), print {
	.l-listForm__heading {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.l-listForm__toggleIcon {
	border: 1px solid #f57b7a;
}

.l-listForm__form {
	padding: 15px 4%;
	border-top: 1px solid #d9d0d3;
}
@media screen and (min-width: 1080px), print {
	.l-listForm__form {
		padding: 20px;
	}
}

.l-listForm__lists {
	margin-bottom: 15px;
}
@media screen and (min-width: 1080px), print {
	.l-listForm__lists {
		margin-bottom: 20px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 1080px), print {
	.l-listForm__lists {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-listForm__list {
		width: 50%;
	}
}

.l-listForm__check {
	display: none;
}
.l-listForm__check:checked + .l-listForm__label:after {
	opacity: 1;
}

.l-listForm__label {
	padding-left: 36px;
	position: relative;
}
.l-listForm__label:before {
	content: '';
	margin: auto 0;
	width: 15px;
	height: 15px;
	border: 1px solid #d9d0d3;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
}
.l-listForm__label:after {
	content: '';
	margin: auto 0;
	width: 5px;
	height: 10px;
	border-right: 2px solid #55ac35;
	border-bottom: 2px solid #55ac35;
	display: block;
	position: absolute;
	top: -3px;
	bottom: 0;
	left: 15px;
	opacity: 0;
	transition: 0.2s;
	transform: rotate(45deg);
}

.l-listForm__checkIcon {
	padding: 10px 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 1080px), print {
	.l-listForm__checkIcon {
		width: 40px;
		height: 40px;
	}
}

.l-listForm__name {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -6px;
}

.l-listForm__submit {
	display: none;
}

.l-search_submitLabel {
	margin: 0 auto;
	padding: 14px 0;
	max-width: 400px;
	background-color: #55ac35;
	border-radius: 70px;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	transition: 0.3s;
}
.l-search_submitLabel:hover {
	background-color: #6dc84c;
	cursor: pointer;
}

.l-listForm__submitIcon {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: 10px;
}

.l-listForm__submitText {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.l-listForm__submitTri {
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
}

.l-entryListWrap {
	margin-top: 10px;
}

.l-entryList__heading {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 4%;
	margin-bottom: 20px;
	border-bottom: 4px solid;
}
@media screen and (min-width: 1080px), print {
	.l-entryList__heading {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 10px 20px;
	}
}

.l-entryList__lists {
	margin-bottom: 30px;
}

.l-entryList__list {
	margin-bottom: 10px;
}

.l-entryList__inner {
	background-color: #fff;
	border-bottom: 1px solid #d9d0d3;
	display: block;
	position: relative;
	color: #514d4a;
	text-decoration: none;
	transition: 0.3s;
}
.l-entryList__inner:hover {
	color: #514d4a;
	background-color: #fde3e2;
}
.l-entryList__inner:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid;
	border-right: 2px solid;
	position: absolute;
	top: 50%;
	right: 6%;
	transform: rotate(45deg) translate(-30%, -30%);
}
@media screen and (min-width: 1080px), print {
	.l-entryList__inner:after {
		right: 40px;
	}
}

.l-entryList__inner {
	padding: 10px 10% 10px 4%;
	font-size: 0;
}
@media screen and (min-width: 1080px), print {
	.l-entryList__inner {
		padding: 14px 20px;
	}
}

.l-entryList__inner--calendar:after {
	border-color: #fff;
}

.l-entryList__inner--circle:after {
	border-color: #ef8965;
}

.l-entryList__inner--facebook:after {
	border-color: #3b5998;
}

.l-entryList__inner--hall:after {
	border-color: #5a96ba;
}

.l-entryList__inner--hospital:after {
	border-color: #79a9b4;
}

.l-entryList__inner--line:after {
	border-color: #00b900;
}

.l-entryList__inner--mappin:after {
	border-color: #48b75d;
}

.l-entryList__inner--park:after {
	border-color: #6bb07c;
}

.l-entryList__inner--school:after {
	border-color: #dfbb23;
}

.l-entryList__inner--search:after {
	border-color: #514d4a;
}

.l-entryList__inner--service:after {
	border-color: #bb95ce;
}

.l-entryList__inner--triangle:after {
	border-color: #e2dcde;
}

.l-entryList__inner--triangle--w:after {
	border-color: #fff;
}

.l-entryList__inner--twitter:after {
	border-color: #68aade;
}

.l-entryList__inner--window:after {
	border-color: #9e9e9e;
}

.l-entryList__imgIconWrap {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 1080px), print {
	.l-entryList__imgIconWrap {
		width: 40px;
		height: 40px;
	}
}

.l-entryList__icon {
	width: 100%;
}

.l-entryList__imgIcon {
	width: 100%;
}

.l-entryList__itemTextWrap {
	padding-left: 4%;
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 1080px), print {
	.l-entryList__itemTextWrap {
		padding-left: 20px;
	}
}

.l-entryList__itemAddress {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	line-height: 1.4;
}
@media screen and (min-width: 1080px), print {
	.l-entryList__itemAddress {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.l-entryList__itemDistance {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	line-height: 1.4;
}
@media screen and (min-width: 1080px), print {
	.l-entryList__itemDistance {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.l-detail {
	padding: 30px 0 0;
}
@media screen and (min-width: 1080px), print {
	.l-detail {
		padding: 30px 0;
	}
}

.l-detail__iconBox {
	text-align: center;
}
.l-detail__iconBox + .l-detail__mainImg {
	margin-top: 30px;
}
@media screen and (min-width: 1080px), print {
	.l-detail__iconBox {
		text-align: right;
	}
}

.l-detail__icon {
	height: 30px;
}

.l-detail__mainImgBox {
}

.l-detail__mainImg  {
	max-width: 800px;
	display: block;
	margin: auto;
}

.l-detail__mainImgBox figure {
	background-color: #faf6f5;
	min-width: 800px;
	padding:10px;
	display: table;
	margin: 30px auto;
}

.l-detail__mainImgBox figcaption {
	caption-side: bottom;
	display: table-caption;
	text-align: center;
	background-color: #f2e4e4;
	padding: 5px;
	/* font-weight: bold; */
	/* color: #FFF; */
}

@media screen and (max-width: 800px), print {
	.l-detail__mainImg  {
		max-width: 100%;
	}

	.l-detail__mainImgBox figure {
		min-width: unset;
		width: 100%;
	}
}

.l-detail__lists {
	margin-bottom: 30px;
	width: 100%;
}

.l-detail__list {
	padding: 10px 0;
	font-size: 0;
}
.l-detail__list:not(:last-of-type) {
	border-bottom: 1px solid #d9d0d3;
}

.l-detail__listHead {
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 20px;
	width: 70px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 769px), print {
	.l-detail__listHead {
		font-size: 15px;
		font-size: 1.5rem;
		width: 120px;
	}
}
@media screen and (min-width: 1080px), print {
	.l-detail__listHead {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.l-detail__listText {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 6% 0 4%;
	width: calc(100% - 70px);
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
@media screen and (min-width: 769px), print {
	.l-detail__listText {
		font-size: 15px;
		font-size: 1.5rem;
		width: calc(100% - 120px);
	}
}
@media screen and (min-width: 1080px), print {
	.l-detail__listText {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.l-detail__listImgBox {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6% 0 4%;
	width: calc(100% - 70px);
}
@media screen and (min-width: 769px), print {
	.l-detail__listImgBox {
		width: calc(100% - 120px);
	}
}

.l-detail__listImg {
	max-width: 100%;
}
@media screen and (min-width: 1080px), print {
	.l-detail__listImg {
		max-width: 540px;
	}
}

.l-detailMap {
	margin: 0 auto;
	max-width: 1180px;
}
@media screen and (min-width: 1080px), print {
	.l-detailMap {
		padding: 0 30px;
	}
}

.l-detailMap__map {
	height: 300px;
}
@media screen and (min-width: 1080px), print {
	.l-detailMap__map {
		height: 400px;
	}
}

/*-------------------------------------
* layout/page/_l-map.scss
-------------------------------------*/
@media screen and (min-width: 1080px), print {
	.l-mapFbox {
		height: auto;
	}
}

@media screen and (min-width: 1080px), print {
	.l-mapFbox__top {
		width: calc(100% - 540px);
		height: 600px;
		position: absolute;
		z-index: 1;
	}
}

.l-mapFbox__bottom {
	height: 60px;
	position: fixed;
	bottom: 0;
	overflow: auto;
	transition: 0.3s;
}
@media screen and (min-width: 1080px), print {
	.l-mapFbox__bottom {
		height: auto;
		position: static;
		overflow: visible;
	}
}

.l-mapFbottom__Btn {
	width: 100%;
	height: 60px;
	background-color: #f57b7a;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 10;
}
.l-mapFbottom__Btn:after {
	content: '';
	margin: 0 auto;
	width: 10px;
	height: 10px;
	display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	transition: 0.4s;
	transform: rotate(-135deg) translate(-30%, -30%);
}
@media screen and (min-width: 1080px), print {
	.l-mapFbottom__Btn {
		display: none;
	}
}

.l-mapFbottom__BtnText {
	font-size: 10px;
	font-size: 1rem;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.l-mapFbottom__BtnText:before {
	content: 'open';
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0;
	opacity: 1;
	transition: 0.5s;
}
.l-mapFbottom__BtnText:after {
	content: 'close';
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}

@media screen and (min-width: 1080px), print {
	.l-mapFbottom__inner {
		padding-top: 640px;
		position: relative;
	}
}

.l-mapBox {
	height: 500px;
}
@media screen and (min-width: 1080px), print {
	.l-mapBox {
		width: calc(100% - 260px);
		float: left;
	}
}

#replace_mapcont {
	height: 100%;
}

.l-mapFrame {
	width: 100%;
	height: 100%;
}

#item_map {
	width: 100%;
}

.accessmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.accessmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-mapBalloon__head {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 3px 0;
}
@media screen and (min-width: 769px), print {
	.l-mapBalloon__head {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1080px), print {
	.l-mapBalloon__head {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.l-mapBalloon__address {
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (min-width: 1080px), print {
	.l-mapBalloon__address {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.l-locationBtn {
	margin: 0 auto 20px;
	padding: 14px 0;
	max-width: 400px;
	background-color: #fff;
	border-radius: 70px;
	display: block;
	position: relative;
	color: #55ac35;
	text-align: center;
	transition: 0.3s;
}
.l-locationBtn:hover {
	background-color: #cdecc1;
	cursor: pointer;
}
@media screen and (min-width: 1080px), print {
	.l-locationBtn {
		display: none;
	}
}

.l-locationBtn__Icon {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: 10px;
}

.l-locationBtn__text {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.l-locationBtn__triIcon {
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
}

.l-mapFormBox {
	padding: 80px 4% 30px;
	background-color: #f57b7a;
}
@media screen and (min-width: 1080px), print {
	.l-mapFormBox {
		padding: 30px 20px;
		background-color: #fff;
		width: 280px;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.l-mapFormBox__form {
	padding: 15px 0 10px;
	background-color: #fff;
	border-radius: 10px;
}
@media screen and (min-width: 1080px), print {
	.l-mapFormBox__form {
		padding: 20px 0;
	}
}

.l-mapFormBox__heading {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #55ac35;
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 769px), print {
	.l-mapFormBox__heading {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1080px), print {
	.l-mapFormBox__heading {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.l-mapFormBox__lists {
	padding: 0 4%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width: 1080px), print {
	.l-mapFormBox__lists {
		padding: 0;
		display: block;
	}
}

.l-mapFormBox__list {
	margin-bottom: 12px;
	width: 50%;
	max-width: 260px;
	font-size: 0;
}
@media screen and (min-width: 1080px), print {
	.l-mapFormBox__list {
		margin-bottom: 15px;
		width: auto;
	}
}

.l-mapFormBox__radio {
	display: none;
}
.l-mapFormBox__radio:checked + .l-mapFormBox__label:after {
	display: block;
}

.l-mapFormBox__label {
	padding-left: 12px;
	position: relative;
}
.l-mapFormBox__label:before {
	content: '';
	margin: auto 0;
	width: 10px;
	height: 10px;
	border: 1px solid #55ac35;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.l-mapFormBox__label:after {
	content: '';
	margin: auto 0;
	width: 6px;
	height: 6px;
	background-color: #55ac35;
	border-radius: 50%;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
}
@media screen and (min-width: 1080px), print {
	.l-mapFormBox__label:before {
		width: 12px;
		height: 12px;
	}
	.l-mapFormBox__label:after {
		width: 8px;
		height: 8px;
	}
}

.l-mapFormBox__iconBox {
	margin: 0 6px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 769px), print {
	.l-mapFormBox__iconBox {
		margin: 0 10px;
		width: 40px;
	}
}

.l-mapFormBox__icon {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.l-mapFormBox__name {
	font-size: 11px;
	font-size: 1.1rem;
	width: calc(100% - 44px);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 2px;
}
@media screen and (min-width: 769px), print {
	.l-mapFormBox__name {
		font-size: 14px;
		font-size: 1.4rem;
		width: auto;
	}
}

/*-------------------------------------
 * layout/page/_l-privacy.scss
-------------------------------------*/
.l-privacy__intro {
	margin-bottom: 20px;
}

.l-privacy__list dd {
	margin-bottom: 20px;
}

.l-privacy__items {
	padding-left: 22px;
	list-style: disc;
}

/*-------------------------------------
 * layout/page/_l-sitemap.scss
-------------------------------------*/
.l-sitemap__item {
	border-bottom: 2px solid #d9d0d3;
	display: block;
	position: relative;
	color: #847c77;
}

.l-sitemap__item--text,
.l-sitemap__item--level1 {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 14px 10px 12px 30px;
	font-weight: bold;
}
@media screen and (min-width: 1080px), print {
	.l-sitemap__item--text,
	.l-sitemap__item--level1 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.l-sitemap__item--level1 {
	text-decoration: none;
	transition: 0.3s;
}

.l-sitemap__item--level2 {
	margin-left: 20px;
	padding: 14px 10px 12px;
	text-decoration: none;
	transition: 0.3s;
}

.l-sitemap__icon {
	margin: auto 0;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 6px;
}

.l-sitemap__icon-text {
	transform: rotate(90deg);
}

/*-------------------------------------
 * object/project/_p-box.scss
-------------------------------------*/
.p-box-adminAction {
	margin-top: 30px;
}

.p-box_hide--sp {
	display: none;
}
@media screen and (min-width: 1080px), print {
	.p-box_hide--sp {
		display: block;
	}
}

.p-box_hide--dt {
	display: block;
}
@media screen and (min-width: 1080px), print {
	.p-box_hide--dt {
		display: none;
	}
}

.p-box-mainWidth {
	margin-left: 0;
	margin-right: 0;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 1180px;
	position: relative;
}

.p-box-mainWidth--event {
	max-width: calc(1480px + 4% * 2);
	padding-right: 2.5%;
	padding-left: 2.5%;
}

@media screen and (min-width: 769px), print {
	.p-box-mainWidth--event {
		padding-left: 4%;
		padding-right: 4%;
	}
}

.p-box-mainWidth.footer::after {
	content: '';
	display: block;
	background-image: url(../../img/logo_kodomotto.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: -20px;
	width: 100%;
	height: 90px;
}

@media screen and (min-width: 1080px), print {
	.p-box-mainWidth {
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.p-box-mainHeight--s {
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-box-mainHeight--sm {
	padding-top: 30px;
	padding-bottom: 60px;
}

.p-box-mainHeight--m {
	padding-top: 60px;
	padding-bottom: 60px;
}

.p-box-mainHeight--l {
	padding-top: 90px;
	padding-bottom: 90px;
}

.p-box-jaggedCont,
.p-box-coordinator {
	padding: 30px 0 45px;
	background-color: #f57b7a;
	position: relative;
}
.p-box-jaggedCont:after {
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	background-image: url('../../img/bk3.png');
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	bottom: 0;
}

.p-box-waveCont {
	padding: 30px 0 10px;
	background-color: #f2e4e4;
	position: relative;
}
.p-box-waveCont:after {
	content: '';
	display: block;
	z-index: 1;
	width: 100%;
	height: 40px;
	background-image: url('../../img/bg2.png');
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	bottom: -39px;
}

.p-box-border--calendar {
	border-color: #fff;
}

.p-box-border--circle {
	border-color: #ef8965;
}

.p-box-border--facebook {
	border-color: #3b5998;
}

.p-box-border--hall {
	border-color: #5a96ba;
}

.p-box-border--hospital {
	border-color: #79a9b4;
}

.p-box-border--line {
	border-color: #00b900;
}

.p-box-border--mappin {
	border-color: #48b75d;
}

.p-box-border--park {
	border-color: #6bb07c;
}

.p-box-border--school {
	border-color: #dfbb23;
}

.p-box-border--search {
	border-color: #514d4a;
}

.p-box-border--service {
	border-color: #bb95ce;
}

.p-box-border--triangle {
	border-color: #e2dcde;
}

.p-box-border--triangle--w {
	border-color: #fff;
}

.p-box-border--twitter {
	border-color: #68aade;
}

.p-box-border--window {
	border-color: #9e9e9e;
}

/*-------------------------------------
 * object/project/_p-btn.scss
-------------------------------------*/
.p-btn-openToggle {
	border-radius: 50%;
	display: block;
}
.p-btn-openToggle:after {
	content: '';
	margin: 0 auto;
	width: 20%;
	height: 20%;
	border-right: 2px solid;
	border-bottom: 2px solid;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	transition: 0.4s;
}

/*-------------------------------------
 * object/project/_p-headline.scss
-------------------------------------*/
.p-headline-fw {
	font-weight: bold;
}

.p-headline-border {
	font-size: 18px;
	font-size: 1.8rem;
	height: 2em;
	display: inline-block;
	color: #f57b7a;
	font-weight: bold;
	line-height: 2em;
}
.p-headline-border:after {
	content: '';
	margin: auto;
	width: 70%;
	display: block;
	border-bottom: 2px solid #f57b7a;
}

.p-headline-radius,
.p-headline-radius--w {
	padding: 2px 20px;
	border: 1px solid;
	border-radius: 10px / 30px;
	display: inline-block;
}

.p-headline-radius--w {
	color: #fff;
}

.p-headline-toggleTtl {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0.25em 0 0.5em 0.75em;
	width: 100%;
	border-bottom: 4px solid #ccc;
	position: relative;
	font-size: 120%;
}
.p-headline-toggleTtl:after {
	content: '';
	width: 20%;
	height: 4px;
	background-color: #f57b7a;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
}

/*-------------------------------------
 * object/project/_p-icon.scss
-------------------------------------*/
.p-icon-spImg {
	height: auto;
}

.p-icon-badge--pdf {
	font-size: 10px;
	font-size: 1rem;
	margin-left: 10px;
	padding: 2px 6px;
	background-color: #efefef;
	border: 1px solid #f57b7a;
	border-radius: 10px;
	color: #f57b7a;
}

/*-------------------------------------
* object/project/_p-img.scss
-------------------------------------*/
.p-img-center {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}

/*-------------------------------------
* object/project/_p-list.scss
-------------------------------------*/
.p-list-link {
	padding: 14px 4% 12px;
	border-bottom: 2px solid #d9d0d3;
	display: block;
	position: relative;
	color: #847c77;
	text-decoration: none;
}
@media screen and (min-width: 1080px), print {
	.p-list-link {
		padding: 14px 20px 12px;
	}
}

/*-------------------------------------
 * object/project/_p-svg.scss
-------------------------------------*/
.p-svg-defs {
	display: none;
}

.p-svg-white {
	fill: #fff;
}

svg {
	fill: #f57b7a;
}

.p-svg-calendar {
	fill: #fff;
}

.p-svg-circle {
	fill: #ef8965;
	stroke: #ef8965;
}

.p-svg-facebook {
	fill: #3b5998;
}

.p-svg-hall {
	fill: #5a96ba;
}

.p-svg-hospital {
	fill: #79a9b4;
}

.p-svg-line {
	fill: #00b900;
}

.p-svg-mappin {
	fill: #48b75d;
}

.p-svg-park {
	fill: #6bb07c;
}

.p-svg-school {
	fill: #dfbb23;
}

.p-svg-search {
	fill: #514d4a;
}

.p-svg-service {
	fill: #bb95ce;
}

.p-svg-triangle {
	fill: #e2dcde;
}

.p-svg-triangle--w {
	fill: #fff;
}

.p-svg-twitter {
	fill: #68aade;
}

.p-svg-window {
	fill: #9e9e9e;
}

.p-svg-areaA {
	fill: #65bac1;
}

.p-svg-areaB {
	fill: #ea705c;
}

.p-svg-areaC {
	fill: #55bc88;
}

.p-svg-areaD {
	fill: #ea3f3f;
}

.p-svg-areaE {
	fill: #79c95b;
}

.p-svg-areaF {
	fill: #dbba33;
}

.p-svg-circle__body {
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.p-svg-circle__stem {
	fill: none !important;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.p-svg-st--purpose {
	fill: none;
	stroke: #363230;
}

.p-svg-st--white {
	fill: none;
	stroke: #fff;
}

.p-svg-fill--purpose {
	fill: #363230;
}

.p-svg-fill--white {
	fill: #fff;
}

.p-svg-fill--pink {
	fill: #f57b7a;
}

.p-svg-sw02,
.p-svg-sw04,
.p-svg-sw05,
.p-svg-sw06,
.p-svg-sw08 {
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.p-svg-sw02 {
	stroke-width: 0.4;
}

.p-svg-sw04 {
	stroke-width: 0.4;
}

.p-svg-sw05 {
	stroke-width: 0.6;
}

.p-svg-sw06 {
	stroke-width: 0.6;
}

.p-svg-sw08 {
	stroke-width: 0.6;
}

.p-svg-icon--s,
.p-svg-icon--m,
.p-svg-icon--l {
	display: inline-block;
	vertical-align: middle;
}

.p-svg-icon--s {
	width: 16px;
	height: 16px;
}

.p-svg-icon--m {
	width: 24px;
	height: 24px;
}

.p-svg-icon--l {
	width: 80px;
	height: 80px;
}

/*-------------------------------------
 * object/project/_p-text.scss
-------------------------------------*/
@media screen and (min-width: 1080px), print {
	.p-text-dtCenter {
		text-align: center;
	}
}

.p-text-wordWrap {
	display: inline-block;
}

.p-text-color--calendar {
	color: #fff;
}

.p-text-color--circle {
	color: #ef8965;
}

.p-text-color--facebook {
	color: #3b5998;
}

.p-text-color--hall {
	color: #5a96ba;
}

.p-text-color--hospital {
	color: #79a9b4;
}

.p-text-color--line {
	color: #00b900;
}

.p-text-color--mappin {
	color: #48b75d;
}

.p-text-color--park {
	color: #6bb07c;
}

.p-text-color--school {
	color: #dfbb23;
}

.p-text-color--search {
	color: #514d4a;
}

.p-text-color--service {
	color: #bb95ce;
}

.p-text-color--triangle {
	color: #e2dcde;
}

.p-text-color--triangle--w {
	color: #fff;
}

.p-text-color--twitter {
	color: #68aade;
}

.p-text-color--window {
	color: #9e9e9e;
}

/*-------------------------------------
* layout/_l-toggleBox.scss
-------------------------------------*/
.p-toggleBox + h2 {
	margin-top: 20px;
}
@media screen and (min-width: 1080px), print {
	.p-toggleBox {
		margin: 0 -10px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}
}

.p-toggleBox__item:not(:last-of-type) {
	margin-bottom: 20px;
}
@media screen and (min-width: 1080px), print {
	.p-toggleBox__item {
		margin: 0 10px 20px;
		width: calc(50% - 20px);
	}
}

.p-toggleBox-head {
	transition: 0.3s;
	background-color: #f57b7a;
	padding: 10px 4%;
	position: relative;
}
.p-toggleBox-head:hover {
	opacity: 0.8;
}

.p-toggleBox-head__inner {
	width: calc(100% - 30px - 4%);
	color: #fff;
}

.p-toggleBox-head__heading {
	margin-bottom: 6px;
	padding: 0 0 6px 2%;
	border-bottom: 1px solid #fff;
}

.p-toggleBox-head__subText {
	padding-left: 2%;
}

.p-toggleBox-head__btn {
	width: 30px;
	height: 30px;
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 4%;
	bottom: 0;
}
.p-toggleBox-head__btn:after {
	border-color: #f57b7a;
}

.p-toggleBox-cont {
	padding: 20px 4%;
	background-color: #fff;
	border-bottom: 2px solid #e2dcde;
}

.column_article {
  padding: 25px;
}
.column_article img {
  max-width: 50%;
  height: auto;
  float: left;
  margin: 0 20px 10px 0;
  vertical-align: bottom;
}

.column_article_detail {
	text-align: right;
}
.column_article_detail::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 1080px), print {
	.p-toggleBox-cont {
		padding: 20px;
	}
}

.p-toggleBox-separateCont {
	background-color: #fff;
	border-bottom: 2px solid #e2dcde;
}

.p-toggleBox-separate {
	padding: 20px;
}
.p-toggleBox-separate:not(:first-of-type) {
	padding-top: 30px;
}
.p-toggleBox-separate:not(:last-of-type) {
	border-bottom: 1px solid #ebe7e8;
}

.p-toggleBox-cont__text {
	margin-bottom: 20px;
}

.p-toggleBox-contFrame {
	padding: 10px 4%;
	border: 2px solid #e2dcde;
}
.p-toggleBox-contFrame + .p-toggleBox-cont__links {
	margin-top: 20px;
}

.p-toggleBox-contFrame__heading {
	color: #f57b7a;
	font-weight: bold;
}

.p-toggleBox-contFrame__lists {
	padding-left: 2em;
}

.p-toggleBox-contFrame__list {
	position: relative;
}
.p-toggleBox-contFrame__list:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border: 2px solid #f57b7a;
	border-radius: 50%;
	position: absolute;
	left: -14px;
	top: 7px;
}

.p-toggleBox-cont__link {
	margin-bottom: 6px;
}

.p-toggleBox-cont__linkInner {
	padding: 6px 4%;
	border-bottom: 2px solid #e2dcde;
	display: block;
	position: relative;
	text-decoration: none;
}
.p-toggleBox-cont__linkInner:after {
	content: '';
	width: 0px;
	height: 0px;
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: transparent #f57b7a transparent transparent;
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
}
.p-toggleBox-cont__linkInner:hover {
	color: #f57b7a;
}
@media screen and (min-width: 1080px), print {
	.p-toggleBox-cont__linkInner {
		padding: 6px 10px;
	}
}

.p-toggleBox-cont__pdfIcon {
	position: relative;
	top: -2px;
}

/*-------------------------------------
 * object/project/_p-schedule.scss
-------------------------------------*/
.sch-pager {
	margin-bottom: 16px;
	text-align: center;
}
.sch-pager > li {
	display: inline-block;
}
.sch-pager > li:not(:last-of-type) {
	margin-right: 20px;
}

.scheduleWrap {
	position: relative;
	overflow-x: auto;
}
.scheduleWrap::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.scheduleWrap::-webkit-scrollbar-thumb {
	background: #ddd;
}
.scheduleWrap::-webkit-scrollbar-track-piece:start {
	background: transparent;
}
.scheduleWrap::-webkit-scrollbar-track-piece:end {
	background: transparent;
}
.scheduleWrap::-webkit-scrollbar-corner {
	background: transparent;
}
.scheduleWrap:before {
	font-size: 18px;
	font-size: 1.8rem;
	content: '左右にスクロールしてください';
	padding-top: 30px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	transition: 0.3s;
}
@media screen and (min-width: 920px), print {
	.scheduleWrap:before {
		display: none;
	}
}
@media screen and (min-width: 1080px), print {
	.scheduleWrap {
		overflow-x: visible;
	}
}

.schedule {
	margin: 0 auto;
	width: 840px;
	box-shadow: inset 1px 1px 0 0 #ccc;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 1080px), print {
	.schedule {
		width: 100%;
	}
}
.schedule li {
	width: calc(100% / 7);
	text-align: center;
	box-shadow: inset -1px -1px 0 0 #ccc;
}

li.sch-date {
	min-height: 120px;
	text-align: left;
}

.today {
	position: relative;
	background: #fff389;
}

.sch-date > span {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 2px 6px;
}
@media screen and (min-width: 769px), print {
	.sch-date > span {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 1080px), print {
	.sch-date > span {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.sch-item {
	margin-bottom: 6px;
	margin: 0 4% 6px;
}

.sch-item a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	background: #e4e4e4;
	display: block;
	line-height: 1.5;
	text-decoration: none;
	font-style: normal;
}
@media screen and (min-width: 769px), print {
	.sch-item a {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 1080px), print {
	.sch-item a {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*-------------------------------------
 * object/utility/_util.scss
-------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/*-------------------------------------
 * object/js-state/_j-state.scss
-------------------------------------*/
.js-toggleBtn {
	cursor: pointer;
}

.l-nav__subNav .is-hidden {
	display: none;
	transition: 0.3s;
}
.l-nav__subNav .is-visible {
	display: block;
	transition: 0.3s;
}

.l-menuBtn.is-open {
	box-shadow: 0 0 0 0;
}

.l-menuBtn.is-open .l-menuBtn__bar:first-of-type {
	top: 35%;
	transform: rotate(135deg);
}

.l-menuBtn.is-open .l-menuBtn__bar:nth-of-type(2) {
	opacity: 0;
}

.l-menuBtn.is-open .l-menuBtn__bar:nth-of-type(3) {
	top: 35%;
	transform: rotate(-135deg);
}

.l-menuBtn.is-open .l-menuBtn__text:before {
	opacity: 0;
}

.l-menuBtn.is-open .l-menuBtn__text:after {
	opacity: 1;
}

.l-spGnav.is-visible {
	overflow-y: auto;
	visibility: visible;
}

.l-spGnav.is-open:after {
	transform: scale(200);
}

.l-spGnav__inner.is-visible {
	opacity: 1;
}

.l-nav--dt.is-open {
	width: 680px;
}

.l-subNav.is-open {
	left: 260px;
}
.l-subNav.is-active {
	opacity: 1;
	visibility: visible;
}

.js-mapFbottom__btn.is-open:after {
	top: 18px;
	transform: rotate(45deg) translate(-30%, -30%);
}

.l-mapFbottom__BtnText.is-open:before {
	opacity: 0;
}
.l-mapFbottom__BtnText.is-open:after {
	opacity: 0.95;
}

.p-btn-openToggle.is-clicked:after {
	top: 40%;
	transform: rotate(-135deg);
}

.scheduleWrap.is-scrolled:before {
	visibility: hidden;
	opacity: 0;
}

.coordinator {
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}

.coordinator a {
	width: 360px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 10px 40px;
	transition: 0.3s;
}

.coordinator a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #4b4b4b;
	border-right: 2px solid #4b4b4b;
	transform: translateY(-50%) rotate(45deg);
}

.coordinator a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 850px) {
	.coordinator {
		display: block;
	}
	.coordinator a {
		width: 100%;
		padding: 5px 20px 5px 40px;
	}
	.coordinator > p {
		margin-bottom: 20px;
	}
}

/* トップページのメインビジュアルが出ないように隠す */
.l-main--back-white {
	background-color: #fff;
}

/* トップページのイベントカレンダーで使用 */
.p-box-event {
	margin-top: 310px;
	position: relative;
	padding: 22px 0 45px;
	background-color: #f57b7a;
}

@media screen and (min-width: 451px), print {
	.p-box-event {
		margin-top: 400px;

	}
}

@media screen and (min-width: 769px), print {
	.p-box-event {
		padding: 50px 0 58px;
	}
}

@media screen and (min-width: 1080px), print {
	.p-box-event {
		padding: 78px 0 70px;
	}
}

@media screen and (min-width: 1600px), print {
	.p-box-event {
		margin-top: calc((100vw - 260px) * 99 / 332);
	}
}

.l-event {
	overflow: hidden;
}

.l-event__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	max-width: 1240px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 769px), print {
	.l-event__head {
		margin-top: 35px;
		gap: 20px;
	}

	.l-event__date {
		width: 100px;

	}
}

@media screen and (min-width: 1080px), print {
	.l-event__head {
		margin-top: 50px;
	}
}

.l-event__date {
	gap: 16px;
	line-height: 1;
	color: #fff;
	padding: 0 16px 0 18px;
	width: 85px;
}

@media screen and (min-width: 769px), print {
	.l-event__date {
		width: 130px;

	}
}

@media screen and (min-width: 1080px), print {
	.l-event__date {
		min-width: 190px;
	}
}

@media screen and (min-width: 1280px), print {
	.l-event__date {
		padding: 0;
		display: flex;
		align-items: flex-end;
		min-width: 200px;
	}
}

@media screen and (min-width: 1280px), print {
	.l-event__date .arrow-prev,
	.l-event__date .arrow-next {
		display: none;
	}
}

.l-event__year {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (min-width: 769px), print {
	.l-event__year {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__date {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1280px), print {
	.l-event__year {
		transform: translateY(-7px);
		text-align: left;
	}
}

.l-event__month {
	margin-top: 8px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}

@media screen and (min-width: 769px), print {
	.l-event__month {
		font-size: 40px;
		font-size: 4.0rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__month {
		font-size: 55px;
		font-size: 5.5rem;
		text-align: center;
	}
}

@media screen and (min-width: 1280px), print {
	.l-event__month {
		margin-top: 0;
	}
	.l-event__month span {
		display: inline-block;
		margin-left: 6px;
		font-size: 25px;
		font-size: 2.5rem;
		transform: translateY(-3px);
	}
}

.l-event__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: 255px;
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
}

@media screen and (min-width: 769px), print {
	.l-event__categories {
		gap: 7px 20px;
		max-width: 340px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__categories {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 32px;
		max-width: none;
		padding: 0;
		background-color: transparent;
	}
}

.l-event__category {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 110px;
}

.l-event__category:nth-child(1) {
	color: #EF8964;
	order: 1;
}

.l-event__category:nth-child(2) {
	color: #76A5CE;
	order: 3;
}

.l-event__category:nth-child(3) {
	color: #5FBCA6;
	order: 2;
}

.l-event__category:nth-child(4) {
	color: #B47ABC;
	order: 4;
}

@media screen and (min-width: 769px), print {
	.l-event__category {
		gap: 7px;
		min-width: 140px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__category {
		gap: 9px;
	}

	.l-event__category:nth-child(1),
	.l-event__category:nth-child(2),
	.l-event__category:nth-child(3),
	.l-event__category:nth-child(4) {
		order: 0;
		color: #FFF;
	}
}

.l-event__category .l-event__icon {
	width: 22px;
	height: 22px;
}

.l-event__category .l-event__icon img {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px), print {
	.l-event__category .l-event__icon {
		width: 36px;
		height: 36px;
	}

	.l-event__category .l-event__icon img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__category .l-event__icon {
		width: 50px;
		height: 50px;
	}

	.l-event__category .l-event__icon img {
		width: 100%;
		height: 100%;
	}
}

.l-event__category .l-event__text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
}

@media screen and (min-width: 769px), print {
	.l-event__category .l-event__text {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__category .l-event__text {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.swiper-calendar_head {
	overflow: hidden;
}

.swiper-calendar_head {
	overflow: hidden;
	width: 120px;
}

.swiper-calendar .swiper-button-prev,
.swiper-calendar .swiper-button-next {
	width: 15px;
	height: 20px;
}

.swiper-calendar .swiper-button-prev::after,
.swiper-calendar .swiper-button-next::after {
	display: none;
}

.swiper-calendar {
	max-width: 100%;
}

.swiper-calendar .swiper-button-prev,
.swiper-calendar .swiper-button-next {
	width: 9px;
	height: 12px;
}

.swiper-calendar .swiper-button-prev img,
.swiper-calendar .swiper-button-next img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-calendar .swiper-button-prev--pc,
.swiper-calendar .swiper-button-next--pc {
	display: none;
}

.swiper-calendar .swiper-button-prev--sp,
.swiper-calendar .swiper-button-next--sp {
	display: block;
	top: auto;
}

.swiper-calendar .swiper-button-prev--sp,
.swiper-calendar .swiper-button-next--sp {
	bottom: calc(100% + 31px);
}

.swiper-calendar .swiper-button-prev--sp {
	left: 0;
}

.swiper-calendar .swiper-button-next--sp {
	left: 75px;
}

@media screen and (min-width: 769px), print {

	.swiper-calendar_head {
		overflow: hidden;
		width: 220px;
	}

	.swiper-calendar .swiper-button-prev--sp,
	.swiper-calendar .swiper-button-next--sp {
		bottom: calc(100% + 55px);
	}

	.swiper-calendar .swiper-button-prev--sp {
		left: 0;
	}

	.swiper-calendar .swiper-button-next--sp {
		left: 122px;
	}
}

@media screen and (min-width: 1080px), print {
	.swiper-calendar .swiper-button-prev,
	.swiper-calendar .swiper-button-next {
		width: 15px;
		height: 20px;
	}
	.swiper-calendar .swiper-button-prev--sp,
	.swiper-calendar .swiper-button-next--sp {
		bottom: calc(100% + 65px);
	}

	.swiper-calendar .swiper-button-prev--sp {
		left: 0;
	}

	.swiper-calendar .swiper-button-next--sp {
		left: 175px;
	}
}


@media screen and (min-width: 1280px), print {
	.swiper-calendar {
		overflow: hidden;
		max-width: 1240px;
		width: 100%;
		margin: 0 auto;
	}

	.swiper-calendar_head {
		overflow: hidden;
		width: 200px;
	}

	.swiper-calendar .swiper-button-prev--pc,
	.swiper-calendar .swiper-button-next--pc {
		display: block;
		width: 100px;
		height: 100px;
	}

	.swiper-calendar .swiper-button-prev--pc {
		left: 0;
	}

	.swiper-calendar .swiper-button-next--pc {
		right: 0;
	}


	.swiper-calendar .swiper-button-prev--sp,
	.swiper-calendar .swiper-button-next--sp {
		display: none;
	}
}

.l-event__main {
	position: relative;
	max-width: 1480px;
	margin: 10px auto 0;
}

@media screen and (min-width: 1280px), print {
	.l-event__main {
		max-width: 1480px;
		width: 100%;
		padding: 0 120px;
		margin: 10px auto 0;
	}
}

@media screen and (min-width: 769px), print {
	.l-event__main {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__main {
		margin-top: 30px;
	}
}

.l-event__calendar {
	display: block;
	max-width: 1240px;
	width: 100%;
	height: auto;
	background-color: rgb(201, 201, 201);
	border-radius: 10px;
}

.l-event__prev,
.l-event__next {
	display: none;
}

@media screen and (min-width: 1280px), print {
	.l-event__prev,
	.l-event__next {
		display: block;
		cursor: pointer;
		width: 100px;
	}
}

.l-event__prev img,
.l-event__next img {
	display: block;
	width: 100%;
	height: auto;
}

.l-event__foot {
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px 10px;
	background-color: #E1645F;
	border-radius: 10px;
	max-width: 1240px;
	width: 100%;
}

@media screen and (min-width: 769px), print {
	.l-event__foot {
		margin-top: 21px;
		padding: 20px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__foot {
		margin-top: 26px;
		padding: 24px;
	}
}

.l-event__links {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 769px), print {
	.l-event__links {
		justify-content: center;
		gap: 2px 20px;

	}
}

@media screen and (min-width: 1080px), print {
	.l-event__links {
		gap: 10px 30px;
	}
}

.l-event__link a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

.l-event__link a:hover {
	opacity: 0.7;
}

.l-event__link a span {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(2px);
	margin-left: 6px;
}

.l-event__link a span::before {
	content: "";
	position: absolute;
	border-top: 2px solid #F57B7A;
	border-right: 2px solid #F57B7A;
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	top: 4px;
	right: 5px;
}

@media screen and (min-width: 769px), print {
	.l-event__link a span {
		width: 16px;
		height: 16px;
	}

	.l-event__link a span::before {
		width: 4px;
		height: 4px;
		top: 5px;
		right: 6px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__link a span {
		width: 18px;
		height: 18px;
	}

	.l-event__link a span::before {
		width: 4px;
		height: 4px;
		top: 6px;
		right: 6.8px;
	}
}

.l-event__note {
	margin-top: 8px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
}

@media screen and (min-width: 769px), print {
	.l-event__note {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__note {
		margin-top: 12px;
		font-size: 15px;
		font-size: 1.5rem;
	}
}

/* トップページのトピックスで使用 */
.p-box-topics {
	padding: 45px 0 40px;
	background-color: #F2E3E0;
}

@media screen and (min-width: 769px), print {
	.l-topics__article a {
		padding: 52px 0 41px;
	}
}

@media screen and (min-width: 1080px), print {
	.p-box-topics {
		padding: 60px 0 42px;
	}
}

.l-topics__articles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media screen and (min-width: 769px), print {
	.l-topics__articles {
		gap: 15px;
	}
}

.l-topics__article a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	border-radius: 100px;
	text-decoration: none;
	color: #454545;
	padding: 16px 16px 16px 32px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: calc(14 / 12);
	transition: all 0.3s;
}

.l-topics__article a:hover {
	background-color: rgba(245, 123, 122, 0.05);
}

@media screen and (min-width: 769px), print {
	.l-topics__article a {
		padding: 18px 20px 18px 50px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__article a {
		padding: 20px 28px 20px 80px;
		font-size: 16px;
		font-size: 1.6rem;
		gap: 20px;
	}
}

.l-topics__article a .red-feather {
	content: "";
	position: absolute;
	top: calc(50% + 2px);
	left: -12px;
	transform: translateY(-50%);
	display: block;
	width: 38px;
	height: auto;
}

@media screen and (min-width: 769px), print {
	.l-topics__article a .red-feather {
		width: 50px;
		left: -18px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__article a .red-feather {
		width: 64px;
		left: -25px;
	}
}

.l-topics__articleInfo {
	display: flex;
	align-items: center;
	gap: 14px;
}

@media screen and (min-width: 769px), print {
	.l-topics__articleInfo {
		gap: 27px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__articleInfo {
		gap: 40px;
	}
}

.l-topics__articleDate {
	font-weight: 600;
	min-width: 82px;
}

@media screen and (min-width: 769px), print {
	.l-topics__articleDate {
		min-width: 96px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__articleDate {
		min-width: 110px;
	}
}

.l-topics__articleTitle {
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

@media screen and (min-width: 769px), print {
	.l-topics__articleTitle {
		-webkit-line-clamp: 1;
	}
}

.l-topics__articleArrow {
	display: block;
	width: 8px;
	height: auto;
}

@media screen and (min-width: 769px), print {
	.l-topics__articleArrow {
		width: 10px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__articleArrow {
		width: 12px;
	}
}

.l-topics__link {
	margin-left: auto;
	margin-top: 20px;
	width: 73px;
	background-image: url(../../img/link-pen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

@media screen and (min-width: 769px), print {
	.l-topics__link {
		margin-top: 26px;
		width: 90px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__link {
		margin-top: 32px;
		width: 105px;
	}
}

.l-topics__link a {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 7px;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #232323;
	transition: all 0.3s;
}

.l-topics__link a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 769px), print {
	.l-topics__link a {
		padding-left: 15px;
		padding-bottom: 7px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-topics__link a {
		padding-left: 20px;
	padding-bottom: 7px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* カレンダーで使われるCSS */
.calendar {
	overflow: hidden;
	border-radius: 10px;
}

.calendar .day-of-week {
	height: 40px;
	background-color: #F2E4E1;
}

.calendar .dates {
	background-color: #fff;
}

.calendar .date .list {
	text-align: right;
	display:none;
}

.calendar .date .list a {
	color:#FFF;
	background-color: #285da3;
	padding:0 5px;
}

@media screen and (min-width: 769px), print {
	.calendar .date .list a {
		font-size: clamp(12px, 0.8vw, 14px);
	}
}


.calendar .date > div:nth-child(n+4) {
	display:none;

}
.calendar .date:has( > div:nth-child(n+5)) .list {
	margin-top: 5px;
	display:block;
}


.day-of-week,
.dates {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.day-of-week div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #434343;
	border-right: 1px dashed #8B8B8B;
}

.day-of-week div:last-child {
	border-right: none;
}

.dates {
	border-bottom: 1px solid #8B8B8B;
}

.dates:last-child {
	border-bottom: none;
}

.date {
	border-right: 1px dashed #8B8B8B;
}

.date:last-child {
	border-right: none;
}

.day-of-week .red,
.dates .red,
.dates .red {
	color: #DE5050;
}

.dates .gray {
	color: #C3C3C3;
}

.dates .date {
	position: relative;
	/* aspect-ratio: 53 / 57; */
	width: 100%;
	height: 100%;
	padding: 6% 10%;
	font-size: 10px;
	letter-spacing: -0.07em;
	font-weight: 600;
	min-height: 80px;
}

@media screen and (min-width: 769px), print {
	.dates .date {
		position: static;
		/* aspect-ratio: 1 / 1; */
		font-size: 13px;
		min-height: 100px;
	}
}

@media screen and (min-width: 1280px), print {
	.dates .date {
		font-size: 16px;
		min-height: 120px;
		/* aspect-ratio: 177 / 120; */
	}
}

.dates .date > p {
	padding-left: 7px;
}

.dates .category {
	/* position: absolute;
	top: calc(50% + 3px);
	left: 50%;
	transform: translate(-50%, -50%); */
}

@media screen and (min-width: 769px), print {
	.dates .category {
		position: static;
		display: flex;
		align-items: center;
		margin-top: 4px;
		gap: 5px;
		top: auto;
		left: auto;
		transform: none	;
	}
}

.dates .category .icon {
	width: 22px;
	height: 22px;
}

@media screen and (min-width: 769px), print {
	.dates .category .icon {
		width: 25px;
		height: 25px;
	}
}

@media screen and (min-width: 1280px), print {
	.dates .category .icon {
		width: 28px;
		height: 28px;
	}
}

.dates .category .icon img {
	width: 100%;
	height: 100%;
	min-width: 22px;
	min-height: 22px;
}

@media screen and (min-width: 769px), print {
	.dates .category .icon img {
		min-width: 25px;
		min-height: 25px;
	}
}

@media screen and (min-width: 1280px), print {
	.dates .category .icon img {
		min-width: 28px;
		min-height: 28px;
	}
}

.dates .category .text {
	/* display: none; */
}

@media screen and (min-width: 769px), print {
	.dates .category .text {
		display: block;
		font-size: clamp(12px, 0.8vw, 14px);
		line-height: 1.2;
		font-weight: 600;
	}
}

.dates .category-circle .text {
	color: #EF8964;
}

.dates .category-caravan .text {
	color: #5FBCA6;
}

.dates .category-event .text {
	color: #76A5CE;
}

.dates .category-delivery .text {
	color: #B47ABC;
}

.p-box-backgrond-white {
	background-color: #fff;
}

.l-event__articles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media screen and (min-width: 769px), print {
	.l-event__articles {
		gap: 15px;
	}
}

.l-event__list_head {
	margin: 20px;
	display: flex;
	justify-content: flex-end;
}


.l-event__list_head .l-event__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: 255px;
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
}

@media screen and (min-width: 769px), print {
	.l-event__list_head .l-event__categories {
		gap: 7px 20px;
		max-width: 340px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__list_head .l-event__categories {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 32px;
		max-width: none;
		padding: 0;
		background-color: transparent;
	}
}

.l-event__list_head .l-event__category {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 110px;
}

.l-event__list_head .l-event__category:nth-child(1) {
	color: #EF8964;
	order: 1;
}

.l-event__list_head .l-event__category:nth-child(2) {
	color: #76A5CE;
	order: 3;
}

.l-event__list_head .l-event__category:nth-child(3) {
	color: #5FBCA6;
	order: 2;
}

.l-event__list_head .l-event__category:nth-child(4) {
	color: #B47ABC;
	order: 4;
}

.l-event__article a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	border-radius: 100px;
	text-decoration: none;
	color: #454545;
	padding: 16px 16px 16px 32px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: calc(14 / 12);
	transition: all 0.3s;
}

.l-event__article a:hover {
	background-color: rgba(245, 123, 122, 0.05);
}

@media screen and (min-width: 769px), print {
	.l-event__article a {
		padding: 18px 20px 18px 50px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__article a {
		padding: 20px 28px 20px 80px;
		font-size: 16px;
		font-size: 1.6rem;
		gap: 20px;
	}
}

.l-event__articleInfo {
	display: flex;
	align-items: center;
	gap: 14px;
}

@media screen and (min-width: 769px), print {
	.l-event__articleInfo {
		gap: 27px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__articleInfo {
		gap: 40px;
	}
}

.l-event__articleDate {
	font-weight: 600;
	min-width: 82px;
}

@media screen and (min-width: 769px), print {
	.l-event__articleDate {
		min-width: 96px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__articleDate {
		min-width: 110px;
	}
}

.l-event__articleInfo picture img {
	width: 30px;
	height: 30px;
}

.l-event__articleTitle {
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

@media screen and (min-width: 769px), print {
	.l-event__articleTitle {
		-webkit-line-clamp: 1;
	}
}

.l-event__articleArrow {
	display: block;
	width: 8px;
	height: auto;
}

@media screen and (min-width: 769px), print {
	.l-event__articleArrow {
		width: 10px;
	}
}

@media screen and (min-width: 1080px), print {
	.l-event__articleArrow {
		width: 12px;
	}
}
