.father{
	background: #76dfe0;
	color: #5a4930;
}
.father , .father + * {
	font-family: "Yu Gothic", YuGothic,  Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size:15px;
}
.father h2 , .father + h2{
	color: #304866;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 22px 0;
    letter-spacing: 2px;
    position: relative;
}
.father h2:after , .father h2:before ,
.father + h2:after , .father + h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.father h2:before , .father + h2:before {
	  top: 0;
}
.father .cateButton {
	width: 23%;
}
.father .cateButton p{
	font-size: 1.2em;
	padding: 10px;
	margin-bottom: 10px;
	background: url("/img/event/fathersday/2022/bg_btn.gif") repeat;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.father .cateButton a{
	opacity:1.0;
	display: block;
	text-decoration: none;
	transition: .5s ease-in-out;
}
.father .cateButton a:hover{
	opacity: 0.8;
	background-color:transparent;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.father .cateButton img{
	width:100%;
}
.father .listArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 10px;
	margin-top: 20px;
}
.father .mainV img{
	width:100%;
}
.father .contents_flex{
	display:flex;
	justify-content:space-around;
	flex-wrap: wrap;
	align-items: center;
}
.father ul.contents_flex{
	padding-top: 30px;
}
.father .contents_flex .box_wrap_ {
	margin: 20px 0px 20px 0;
}
.father .contents_flex .box_wrap_ .box01_ {
	display: block;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}
.father .contents_flex .box_wrap_ .box01_ img{
	border:solid 1px #ccc;
	transform: rotate(-6deg);
}
.father .btn {
	text-decoration: none;
	display: block;
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #3d8dd3;
	border-radius: 5px;
	margin: 0 auto;
}
.father .btn:hover{
	text-decoration: none;
	background:#69bae5;
}
.father .btn span{
	color: #FFF;
	position: relative;
	padding-left: 30px;
}
.father .btn span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
.father .campaign{
	padding: 40px 0;
	text-align: center;
}
.father .message {
	box-sizing: content-box;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	margin: 30px 0 20px;
}
.father .message .contents_flex .box_wrap_:nth-child(1) {
	width: 30%;
}
.father .message .contents_flex .box_wrap_:nth-child(2) {
	width: 60%;
}
.father .message dl{
	line-height: 22px;
	text-align: left;
	padding-bottom: 40px;
}
.father .message dl dt{
	font-weight:bold;
	font-size: 1.1rem;
	color: #304866;
	padding-bottom:10px;
}
.father .sec-inner {
	line-height: 1.6;
}
/*----- .ttl-wrap -----*/
.father .ttl-wrap {
	padding: 1em 0;
	text-align: center;
}

/*----- #detail -----*/
.father #detail {
	background-color: #fff;
}
.father #detail dl {
	margin-bottom: 1em;
	text-align: left;
}
.father #detail dl dt {
	font-weight: bold;
}
.father #detail dl dd {
	padding-left: 1em;
}
/*----- toplink -----*/
.father .toplink , .father_return{
	margin: 3em auto;
	text-align: center;
}
.father .toplink a , .father_return a{
	text-align: center;
	background-color: #3d8dd3;
	padding: 0.75em 3em;
	font-size: 1.2em;
	color: #ffffff;
	border-radius: 50px;
	text-decoration: none;
}
.father .toplink a:hover , .father_return a:hover{
	background-color: #69bae5;
}

@media screen and (max-width: 599px){
	.father .message{
		margin-top: 10px;
		padding: 5px 15px;
	}
	.father .message .contents_flex .box_wrap_ {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.father .cateButton{
		width: 47.5%;
	}
	.father .message dl dt {
		text-align: center;
	}
	.father .contents_flex .box_wrap_ .box01_ img {
	    margin: 10px 0 2em;
	    width: 65%;
	}
	.father .btn {
	    margin-bottom: 20px;
	}
	.father .message .contents_flex .box_wrap_:nth-child(1),
	.father .message .contents_flex .box_wrap_:nth-child(2){
		width:auto;
	}
	.father .section {
		padding: 1em 0;
	}
	.father .ttl-wrap {
		margin: 1em auto;
	}
	.father .sec-inner {
		padding: 0 10px 1em 5px;
	}
	.father .campaign {
		padding: 20px 10px;
	}
	.father h2, .father + h2, .father .cateButton p{
		font-size: 1em;
	}
	.father .cateButton p{
		padding: 5px 10px;
	}
	
	/*システムcss上書き*/
	div.event_ {
		margin-top: 0;
	}
}


/*システムcss上書き*/
.event_banner_{
	padding-top:10px;
}
.navitopicpath_ {
    margin: 5px;
	text-align: left;
}
