@charset 'utf-8';


#container {
	background-color: #e8babd;
	background-image: url(../image/common/back_triangule.png);
	background-position: center top;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

	#container {
		background-image: url(../image/common/back_triangule@2x.png);
		background-size: 200px 200px;
	}
}

.articleblock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
	line-height: 2;
}

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

	.articleblock {
		padding: 40px;
		padding-top: 0;
		font-size: 14px;
	}

	.breadcrumb li,
	.breadcrumb li a,
	.breadcrumb li a span {
		color: #fff;
	}
}




.articleblock .btnarea.return {
	margin-top: 30px;
	text-align: left;
}

.articleblock .btnarea.return a:before {
	content: '\f16a';
	margin-right: .5em;
	font-size: 1.2em;
	font-family: 'flaticon';
	font-weight: normal !important;
	vertical-align: middle;
}


#articlesection {
	width: 100% !important;
}

#blogcategories > .inner {
	max-width: 800px;
}

#document {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#document .articletitle h1 {
	border-bottom: 1px solid #ccc;
}

.eventblock {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #ccc;
}

.eventblock .articlebody {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.eventblock .articlebody p {
	margin: 0;
}

.eventblock .articlebody p:not(:last-child) {
	margin-bottom: 2em;
}



.eventblock .eventblockheader {
	font-size: 1.6em;
	margin-bottom: 1em;
}



#eventmetadata {
}

#eventmetadata.eventblock {
	padding: 0;
	border: none;
}

#eventmetadata table {
	width: 100%;
	margin: 0 auto;
}



/*
#eventmetadata table th {
	width: 6em;
}

#eventitems {
}

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

	.articlelist.card {
		padding: 0;
	}

	#eventitems .articlelist .item {
		width: 50%;
	}
}

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

	#eventitems .articlelist .item {
		width: 33.33%;
	}
}
*/


#document .contact {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

#document .contact h3 {
	margin-bottom: 1em;
	font-size: 1.3em;
}

#document .contact .call:not(:last-child) {
	margin-bottom: 1em;
}

#document .contact .person {
	font-size: .85em;
}

#document .contact .fonnumber {
	font-size: 1.4em;
	font-weight: 700;
}

#document .contact .fonnumber a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

#document .contact .fonnumber a.hover {
	transform: scale(1.1);
}


.eventblock .placemap {
	width: 100%;
	padding: 10px;
}

.eventblock .maparea {
	width: 100%;
	position: relative;
}

.eventblock .maparea .gmap {
	width: 100%;
	padding-top: 60%;
}

.eventblock .placemap .maparea .gmap iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}


.eventblock .attachefile {
	max-width: 400px;
	margin: 0 auto;
}

.eventblock .attachefile .btnarea:not(:last-child) {
	margin-bottom: 20px;
}

.eventblock .attachefile .btnarea a {
	width: 100%;
}

.eventblock .attachefile .btnarea a:before {
	content: '\f128';
	margin-right: .5em;
	font-size: .85em;
	font-family: 'flaticon';
	font-weight: normal !important;
	vertical-align: middle;
}

.eventblock .attachefile .btnarea a:after {
	content: '\f13a';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'flaticon';
	font-weight: normal !important;
	vertical-align: middle;
}

.eventblock .attachefile h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5;
}



.outlinetbl {
	font-size: 1em;
	line-height: 1.5;
}

.outlinetbl table {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.outlinetbl table th,
.outlinetbl table td {
	text-align: left;
}

.outlinetbl table th {
	display: block;
	padding: .5em 1em;
	background-color: #f8e0e4;
	font-size: 1em;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.2;
}

.outlinetbl table td {
	display: block;
	padding-top: 1em;
	padding-left: .5em;
	padding-right: .5em;
	border: none;
	font-size: 1em;
	line-height: 1.5;
}

.outlinetbl table tr {
	display: block;
	width: 100%;
	padding: 1em 0;
}

.outlinetbl table tbody {
	display: block;
	width: 100%;
}

.outlinetbl table td ul {
	margin-left: 1.5em;
}

.outlinetbl table td ul:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl table td li {
	font-size: 1em;
}

.outlinetbl table td li:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl table td .caution {
	margin-top: .5em;
	padding-left: 1em;
	color: #808080;
	font-size: .8em;
	line-height: 1.5;
	position: relative;
}

.outlinetbl table td .caution::before {
	content: 'l';
	position: absolute;
	top: 0;
	left: 0;
}

.outlinetbl table td .addrgrid {
	display: table;
}

.outlinetbl table td .addr {
	display: table-row;
}

.outlinetbl table td .addr span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.outlinetbl table td .addr span.head {
	font-weight: 700;
}

.outlinetbl table td .addr:not(:last-child) span {
	padding-bottom: .5em;
}

.outlinetbl .btnarea {
	margin-top: 1em;
	text-align: left;
}

.outlinetbl .btnarea a {
	text-align: center;
	margin: 1px;
}

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

	.outlinetbl {
		padding: 0;
	}

	.outlinetbl table {
		display: table;
		border: none;
	}

	.outlinetbl table th,
	.outlinetbl table td {
		display: table-cell;
		padding: .8em 2em;
	}

	.outlinetbl table th {
		width: 8em;
		line-height: 1.5;
	}

	.outlinetbl table tr {
		display: table-row;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}

	.outlinetbl table tbody {
		display: table-row-group;
	}
}


.closenotes {
	text-align: center;
}

.closenotes:not(:last-child) {
	margin-bottom: 2em;
}

.closenotes p {
	font-size: 1.2em;
	font-weight: 700;
}


#eventclose {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

body:not(.index) #eventclose {
	font-size: 1.8em;
}

#eventclose .inner {
	padding: 20px;
}

body.safearea:not(.index) #eventclose .inner {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#eventclose .sentence {
	padding: 30px 20px;
	border: 5px solid #dedee2;
	background: #f5f5f5;
}

#eventclose .sentence p {
	font-weight: 700;
}

#eventclose .sentence p:not(:last-child) {
	margin-bottom: 1em;
}

#eventclose .sentence .btnarea a:before {
	content: '\f100';
	margin-right: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	vertical-align: middle;
}



.btnarea {
	padding-bottom: 20px;
	text-align: center;
}

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

.btnarea a {
	display: block;
	width: 100%;
	padding: 1em 1.5em;
	border-radius: 99px;
	background: #8c121b;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	overflow: hidden;
}

.btnarea a:hover,
.btnarea a.hover {
	background: #c34665;
}

.btnarea a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.btnarea a span {
	display: inline-block;
	vertical-align: middle;
}

.btnarea a[target="_blank"] span:after {
	content: '\f1d5';
	display: inline-block;
	padding-left: .3em;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* [追加 2026-09-14] 参加申し込み先URLのボタン */
#evententryinfo .btnarea.entryurl {
	max-width: 400px;
	margin: 20px auto 0;
	padding-bottom: 0;
}
