@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
.fadein4 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 2.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#slider {
	width: 100%;
	height: 500px;
	background-image: url(../web/plan/family/mimg.webp);
	background-size: cover;
}

.txtBox1 {
	width: 100%;
	height: 115px;
	position: absolute;
	top: 230px;
	left: 0%;
	right: 0%;
	z-index: 1000;
	text-align: center;
	background-image: url(../web/topics/mimg_txt_back.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#slider .p1{
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 30px;
	text-align: center;
}
#slider .p2{
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}
.txtBox2 {
	width: 30%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	left: 68%;
	right: 0;
	z-index: 1000;
	text-align: right;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#breadcrumb {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
#breadcrumb a {color: #000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 150px;
	margin-top: -100px;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents01 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.date{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
}
h2{
	width: 100%;
	height: auto;
	padding-bottom: 14px;
	float: left;
	text-align: left;
	font-size: 28px;
	line-height: 35px;
	margin-top: 10px;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #000;
}
#topics_Img{
	width: 500px;
	height: auto;
	float: left;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
}

#topics_Img img{
	width: 500px;
	height: auto;
}

#topics_Txt {
	width: 550px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin-top: 50px;
	margin-left: 50px;
	letter-spacing: 1px;
	color: #000;
}
#topics_Txt a{ color: #000;}
#topics_Txt .ttl{ color: #066; font-weight: bold}

.rsvbtn {
	padding: 15px 30px;
	font-size: 16px;
	color: #FFF;
	line-height: 15px;
	text-align: center;
	background-color: #0f5a64;
	margin-top: 15px;
	float: left;
	transition: 0.4s;
}
.rsvbtn:hover {
	background-color: #F33;
}
.rsvbtn a{
	color: #FFF !important;
	text-decoration: none;
}

#topics_Txt table {
	min-width: 350px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#topics_Txt td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 10px 3px 10px;
}

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

}
