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

@media screen and (min-width: 641px),print {
#access {
margin: 150px auto 0 auto;
}
#access h4 {
font-weight: 600;
font-size: 34px;
line-height: 1.7em;
padding-bottom: 1em;
}
#access p {
font-weight: 400;
font-size: 20px;
line-height: 1.7em;
padding-bottom: 3em;
}
#access .image {}
#access ul.photo {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 100px auto 0 auto;
}
#access ul.photo li {
display: block;
}
#access ul.photo li p {
font-weight: 500;
font-size: 24px;
line-height: 1.7em;
}
#access ul.photo li img {
width: 100%;
height: auto;
}

#location {
width: 70%;
margin: 50px auto 0 auto;
}
#location ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#location ul:after {
display: block;
content:"";
width: 32%;
}
#location ul li {
width: 32%;
}
#location ul li p {
font-weight: 500;
font-size: 18px;
line-height: 1.2em;
padding-bottom: 3em;
} 
#location ul li img {
width: 100%;
height: auto;
}

#concept {
}
#concept .body {
background-image: url("../image/location.jpg");
background-position: bottom center;
background-size: cover;
padding: 100px 0 800px 0;
position: relative;
}
#concept h4 {
color: #FFF;
font-weight: 400;
font-size: 54px;
line-height: 1.5em;
padding-bottom: 0.3em;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#concept p {
color: #FFF;
font-size: 24px;
line-height: 1.7em;
font-weight: 400;
}
#concept p.en {
font-size: 27px;
line-height: 1.5em;
font-weight: 400;
padding-bottom: 3em;
}
#concept .box {
background-color: #131d3d;
width: 100%;
}
#concept .box p {
text-align: center;
color: #FFF;
font-size: 28px;
line-height: 1.8em;
padding: 40px 0 40px 0;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#page #title .box h3 {
font-size: 14px;
}
#access {
margin: 50px auto 0 auto;
width: 90%;
}
#access h4 {
font-weight: 600;
font-size: 18px;
line-height: 1.5em;
padding-bottom: 1em;
}
#access p {
font-weight: 400;
font-size: 14px;
line-height: 1.5em;
padding-bottom: 2em;
}
#access .image {}
#access ul.photo {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto 0 auto;
}
#access ul.photo li {
display: block;
width: 48%;
}
#access ul.photo li p {
font-weight: 500;
font-size: 14px;
line-height: 1.5em;
}
#access ul.photo li img {
width: 100%;
height: auto;
}

#location {
width: 90%;
margin: 20px auto 0 auto;
}
#location ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#location ul:after {
display: block;
content:"";
width: 32%;
}
#location ul li {
width: 32%;
}
#location ul li p {
font-weight: 500;
font-size: 14px;
line-height: 1.5em;
padding-bottom: 1em;
} 
#location ul li img {
width: 100%;
height: auto;
}

#concept {
margin: 20px 0 0 0;
}
#concept .body {
background-image: url("../image/location.jpg");
background-position: bottom center;
background-size: cover;
position: relative;
padding: 50px 1em 200px 1em;
}
#concept h4 {
color: #FFF;
font-weight: 400;
font-size: 28px;
line-height: 1.5em;
padding-bottom: 0.3em;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#concept p {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
font-weight: 400;
}
#concept p.en {
font-size: 14px;
line-height: 1.5em;
font-weight: 400;
padding-bottom: 2em;
}
#concept .box {
background-color: #131d3d;
width: 100%;
}
#concept .box p {
text-align: center;
color: #FFF;
font-size: 16px;
line-height: 1.5em;
padding: 1em 1em 1em 1em;
}
}


