@charset "utf-8";

.sa {
	--section-color: var(--ob-color--a);
	--section-bg-color: rgba(213, 186, 186, 0.1);
}
.sb {
	--section-color: var(--ob-color--b);
	--section-bg-color: rgba(213, 186, 186, 0.1);
}
.sc {
	--section-color: var(--ob-color--c);
	--section-bg-color: rgba(213, 186, 186, 0.1);
}

/* ---------------------------------------------------------------------- */

.sa {
	/*background: var(--section-bg-color);*/
}

.w-state {
	width: calc(100% - 60px);
	max-width: 1280px;
}

.w-state--s {
	max-width: 360px;
}

.w-state--m {
	max-width: 500px;
}

.local-nav li.local-nav__sns.hide {
	display: none;
}

.philosophy .news__wrap.hide {
	display: none;
}

@media screen and (min-width: 768px) {
	
	.w-state {
		width: calc(100% - 100px);
		max-width: 1280px;
	}
	
	.w-state--s {
		max-width: 500px;
	}
	
	.w-state--m {
		max-width: 800px;
	}
}

@media screen and (min-width: 1280px) {
	
	.w-state {
		width: calc(100% - 240px);
	}
	
	.w-state--s {
		max-width: 800px;
	}
	
	.w-state--m {
		max-width: 1000px;
	}
	
	.part-header {
		margin-bottom: 80px;
		width: calc(100% - 80px);
		max-width: none;
		max-width: initial;
	}
	
	.local-nav {
		
	}
	
	.local-nav li {
		margin: 0 1em;
	}
	
}

.h-u:before {
	width: 120px;
}

.c-section--xs > *:last-child,
.c-section--s > *:last-child,
.c-section--m > *:last-child,
.c-section--ml > *:last-child,
.c-section--l > *:last-child,
.c-section--xl > *:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */

.sub-section {
	margin-bottom: 120px;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	
	/* anchor offset */
	margin-top: -60px !important;
	padding-top: 60px !important;
}

@media screen and (min-width: 768px) {
	.sub-section {
		/* anchor offset */
		margin-top: -90px !important;
		padding-top: 90px !important;
	}
}


.sub-section:last-child {
	margin-bottom: 0;
}

.sub-section__ttl {
	margin-bottom: 3em;
	padding-left: 0;
	text-align: center;
	text-indent: 1em;
	letter-spacing: 1em;
	font-size: 1.6rem;
	scale: 0.9 1;
	width: 111%;
	transform-origin: left;
	
	&.h-u {
		padding-bottom: 1.5em;
		
		&::before {
			scale: 1.11 1;
		}
	}
}

.sub-section__ttl i {
	display: block;
	margin-bottom: 10px;
}

.sub-section__ttl .label-outer {
	display: block;
	margin: auto;
}

.sub-section__ttl .label {
}

.sub-section__ttl.h-dot:before {
	margin: 0 auto;
	right: 0;
	left: 0;
	top: -40px;
	bottom: 0;
	width: 20px;
	height: 20px;
	max-width: none;
	max-height: none;
	border-color: var(--section-color);
	border-radius: 60% 50% 50% 60%/55% 50% 55% 55%;
}

@media screen and (min-width: 768px) {
	.sub-section {
		padding: 20px 0;
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 1280px) {
	.sub-section {
		margin-bottom: 100px;
		padding: 20px 0;
		border-radius: 10px;
	}
	
	.sub-section__ttl {
		font-size: 2rem;
	}
}


.-animation-wiggle {
	animation-name: wiggle;
	animation-duration: 2s;
	animation-timing-function: steps(1);
	animation-iteration-count: infinite;
}

@keyframes wiggle {
	
	0% {
		rotate: 10deg;
	}
	
	50% {
		rotate: -10deg;
	}
}


/* ---------------------------------------------------------------------- */


.part-header__ttl-inner small {
	display: block;
	margin-bottom: 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	color: inherit;
	opacity: 1;
}

.part-header__ttl-inner rt {
	/*position: relative;
	top: 0.5em;*/
	font-size: 0.9rem;
	-webkit-ruby-align: center;
	        ruby-align: center;
}


@media screen and (min-width: 1280px) {
	.part-header__ttl {
		font-size: 3.2rem;
	}
}


/* ---------------------------------------------------------------------- */


.images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
}

.images.-s {
	
}

