@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body {
	margin: 0;
	padding: 0;
	color: #222;
	font-size : 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
    color: #ff3399;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.header {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
h1 {
	margin-right: auto;
    margin-left: auto;
	padding: 30px 0px 30px 0px;
    max-width: 50%;
}
img {
	max-width: 100%;
	height: auto;
	margin: auto;
  display: block;
}
main {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	padding-bottom: 50px;
	overflow-x: hidden;
}
section {
	text-align: left;
	margin-bottom: 80px;
	margin-left: 0px;
}
footer {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 30px;
	font-size: 0.7em;
	line-height: 1.5em;
}
a {
	color: #000;
}
a:hover {
	color: #F39;
}
article {
	padding-bottom: 20px;
	padding-top: 55px;
}
h2 {
	border-bottom: 1px dotted #444;
	padding-bottom: 15px;
}
.fotter_text {
	margin-top: 0px;
	padding-top: 8px;
	font-weight: bold;
}
h3 {
    color: #000000;
    font-family: Midashi Go MB31;
    margin-bottom: 50px;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    background-image: url(../img/stripe.jpg);
}
h4 {
    color: #000000;
    font-family: Midashi Go MB31;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.2em;
    border-top-width: 1px;
    border-top-style: dashed;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.anni_midashi{
	color: #454545;
	padding: 12px 0;
	border-top: dotted 3px #5C5C5C;
	border-bottom: dotted 3px #5C5C5C;
	background-color: #EEEEEE;
	font-size: 1.5em;
	line-height: 2em;
    font-weight: bold;
	text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.anni_text {    
	font-size: 1.2em;
    line-height:2em;
    margin-bottom: 80px;
}
.present_text {    
	font-size: 1.2em;
    line-height:2em;
    margin-top: 30px;
}
.anni_text2 {    
	font-size: 1.5em;
    line-height:2em;
    margin-bottom: 30px;
    text-align: center;
}

.img_title {    
	text-align: center;
    padding: 0px 0px 35px 0px;
}
.dot_line {    
	border-bottom:dotted 2px;
}
.shime{
	color: #454545;
	padding: 12px 0;
	font-size: 1.5em;;
	text-align: center;
}
.shime_day{
	color: #454545;
	padding: 12px 0;
	font-size: 1.5em;;
	text-align: center;
	font-weight: bold;
}
.back{
	font-size: 1.5em;;
	text-align: center;
	margin-top: 50px;
}
.text1 {    
	font-size: 1.2em;
    line-height:2em;
    margin-bottom: 30px;
    text-align: center;
}




@media screen and (max-width: 1024px) {
.header {
    max-width: 100%;
}
section {
	max-width: 96%;
    margin-right: auto;
    margin-left: auto;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
}
article {
	padding-left: 0px;
}
}

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

.header {

}
.top_line {
	border-bottom: 1px solid #444;
}
h1 {
	max-width: 80%;
}
section {
}
main {
	padding-top: 10px;
}
article {
	padding-left: 0px;
	padding-right: 3px;
}
h3 {
    font-size: 1.2em;
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 480px) {

main {
	padding-top: 50px;
}article {
	margin-bottom: 0px;
}
h3 {
    font-size: 1.1em;
}
}

