@charset "utf-8";



/* second_common
----------------------------------------------------------------------------------*/

body {}

a:hover img{
    opacity:0.50;
    filter: alpha(opacity=50);
	transition-property: all;
	transition: 0.3s linear;
}

/* tel_tag*/
@media (min-width: 751px) {
	a[href*="tel:"] {
		color:#646464;
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* structure
----------------------------------------------------------------------------------*/
.inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 1100px){
	.inner{
		width: auto;
		padding: 0 10px;
	}
}

/* page title
----------------------------------------------------------------------------------*/
.pttl{
	margin: 50px 0 15px;
	padding: 0 0 40px;
	background: url(../img/bg-pttl.png) center bottom repeat-x;
}
.pttl h2{
	color: #649664;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.pttl h2 .icon{
	margin-right: 10px;
}


/* topicpath
----------------------------------------------------------------------------------*/
#topicpath{
	padding: 5px 10px;
	color: #999;
    font-size: 14px;
	background: #f6f6f6;
}
ul#topicpath li{
	line-height:1.6;
}
ul#topicpath li a{
	color: #999;
	text-decoration:underline;
}
#topicpath a:hover{
	color: #ff6400;
	text-decoration:none;
}
#topicpath .fa{
	margin-right: 5px;
}
#topicpath .fa-arrow-right{
	margin-left: 15px;
}
@media only screen and (max-width: 640px){
	#topicpath{
		display: none;
	}
}




/* article
----------------------------------------------------------------------------------*/
#article{
	margin:0 auto;
	padding:0 5px;
	overflow:hidden;
}

#article div.inner {
	margin:30px auto;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: white;
}

#article h1{
	margin: 0 0 30px;
	padding: 15px 0;
	font-size: 26px;
	line-height:1.4;
	border-bottom:5px #4472c4 solid;
}
#article h1:first-child{margin-top: 0;}
#article h2 {
    margin: 40px 0 10px;
    padding: 10px 15px;
    color: #649664;
    font-size: 24px;
    font-weight: bold;
	text-align:center;
	background:url(../img/bg-h1.png) repeat-x 0 bottom;
}
#article h3 {
    margin: 60px 0 10px;
    padding: 0 0 5px 10px;
    color: #46aae1;
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid #46aae1;
    border-bottom: 1px solid #c8c8c8;
}
#article h4 {
    margin: 20px 0 10px;
    padding: 5px 0 4px 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #c8c8c8;
	background: #f5f5f5;
}
#article h5{
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 10px;
	color: #fff;
	font-size: 16px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #46aae1;
}
#article h6{
	font-size: 16px;
}
#article h6:before{
	content: "●";
	color: #46aae1;
	margin-right: 5px;
}
#article strong{
	font-weight: bold;
}
#article table{
	width: 100%;
	border-right: 1px dotted #c8c8c8;
	border-top: 1px dotted #c8c8c8;
}
#article table th,
#article table td{
	padding: 5px 10px;
	border: none;
	border-left: 1px dotted #c8c8c8;
	border-bottom: 1px dotted #c8c8c8;
}
#policy h3{
	margin: 30px 0 10px;
	color: #649664;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (max-width: 510px){
	#article div.inner {
		padding: 15px;
	}
	#article h1 {
		font-size: 22px;
	}
}




/* topics
----------------------------------------------------------------------------------*/
.topics-list{
	border-bottom:1px #ccc solid;
}
.topics-list dt{
	float: left;
	width: 22em;
	padding: 15px 0 0;
	overflow: hidden;
}
.topics-list dt .icon{
	display: inline-block;
	width: 12em;
	margin:-7px 0 7px 2.5em;
	padding: 5px 5px 4px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	vertical-align: top;
	border-top:1px #ccc dotted;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #f0f6fc;
}
.topics-list dd{
	padding: 15px 0 0;
	border-top:1px #333 dotted;
}
.topics-list dd:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
#article .topics-list dd:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
@media only screen and (max-width: 640px){
	.topics-list dt{
		float: none;
		width: auto;
	}
	.topics-list dd{
		padding: 10px 0;
	}
	.topics-list dt .icon{
		margin-left: 1em;
	}
}