.images__item {
	margin-bottom: 20px;
}

.images__item img {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}

.images.-col2 {
	
}

.images.-col2 .images__item {
	
}


.images.-col3 {
	
}

.images.-col3 > * {
	width: calc(50% - 10px);
}

.images.-col3 > *:first-child {
	width: 100%;
}

.images__group {
	
}

.images__group > * {
	
}

.images.-full {
	width: 100%;
}

.images.-full img {
	width: 100%;
	border-radius: 0;
}

/* vertical */
.images__item.-vert img {
	width: 100%;
	margin: 0 auto;
	transform-origin: center;
}

/* vertical(small) */
.images__item.-vert.-s img {
	
}

.images__item-caption {
	
}

@media print, screen and (min-width: 768px) {
	
	.images {
		width: calc(100% - 100px);
	}
	
	.images.-col2 > * {
		width: calc(50% - 30px);
		margin-bottom: 60px;
		order: 1;
	}
	
	.images.-col3 > *,
	.images.-col3 > *:first-child {
		width: calc(33.333% - 20px);
		margin-bottom: 60px;
		order: 1;
	}
	
	.images.-col3:before {
		display: block;
		content: "";
		order: 2;
		width: calc(33.333% - 20px);
		height: 0;
	}
	
	.images.-col2 > *:nth-child(2n+1):nth-last-child(-n+2),
	.images.-col2 > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
		margin-bottom: 0 !important;
	}
	
	.images.-col3 > *:nth-child(3n+1):nth-last-child(-n+3),
	.images.-col3 > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
		margin-bottom: 0 !important;
	}
	
	.images__group {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.images__item {
		margin-bottom: 0;
	}
	
	.images__item:only-child {
		margin: 0 auto;
	}
	
	.images__item.-vert:first-child img {
		transform-origin: center left;
		margin-left: 0;
	}
	
	.images__item.-vert:last-child img {
		transform-origin: center right;
		margin-right: 0;
	}
	
	.images.-full {
		width: calc(100% - 80px);
	}
	
	.images.-full img {
		border-radius: 5px;
	}
	
	.msie .images__item {
		min-height: 0%;
	}
}

@media print, screen and (min-width: 1280px) {
	
	.images {
		width: calc(100% - 200px);
	}
	
	/* vertical(small) */
	.images__item.-vert.-s img {
		transform: scale(0.9);
	}
	
	.images.-col3 > *,
	.images.-col3 > *:first-child {
		width: calc(33.333% - 40px);
	}
	
	.images.-col3:before {
		width: calc(33.333% - 40px);
	}
	
}

/* ---------------------------------------------------------------------- */

.news__wrap .news-index {
	margin-top: -1em;
}

.news-index .more {
	place-content: center;
	display: flex;
	gap: 3em;
}

.news-index .more-btn {
	gap: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid color-mix(in srgb, currentColor 50%, transparent);
}

.news-index .more-btn:before {
	display: none;
}

.news-index .more .icon {
	transform: translateX(0);
}

.news-index .icon_sns_note {
	width: auto;
}

.news-index .icon_sns_note svg {
	width: auto;
}

.news-index .more .more-btn__label {
	line-height: 0;
}

.news-index .more .chapter-section-header__more {
	margin: 0;
	line-height: 1;
}

.news-index .more .more-btn__label {
	display: flex;
	align-items: center;
	
	&:empty {
		display: none;
	}
}

.news-index-list {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	row-gap: 3em;
	margin-top: 3em;
}

.news-index-list .news__anchor {
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
}

.news-index-list .news__thumb {
	overflow: hidden;
	position: relative;
	line-height: 0;
	margin: 0 auto 10px;
}

.news-index-list .news__thumb:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.news-index-list .news__anchor:hover .news__thumb:before {
	opacity: 1;
}

