@charset "utf-8";

/* フォント
-----------------------------------*/

.font01 {
	font-family: 'Alexandria', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .05em;
}

/* マージン
-----------------------------------*/

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }
.ml0 { margin-left: 0 !important; }

/* アコーディオン
-----------------------------------*/

.ac-label {
	position: relative;
	cursor: pointer;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 12px;
	background-color: rgba(225,225,225,.8);
	border-radius: 8px;
}

.ac-label:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 0;
	border-top: 2px solid #000;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ac-label:after {
	position: absolute;
	content: '';
	width: 0;
	height: 16px;
	border-left: 2px solid #000;
	right: 23px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ac-label.open:after {
	content: none;
}

.ac-content {
	display: none;
	padding: 16px;
}

.ac-content * {
	font-size: 16px;
	margin-bottom: 0;
}

.ac-content .list > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(225,225,225,.6);
}

.ac-content .list > li .ttl {
	padding-left: 24px;
    background: url(/assets/images/common/list_ic01.svg) no-repeat;
    background-position: 0 8px;
	font-weight: bold;
	line-height: inherit;
}

.ac-content .list > li .ttl .kouiki {
	background: linear-gradient(45deg, #7e6b37 0%, #e8dbb8 50%, #eec148 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ac-content .list > li dl {
	display: flex;
}

.ac-content .list > li dt {
	font-weight: normal;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.ac-label {
		font-size: 18px;
	}

	.ac-content * {
		font-size: 14px;
	}
}



/*========*/
/* ヘッダ */
/*========*/

/* 切り替えタブボタン
-----------------------------------*/

.tab-change-page {
	display: flex;
	align-items: center;
	height: 120px;
}

.tab-change-page li {
	height: 100%;
	padding: 0 32px;
	box-sizing: border-box;
}

.tab-change-page button,
.tab-change-page a {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	background: none;
}

.tab-change-page .nbsp {
	background-color: rgba(255, 255, 255, .6);
}

.illumination-active .tab-change-page .nbsp,
.yorunoyo-active .tab-change-page .illumination {
	border-radius: 0 0 32px 0;
}

.illumination-active .tab-change-page .yorunoyo,
.yorunoyo-active .h-block01 {
	border-radius: 0 0 0 32px;
}

.illumination-active .tab-change-page .yorunoyo,
.yorunoyo-active .tab-change-page .illumination {
	background-color: rgba(255, 255, 255, .6);
	transition: .4s;
}

.illumination-active .tab-change-page .yorunoyo:hover,
.yorunoyo-active .tab-change-page .illumination:hover {
	filter: drop-shadow(0px 0px 21px #FFF);
}

.tab-change-page .illumination .logo {
	width: 126px;
}

.tab-change-page .yorunoyo .logo {
	width: 117px;
}

.tab-change-page .logo img {
	display: none;
}

.illumination-active .tab-change-page .illumination .logo .on,
.illumination-active .tab-change-page .yorunoyo .logo .off,
.yorunoyo-active .tab-change-page .yorunoyo .logo .on,
.yorunoyo-active .tab-change-page .illumination .logo .off {
	display: block;
}

.illumination-active .tab-change-page .illumination button,
.yorunoyo-active .tab-change-page .yorunoyo button {
	cursor: default;
}

.tab-change-page .tx {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	letter-spacing: .05em;
	white-space: nowrap;
	margin-top: 8px;
}

.illumination-active .tab-change-page .illumination .tx,
.yorunoyo-active .tab-change-page .yorunoyo .tx {
	color: #FFF;
}

@media only screen and (max-width: 1320px) {
	.tab-change-page .nbsp {
		width: 40px;
		padding: 0;
	}

	.tab-change-page .illumination .logo {
		width: 101px;
	}

	.tab-change-page .yorunoyo .logo {
		width: 94px;
	}
}

@media only screen and (max-width: 1000px) {
	.tab-change-page .tx {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.tab-change-page {
		height: 72px;
		width: 60%;
		max-width: 260px;
		min-width: 210px;
	}

	.tab-change-page li {
		width: 50%;
		padding: 0 16px;
	}

	.tab-change-page .illumination .logo {
		width: auto;
		max-width: 69px;
	}

	.tab-change-page .yorunoyo .logo {
		width: auto;
		max-width: 64px;
	}

	.tab-change-page .nbsp {
		display: none;
	}

	.yorunoyo-active .tab-change-page .illumination {
		border-radius: 0 0 20px 0;
	}

	.illumination-active .tab-change-page .yorunoyo,
	.yorunoyo-active .h-block01 {
		border-radius: 0 0 0 20px;
	}
}

/* ヘッダー
-----------------------------------*/

.yorunoyo2025 header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	display: flex;
	justify-content: space-between;
}

.yorunoyo2025 .h-block01 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	background-color: rgba(255, 255, 255, .6);
	padding: 0 72px 0 32px;
}

.yorunoyo2025 .h-block01 .event {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 12px;
	height: 88px;
	margin: 0;
	background: rgba(255, 255, 255, .6);
	box-shadow: 0 2px 2px 0 rgba(14, 54, 112, .5);
	mix-blend-mode: multiply;
	border: 1px solid #FFF;
	border-radius: 8px;
	font-size: 18px;
	line-height: 1;
	margin-right: 24px;
}

.yorunoyo2025 .h-block01 .event dt {
	color: #000;
	font-weight: 400;
	writing-mode: vertical-rl;
}

.yorunoyo2025 .h-block01 .event dd {
	color: #666;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.yorunoyo2025 .h-block01 .event dd span {
	font-size: 40px;
}

.yorunoyo2025 .list-translation {
	font-weight: 400;
	position: relative;
}

.yorunoyo2025 .list-translation .nv-label,
.yorunoyo2025 .list-translation a,
.yorunoyo2025 .list-sns a {
	color: #333;
	transition: all 300ms ease;
}

.yorunoyo2025 .list-translation .nv-label.active,
.yorunoyo2025 .list-translation .nv-label:hover,
.yorunoyo2025 .list-translation a:hover,
.yorunoyo2025 .list-sns a:hover {
	color: #000;
}

.yorunoyo2025 .list-translation .nv-label {
	padding: 8px 16px;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
}

.yorunoyo2025 .list-translation .nv-label:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\2b';
	font-size: 12px;
	margin-left: 6px;
	transition: all 300ms ease;
}

