/*===========================================

		Useful

===========================================*/

#useful {
    position: relative;
    margin: 30px 0 20px;
    padding: 25px 15px 13px;
    background: url(../img/useful_bg.png) no-repeat right top;
}
#useful h3 {
    position: absolute;
    left: 130px;
    top: -10px;
}
#useful h3 img {
    /*position: relative;
	top: 36px;
	left: 8px;*/
}
#useful ul li {
    float: left;
    width: 97px;
    margin: 0 5px 5px;
    text-align: center;
}

/*===========================================

		Facebook

===========================================*/
#fb_area {
    margin: 30px 0 20px;
}

/*===========================================

		top_nav

===========================================*/

@media only screen and (max-width: 768px) {
    #top_nav {
        padding: 10px 1%;
        background: #eee;
        text-align: center;
    }
    #top_nav img {
        margin: 0 1%;
        width: 45%;
    }
}

/*===========================================

		PR

===========================================*/

#pr {
    position: relative;
    margin: 20px 0;
    padding: 10px 10px 10px 80px;
    min-height: 80px;
    background: #ffffd2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.3;
}
#pr h3 {
    margin: 0 0 5px;
}
#pr .cover {
    position: absolute;
    left: 10px;
    top: 10px;
}
#pr a {
    color: #239ee9;
}

/*===========================================

		Links

===========================================*/

#links div a img {
    margin: 5px 0;
}
#links ul {
    margin: 20px 0;
}
#links ul li {
    border-top: 1px dashed #e6e6e6;
}
#links ul li:first-child {
    border-top: 0 none;
}
#links ul li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-size: 120%;
    text-decoration: none;
    background: url(../img/arrow2.png) no-repeat 200px center;
}
#links ul li a:hover {
    background-color: #eee;
}

@media only screen and (max-width: 768px) {
    #links div {
        border-left: 2px solid #19976e;
        border-top: 2px solid #19976e;
    }
    #links div a {
        display: block;
        float: left;
        width: 50%;
        border-right: 2px solid #19976e;
        border-bottom: 2px solid #19976e;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #links ul {
        float: none;
        clear: both;
        margin: 20px 10px;
        border-top: 1px dashed #e6e6e6;
        border-bottom: 1px dashed #e6e6e6;
    }
    #links ul li a {
        padding-right: 8%;
        background-image: url(../img/arrow2_sp.png);
        background-position: 96% center;
        -webkit-background-size: 5px 9px;
        background-size: 5px 9px;
    }
}

/*===========================================

		town

===========================================*/
#town {
    margin: 0 0 20px;
    padding: 6px 5px;
    background-image: url(../img/town_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border: 0 none;
    text-align: center;
}
#town a img {
    margin: 1px 0;
}

@media only screen and (max-width: 768px) {
    #town {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

/*===========================================

		people

===========================================*/
#people {
    margin: 20px 0 0;
    padding: 0;
    border: 3px solid #239ee9;
}
#people h3 {
    background: #239ee9;
    height: 40px;
}
#people h3 img {
    position: relative;
    top: -14px;
}
#people h4 {
    margin: 10px 10px 5px 15px;
    color: #6998b9;
}
#people ul {
    margin: 10px;
}
#people ul li:before {
    color: #239ee9;
}
#people p {
    margin: 10px 2px 2px;
    padding: 3px 0;
    background: #efefef;
    text-align: center;
}
#people span.space {
    letter-spacing: 1em;
}

/*===========================================

		blc_live

===========================================*/
.blc_live {
    position: relative;
    overflow: hidden;
    height: 185px;
    margin-bottom: 13px;
}
.blc_live a {
    text-decoration: none;
}
.blc_live h3 {
}
.blc_live img.obj {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -33px;
}

/*===========================================

		banner

===========================================*/

#sideR .banner {
    /*padding: 5px 10px;
	background: #f4ddb0;*/
    text-align: center;
}
#sideR .banner a img {
    margin: 5px 0;
}

@media only screen and (max-width: 768px) {
    #sideR .banner {
        margin: 0 auto 20px;
        width: 94%;
    }
}

.top_banner {
    display: block;
    transition: opacity 0.3s;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
}
.top_banner:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 768px) {
    .top_banner {
        margin-bottom: 20px;
    }
}

/*===========================================

		movie

===========================================*/

#movie {
    margin: 20px 0;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #movie {
        display: none;
    }
}

/*===========================================

		access

===========================================*/

#access {
    position: relative;
    margin-top: 20px;
    padding: 7px;
    border: 3px solid #19976e;
    background: #19976e;
    color: #fff;
}
#access #map {
    left: 0;
    top: 0;
    position: absolute;
}
#access h3 {
    margin-top: 116px;
}
#access ul {
    margin: 140px auto 10px;
}
#access ul li {
    margin: 0 0 5px;
}
#access ul li:before {
    content: "○ ";
    color: #fff;
}
#access ul li p {
    display: inline-block;
    font-size: 85%;
}
#access a.btn {
    display: block;
    width: 96%;
    margin: 10px auto 0;
    padding: 10px 0;
    background: #19976e;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 2px solid #fff;
    /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;*/
}
@media only screen and (max-width: 768px) {
    #access #map {
        position: static;
        margin: 0 0 17px;
        width: 100%;
        height: auto;
    }
    #access h3 {
        margin-top: 0;
    }
    #access > div p {
        font-size: 123%;
        text-align: center;
    }
    #access > div a.btn {
        font-size: 113%;
    }
    #access > div {
        padding-bottom: 20px;
    }
    #access ul {
        margin: 0;
    }
    #access ul li p {
        font-size: 100%;
    }
}

/*===========================================

		pickup

===========================================*/

#pickup {
    position: relative;
    float: none;
    clear: both;
    margin: 0 0 10px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #e6e6e6;
    -webkit-background-size: 5px 9px;
    background-size: 5px 9px;
    color: #333;
}
#pickup h3 {
    position: absolute;
    left: -15px;
    top: -15px;
}
#pickup dl {
    float: right;
    width: 290px;
}
#pickup dt {
    margin: 0 0 5px;
}
#pickup dt span {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
}
#pickup dt strong {
    color: #000;
    font-size: 120%;
    line-height: 1.3;
}
#pickup div {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 130px;
    /*	height: 160px;*/
    /*	background: url(../img/pickup_frame.png) no-repeat center center; */
    text-align: left;
}
#pickup div img {
    border: 3px solid #fff;
}
#pickup a.detail {
    clear: both;
    float: right;
    color: #19976e;
    white-space: nowrap;
}

/* sp */
@media only screen and (max-width: 768px) {
    #pickup {
        margin: 20px 0;
        padding: 20px;
        background: url(../img/arrow3_sp.png) no-repeat 96% center #e6e6e6;
    }
    #pickup dl {
        float: right;
        margin: 0;
        width: 55%;
    }
    #pickup dt span {
        position: static;
        float: none;
        margin-bottom: 5px;
    }
    #pickup dt strong {
        display: block;
    }
    #pickup div {
        float: left;
        margin: 0 auto;
        padding: 10px 0;
        /*width: 100%;*/
        width: 40%;
        height: auto;
    }
    #pickup a.detail {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        white-space: normal;
    }
}

/*===========================================

		calendar

===========================================*/

#calendar {
    position: relative;
}
#calendar .large {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 450px;
    z-index: 500;
}

/*===========================================

		footer_bnr

===========================================*/

#foot_bnr {
    float: none;
    clear: both;
    padding: 30px 0;
}