.news-index-list .news__thumb img {
	aspect-ratio: 1.8/1;
	height: auto;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.news-index-list .news__anchor .news__ttl {
	order: unset;
	font-size: 120%;
	margin-bottom: .25em;
}

.news-index-list .news__meta {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.news-index-list .news__meta .icon_sns_note {
	opacity: .8;
}

.news-index-list .news__anchor:hover .news__meta .icon_sns_note {
	opacity: 1;
}

.news-index-list .news__meta .icon_sns_note svg {
	height: 16px;
}

.news-index-list .news__meta-date {
	width: auto;
	margin: 0;
	font-size: 85%;
	font-style: normal;
	color: var(--base-color-08);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	line-height: 1.1;
}

.news-index-list .news__anchor:hover .news__meta-date {
	color: inherit;
}

.news-index-list .entry_content p {
	margin-bottom: 1.5em;
}

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

	.news-index-list {
		grid-template-columns: repeat(2,1fr);
		column-gap: 4em;
		row-gap: 2em;
	}
}

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

	.news-index-list {
		grid-template-columns: repeat(3,1fr);
		column-gap: 5em;
	}

	.news-index-list .news__thumb {
		margin: 0 auto 20px;
	}

	.news-index-list .news__anchor .news__ttl {
		margin-bottom: .5em;
	}
}


/* ---------------------------------------------------------------------- */

.philosophy {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto 80px;
	padding-bottom: 40px;
	background-color: #fff;
	border-radius: 10px;
	letter-spacing: 0.15em;
	line-height: 2.2;
}

.philosophy-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}

.philosophy__img {
	width: 100%;
}

.philosophy__img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 60vw;
	min-height: 280px;
}

.philosophy__ttl {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin: -40px auto 0;
	padding: 30px 20px 0 20px;
	border-radius: 5px 5px 0 0;
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.2;
	
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
}

.philosophy__ttl:before,
.philosophy__ttl:after {
	position: absolute;
	display: block;
	top: 32px;
	bottom: auto;
	width: 8px;
	height: 8px;
	content: "";
	background-size: cover;
}

.philosophy__ttl:before {
	left: -8px;
	background-image: var(--svg-round-out-corners-RB-wt);
}

.philosophy__ttl:after {
	right: -8px;
	background-image: var(--svg-round-out-corners-LB-wt);
}

.philosophy__block {
	margin: 0 1.2em;
	color: #000;
	transform: scaleY(0.75);
	transform-origin: center top;
}

.philosophy__t {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 3rem;
	letter-spacing: 0.25em;
}

.philosophy__s {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.philosophy__t {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1280px) {
	
	.philosophy-inner {
		
	}
	
	.philosophy__img img {
		display: block;
		width: calc(100% - 200px);
		height: auto;
		margin: auto;
		border-radius: 10px;
	}
	
	.philosophy__ttl {
		margin: -70px auto 0;
		padding: 50px 30px 0;
		border-radius: 10px 10px 0 0;
	}
	
	.philosophy__ttl:before,
	.philosophy__ttl:after {
		top: 50px;
		width: 20px;
		height: 20px;
	}
	
	.philosophy__ttl:before {
		left: -20px;
	}
	
	.philosophy__ttl:after {
		right: -20px;
	}
	
	.philosophy__t {
		margin-bottom: 30px;
		font-weight: 300;
	}
	
	.philosophy__s {
		font-size: 1.8rem;
		font-weight: 300;
	}
}

@media screen and (min-width: 1600px) {
	.philosophy__t {
		font-size: 6rem;
	}
}


/* ---------------------------------------------------------------------- */


.schedule {
	
}

.schedule-header {
	
}

.schedule-header__th {
	
}

/**/

.schedule-body {
	
}

.schedule-section {
	position: relative;
	display: block;
	margin-bottom: 40px;
	box-sizing: border-box;
	border-radius: 10px 0 0 0;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 30px 0 30px 20px;
	border-right: none;
	border-bottom: none;
}

.schedule-section:only-child {
	border-radius: 0;
	border-left: none;
	padding: 30px 0 30px;
}

.schedule-section:last-child {
	margin-bottom: 20px;
}

.schedule-section__ttl {
	position: relative;
	left: -21px;
	top: -40px;
	display: inline-block;
	width: auto;
	margin: 0 auto -50px;
	padding:  0 30px 10px 20px;
	text-align: center;
	font-size: inherit;
	font-weight: bolder;
	line-height: inherit;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-radius: 0 0 5px 0;
	background-color: #fff;
	z-index: 2;
}

.schedule-section__ttl-inner {
	display: inline-block;
}

.schedule-section__ttl i {
	display: none;
	margin: auto;
	width: 36px;
	height: 36px;
	stroke-width: 1.3;
}

.schedule-section__ttl i svg {
	width: 100%;
	height: 100%;
}

.schedule__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
	padding: 15px 0;
}