.yorunoyo2025 .list-translation .nv-label.active:after {
	content: '\f068';
}

.yorunoyo2025 .list-translation .nv-label.active {
	background: rgba(255, 255, 255, .8);
}

.yorunoyo2025 .list-translation ul {
	display: none;
	background: rgba(255, 255, 255, .8);
	border-radius: 0 0 8px 8px;
	position: absolute;
	width: 100%;
}

.yorunoyo2025 .list-translation a {
	display: block;
	padding: 8px 0;
	text-align: center;
}

.yorunoyo2025 .h-menu .list-sns {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.yorunoyo2025 .h-menu .list-sns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 32px;
}

.yorunoyo2025 .h-menu {
	display: flex;
	align-items: center;
	padding: 16px 0;
	gap: 16px;
}

/*.yorunoyo2025 .h-block01 .menu {
	display: none;
}

.yorunoyo2025 .g-nv,
.yorunoyo2025 .g-nv .h-menu {
	display: none;
}*/

.yorunoyo2025 .h-block01 .menu {
	position: absolute;
	top: 0;
	right: 32px;
	display: flex;
	align-items: center;
	height: 120px;
	padding: 0 16px 0 24px;
	cursor: pointer;
	z-index: 15;
}

.yorunoyo2025 .h-block01 .menu .menu-inner {
	position: relative;
	width: 30px;
	height: 16px;
}

.yorunoyo2025 .h-block01 .menu .menu-inner span {
	position: absolute;
	right: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #333;
	transition: all .5s;
}

