@charset "utf-8";
/* CSS Document */
/* タイトル */
h2 {
	font-size:20px;
	color:#444;
	background-color:#fbe6e7;
	text-align:center;
	padding:25px 0;
	border-top:10px solid #EB6EA5;
	box-sizing: border-box;
}

h3 {
	font-family: 'Noto Serif JP',sans-serif;
	background-color:#EB6EA5;
	font-size:15px;
	color:#FFFFFF;
	line-height:30px;
	text-align:center;
}

/* SNSボタン */
.sns {
	background-color: #f8cdce;
	width: 100%;
	padding:5px 0;
}
.sns .snsInner {
	padding:10px 0;
}
.sns .snsInner ul {
	display: block;
	margin:0 auto;
	width:120px;
}
.sns .snsInner ul li {
	float:left;
	height:30px;
	width:30px;
	margin-left:10px;
}

.sns .snsInner ul li a {
	height:0px;
	width: 30px;
	display:block;
	padding-top:30px;
	overflow:hidden;
}

.sns .snsInner ul li a:hover {
	background-position:center -30px;
}

.snsFB a {
	background-image: url(../2022/img/snsFB.png);
	background-repeat: no-repeat;
}
.snsTW a {
	background-image: url(../2022/img/snsTW.png);
	background-repeat: no-repeat;
}
.snsLINE a {
	background-image: url(../2022/img/snsLINE.png);
	background-repeat: no-repeat;
}
	
#back a{
	padding:15px 0px 15px 0px;
	display:block;
	text-align:center;
	font-size:25px;
	color:#EB6EA5;
	background:#fbe6e7;
}
#back a:hover{
	color:#FFF;
	background:#EB6EA5;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.text a{
	display:inline;
	}
@media screen and (max-width:599px) {
    /*　画面サイズが600pxからはここを読み込む　*/
/* お知らせタイトル */
h2 {
	font-size:15px;
	text-align:center;
	padding-bottom:15px;
}

h3 {
	font-family: 'Noto Serif JP',sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
}

/* お知らせ内容 */
.articleContents {
	max-width:350px;
	margin:25px auto;
	font-size:18px;	
}

.articleContents dt {
	display:block;
	width:100%;
}

.articleContents dd {
	display:block;
	padding:10px;
	width:100%;
	font-size:15px;
	line-height:20px
	
}

	
}

@media screen and (min-width:600px) and ( max-width:1023px) {
    /*　画面サイズが600pxから1024pxまではここを読み込む　*/
/* お知らせタイトル */
h2 {
	font-size:20px;
	text-align:center;
	padding-bottom:15px;
}

h3 {
	font-family: 'Noto Serif JP',sans-serif;
	font-size:15px;
	color:#FFFFFF;
	line-height:25px;
}


	/* お知らせ内容 */
.articleContents {
	max-width:480px;
	margin:25px auto;
	font-size:18px;	
}

.articleContents dt {
	display:block;
	width:100%;
}

.articleContents dd {
	display:block;
	padding:10px;
	width:100%;
	font-size:15px;
	line-height:20px
	
}


}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

/* お知らせタイトル */

/* お知らせ内容 */
.articleContents {
	max-width:1000px;
	margin:25px auto;
	font-size:18px;	
}

.articleContents dt {
	display:block;
	float:left;
	width:50%;
}

.articleContents dd {
	float:right;
	display:block;
	padding:10px;
	width:45%;
	font-size:15px;
	line-height:20px
	
}

}



.pic a:hover img {opacity: 0.7!important;
	
}