.schedule__item:before,
.schedule__item:after {
	position: absolute;
	display: block;
	content: "";
}

.schedule__item:before {
	top: 0;
	left: 6px; /* (icon width (24px) / 2) - (border-width (2px) / 2) */
	width: 1.5px;
	height: 100%;
	margin: auto;
	border-left: 1px solid;
	opacity: 1;
	border-color: var(--section-color);
}

.schedule__item:after {
	border-bottom: 1px dashed rgba(0,0,0,0.3);
	width: 100%;
	height: 1.5px;
	bottom: 0;
}


.schedule__item.close:before {
	opacity: 0.3;
}

.schedule__item:first-child:before {
	height: 50%;
	top: 50%;
}

.schedule__item:last-child {
	padding-bottom: 0;
}

.schedule__item:last-child:before {
	height: 50%;
}

.schedule__item:last-child:after {
	display: none;
}

.schedule__time {
	position: relative;
	width: 90px;
	padding: 7px 0 5px 25px;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: left;
	line-height: 1;
	font-size: 80%;
	letter-spacing: 0.15em;
	/*! color: var(--section-color); */
}

.schedule__time i {
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	stroke-width: 1.4;
	color: var(--section-color);
}

.schedule__meta {
	margin-left: 0;
	width: calc(100% - 90px);
}

.schedule__meta > * {
	margin-bottom: 0;
}

.schedule__des {
	
}

.schedule__des:empty:before {
	content: "–";
}

.schedule__des.-small {
	line-height: 1.25;
}

@media screen and (min-width: 768px) {
	
	.schedule__time {
		width: calc(30% - 10px);
		padding: 7px 0 5px 50px;
	}
	.schedule__meta {
		width: calc(70% - 10px);
	}
	
}

@media screen and (min-width: 1280px) {
	.schedule-body {
		display: flex;
		justify-content: space-between;
	}
	
	.schedule-section {
		width: calc(50% - 20px);
		padding: 30px 0 30px 30px;
		margin-bottom: 20px;
	}
	
	.schedule-section .schedule-section__ttl {
		left: -40px;
	}
	
	.schedule-section:only-child {
		border-radius: 0;
		border-left: none;
		width: 100%;
		padding: 0px 0 30px;
		border-top: 1px dashed rgba(0,0,0,0.3);
	}
	
	.schedule-section:only-child .schedule-section__ttl {
		left: -10px;
	}
	
	.schedule-section:only-child .schedule__time {
		width: 25%;
		padding: 7px 0 5px 80px;
	}
	
	.schedule-section:only-child .schedule__meta {
		width: 75%;
	}
	
}



/* ---------------------------------------------------------------------- */


.event {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	/*! letter-spacing: 0.08em; */
	border: 1px solid rgba(0,0,0,0.2);
	/*! border-radius: 8px 0 0 0; */
	padding: 20px 0;
	box-sizing: border-box;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.event__item {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
	border-top: 1px dashed rgba(0,0,0,0.3);
}

.event__item:first-child {
	border-top: none;
}

.event__h {
	width: 100px;
	margin: 0;
	font-size: 2rem;
	line-height: 1;
}

.event__h .ext {
	
}

.event__c {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.event__c li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	line-height: 1.5;
}

.event__c li:before {
	display: block;
	width: 11px;
	height: 11px;
	margin-right: 1em;
	border-radius: 50%;
	border-radius: 60% 50% 50% 70%/60% 50% 55% 60%;
	background-color: currentColor;
	content: "";
}

@media print, screen and (min-width: 768px) {
	
	.event {
	}
	
	.event__item {
		display: block;
		width: calc(33.333% - 20px);
		padding: 20px 10px;
	}
	
	.event__item:nth-child(-n + 3) {
		border-top: none;
	}
	
	.event__item:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -15px;
		right: auto;
		display: block;
		width: 1px;
		height: calc(100% - 20px);
		margin: auto;
		border-left: 1px dashed rgba(0,0,0,0.3);
		content: "";
	}
	
	.event__item:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: auto;
		display: block;
		width: calc(100% - 20px);
		height: 1px;
		margin: auto;
		border-left: 1px dashed rgba(0,0,0,0.3);
		content: "";
	}
	
	.event__item:nth-child(3n + 1):before {
		display: none;
	}
	
	.event__item:nth-child(-n + 3) {
		border-top: none;
	}
	
	.event__h {
		width: auto;
		margin: 0;
		font-size: 2.4rem;
		letter-spacing: 0.1em;
	}
	
	.event__c {
		margin-top: 20px;
	}
	
	.event__c li:before {
		margin: 0 10px 0 2px;
	}
}

