/*施設情報用css*/
.ContentHeader {
    background-image: url("../img/ContentHeaderPhoto/sumire.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 60%;
}
/*facility navi*/
.FacilityInfoNavi {
    letter-spacing: -0.4em;
    padding: 0;
    margin: 5% auto 0 auto;
    width: 100%;
    max-width: 900px;
}

.FacilityInfoNavi li {
    display: inline-block;
    width: 23%;
    letter-spacing: normal;
    background: #1D5C79;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 1%;
    *display: inline;  
    *zoom: 1;
}

.FacilityInfoNavi a {
    display: block;
    text-decoration:  none;
    color: #fff;
    width: 100%;
    padding: 2.5em 0;
}

.FacilityInfoNavi-btn:nth-child(even) {
    background: #D4A9D2;
}

.FacilityInfoNavi-btn:nth-child(odd) {
    background: #97AFB7;
}

.FacilityInfoNavi li:hover {
    opacity: 0.5;
}

.FacilityInfoNavi-btn a:hover {
    color: #000;
}

.select {
    background: yellow;
}

.JpnText {
    margin-bottom: 1em;
}

table {
    width: 100%;
    border-collapse : collapse;
    border-spacing: 0;
    background-color: white;
    border-collapse: collapse;
}

th {
    width: 30%;
    background-color: #E9D4E8;
    border: 1px #63579F solid;
    padding: 0.5em 0;
    color: #1D5C79;
    text-align: center;
    vertical-align: middle;
}

td {
    border: 1px #63579F solid;
    padding: 0.5em 1em;
    color: #000;
}
table img{
    max-width: 200px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
}

.outer2 .content_wrap ul{
    letter-spacing: -0.4em;
    width: 100%;
}

.outer2 .content_wrap ul li{
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-bottom: 2%;
    padding: 1%;
    background: #E9D4E8;
    
    *display: inline;  
    *zoom: 1;
}

.outer2 .content_wrap h6{
    text-align: center;
    margin-top: 0.5em;
}

.outer2 .content_wrap ul li:nth-child(odd){
    margin-right: 2%;

}

#roomphoto1{
    background: #EFEF85;
}

#roomphoto2{
    background: #D0ACF0;
}

#roomphoto3{
    background: #D0ACF0;
}

#roomphoto4{
    background: #E9D4E8;
}

#roomphoto5{
    background: #92E66E;
}

#roomphoto6{
    background: #ff6699;
}

#roomphoto7{
    background: #EDB047;
}

#roomphoto8{
    background: #E9D4E8;
}

.outer2 .content_wrap img{
    width: 100%;
    height: auto;
}

.outer2 .content_wrap div p{
    font-size: 1.5em;
    line-height: 1;
    padding: 0 0;
    margin: 5% 0 5% 0;
    color: #63579F;
    text-align: center;
}
/*yearly  event*/
.outer3 .content_wrap ul{
    letter-spacing: -0.4em;
    width: 100%;
}

.outer3 .content_wrap ul li{
    letter-spacing: normal;
    display: inline-block;
    width: 45%;
    margin-bottom: 2%;
    padding: 1%;
    background: #E9D4E8;
    
    vertical-align: top;
    *display: inline;  
    *zoom: 1;
}

.outer3 .content_wrap img{
    width: 100%;
    height: auto;
}

.outer3 .content_wrap ul li:nth-child(1){
    background: #ef9183;
    margin-right: 2%;
}

.outer3 .content_wrap ul li:nth-child(2){
    background: #8bba1c;
}

.outer3 .content_wrap ul li:nth-child(3){
    background: #F7931E;
    margin-right: 2%;
}

.outer3 .content_wrap ul li:nth-child(4){
    background: #73a1d0;
}

.outer3 .content_wrap h4{
    text-align: center;
    color: #fff;
}

.outer3 .content_wrap dl{
    letter-spacing: -0.4em;
    text-align: center;
}

.outer3 .content_wrap dd{
    
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.7em;
    margin-right: 0.5em;
    color: #fff;
    *display: inline;  
    *zoom: 1;
}

#MonthlyEvent{
    max-width: 400px;
    width: 100%;
    color: #fff;
    background: #007eb3;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
    letter-spacing: normal;
}

#MonthlyEvent h3{
    padding: 0 0 0.5em 0;
    margin: 0 0;
    border: none;
}

#MonthlyEvent p{
    text-align: center;
    font-size: 1em;
    margin: 0 0;
    padding:  0 0;
}

.map{
    max-width: 900px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.outer4 {
    margin-bottom: 5%;
}

.outer4 ul{
    margin-bottom: 2em;
    margin-left: 2em;
}

@media only screen and ( max-width: 900px ) {
    table{
        width: 100%;
    }

    .map{
        width: 100%;
    }
    .LineBreak{
        display: block;
    }
}
@media only screen and ( max-width: 640px ) {
    .FacilityInfoNavi li {
        width: 48%;
    }
    .FacilityInfoNavi-btn:nth-child(even) {
        margin: 1% 1%;
    }
    .FacilityInfoNavi-btn:nth-child(odd) {
        margin: 1% 1%;
    }

    .outer3 .content_wrap p{
        font-size: 0.8em;
    }
    .map {
        height: 250px;
    }
    .LineBreak{
        display: inline;
    }
}

@media only screen and ( max-width: 480px ) {
    .outer2 .content_wrap ul li{
        width: 96%;
    
    }
    .outer3 .content_wrap ul li{
        width: 96%;
    
    }
    .outer3 .content_wrap p{
        font-size: 0.8em;
    }
}