@charset "utf-8";

/* topics
-------------------------------------------------------*/
.topics-icon{
	display: inline-block;
	width: 10em;
	padding: 7px 5px 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	vertical-align: top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #f0f6fc;
}

.topics-icon.glamping{
	width: 13em;
}

/*アイコン色は second.cssに記載*/

.topics-date{
	display:none;
	text-align: right;
}
.topics-date span:first-child{
	margin-right: 10px;
}
.main-img{
	margin: 0 0 30px;
	text-align: center;
}
div.text{
	width:100%;
	overflow:hidden;
}
div.text img{
	max-width:100%;
}
.photo{
	float: right;
	width: 300px;
	margin-left: 20px;
}
.photo li{
	display: block;
	margin: 0 0 30px;
}
.topics-contents{
	overflow: hidden;
}
@media only screen and (max-width: 640px){
	.topics-date span{
		display: block;
		margin: 0 !important;
		text-align: right;
	}
	.photo{
		float: none;
		width: 100%;
		margin: 0 -5px 30px;
		overflow: hidden;
	}
	.photo li{
		display: inline-block;
		width: 33.333%;
		margin: 0;
		padding: 0 5px;
	}
}

a.link{
	padding-left:15px;
	background:url(../images/arr.png) no-repeat left top 0.3em;
}


/* tour-list
----------------------------------------------------------------------------------*/
ul.tour-search{
	margin: 0 -8px 30px;
	text-align:center;
}
ul.tour-search li{
	width: 20%;
	margin: 0;
	padding: 0 8px;
}
ul.tour-search li .w100{
	width: 100%;
}
ul.tour-search li .word{
	padding: 8px 5px;
}
ul.tour-search li .search-submit{
	padding: 10px;
	color: #fff;
	font-family: FontAwesome;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #326450;
	cursor: pointer;
}
ul.tour-search li .search-submit:hover{
	opacity: 0.5;
}
.loading{
	margin: 30px 0 0;
	text-align: center;
}
@media only screen and (max-width: 768px){
	#tour_search div.inner div#search_menu {
		margin: 0 auto;
	}
	ul.tour-search li{
		width: 100%;
		margin-bottom:10px;
	}
	ul.tour-search li.submit{
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	ul.tour-search li{
		width: 100%;
	}
}




/* tour-page
----------------------------------------------------------------------------------*/
.tour-icon{
	display: inline-block;
	width: 9em;
	padding: 5px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #326450;
}

/* tour-photo */
.tour-photo{
	margin: 20px 0 40px;
	overflow: hidden;
}
.tour-photo .main{
	float: left;
	width: 70%;
}
.tour-photo .sub{
	float: right;
	width: 28%;
}
@media only screen and (max-width: 768px){
	.tour-photo .cap{
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px){
	.tour-photo .main{
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.tour-photo .sub{
		float: none;
		width: auto;
		margin: 0 -5px;
		overflow: hidden;
	}
	.tour-photo .sub div{
		float: left;
		width: 50%;
		padding: 0 5px;
	}
}

/* tour-detail */
.tour-detail{
	max-width: 500px;
	margin: 0 0 50px;
}
.tour-detail dl dt{
	float: left;
	width: 8em;
	padding: 5px 0 0;
}
.tour-detail dl dt:before{
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f041";
	color: #326450;
}
.tour-detail dl dd{
	padding: 5px 0 5px 9em;
	border-bottom: 1px solid #c8c8c8;
}
.tour-detail dl dd .departure{
	color: #326450;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}



/* photogallery */
.photogallery{
	clear:both;
	overflow: hidden;
}
.photogallery ul{
	margin: 10px -25px 0;
	overflow: hidden;
}
.photogallery li{
	width: 20%;
	max-height:150px;
	margin: 0 2.5% 35px;
	padding: 0;
	font-size:14px;
	text-align:left;
	background-color:#f5f5f5;
}
.photogallery li img{
	max-height:150px;
}
@media only screen and (max-width: 1000px){
	.photogallery ul{
		margin: 10px -10px 0;
	}
}
@media only screen and (max-width: 768px){
	.photogallery li{
		width: 28.3%;
	}
}
@media only screen and (max-width: 480px){
	.photogallery ul{
		margin: 10px -5px 0;
	}
	.photogallery li{
        width: 44.9%;
		padding: 0 5px;
	}
}

/* tour-app */
.tour-app{
	margin: 50px 0 0;
	padding: 30px 10px;
	text-align: center;
	background: #f0f0f0;
}
.tour-app .note{
	font-size: 12px;
	text-align: center;
}



/* mirai
-------------------------------------------------------*/

a.link_btn{
	width:calc(100% - 30px);
	max-width:320px;
	display:block;
	margin:30px auto 5px;
	padding:15px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	-weibkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	transition:all 0.3s linear;
	background-color:#4472c4;
}
a.link_btn:hover{
	background-color:orange;
}

/* list */
#mirai_list #article h1.ttl {
  margin: 40px 0 10px;
  padding: 10px 15px 0;
  color: #649664;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom:none;
  background: url(../img/bg-h1.png) repeat-x 0 bottom;
}
#mirai_list #article h2 br.sp{
	display:none;
}
#mirai_list dl.topics-list{
	display:none;
}
#mirai_list ul.pickup-list li {
	width: 30%;
	margin: 0 auto 30px;
	margin-right: 5%;
	padding:0;
}
#mirai_list ul.pickup-list li:nth-child(3n) {
	margin-right: 0;
}
#mirai_list .pickup-list li figure span.pickup_img {
	width:100%;
	max-height: 100%;
	position:relative;
	margin-bottom:15px;
	padding-top:100%;
	border-radius:5px;
	-weibkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