@media print, screen and (min-width: 1280px) {
	
	.event__item {
		width: calc(25% - 20px);
		padding: 40px 20px;
	}
	
	.event__item:nth-child(3n + 1):before {
		display: block;
	}
	
	.event__item:nth-child(4n + 1):before {
		display: none;
	}
	
	.event__item:nth-child(-n + 4) {
		border-top: none;
	}
	
}


/* ------------------ */


.event-gallery {
	
}

.event-gallery__list {
	list-style: none;
	padding: 0;
}

.event-gallery__item {
	margin-bottom: 30px;
}

.event-gallery__figure {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

.event-gallery__figure img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.event-gallery__figure figcaption {
	position: absolute;
	left: 0;
	bottom: -10px;
}

.event-gallery__figure figcaption:before,
.event-gallery__figure figcaption:after {
	position: absolute;
	display: block;
	top: 0;
	width: 18px;
	height: 18px;
	content: "";
	background-image: var(--svg-round-out-corners-LB-wt);
	background-size: cover;
}

.event-gallery__figure figcaption:before {
	left: 0;
	top: -18px;
	bottom: auto;
}

.event-gallery__figure figcaption:after {
	right: -18px;
	top: auto;
	bottom: 10px;
}

.event-gallery__figure .figcaption-inner {
	display: block;
	padding: 15px 15px 0 0;
	border-radius: 0 17px 0 0;
	background-color: #fff;
}

@media print, screen and (min-width: 400px) {
	.event-gallery__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 40px;
	}
	
	.event-gallery__item {
		width: calc(50% - 10px);
		margin-bottom: 30px;
	}
	
	.event-gallery__item:nth-child(3n - 2) {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.event-gallery__figure {
		width: 100%;
		max-width: none;
		max-width: initial;
	}
}

@media print, screen and (min-width: 768px) {
	
	.event-gallery {
		
	}
	
	.event-gallery__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 30px;
	}
	
	.event-gallery__list {
		width: calc(100% - 20px);
	}
	
	.event-gallery__item {
		width: 100%;
		margin: 0;
	}
	
	.event-gallery__item:first-child {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}
	
	.event-gallery__item:nth-child(2) {
		grid-column: 3 / 4;
	}
	
	.event-gallery__item:nth-child(3) {
		grid-column: 3 / 4;
	}
	
	.event-gallery__item:nth-child(3n - 2) {
		margin-bottom: 0;
	}
	
	.event-gallery__item:nth-child(2):last-child {
		grid-row: 1 / 3;
	}
	
	.event-gallery__figure {
		height: 100%;
	}
	
	.event-gallery__figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
	.event-gallery__list.-line {
		display: flex;
		grid-gap: 0;
	}
	
	.event-gallery__list.-line:before,
	.event-gallery__list.-line:after {
		display: block;
		content: "";
		order: 2;
	}
	
	.event-gallery__list.-line .event-gallery__item {
		margin-bottom: 60px;
	}
	
	.event-gallery__list.-line:before,
	.event-gallery__list.-line:after,
	.event-gallery__list.-line .event-gallery__item {
		width: calc(33.333% - 20px);
	}
	
	.msie .event-gallery__list {
		display: flex;
	}
	.msie .event-gallery__item {
		width: calc(33.333% - 20px);
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 1280px) {
	
	.event-gallery {
		max-width: 1280px;
		width: calc(100% - 160px);
	}
	
	.event-gallery__list {
		width: 100%;
		margin-bottom: 0;
		grid-gap: 60px;
	}
	
	.event-gallery__figure figcaption {
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-feature-settings: normal;
		left: -5px;
		bottom: 0;
	}
	.event-gallery__figure figcaption:before {
		left: 5px;
	}
	.event-gallery__figure figcaption::after {
		bottom: 0;
	}
	
	.event-gallery__figure .figcaption-inner {
		padding: 20px 17px 0 0;
	}
	
	.event-gallery__list.-line:before,
	.event-gallery__list.-line:after,
	.event-gallery__list.-line .event-gallery__item {
		width: calc(33.333% - 40px);
	}
	
}


/* ---------------------------------------------------------------------- */


.service-detail {
	
}

.service-detail dl > div {
	margin: 0 0 1em;
}
.service-detail dt {
	font-weight: bolder;
}

.service-detail dd {
	margin: 0;
}

.service-detail__item {
	position: relative;
	margin-bottom: 50px;
	padding: 50px 30px 20px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 8px 0 0 0;
	box-sizing: border-box;
	border-right: none;
	border-bottom: none;
}

.service-detail__item:last-child {
	margin-bottom: 0;
}

.service-detail__item-ttl {
	position: absolute;
	left: -1px;
	top: -10px;
	display: inline-block;
	margin-bottom: 1.5em;
	padding: 0 30px 10px 20px;
	font-weight: bolder;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-radius: 0 0 5px 0;
	background-color: #fff;
}

.service-detail__item-des {
	
}

.service-detail .small {
	font-size: 80%;
}

@media screen and (min-width: 1280px) {
	.service-detail {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.service-detail__item {
		width: calc(50% - 20px);
		padding: 60px 40px 0;
	}
	
	.service-detail__item:nth-child(2n+1):nth-last-child(-n+2),
	.service-detail__item:nth-child(2n+1):nth-last-child(-n+2) ~ .service-detail__item {
		margin-bottom: 0 !important;
	}
	
	.service-detail__item-ttl {
		left: -10px;
	}
	
	.service-detail__item-des {
		margin: 0;
	}
}

/* ---------------------------------------------------------------------- */


.outline {
	
}

.outline-inner {
	padding: 0;
	box-sizing: border-box;
	line-height: 1.6;
}

.outline__img {
	margin-bottom: 40px;
}

.outline__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.outline__data {
	
}

.outline .std-table__item {
	padding: 1.25em 0;
	border-top: 1px dashed rgba(0,0,0,0.3);
	border-bottom: none;
}

.outline .std-table {
	border: none;
	padding: 0;
}

.outline .std-table__lbl {
	text-align: left;
}

@media screen and (min-width: 1280px) {
	
	.outline-inner {
		display: flex;
		justify-content: space-between;
	}
	
	.outline__img {
		width: calc(33.333% - 40px);
		order: 2;
	}
	
	.outline__data {
		width: calc(66.666% - 20px);
	}
	
	.outline__data:only-child {
		width: 100%;
	}
	
	.outline .std-table__item {
		width: auto;
		margin: 0;
	}
	
	.outline .std-table__lbl {
		width: calc(25% - 20px);
		margin-right: 0;
		font-weight: normal;
	}
	
	.outline .std-table__des {
		width: 75%;
		text-align: left;
	}
}


/* ---------------------------------------------------------------------- */


.access {
	
}

.access__map {
}

.access__map iframe {
	width: 100%;
	height: 50vh;
	min-height: 400px;
}

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




.route {
	padding: 20px 0;
	box-sizing: border-box;
}

.route__item {
	margin: 0 0 30px;
}

.route__ttl {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-size: 1.4rem;
}

.route__ttl i {
	display: block;
	margin-right: 10px;
	margin-left: -3px;
}

.route__ttl i svg {
	width: 24px !important;
	height: 24px !important;
	stroke-width: 1.4;
}

.route__ttl .label {
}

.route__des {
	margin: 0;
	font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
	.route {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.route__item {
		width: calc(33.333% - 20px);
		margin-bottom: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 20px;
	}
	
	.route:after,
	.route:before {
		width: calc(33.333% - 20px);
		content: "";
		order: 2;
	}
}

@media screen and (min-width: 1280px) {
	.route {
		padding: 40px 0 0;
	}
	.route__des {
		font-size: 1.2rem;
	}
	
	.route__item {
		width: calc(33.333% - 40px);
	}
	.route:before {
		width: calc(33.333% - 40px);
	}
}


/* ---------------------------------------------------------------------- */

.notice {
	font-size: 1.05rem;
	line-height: 1.65;
	padding: 0;
	list-style: none;
	letter-spacing: 0.15em;
}

.notice li:before {
}

.std-table__des .notice >  li:before {
	content: "※";
	margin-left: -1.5em;
	margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
	.notice {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.25em;
	}
	
	.notice li {
		display: block;
	}
}


@media screen and (min-width: 1280px) {
	.notice {
		font-size: 75%;
	}
}

