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


#header{
	width: 100%;
	padding: 0.5rem 0 0 0 ;
}


.h1-1 {
	display: block;
	FONT-FAMILY: "メイリオ", Meiryo;
	font-size: 1.5em;
	color: #333333;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 5.0rem 0 -5rem;
}


.headerphoto {
	width: 100%;
	margin: 0;
}

.topphoto {
	width: 100%;
	margin: 0;
}

.topphoto2 {
	width: 100%;
	margin: 0;
}



h1 {
	font-size: 1.2rem;
	color: #333333;
	line-height: 1.0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 400;
	margin: 0;
}



/*ナビ*/

.nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 auto 0 auto;
	background: #ffffff;
	overflow:hidden;
}


.title {
	display: flex;
	justify-content: space-between;
}

.h1-title {
   	font-family: 'Yuji Syuku', serif;
	font-weight: 400;
	font-size: 2.0rem;
	line-height: 1.0;
	color: #333333;
	text-align: center;
	margin: 2.0rem 0 1.0rem 0.5rem;
}

.title-logo {
	display: block;
	width: 320px;
	margin: -30px auto -5px auto;
}

.span-h1-1,.span-h1-2 {
	font-family: Noto Serif JP;
	font-weight: 400;
	font-size: 1.0rem;
	color: #333333;
	text-align: center;
	margin: 1.0rem 0 0 1.0rem;
}

.h1-title2-top {
	font-family: Noto Serif JP;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 3.5;
	color: #ffffff;
	text-align: justify;
	margin: 0 0 0 1.0rem;
	text-shadow: 1px 1px 2px black;
}

.h1-title2 {
	font-family: Noto Serif JP;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 3.5;
	color: #333333;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 0 1.0rem;
}

.span-h1-2-top {
	font-weight: 400;
	font-size: 1.0rem;
	margin: 0 0 0 0.5rem;
	color: #ffffff;
}

.span-h1-2 {
	font-weight: 400;
	font-size: 1.0rem;
	margin: 0 0 0 0.5rem;
	color: #333333;
}

.title2,.title2-2 {
	font-family: Noto Serif JP;
	font-weight: 400;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 2.35rem 1.5rem 0 0;
}

.title2:hover {
	color: #ff0000;
}

.title2-2 {
	text-align: center;
	font-size: 1.0em;
	margin: 2rem 0 0 0;
}

.title3 {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 2rem 0 0;
}


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

.topphoto2 {
	display: none;
}


}


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

.title2 {
	font-size: 1.0rem;
	line-height: 3.0;
	margin: 2.0rem 1.5rem 0 0;
}

}


/* mobile */

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

.topphoto {
	display: none;
}

/*nav*/

#header {
	display: none;
}

.nav {
	display: none;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}





}