/* pickup-list */
.pickup-list{
	margin: 0 0 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	overflow:hidden;
}
.pickup-list li{
	width: 20%;
	margin: 0 6.66% 30px 0;
	padding: 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	overflow:hidden;
}
.pickup-list li:nth-child(4n){
	margin: 0 0 30px;
}
.pickup-list li figure{
	position: relative;
	text-align: left;
}
.pickup-list li figure .icon{
	display: inline-block;
	width: calc(100% - 20px);
	margin:5px auto 7px;
	padding: 7px 10px 6px;
	color: #fff;
	font-size:12px;
	text-align: center;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.pickup-list li figure span.pickup_img{
	width:100%;
	height:0;
	display:block;
	margin-bottom:5px;
	padding-top:100%;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#f6f6f6;
	background-size:cover;
	overflow:hidden;
	transition:all 0.3s linear;
}
.pickup-list li figure span.pickup_img:hover{
	width:110%;
	margin:0 0 5px -5%;
}
.pickup-list li figure span.pickup_img img{
	max-height:133px;
}
.pickup-list li figure .link{
	text-align: left;
}
@media only screen and (max-width: 780px){
	.pickup-list li{
		width: 23%;
		margin: 0 2.66% 30px 0;
	}
}
@media only screen and (max-width: 640px){
	.pickup-list{
		margin: 0 -5px 30px;
	}
	.pickup-list li{
		width: calc(50% - 7.5px);
		margin: 0 15px 30px 0;
		padding: 0;
	}
	.pickup-list li:nth-child(2){
		margin-right: 0;
	}
	.pickup-list li figure span.pickup_img{
		overflow:hidden;
	}
	.pickup-list li figure .icon{
		width: calc(100% - 20px);
		font-size: 12px;
	}
	#article .pickup-list li figure img{
		height:auto;
		margin:0 auto !important;
	}
}


/* icon */