.yorunoyo2025 .h-block01 .menu .menu-inner span:nth-child(1) {
	top: 0;
}

.yorunoyo2025 .h-block01 .menu .menu-inner span:nth-child(2) {
	top: 8px;
}

.yorunoyo2025 .h-block01 .menu .menu-inner span:nth-child(3) {
	top: 16px;
}

.yorunoyo2025 .h-block01 .menu.open .menu-inner span:nth-child(1) {
	top: 7px;
	transform: rotate(45deg);
}

.yorunoyo2025 .h-block01 .menu.open .menu-inner span:nth-child(2) {
	opacity: 0;
}

.yorunoyo2025 .h-block01 .menu.open .menu-inner span:nth-child(3) {
	top: 7px;
	transform: rotate(-45deg);
}

.yorunoyo2025 .g-nv {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: calc(100vh - 120px);
	padding: 16px 64px;
	/*background-color: rgba(255, 255, 255, .6);*/
	background-color: #000;
	overflow-y: auto;
}

.yorunoyo2025 .g-nv .h-cts {
	max-width: 1000px;
	margin: 0 auto;
}

.yorunoyo2025 .g-nv .sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
	padding: 8px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1;
}

.yorunoyo2025 .g-nv .h-menu {
	display: flex;
	padding: 0;
	justify-content: center;
	margin-top: 32px;
}

.yorunoyo2025 .g-nv .list-translation {
	background: rgba(255, 255, 255, .8);
}

.yorunoyo2025 .g-nv .list-sns a {
	color: #FFF;
}

