#title {
background-image: url("image/title.jpg");
background-size: cover;
}

@media screen and (min-width: 641px),print {

.submenu {}
.submenu ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 40px 0 0 0;
}
.submenu ul li {
width: 24%;
}
.submenu ul li a {
font-size: 22px;
line-height: 1.5em;
font-family: 'Fjalla One', sans-serif;
color: #131D3D;
text-decoration: none;
border: 1px solid #131D3D;
text-align: center;
display: block;
position: relative;
padding: 0.5em 0 0.3em 0;
}
.submenu ul li a:hover {
background-color: #56253b;
color: #FFF;
}

#contents {
color: #56253b;
text-align: center;
margin: 0px auto 0 auto;
}
#contents img {
text-align: center;
margin: 0px auto 0 auto;
}
#contents h2 {
font-size: 24px;
line-height: 1.8em;
margin: 50px auto 50px auto;
}
#contents h3 {
background-color: #131D3D;
color: #FFF;
font-size: 30px;
line-height: 1.8em;
font-weight: bold;
border-radius: 100vh;
padding: 0.2em 0 0.2em 0;
margin: 70px 0 0 0;
}
#contents h4 {
font-size: 26px;
line-height: 1.8em;
font-weight: bold;
color: #56253b;
padding: 1em 0 1em 0;
}
#contents h4 i {
text-decoration: none;
font-size: 12px;
}
#contents h4 b {
font-size: 13px;
font-weight: normal;
}
#contents h5 {
font-size: 28px;
line-height: 1.8em;
margin-bottom: 20px;
}
#contents h6 {
font-family: 'Fjalla One', sans-serif;
font-size: 40px;
line-height: 1.8em;
color: #56253b;
display: flex;
align-items: center;
margin: 80px 0 30px 0;
}
#contents h6:before,
#contents h6:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #666;
}
#contents h6:before {
margin-right: 1em;
}
#contents h6:after {
margin-left: 1em;
}
#contents p {
font-size: 18px;
line-height: 1.8em;
color: #56253b;
text-align: left;
}
#contents p i {
text-decoration: none;
font-size: 12px;
}
#contents p b {
font-size: 13px;
font-weight: normal;
}
#contents .body {
width: 1100px;
margin: 0px auto 0 auto;
}
#contents .image {
margin: 40px 0 30px 0;
}
#contents ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#contents ul li {}

#wooden .box {
background-color: #fef9f1;
width: 1050px;
margin: 0px auto 0 auto;
text-align: left;
padding: 25px;
}
#wooden .box h5 {
font-size: 22px;
line-height: 1.8em;
font-weight: bold;
margin-top: 40px;
}
#wooden .box p {
font-size: 18px;
line-height: 1.8em;
}
#wooden .box .image1 {
float: right;
}
#wooden .box ul {
width: 1000px;
margin: 20px auto 0 auto;
}

#performance p {
font-size: 14px;
line-height: 1.8em;
width: 1000px;
margin: 0px auto 0 auto;
}

#grade .image {
background-color: #fdebd2;
padding: 20px 0 20px 0;
margin: 0;
}

#fire_alarm ul {
width: 1100px;
margin: 20px auto 0 auto;
}

#Facility {}
#Facility p {
text-align: center;
font-size: 18px;
line-height: 1.8em;
}
#Facility ol {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
}
#Facility ol li {
width: 380px;
line-height: 0;
margin-bottom: 25px;
}
#Facility ol li img {
width: 100%;
height: auto;
}

}



@media screen and (min-width: 0px) and (max-width: 640px) {
.submenu {}
.submenu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
}
.submenu ul li {
width: 48%;
}
.submenu ul li a {
font-size: 14px;
line-height: 1.5em;
font-family: 'Fjalla One', sans-serif;
color: #131D3D;
text-decoration: none;
border: 1px solid #131D3D;
text-align: center;
display: block;
position: relative;
padding: 0.5em 0 0.3em 0;
}
.submenu ul li a:hover {
background-color: #56253b;
color: #FFF;
}

#contents {
color: #56253b;
width: 94%;
margin: 0px auto 0 auto;
}
#contents h2 {
font-size: 18px;
line-height: 1.3em;
padding-bottom: 20px;
}
#contents h3 {
background-color: #131D3D;
color: #FFF;
font-size: 20px;
line-height: 1.3em;
font-weight: bold;
border-radius: 100vh;
padding: 0.5em 0 0.5em 0;
margin: 30px 0 0 0;
}
#contents h4 {
font-size: 16px;
line-height: 1.3em;
font-weight: bold;
color: #56253b;
padding: 1em 0 1em 0;
}
#contents h4 i {
text-decoration: none;
font-size: 12px;
}
#contents h4 b {
font-size: 13px;
font-weight: normal;
}
#contents h5 {
font-size: 16px;
line-height: 1.3em;
margin-bottom: 20px;
}
#contents h6 {
font-family: 'Fjalla One', sans-serif;
font-size: 26px;
line-height: 1.3em;
color: #56253b;
display: flex;
align-items: center;
margin: 40px 0 10px 0;
}
#contents h6:before,
#contents h6:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #666;
}
#contents h6:before {
margin-right: 1em;
}
#contents h6:after {
margin-left: 1em;
}
#contents p {
font-size: 16px;
line-height: 1.3em;
color: #56253b;
text-align: left;
}
#contents p i {
text-decoration: none;
font-size: 12px;
}
#contents p b {
font-size: 13px;
line-height: 1.3em;
font-weight: normal;
}
#contents .body {
margin: 0px auto 0 auto;
}
#contents .image {
margin: 20px 0 20px 0;
}
#contents ul {
}
#contents ul li {
margin-bottom: 20px;
}

#wooden .box {
background-color: #fef9f1;
margin: 0px auto 0 auto;
text-align: left;
padding: 25px;
}
#wooden .box h5 {
font-size: 16px;
line-height: 1.3em;
font-weight: bold;
margin-top: 20px;
}
#wooden .box p {
font-size: 14px;
line-height: 1.3em;
}
#wooden .box .image1 {
margin: 20px 0 20px 0;
}
#wooden .box ul {
margin: 20px auto 0 auto;
}

#performance p {
font-size: 14px;
line-height: 1.8em;
margin: 0px auto 0 auto;
}

#grade .image {
background-color: #fdebd2;
padding: 10px;
margin: 0;
}

#fire_alarm ul {
margin: 20px auto 0 auto;
}

#Facility {}
#Facility p {
text-align: center;
font-size: 16px;
line-height: 1.3em;
}
#Facility ol {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 0 0;
}
#Facility ol li {
line-height: 0;
margin-bottom: 25px;
}
#Facility ol li img {
width: 100%;
height: auto;
}




}