.topics-list dt span.news,
.pickup-list li figure .icon.news,
.topics-icon.news     {background: #46aae1;}
.topics-list dt span.poeple,
.pickup-list li figure .icon.poeple,
.topics-icon.poeple   {background: #96be46;}
.topics-list dt span.food,
.pickup-list li figure .icon.food,
.topics-icon.food     {background: #ff7d7d;}
.topics-list dt span.enjoy,
.pickup-list li figure .icon.enjoy,
.topics-icon.enjoy    {background: #6c74c1;}
.topics-list dt span.stay,
.pickup-list li figure .icon.stay,
.topics-icon.stay     {background: #e1a932;}
.topics-list dt span.see,
.pickup-list li figure .icon.see,
.topics-icon.see      {background: #32b482;}
.topics-list dt span.buy,
.pickup-list li figure .icon.buy,
.topics-icon.buy      {background: #aa8282;}
.topics-list dt span.live,
.pickup-list li figure .icon.live,
.topics-icon.live     {background: #aa8282;}
.topics-list dt span.knowledge,
.pickup-list li figure .icon.knowledge,
.topics-icon.knowledge{background: #aa8282;}
.topics-list dt span.mirai,
.pickup-list li figure .icon.mirai,
.topics-icon.mirai{background: #96be46;}
.topics-list dt span.ambassador,
.pickup-list li figure .icon.ambassador,
.topics-icon.ambassador{background: #96be46;}
.topics-list dt span.voice,
.pickup-list li figure .icon.voice,
.topics-icon.voice{background: #96be46;}
.topics-list dt span.gourmet,
.pickup-list li figure .icon.gourmet,
.topics-icon.gourmet{background: #ff7d7d;}
.topics-list dt span.local_specialty,
.pickup-list li figure .icon.local_specialty,
.topics-icon.local_specialty{background: #ff7d7d;}
.topics-list dt span.sweets,
.pickup-list li figure .icon.sweets,
.topics-icon.sweets{background: #ff7d7d;}
.topics-list dt span.activity,
.pickup-list li figure .icon.activity,
.topics-icon.activity{background: #6c74c1;}
.topics-list dt span.experience,
.pickup-list li figure .icon.experience,
.topics-icon.experience{background: #6c74c1;}
.topics-list dt span.hot_spring,
.pickup-list li figure .icon.hot_spring,
.topics-icon.hot_spring{background: #e1a932;}
.topics-list dt span.glamping,
.pickup-list li figure .icon.glamping,
.topics-icon.glamping{background: #aa8282;}
.topics-list dt span.nature,
.pickup-list li figure .icon.nature,
.topics-icon.nature{background: #32b482;}
.topics-list dt span.history,
.pickup-list li figure .icon.history,
.topics-icon.history{background: #32b482;}
.topics-list dt span.arts,
.pickup-list li figure .icon.arts,
.topics-icon.arts{background: #32b482;}
.topics-list dt span.local_gift,
.pickup-list li figure .icon.local_gift,
.topics-icon.local_gift{background: #ff7d7d;}
.topics-list dt span.takeout,
.pickup-list li figure .icon.takeout,
.topics-icon.takeout{background: #aa8282;}
.topics-list dt span.season,
.pickup-list li figure .icon.season,
.topics-icon.season{background: #aa8282;}
.topics-list dt span.park,
.pickup-list li figure .icon.park,
.topics-icon.park{background: #7fa961;}

.topics-list dt span.mirai,
.pickup-list li figure .icon.mirai,
.topics-icon.mirai        {background: #4472c4;}

.topics-icon.tour  {background: #96be46;}
.topics-icon.update{background: #d2a06e;}
.topics-icon.nasu  {background: #32b482;}

@media only screen and (max-width: 640px){
	.topics-list dt .icon {
		font-size:12px;
	}
	.topics-list dt span.mirai,
	.pickup-list li figure .icon.mirai,
	.topics-icon.mirai {
		width:15em;
	}
}
@media only screen and (max-width: 350px){
	.topics-list dt span.mirai,
	.pickup-list li figure .icon.mirai,
	.topics-icon.mirai {
		width:14em;
	}
}


/* pager
----------------------------------------------------------------------------------*/
.pager{
	clear:both;
	margin: 30px 0 0;
	padding: 30px 0 0;
	background: url(../img/bg-h1.png) 0 0 repeat-x;
}
.pager .prev-next,
.pager .num{display: inline;vertical-align: top;}
.pager .prev-next li{
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
}
.pager .num li{
	margin: 0 6px 12px;
	vertical-align: middle;
}
.pager .num li a,
.pager .num li span,
.pager .num li.pageCurrent{
	display: block;
	padding: 15px 18px;
	color: #fff;
	line-height: 1;
	border: 1px solid #35aaaf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #35aaaf;
	transition:all 0.3s linear;
}
.pager .prev-next li a{
	min-width: inherit;
}
.pager .num li a:hover{
	color: #fff;
	border: 1px solid #ff6400;
	background: #ff6400;
}
.pager .num li span,
.pager .num li.pageCurrent{
	display: inline-block;
	color: #3c3c3c;
	background-color:#fff;
}
.pager .num li.pageCurrent{
	color: #326450;
}
.pager .page{
	overflow: hidden;
}
.pager .page .left{
	float: left;
	margin-right: 10px;
}
.pager .page .left:last-child{
	margin-right: 0;
}
.pager .page .right{
	float: right;
}
.pager .page .left .btn,
.pager .page .right .btn{
	min-width: 200px;
}
@media only screen and (max-width: 640px){
	.pager .prev-next,
	.pager .num{display: block;text-align: center;}
	.pager .prev-next{margin: 0 0 10px;}
	.pager .prev-next li{margin: 0 6px;}
	.pager .page .left{
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	.pager .page .right{
		float: none;
		width: 100%;
	}
	.pager .page .btn{
		display: block;
		width: 100%;
	}
}