@media only screen and (max-width: 1320px) {
	.yorunoyo2025 .h-block01 .event {
		margin-right: 0;
	}

	.yorunoyo2025 .h-block01 .h-menu {
		display: none;
	}

	/*.yorunoyo2025 .h-block01 {
		justify-content: flex-start;
		padding-right: 118px;
	}*/
	

	header.nv-open .tab-change-page li,
	header.nv-open .h-block01 {
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 767px) {

	.yorunoyo2025 .h-block01 .list-translation .nv-label {
		display: none;
	}

	.yorunoyo2025 .h-menu .list-sns {
		gap: 16px 4px;
	}

	.yorunoyo2025 .h-block01 {
		padding: 0 52px 0 16px;
	}

	.yorunoyo2025 .h-block01 .menu {
		height: 72px;
		right: 0;
		padding: 0 16px;
	}

	.yorunoyo2025 .h-block01 .menu .menu-inner,
	.yorunoyo2025 .h-block01 .menu .menu-inner span {
		width: 20px;
	}

	.yorunoyo2025 .h-block01 .event {
		display: none;
		font-size: 10px;
		gap: 8px;
		padding: 0 8px;
		height: 52px;
	}

	.yorunoyo2025 .h-block01 .event dd {
		gap: 4px;
	}

	.yorunoyo2025 .h-block01 .event dd span {
		font-size: 20px;
	}

	.yorunoyo2025 .g-nv {
		top: 72px;
		padding: 16px;
		height: calc(100vh - 72px);
	}

	.yorunoyo2025 .g-nv .h-menu .list-translation {
		font-size: 14px;
		line-height: 1.2;
	}

	.yorunoyo2025 .h-menu .list-sns a {
		width: 28px;
		height: 28px;
		font-size: 28px;
	}
}

/* ヘッダー イベント/言語切り替え非表示
-----------------------------------*/

.yorunoyo2025 header.type02 .h-block01 {
	justify-content: flex-end;
	padding-right: 118px;
}

.yorunoyo2025 header.type02 .h-block01 .h-menu {
	display: flex;
}

/*.yorunoyo2025 header.type02 .h-block01 .menu,
.yorunoyo2025 header.type02 .g-nv {
	display: none !important;
}*/

.yorunoyo2025 header.type02 .g-nv {
	display: none;
}

@media only screen and (max-width: 767px) {
	.yorunoyo2025 header.type02 .tab-change-page {
		max-width: inherit;
	}

	.yorunoyo2025 header.type02 .h-block01 {
		width: 40%;
		padding-right: 72px;
	}
}

/*========*/
/* フッター */
/*========*/

/* フッター
-----------------------------------*/

.yorunoyo2025 .main-footer .footer-bottom {
	position: inherit;
	line-height: inherit;
}

.yorunoyo2025 .main-footer .f-link {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	gap: 16px 16px;
}

.yorunoyo2025 .main-footer .f-link a {
	color: #FFF;
}

.yorunoyo2025 .main-footer .footer-bottom .copyright {
	position: inherit;
	padding: 0 0 50px;
}

.yorunoyo2025 .js-pagetop {
	opacity: 1 !important;
	visibility: visible !important;
	margin-bottom: 0;
}

.illumination-active .scroll-top {
	right: 60px;
}

@media only screen and (max-width: 767px) {
	.yorunoyo2025 .scroll-top a {
		font-size: 9px;
	}

	.yorunoyo2025 .scroll-top a:before {
		right: -3px;
		height: 10px;
	}

	.yorunoyo2025 .scroll-top a:after {
		height: 40px;
	}

	.illumination-active .scroll-top {
		right: 20px;
	}
}


/*==============*/
/* 共通レイアウト */
/*==============*/

.page-cts {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	z-index: 1;
}

.page-cts .contents {
	max-width: 928px;
	margin: 0 auto;
	padding: 0 24px;
}

.page-cts .contents02 {
	max-width: 1018px;
	margin: 0 auto;
	padding: 0 24px;
}

.page-cts .contents .note {
	margin-bottom: 64px;
	line-height: 2;
}

.title-area {
	position: relative;
	height: 410px;
	padding-top: 148px;
	margin-bottom: 72px;
	background: url(/assets/images/common/title_bg01.jpg) no-repeat;
	background-size: cover;
}

.title-area .contents {
	max-width: 928px;
	margin: 0 auto;
	padding: 0 24px;
}

.title-area .b-nv {
	overflow-x: auto;
}

.title-area .b-nv ul {
	display: flex;
	gap: 8px 8px;
	margin-bottom: 24px;
	line-height: 1;
	font-weight: bold;
}

.title-area .b-nv ul li {
	flex-shrink: 0;
}
.title-area .b-nv a {
	font-weight: 400;
	color: #FFF;
}

.title-area .b-nv li + li::before {
	content: '>';
	margin-right: 8px;
}

.title-area .heading-title {
	font-size: 48px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}

.title-area .heading-title::before {
	content: '';
	display: block;
	width: 156px;
	height: 62px;
	margin: 0 auto 16px;
	background: url(/assets/images/common/title_ic01.png) no-repeat;
	background-position: center center;
}

.title-area .logo {
	position: absolute;
	top: 100px;
	right: 0;
	width: 30%;
	max-width: 432px;
}

@media screen and (max-width: 767px) {

.title-area {
	position: relative;
	height: 320px;
	padding-top: 88px;
	margin-bottom: 32px;
}

.title-area .b-nv ul {
	font-size: 12px;
}

.title-area .heading-title {
	font-size: 28px;
}

.title-area .heading-title::before {
	width: 78px;
	height: 31px;
	background-size: 100% auto;
}

.title-area .logo {
	display: none;
}

}

.heading01 {
	padding: 20px 56px 0;
	margin: 72px 0 44px;
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	background: url(/assets/images/common/heading_ic01.png) , url(/assets/images/common/heading_ic02.png);
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
}

.heading01 span {
	display: block;
	text-shadow: 0 2px 5px rgba(12, 41, 135, 1);
}

@media screen and (max-width: 767px) {
.heading01 {
	padding: 8px 24px 0;
	margin: 32px 0 24px;
	font-size: 21px;
	background-size: 21px auto, 21px auto;
}

}

.heading02 {
	margin: 88px 0 40px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
}

.heading02 .en {
	display: inline-block;
	font-family: 'Alexandria', sans-serif;
	font-size: 40px;
	line-height: 1.3;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(167, 202, 211, 1) 50%, rgba(71, 144, 196, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading02 .sub-txt {
	display: block;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {

.heading02 {
	margin: 40px 0 32px;
	font-size: 14px;
}

.heading02 .en {
	font-size: 32px;
}

}


/*===========*/
/* 共通パーツ */
/*===========*/

.list-info li {
	padding-left: 24px;
	background: url(/assets/images/common/list_ic01.svg) no-repeat;
	background-position: 0 8px;
	list-style: none !important;
}

@media screen and (max-width: 767px) {
	.list-info li {
		padding-left: 16px;
	}
}


/* .box01
-----------------------------------*/

.yorunoyo2025 .box01 .h01-wrap .ja {
	color: #333;
}

.yorunoyo2025 .box01 .bg-border .pc {
	display: block;
	width: 100%;
}

.yorunoyo2025 .box01 .bg-border .sp {
	display: none;
}

.yorunoyo2025 .bg-content {
	color: #333;
	background: url(/assets/images/common/box01_bg_02.png) repeat-y;
	background-size: 100% 100%;
	padding: 32px 0;
}

.yorunoyo2025 .bg-content .box-inner {
	width: 85%;
	margin: 0 auto;
}


/* .list-event02
-----------------------------------*/

.yorunoyo2025 .list-event02 .block-note {
	margin-bottom: 32px;
}

.yorunoyo2025 .list-event02 .block-note .num {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid;
	display: table;
	margin: 0 auto 20px;
}

.yorunoyo2025 .list-event02 .block-note .num em {
	font-style: normal;
	font-size: 1.5em;
}

.yorunoyo2025 .list-event02 .block-note .tx01 {
	text-align: center;
	margin: 20px auto;
}

.yorunoyo2025 .list-event02 .block-note .tx02 {
	text-align: right;
}

.yorunoyo2025 .list-event02 .block-note .tx02 .kouiki {
	background: linear-gradient(45deg, #7e6b37 0%, #e8dbb8 50%, #eec148 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.yorunoyo2025 .list-event02 article + article {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {

.yorunoyo2025 .list-event02 .block-note .num {
	font-size: 16px;
}

.yorunoyo2025 .list-event02 .block-note .tx01,
.yorunoyo2025 .list-event02 .block-note .tx02 {
	font-size: 12px;
}

}


/*========*/
/* 投稿一覧 */
/*========*/

.topics .pickup-wrap {
	overflow-x: auto;
	padding-bottom: 32px;
}

.topics .list-pickup {
	display: flex;
	gap: 24px 2%;
	min-width: 920px;
}

.topics .list-pickup > li {
	width: 32%;
	padding: 4px;
	border-radius: 12px;
	background: linear-gradient(90deg, #ffec4c 0%, #FFF 50%, #ffa472 100%);
}

.topics .list-pickup a {
	display: block;
	height: 100%;
	padding: 16px;
	border-radius: 12px;
	background: #FFF;
	color: #333;
	text-decoration: none;
	transition: .3s all;
}

.topics .list-pickup a:hover {
	opacity: .9;
}

.topics .list-pickup figure img {
	width: 100%;
}

.topics .list-pickup .title {
	margin: 16px 0 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.topics .list-pickup .spot {
	min-height: 18px;
	padding-left: 24px;
	margin-bottom: 8px;
	background: url(/assets/images/topics/spot_ic01.svg) no-repeat;
	background-position: center left;
	font-size: 13px;
	line-height: 1.3;
	color: #666;
}

.topics .list-pickup .list-info li {
	font-size: 13px;
}

.topics .list-pickup .note {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #DDD;
	text-align: center;
	font-size: 13px;
}

.topics .tabContents h3 {
	margin-bottom: 32px;
	font-weight: bold;
	text-align: center;
	color: rgb(126,107,55);
  	background: linear-gradient(90deg, rgba(126,107,55,1) 0%, rgba(232,219,184,1) 50%, rgba(238,193,72,1) 90%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.topics .list-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 2%;
	margin-bottom: 220px;
}

.topics .list-topics > li {
	width: 32%;	
}

.topics .list-topics a {
	display: block;
	height: 100%;
	padding: 16px;
	border-radius: 12px;
	background: url(/assets/images/topics/topics_bg01.jpg) no-repeat;
	background-size: 100% 100%;
	color: #333;
	text-decoration: none;
	transition: .3s all;
}

.topics .list-topics a:hover {
	opacity: .9;
}

.topics .list-topics .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.topics .list-topics .wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: #7E6B37;
	background: linear-gradient(90deg,rgba(126, 107, 55, 1) 0%, rgba(232, 219, 184, 1) 50%, rgba(238, 193, 72, 1) 90%);
}

.topics .list-topics .wrap figure {
	width: 34%;
}

.topics .list-topics .wrap .txt {
	width: 62%;
}

.topics .list-topics .title {
	margin-bottom: 56px;
	font-size: 18px;
	color: #2e3192;
	font-weight: bold;
	text-align: center;
}

.topics .list-topics .list-ic {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 16px;
}

.topics .list-topics .list-ic li {
	width: 42px;
	border-radius: 50%;
}

.topics .list-topics .list-area {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
	margin-bottom: 8px;
}

.topics .list-topics .list-area li {
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
}

.topics .list-topics .list-area li.yokohama {
	background-color: #eb6168;
}

.topics .list-topics .list-area li.sakuragi {
	background-color: #da5e9e;
}

.topics .list-topics .list-area li.shinkou {
	background-color: #df7642;
}

.topics .list-topics .list-area li.kannai {
	background-color: #2ea7cb;
}

.topics .list-topics .list-area li.motomachi {
	background-color: #01b097;
}

.topics .list-topics .list-area li.other {
	background-color: #59b648;
}

.topics .list-topics .spot {
	min-height: 18px;
	padding-left: 24px;
	margin-bottom: 8px;
	background: url(/assets/images/topics/spot_ic01.svg) no-repeat;
	background-position: center left;
	font-size: 13px;
	line-height: 1.3;
	color: #666;
}

.topics .list-topics .list-info li {
	font-size: 13px;
	line-height: 1.3;
	background-position: 0 4px;
}

.topics .list-topics .note {
	font-size: 13px;
}

@media screen and (max-width: 1024px) {

.topics .list-topics .wrap {
	display: block;
}

.topics .list-topics .wrap figure {
	width: 100%;
}

.topics .list-topics .wrap figure img {
	width: 100%;
}

.topics .list-topics .wrap .txt {
	width: 100%;
	margin-top: 16px;
}

.topics .list-topics .title {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.3;
	text-align-last: left;
}

.topics .list-topics .list-ic {
	gap: 4px;
}

.topics .list-topics .list-ic li {
	width: 24px;
}

.topics .list-topics .list-info li {
	font-size: 12px;
}

.topics .list-topics .note {
	font-size: 12px;
	line-height: 1.3;
}

}

@media screen and (max-width: 767px) {

.topics .list-pickup {
	gap: 16px 1%;
}

.topics .list-pickup > li {
	padding: 2px;
	border-radius: 8px;
}

.topics .list-pickup a {
	border-radius: 8px;
}

.topics .list-pickup .title {
	margin: 16px 0 16px;
}

.topics .tabContents h3 {
	font-size: 20px;
}

.topics .tabContents .tablist + h3 {
	margin-top: 32px;
}

.topics .list-topics {
	gap: 24px 2%;
	margin-bottom: 120px;
}

.topics .list-topics > li {
	width: 49%;	
}

.topics .list-topics a {
	padding: 8px;
	border-radius: 4px;
}

}


/*=========*/
/* 投稿記事 */
/*=========*/

.topics-detail .title-area .heading-title {
	font-size: 32px;
}

.topics-detail .page-cts {
	padding-bottom: 220px;
}

.topics-detail .main-slide li {
	aspect-ratio: 16 / 9;
    overflow: hidden;
    height: 100%;
}

.topics-detail .thum-img {
	margin-top: 32px;
}

.topics-detail .thum-img .splide_list .slick-track {
	transform: unset !important;
	width: 100% !important;
}

.topics-detail .thum-img .splide_list li {
	width: 16.6666% !important;
	border: 2px solid;
	border-color: transparent;
	cursor: pointer;
	aspect-ratio: 16 / 9;
    overflow: hidden;
    height: 100%;
	box-sizing: border-box;
}

.topics-detail .thum-img .splide_list .slick-current,
.topics-detail .thum-img .splide_list li:hover {
    border-image: linear-gradient(to right, #826d38, #e2d6b4, #eec249) 1;
}


.topics-detail .entry-header {
	margin-top: 24px;
	padding: 16px;
	border-radius: 12px;
	color: #FFF;
	font-weight: bold;
}

.topics-detail .entry-header .inner {
	max-width: 880px;
	margin: 0 auto;
}

.topics-detail .entry-header .list-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
	margin-bottom: 24px;
}

.topics-detail .entry-header .list-tag li {
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

.topics-detail .entry-header .list-tag li.tag01 span,
.topics-detail .entry-header .list-tag li.tag02 span,
.topics-detail .entry-header .list-tag li.tag09 span,
.topics-detail .entry-header .list-tag li.tag10 span {
	background: linear-gradient(90deg, #393b93 0%, #aa7ad1 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.topics-detail .entry-header .list-tag li.tag03 {
	background-color: #eb6168;
}

.topics-detail .entry-header .list-tag li.tag04 {
	background-color: #da5e9e;
}

.topics-detail .entry-header .list-tag li.tag05 {
	background-color: #df7642;
}

.topics-detail .entry-header .list-tag li.tag06 {
	background-color: #2ea7cb;
}

.topics-detail .entry-header .list-tag li.tag07 {
	background-color: #01b097;
}

.topics-detail .entry-header .list-tag li.tag08 {
	background-color: #59b648;
}

.topics-detail .entry-header .wrap {
	display: flex;
	justify-content: space-between;
}

.topics-detail .entry-header .cell {
	width: 48%;
}

.topics-detail .entry-header .spot {
	min-height: 18px;
	padding-left: 24px;
	margin-bottom: 8px;
	background: url(/assets/images/topics/spot_ic02.svg) no-repeat;
	background-position: center left;
	line-height: 1.3;
}

.topics-detail .entry-header .list-ic {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 16px;
}

.topics-detail .entry-header .list-ic li {
	width: 42px;
	border-radius: 50%;
}

.topics-detail .entry-header .list-info li {
	margin-bottom: 8px;
}

.topics-detail .entry-content .main-img {
	margin: 32px 0;
}

.topics-detail .entry-content .main-img img {
	width: 100%;
}


.topics-detail .entry-content .cts {
	width: 90%;
	margin: 24px auto 80px;
}

.topics-detail .point-wrap {
	margin-top: 24px;
	margin-bottom: 64px;
	padding: 32px 0;
	border-top: 1px solid #FFF;
}

.topics-detail .point-wrap .h-point {
	font-size: 32px;
	font-family: 'Oswald', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.5;
}

.topics-detail .point-wrap .list-info {
	font-weight: bold;
}

.topics-detail .point-wrap .list-info li {
	margin-bottom: 8px;
}

.topics-detail .map-area iframe {
	width: 100% !important;
	height: 450px !important;
}

.topics-detail .outline-block {
	margin-top: 64px;
	padding: 60px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.95) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.6) 0px 18px 36px -18px inset;
    background-color: #0a0f28;
}

.topics-detail .outline-block .gradationText {
	margin-top: 0;
	display: block;
	font-size: 24px;
}

.topics-detail .bt {
  max-width: 760px;
  width: 80%;
  margin: 48px auto 24px;
  text-align: center;
}

.topics-detail .bt a:hover img {
  opacity: .7;
}

.topics-detail .btn {
  max-width: 354px;
  display: block;
  margin: 0 auto;
  padding: 20px 16px;
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(229, 178, 202, 1) 0%, rgba(112, 40, 228, 1) 100%);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  transition: .3s all;
}

.topics-detail .btn:hover {
  opacity: .7;
}

.topics-detail .btn.next span {
  display: inline-block;
  padding: 0 32px;
  position: relative;
}

.topics-detail .btn.next span::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {

.topics-detail .title-area .heading-title {
	font-size: 24px;
}

.topics-detail .page-cts {
	padding-bottom: 120px;
}

.topics-detail .thum-img .splide_list {
	margin-top: 24px;
}

.topics-detail .thum-img .splide_list li {
	width: 33.3333% !important;
}

.topics-detail .entry-header {
	padding: 8px;
}

.topics-detail .entry-header .list-tag {
	gap: 4px 4px;
	margin-bottom: 16px;
}

.topics-detail .entry-header .list-tag li {
	font-size: 10px;
}

.topics-detail .entry-header .list-ic {
	gap: 4px;
	margin-bottom: 8px;
}

.topics-detail .entry-header .list-ic li {
	width: 24px;
}


.topics-detail .entry-header .wrap {
	display: block;
}

.topics-detail .entry-header .cell {
	width: 100%;
}

.topics-detail .entry-header .spot {
	font-size: 12px;
}

.topics-detail .entry-header .list-info li {
	font-size: 13px;
	margin-bottom: 8px;
}

.topics-detail .entry-content .main-img {
	margin: 16px 0;
}

.topics-detail .entry-content .cts {
	margin: 16px auto 64px;
}

.topics-detail .point-wrap {
	margin-bottom: 32px;
	padding: 24px 0;
}

.topics-detail .point-wrap .h-point {
	font-size: 24px;
}

.topics-detail .point-wrap .list-info li {
	font-size: 13px;
}

.topics-detail .map-area iframe {
	height: 240px !important;
}

.topics-detail .outline-block {
	margin-top: 32px;
	padding: 24px 16px;
    border-radius: 8px;
}

.topics-detail .outline-block .gradationText {
	font-size: 20px;
}

.topics-detail .bt {
  margin: 32px auto 24px;
}

.topics-detail .btn {
  max-width: 280px;
  padding: 12px 16px;
  font-size: 14px;
}

.topics-detail .btn.next span {
  padding: 0 24px;
}

}


/* WPのスタイル
-----------------------------------*/

.topics-detail .entry-content p {
  margin: 1em 0;
  word-break: break-all;
}
.topics-detail .entry-content h1 {
  margin: 64px 0 32px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .topics-detail .entry-content h1 {
    margin: 40px 0 20px;
    font-size: 20px;
  }
}
.topics-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .topics-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 22px;
  }
}
.topics-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topics-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.topics-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topics-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.topics-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topics-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.topics-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topics-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 14px;
  }
}
.topics-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.topics-detail .entry-content ul li {
  list-style: disc;
}
.topics-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.topics-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.topics-detail .entry-content blockquote cite,
.topics-detail .entry-content blockquote em,
.topics-detail .entry-content blockquote i {
  font-style: normal;
}
.topics-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.topics-detail .entry-content table th {
  padding: 16px;
  border: solid 1px #DDD;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topics-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.topics-detail .entry-content table td {
  padding: 16px;
  border: solid 1px #DDD;
}
@media (max-width: 767px) {
  .topics-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.topics-detail .entry-content .alignleft,
.topics-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.topics-detail .entry-content .alignright,
.topics-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.topics-detail .entry-content .aligncenter,
.topics-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.topics-detail .entry-content img.alignleft,
.topics-detail .entry-content img.alignright,
.topics-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.topics-detail .entry-content .wp-caption {
  text-align: center;
}