@charset "UTF-8";
#page {
background-color: #E6E8F0;
}
#page #title {
background-image: url("image/title.jpg");
background-position: center center;
}

@media screen and (min-width: 641px),print {
#page #title .box {
width: 50%;
}
#page #title .box h3 {
font-size: 34px;
position: relative;
}
#page #title .box p {
font-size: 18px;
line-height: 1.8em;
padding: 1em 0 0 0;
}
#location {
width: 70%;
max-width: 1200px;
margin: 100px auto 0 auto;
}
#location h4 {
color: #858CA4;
font-size: 70px;
line-height: 1.3em;
font-weight: 500;
}
#location dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin-bottom: 2em;
}
#location dt {
width: 40%;
text-align: left;
display: block;
}
#location dd {
width: 60%;
font-size: 22px;
font-weight: 500;
text-align: left;
color: #131D3D;
display: block;
}
#location ul,
#location ol {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#location ul li {
width: 48%;
display: block;
}
#location ul li img,
#location ol li img{
width: 100%;
height: auto;
display: block;
line-height: 0;
}
#location ul li p,
#location ol li p{
padding-top: 0.5em;
}

#location .shop {}
#location .shop ul {
margin: 20px auto 0 auto;
}
#location .shop ul li {}
#location .shop ol {
width: 90%;
margin: 40px auto 0 auto;
}
#location .shop ol li {
width: 17%;
font-size: 14px;
line-height: 1.3em;
margin-bottom: 20px;
}
#location .shop ol li img {
box-sizing: border-box;
padding: 15%;
background-color: #FFF;
display: block;
line-height: 0;
margin-bottom: 0.5em;
}

#location .park {
margin: 100px auto 100px auto;
}
#location .park dl {
align-items: flex-start;
}
#location .park dl dt {
width: 48%;
}
#location .park dl dd {
width: 50%;
}
#location .park dl dt h5 {
font-size: 24px;
line-height: 1.5em;
font-weight: 700;
padding: 1.5em 0 1.5em 0;
}
#location .park dl dt p {
padding-bottom: 1.5em;
}
#location .park ul {
margin: 50px auto 0 auto;
}
#location .park ul li {
width: 30%;
}

#location .education {
}
#location .education ul {
margin: 40px auto 100px auto;
}

#location .other {}
#location .other ul {
margin: 40px auto 0 auto;
}
#location .other ul li {
width: 30%;
margin-bottom: 20px;
}

#location .map {
margin: 100px auto 0 auto;
}

}

@media screen and (min-width: 0px) and (max-width: 640px) {
#page #title .box {
width: 80%;
}
#page #title .box h3 {
font-size: 18px;
position: relative;
text-align: center;
}
#page #title .box p {
font-size: 13px;
line-height: 1.2em;
padding: 1em 0 0 0;
}

#location {
width: 90%;
margin: 30px auto 0 auto;
}
#location p {
font-size: 13px;
line-height: 1.3em;
}
#location h4 {
color: #858CA4;
font-size: 26px;
line-height: 1.3em;
font-weight: 500;
padding-bottom: 0.5em;
}
#location dl {
}
#location dt {
width: 100%;
text-align: left;
display: block;
}
#location dd {
width: 100%;
font-size: 14px;
line-height: 1.3em;
font-weight: 500;
text-align: left;
color: #131D3D;
display: block;
padding-bottom: 1em;
}
#location ul,
#location ol {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#location ul li {
width: 48%;
display: block;
}
#location ul li img,
#location ol li img{
width: 100%;
height: auto;
display: block;
line-height: 0;
}
#location ul li p,
#location ol li p{
font-size: 14px;
line-height: 1.3em;
padding-top: 0.5em;
}

#location .shop {}
#location .shop ul {
margin: 20px auto 0 auto;
}
#location .shop ul li {}
#location .shop ol {
width: 100%;
margin: 20px auto 0 auto;
}
#location .shop ol:after {
display: block;
content:"";
width: 30%;
}
#location .shop ol li {
width: 30%;
font-size: 13px;
line-height: 1.2em;
margin-bottom: 10px;
}
#location .shop ol li img {
box-sizing: border-box;
padding: 15%;
background-color: #FFF;
display: block;
line-height: 0;
margin-bottom: 0.5em;
}

#location .park {
margin: 40px auto 40px auto;
}
#location .park dl {
align-items: flex-start;
}
#location .park dl dt {}
#location .park dl dt h5 {
font-size: 18px;
line-height: 1.3em;
font-weight: 700;
padding: 0em 0 1em 0;
}
#location .park dl dt p {
font-size: 14px;
line-height: 1.3em;
padding-bottom: 1em;
}
#location .park ul {
margin: 20px auto 0 auto;
}
#location .park ul li {
width: 48%;
font-size: 14px;
line-height: 1.3em;
margin-bottom: 1em;
}

#location .education {
}
#location .education ul {
margin: 20px auto 40px auto;
}

#location .other {}
#location .other ul {
margin: 20px auto 0 auto;
}
#location .other ul li {
width: 47%;
font-size: 13px;
line-height: 1.3em;
margin-bottom: 1em;
}

#location .map {
margin: 20px auto 0 auto;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
#location .map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

}
