@charset "utf-8";

/*===========================*/
/*　　　　　　娯楽・スポーツページ
/*===========================*/

.sightseeing_box {
width: 100%;
margin: 0px auto;
padding: 0px;
background-color: #FFF0E5;
text-align: left;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-moz-box-shadow: 1px 1px 2px 2px #AAAAAA;
-webkit-box-shadow: 1px 1px 2px 2px #AAAAAA;
box-shadow: 1px 1px 2px 2px #AAAAAA;
border:1px solid #D8732B;
clear: both;
}

.sightseeing_box .top {
width: 100%;
margin: 0px auto;
background-color: #D8732B;
padding: 5px 0px;
overflow: hidden;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-top-right-radius: 10px;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-top-left-radius: 10px;
border:1px solid #D8732B;
}

.sightseeing_box .top .subtitle {
text-align: center;
}

.sightseeing_box .top .subtitle h3 {
color: #ffffff;
font-size: 16px;
font-weight: bold;
margin-left: 0px;
padding: 0px;
}

.sightseeing_box .inner-box {
width: 100%;
margin: 0px auto;
overflow: hidden;
border-top: 1px solid #D8732B;
}

.sightseeing_box .inner-box .topphoto {
width: 100%;
max-width: 960px;
margin: 0px auto;
}

.sightseeing_box .inner-box .topphoto img {
width: 100%;
height: auto;
margin: 0px 0px 10px 0px;
padding: 0px;
}

.sightseeing_box .inner-box .mainphoto {
margin: 10px 10px 0px 10px;
float: left;
}

.sightseeing_box .inner-box ul {
list-style-type: none;
margin: 10px 10px;
line-height: 140%;
}

.sightseeing_box .inner-box ul .adrs {
font-size: 15px;
line-height: 140%;
color:#000000;
font-family: 'Open Sans', sans-serif;
}

.sightseeing_box .inner-box ul li {
margin: 0px 5px 5px 5px;
}



/***************************************/
/***************************************/
@media only screen and (max-width:640px) {



}
/***************************************/
/***************************************/
@media only screen and (max-width:480px) {

.sightseeing_box .inner-box .mainphoto {
float: none;
display: block;
text-align: center;
margin: 15px 10px 0px 10px;
}


}
