@charset "utf-8";
/*====================================================================*/
main aside {
    background-color: #000;
    color: #fff;
    padding: 10px 0 50px 0;
}
main aside h2 {
    text-align: center;
    margin: 50px 0;
}
main aside h2 span {
    border-bottom: solid 1px #fff;
}
main aside p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width:1000px){
main aside p {
    margin: 0 auto;
    width: 500px;
}
}
main aside figure {
    text-align: right;
    padding-top: 20px;
    padding-right: 100px;
}
@media (min-width:1000px){
main aside figure {
    width: 700px;
    margin: 0 auto;
}
}
main aside figure img {
    width: 50px;
}
/*------------------------------------------------*/
@media (min-width:1000px){
main section {
    width: 960px;
    margin: 0 auto;
}
}
main section {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 2s;
}
main section.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
/*------------------------------------------------*/
main section h2 {
    color: #fff;
    padding: 50px 0 20px 0;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    margin: 50px 0;
}
main section h2 span {
    font-size: 1.6em;
}
#id_pr {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#id_pr table {
    border-collapse: collapse;
    width: 300px;
}
#id_pr table caption img {
    width: 100%;
}
#id_pr table tr th {
    font-size: large;
    text-decoration: underline;
    vertical-align: top;
}
#id_pr table tr td {
    vertical-align: top;
}
#id_menu   h2 {background-image: url(../images/h2_menu.jpg);  background-position: center; }
#id_dining h2 {background-image: url(../images/h2_dining.jpg);background-position: right; }
#id_access h2 {background-image: url(../images/h2_access.jpg);background-position: right; }
main section p {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width:999px){
main section p img {
    width: 100%;
}
}
main section address {
    font-style: normal;
    text-align: center;
    padding: 0 20px;
}
main section  dl {
    text-align: center;
    padding: 0 20px;
}
main section  dl dt {
    font-weight: bold;
}
main section  dl dd {
    margin-bottom: 30px;
}
main section  ul {
    list-style: none;
    padding: 0 20px;
}
@media (min-width:1000px){
.fx_container {
    margin: 0 auto;
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: flex-top;
}
.fx_container section {
    width: 450px;
}
}
/*--------------------------------------------------------------------*/
