@charset "utf-8";
p, h1, h2, h3      ,h4    ,li   ,ul   ,body,a{
	margin: 0;
	padding: 0;
	font-family: 'Shippori Mincho', serif;
}
.all {
    width: 100%;
}
img {
    vertical-align: bottom;
    width: auto;
    height: auto;
}
header {
	background-color: #040404;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
nav ul   {
    padding-left: 0px;
    list-style-type: none;

}
nav li {
	margin-left: 15px;
	margin-right: 15px;
}
.inline {
	text-align: center;
	width: 500px;
	padding-right: 140px;
	font-size: 0.9em;
}
.inline li  {
    display: inline;
}
nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
header {
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.hedinner p {
	color: #AE903F;
	font-size: 0.8em;
	white-space: nowrap;
}
.hedinner h1 {
	width: 300px;
}
img {
    vertical-align: bottom;
    width: auto;
    height: auto;
}

footer .box1 {
	background-color: #BCAB6A;
	line-height: 25px;
	padding-top: 180px;
	padding-bottom: 20px;
}
footer .box2 {
	background-color: #BCAB6A;
	justify-content: space-between;
	align-items: center;
	height: 200px;
	padding-top: 100px;
}
.box1 .text  {
	text-align: center;
	font-size: 0.9em;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .box1, footer .box2 {
	padding-left: 30px;
	padding-right: 30px;
}
footer .box1 p {
	margin-top: 10px;
	margin-bottom: 10px;
}.hedinner h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
main .profile .image {
}
.twitter {
	margin: 0 auto;
	width: 78%;
	height: 50px;
}
.calendar p {
	text-align: center;
}
.calendar p img {
	height: auto;
	max-width: 100%;
}










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

header {
	flex-direction: column;
	padding-left: 0px;
	padding-right: 0px;
	/* [disabled]width: auto; */
	height: auto;
	/* [disabled]position: fixed; */
	border-bottom: 1px double #000000;
	top: 0px;
}
.hedinner {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.hedinner h1 {
	width: auto;
	/* [disabled]text-decoration: underline; */
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 6em;
}
.inline {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}
nav li {
	margin-left: 25px;
	margin-right: 25px;
}
nav li a {
	color: #000000;
	font-size: 1.6em;
}
.navitem {
	word-break: break-all;
}
.hedinner p {
	display: none;
}
	
footer .box2 {
	height: 80px;
	padding-bottom: 50px;
}
footer {
	margin-bottom: 180px;
}
.twitter {
	width: 100%;
	height: 30px;
}
}
