.single {
	background: #fffdfe;
	padding-bottom: 200px;
}

.single__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 80px;
}

.single__title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
}

.single__meta {
	font-size: 14px;
	font-weight: 500;
}

.single__content {
	display: flex;
	flex-direction: column;
	margin-top: 42px;
}

.single__content span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Arial, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.single__content a {
	text-decoration: underline;
	transition: 0.3s;
}

.single__content a:hover {
	color: #F8758C;
}

.single__content.--info p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

.single__content.--info h1 {
	font-size: 22px;
	font-weight: bold;
}

.single__content.--info h2 {
	font-size: 19px;
	font-weight: bold;
}

.single__content.--info h3 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 40px;
}

.single__content.--info h4,
.single__content.--info h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 40px;
}

.single__content.--info a {
	text-decoration: underline;
	transition: 0.3s;
}

.single__content.--info a:hover {
	color: #F8758C;
}

.single__content.--event {
	margin-top: 16px;
}

.single__content.--voicies {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	margin-top: 42px;
}

.single__content.--voicies p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

.single__button {
	margin: 60px auto 0;
}

/* イベント */

.single__c-lists {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.single__c-list {
	display: flex;
}

.single__c-tag {
	color: #F8758C;
	font-size: 17px;
	font-weight: bold;
	min-width: 85px;
	padding-right: 1em;
	position: relative;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.single__c-tag::after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}

.single__c-tag.--voice {
	min-width: 0;
}

.single__c-text {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5882352941;
}

.single__c-free {
	border-bottom: 1px solid #F8758C;
	border-top: 1px solid #F8758C;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
	padding-block: 22px;
}

.single__c-free p {
	font-size: 16px;
	line-height: 1.6875;
}

.single__c-map {
	margin-top: 40px;
}

.single__c-map iframe {
	aspect-ratio: 9/16;
	width: 100%;
}

/* single-inst */

.single-inst__head {
	align-items: center;
	background: #F8758C;
	border-radius: 8px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 67px;
	padding: 9px 20px 9px 13px;
}

.single-inst__head.--pc {
	display: none;
}

.single-inst__head-content {
	align-items: center;
	display: flex;
	gap: 7px;
}

.single-inst__post {
	font-size: 14px;
	font-weight: bold;
}

.single-inst__name {
	font-size: 20px;
	font-weight: bold;
}

.single-inst__name-en {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 15px;
	opacity: 0.37;
}

.single-inst__swiper-container {
	margin-top: 6px;
}

.single-inst #single-inst-swiper {
	margin: 0;
}

.single-inst__slider-thumbnail {
	margin-top: 2px;
}

.single-inst__image {
	aspect-ratio: 1/1;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}

.single-inst__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.single-inst__image.--thumb {
	aspect-ratio: 66/60;
	border-radius: 8px;
	cursor: pointer;
	padding: 1px;
	transition: 0.3s;
}

.single-inst__image.--thumb:hover {
	opacity: 0.7;
}

.single-inst__container {
	margin-top: 55px;
	padding-inline: 20px;
}

.single-inst__body {
	position: relative;
	z-index: 0;
}

.single-inst__label {
	color: #F8758C;
	font-size: 50px;
	font-weight: 900;
	left: -47px;
	opacity: 0.12;
	position: absolute;
	top: -40px;
	z-index: -1;
}

.single-inst__text {
	font-size: 15px;
	line-height: 2;
}

.single-inst__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 17px;
}

.single-inst__tag {
	background: #F8758C;
	border-radius: 16px;
	padding: 7px 20px;
}

.single-inst__tag-text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

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

.single__meta {
	font-size: 16px;
}

.single__content.--info p {
	font-size: 18px;
}

.single__content.--info h1 {
	font-size: 26px;
}

.single__content.--info h2 {
	font-size: 24px;
}

.single__content.--info h3 {
	font-size: 22px;
}

.single__content.--info h4,
.single__content.--info h5 {
	font-size: 18px;
}

.single__content.--voicies p {
	font-size: 18px;
}

.single-inst__head {
	border-radius: 12px;
	margin-top: 0;
	padding: 9px 20px;
}

.single-inst__head.--sp {
	display: none;
}

.single-inst__head.--pc {
	display: flex;
}

.single-inst__name {
	font-size: 24px;
}

.single-inst__name-en {
	font-size: 18px;
}

.single-inst__inner {
	display: flex;
	gap: 40px;
	margin-top: 60px;
}

.single-inst__swiper-container {
	width: 50%;
}

.single-inst__slider-thumbnail {
	margin: 0;
}

.single-inst__container {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 0;
	padding: 0;
}

.single-inst__body {
	padding-inline: 50px;
}

.single-inst__label {
	left: 0;
}

.single-inst__text {
	font-size: 18px;
}

.single-inst__tags {
	padding-inline: 50px;
}

}

