@charset "utf-8";
#top h2 {
	border-bottom:5px #fc8f02 dotted;
	margin:30px auto;
	color:#51372d;
	font-size:25px;
	font-weight:normal;
	clear:both;
	width:100%;
	padding-bottom:10px;
}
#top h2 img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
/*TOP 最近の旅行・お出かけ*/
.recent_trips .scroll {
	line-height:1.7em;
	margin: 0 auto;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: flex;
}
.recent_trips .scroll li {
	height: auto;
	margin-right: 1%;
	width:30%;
	float:left;
	flex: 0 0 80%;
}
.recent_trips .scroll li img {
	background:#eeeeee;
	padding:10px;
}
.recent_trips .scroll li h3, .recent_trips .scroll li p, .recent_trips .scroll li time {
	padding:10px;
}
.recent_trips .scroll li h3, .info aside h3 {
	color:#51372d;
	font-size:18px;
}
.recent_trips .link {
	display:block;
	text-align:center;
	border:#51372d 3px solid;
	color:#51372d;
	font-weight:bold;
	padding:20px;
	font-size:20px;
	width:50%;
	margin:50px auto 70px auto;
}
.recent_trips .link img {
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
}
/*TOP 都道府県別*/
.tdfk {
	overflow:hidden;
}
.tdfk .box, .location .box, .info aside {
	width:97%;
	margin:10px auto;
	overflow:hidden;
}
.tdfk .box .img_area, .location .box .img_area {
	float:left;
	padding-right:1%;
	width:27%;
}
.tdfk .box .img_area img, .location .box .img_area img {
	width:100%;
}
.tdfk .box .btn_area, .location .box .btn_area {
	float:left;
	width:70%;
	height:auto;
}
.tdfk .box h3, .location .box h3 {
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}
.tdfk .box .btn_area ul {
	overflow:hidden;
}
.tdfk .box .btn_area ul li {
	float:left;
	margin:5px;
	width:70px;
	text-align:center;
}
.tdfk .box .btn_area ul li a {
	display:block;
	background:#eeeeee;
	padding:5px;
	border-radius:5px;
}
/*TOP ロケ地*/
.location {
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.location .box h3 {
	padding:10px 0 5px 10px;
	text-align:center;
	border-bottom:dotted 2px #eeeeee;
}
.location .box h3 img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.location .box {
	border:5px #eeeeee solid;
	border-radius:5px;
}
.location .box .img_area {
	padding:1%;
}
.location .box .btn_area h4 {
	font-weight:bold;
	padding:10px 10px 0 10px;
}
.location .box .btn_area p {
	font-size:16px;
	padding:10px;
	line-height:1.7em;
}
.location .box ul {
	clear:both;
	margin-bottom:10px;
}
.location .box ul li {
	display:inline-block;
}
.location .box ul li a {
	display:block;
	width:90px;
	margin:5px 6px;
	padding:5px 5px 0 5px;
	border:1px solid #cccccc;
	border-radius:5px;
	box-shadow:0px 3px 3px 0px #bebcbc;
	text-align:center;
}
/*TOP Infomation */
.info {
	margin-bottom:50px;
	overflow:hidden;
}
.info aside .box {
	border:5px #eeeeee solid;
	margin-top:15px;
	overflow:hidden;
}
.info aside .box dl {
	padding:0 10px 10px 10px;
	line-height:1.7em;
}
.info aside .box dl dt {
	padding-top:10px;
}
.info aside .box dl dd {
	padding-bottom:5px;
	border-bottom:2px dashed #cccccc;
}
.info aside .box dl dd:last-child {
	border-bottom:none;
}
.info, .ranking {
	margin-top:40px;
}
/*おすすめコーナー*/
#top .season ul{
display:flex;
flex-wrap:wrap;	
justify-content:center;
}
#top .season ul li{
	width:45%;
	margin:2%;	
	text-align:center;
	line-height:1.7em;
}
#top .season ul li a{
	text-decoration:none;	
}
#top .season .bnr2 li{
	width:92%;
	margin:1%;	
	text-align:center;
	line-height:1.7em;
}
 @media screen and (min-width:768px) {
.recent_trips .scroll li {
 height: auto;
 flex: 0 0 40%;
}
.tdfk .box, .location .box, .info aside {
 width:48%;
 float:left;
 margin:1%;
}
.tdfk .box .btn_area {
 width:46%;
}
.tdfk .box .img_area {
 width:180px;
 padding-right:10px;
}
.location .box .img_area {
 width:120px;
}
.location .box .img_area {
 padding:10px;
}
.location .box .btn_area {
 width:59.5%;
}
.location .box {
 width:46%;
}
.info, .ranking {
 margin-top:0;
}
/*おすすめコーナー*/
#top .season ul li{
	width:22.5%;
	margin:1%;	
}
#top .season .bnr2 li{
	width:45%;
	margin:1%;	
}
}
 @media screen and (min-width:1000px) {
.recent_trips .scroll {
 width:1000px;
 margin:0 auto;
 overflow:hidden;
 display:block;
}
.recent_trips .scroll li {
 float:left;
 margin:1%;
 width:31.3%;
}
.tdfk .box, .info aside {
 width:47%;
 margin:1% 3% 1% 0;
}
.location .box {
 width:47%;
 margin:1% 2% 1% 0;
}
.tdfk .box .btn_area {
 width:56%;
}
.location .box .btn_area {
 width:70%;
}
}