#mirai_list .pickup-list li figure span.pickup_img:hover{
	width:100%;
	margin:0 0 5px 0;
}
#mirai_list .pickup-list li figure span.pickup_img img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	max-height: 336px;
}

@media screen and (max-width:1030px){
}

@media screen and (max-width:720px){
	#mirai_list #article h2 br.sp{
		display:block;
	}
	#mirai_list ul.pickup-list li {
		width: calc(50% - 15px);
		margin-right:30px;
		font-size: 16px;
	}
	#mirai_list ul.pickup-list li:nth-child(3n) {
		margin-right:30px;
	}
	#mirai_list ul.pickup-list li:nth-child(2n) {
		margin-right:0;
	}
	#mirai_list .pickup-list li figure span.pickup_img {
		height: 0;
	}
}

@media screen and (max-width:540px){
	#mirai_list #article div.inner {
		margin: 15px auto 30px;
	}
	#mirai_list #article h2 {
		font-size: 20px;
	}
	#mirai_list ul.pickup-list{
		padding-top:15px;
		border-top:1px #333 dotted;
	}
	#mirai_list ul.pickup-list li {
		width:100%;
		margin-bottom:15px;
		padding-bottom:15px;
		line-height:1.8;
		border-bottom:1px #333 dotted;
	}
	#mirai_list .pickup-list li figure span.pickup_img {
		width: 35%;
		max-height: 35%;
		float:left;
		margin:0 15px 0 0;
		padding-top: 35%;
	}
}
@media screen and (max-width:400px){
	#mirai_list #article h2 {
		padding: 10px;
		text-align:left;
	}
	#mirai_list #article h2 br,
	#mirai_list #article h2 br.sp{
		display:none!important;
	}
	#mirai_list ul.pickup-list li {
		font-size:14px;
	}
}


/* page */
#news10 .topics-icon {
	width: 17em;
}
#news10 h2{
	width:auto;
	padding:15px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px #ccc solid;
}
#news10 table#local_navi{
	margin:0 auto 90px;
	text-align:center;
	border:none;
}
#news10 table#local_navi td{
	width:150px;
	display:inline-block;
	min-width:calc(20% - 40px - 0.4em);
	margin:0 auto;	
	padding:15px;
	text-align:center;
	vertical-align:top;
	border:none;
}
#news10 table#local_navi td img{
	display:block;
	margin:0 auto 5px;
	border-radius:75px;
	-webkit-border-radius:75px;
	-moz-border-radius:75px;
	-ms-border-radius:75px;
	overflow:hidden;
}
@media screen and (max-width:1030px){
	#news10 h2{
		padding: 15px 0;
		font-size:28px;
	}
	#news10 table#local_navi{
		width:100%;
		text-align:center;
		letter-spacing:-0.4em;	
	}
	#news10 table#local_navi td{
		display:inline-block;
		margin-bottom:15px;
		padding:12px;
		vertical-align:top;
		letter-spacing:normal;
		zoom:1;
	}
}
@media screen and (max-width:860px){
	#news10 table#local_navi td{
		width:125px;
		padding:10px;
		font-size:14px;
	}
}
@media screen and (max-width:660px){
	#news10 h2{
		font-size:24px;
	}
}
@media screen and (max-width:540px){
	#news10 table#local_navi{
		margin:0 auto 60px;	
	}
	#news10 .topics-icon {
		margin-bottom: 15px;
	}
	#news10 table#local_navi td{
		width:calc(25% - 20px);
		min-width:0;
		display:inline-block;
	}
}
@media screen and (max-width:420px){
	#news10 table#local_navi{
		margin:0 auto 30px;	
	}
	#news10 table#local_navi td{
		clear:both;
		width:100%;
		margin:0 0 5px;
		padding:0 0 5px;
		text-align:left!important;
		vertical-align:middle;
		border-bottom:1px #ccc solid;
	}
	#news10 table#local_navi td a img{
		width:70px;
		float:left;
		margin:0 15px 0 0;
	}
}

#article h5 {
	clear: both;
	display: block;
	margin: 30px 0 10px;
	padding: 0px 40px 5px 10px;
	color: #eb6d87;
	font-size: 114.285%;
	font-weight: bold;
	border-left: 3px solid #eb6d87;
	border-bottom: 1px solid #e1e1e1;
	background: none;
}

#news6 div.pager,
#news10 div.pager{
	display:none;
}



/* list_wiz_thumb
-------------------------------------------------------*/
div#list_thumb{}
div#list_thumb ul{
	letter-spacing:-0.4em;
}
div#list_thumb ul li{
	display:inline-block;
	margin-bottom:30px;
	letter-spacing:normal;
	vertical-align:top;
	zoom:1;
}


/* column3 */
div#list_thumb.column3 ul li{
	width: 30%;
	margin-right: 5%;
}
div#list_thumb.column3 ul li:nth-child(3n){
	margin-right: 0;
}
div#list_thumb.column3 ul li a{
	display:block;
	text-decoration:none;
}
div#list_thumb.column3 ul li a:hover{
	color:orange;
	text-decoration:none;
}
div#list_thumb.column3 ul li strong{
	display:block;
	margin-bottom:15px;
	color:#35aaaf;
	font-weight:normal;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	overflow: hidden;
}
div#list_thumb.column3 ul li span strong{
	margin-bottom:10px;
	font-size:18px;
	text-decoration:underline;
	transition:all 0.3s linear;
}
div#list_thumb.column3 ul li a:hover span strong{
	color:orange;
	text-decoration:none;
}
div#list_thumb.column3 ul li strong img{
	display:block;
	margin:0 auto;
	transition:all 0.3s linear;
}
div#list_thumb.column3 ul li a:hover strong img{
	transform:scale(1.1);
	transition:all 0.3s linear;
}
