@charset "utf-8";
/* CSS Document */

header .nenshi_bnr {
    position: absolute;
    top: 0;
    left: 0px;
}

div#mainvisual, div.para_contents {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45%;
    padding: 5%;
}

p.year_img img {
	width: 100%;
}

#p_contents {
	width: 800px;
	
}


h3.newyeartitle {
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 140%;
	margin: 40px auto 20px;
	
	padding: 1rem 2rem;
  border-top: 3px solid #eabbcb;
  border-bottom: 3px solid #eabbcb;
}
