@charset "UTF-8";

/*色の設定
-----------------------------------------*/
:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
}

.page-title
{
	padding-top: 0;
	height: auto;
	background-image: none;
}

.page-title img
{
	width: 100%;
}

/* イベント
-----------------------------------------*/
.event .title-wrap,
.event .article-text
{
	width: 785px;
	margin: 0 auto;
}

.event .title-wrap
{
	margin-top: 50px;
}

.event .article-text
{
	margin-bottom: 100px;
}

.event .title-wrap h1
{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	color: var(--bluefont);
	text-align: center;
}

.event .title-wrap .bottom
{
	margin-top: 30px;
	position: relative;
}

.event .article-text
{
	margin-top: 50px;
}

.event .article-text p
{
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 2em;
}

.event .article-text p a
{
	color: var(--bluefont);
}

.event .article-text h2.sub-title
{
	position: relative;
	border-top: 1px solid #8fc5df;
	border-bottom: 1px dotted #8fc5df;
	padding: 30px 0 23px;
	font-size: 20px;
	line-height: 1.4;
	color: #8fc5df;
	position: relative;
	margin-top: 50px;
}

.event .article-text h2.sub-title::before
{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #8fc5df;
	z-index: -1
}

.event .article-text .text-photo-wrap
{
	overflow: hidden;
	margin-top: 30px;
}

.event .article-text .text-photo-wrap .photo-wrap
{
	float: right;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 10px;
	min-width: 100px;
}

.event .article-text .text-photo-wrap p+p
{
	margin-top: 0;
}

@media (max-width: 769px)
{

	.event .title-wrap,
	.event .article-text
	{
		width: 95%;
		margin: 0 auto;
	}

	.event .title-wrap
	{
		margin-top: 15px;
	}

	.event .article-text
	{
		margin-bottom: 50px;
	}

	.event .title-wrap h1
	{
		font-size: 18px;
		text-align: left;
	}

	.event .title-wrap .bottom
	{
		margin-top: 15px;
	}

	.event .article-text
	{
		margin-top: 25px;
	}

	.event .article-text p
	{
		font-size: 14px;
		line-height: 1.6;
	}

	.event .article-text h2.sub-title
	{
		padding: 15px 0 13px;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 25px;
	}

	.event .article-text .text-photo-wrap
	{
		margin-top: 15px;
	}

	.event .article-text .text-photo-wrap .photo-wrap
	{}
}