
@charset "utf-8";
/*
* =======================================================
*
* [home]
*
* =======================================================
*/
#main {
	padding-top: 100px;
}
/**
* mainVisual
*/
#mainVisualWrapper {
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
	background: url(../../images/content/home/slide_bg.jpg) center / cover no-repeat;
	background: #000;
	position: relative;
	/*z-index: -1;*/
}
#mainVisual {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#mainVisual li {
	width: 100%;
	text-align: center;
	background-repeat: none;
	background-position: center;
	background-size: cover;
}
/**
* pickup
*/
#pickupArea02 {
	background: #E61F4E;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 0;
	color: #FFF;
	overflow: hidden;
	position: relative;
}
#pickupArea02 .intro h2 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
#pickupArea02 .itemWrapper {
	
}
#pickupArea02 .itemWrapper .linkList {
	max-width: 1022px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#pickupArea02 .itemWrapper .linkList li {
	margin: 0 7px;
	margin-bottom: 15px;
}
/*
#pickupArea {
	background: #E61F4E;
	padding: 10px;
	color: #FFF;
	overflow: hidden;
	position: relative;
	min-height: 210px;
}
#pickupArea .intro {
	width: 200px;
	padding: 40px 1em 0 0;
	float: left;
}
#pickupArea .intro h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}
#pickupArea .intro p {
	font-size: 1.4rem;
}
#pickupArea .itemWrapper {
	width: 830px;
	position: absolute;
	top: 10px;
	left: 210px;
	float: left;
}
#pickupArea .entry {
	width: 410px;
	height: 190px;
	margin: 0 5px;
	overflow: hidden;
}
#pickupArea .entry figure {
	width: auto;
	height: 190px;
}
#pickupArea .entry figure img {
	width: 570px;
	height: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
*/
#pickupControls {}
#pickupControls button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#pickupControls .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	border: 1px solid #FFF;
	background: #E61F4E;
	text-align: center;
}
#pickupControls .slick-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #FFF transparent transparent;
}
#pickupControls .slick-prev {
	left: -12px;
}
#pickupControls .slick-next {
	right: -12px;
}
#pickupControls .slick-next::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: -2px;
}
/**
* 記事
*/
#articleArea {
	padding: 10px 0 0;
}
.entry {
	position: relative;
	width: 200px;
	margin-bottom: 10px;
}
.entry a {
	display: block;
	color: #FFF;
}
.entry a::before,
.entry a::after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 10px;
	width: 40px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.entry a::after {
	left: 54px;
}
.entry.stay a::before {
	background-image: url(../../images/content/content/label_stay.png);
}
.entry.sightseeing a::before {
	background-image: url(../../images/content/content/label_sightseeing.png);
}
.entry.shopping a::before {
	background-image: url(../../images/content/content/label_shopping.png);
}
.entry.eating a::before {
	background-image: url(../../images/content/content/label_eating.png);
}
.entry.new a::after {
	background-image: url(../../images/content/content/label_new.png);
}
.entry figure {
	width: 200px;
	height: 200px;
}
.entry figure img {
	width: 100%;
}
.entry .content {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	padding: 7px 10px;
	background : -ms-linear-gradient(-90deg, rgba(2, 2, 2, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='#000000' ,GradientType=0)";
	background : -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0)), to(rgba(0, 0, 0, 0.8)));
	background : linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202',endColorstr='#000000' , GradientType=0);
}
.entry .info {
	display: inline-block;
	font-size: 1.1rem;
}
.entry .info time,
.entry .info .like {
	display: inline-block;
}
.entry .info time {
	margin-right: 10px;
}
.entry .info .like {
	background: url(../../images/content/content/ico_like.svg) no-repeat left center;
	padding-left: 20px;
}
.entry .info .like.active {
	background-image: url(../../images/content/content/ico_like_on.svg);
}
.entry .entryTtl {
	font-size: 1.6rem;
	line-height: 1.4;
}
/*.entry .bottom {
font-size: 1.1rem;
overflow: hidden;
margin-top: 5px;
}
.entry .tags {}
.entry .tags li {
display: inline-block;
}
.entry .tags li::after {
content: ' / ';
}
.entry .tags li.tag::after {
content: ', ';
}
.entry .tags li:last-child::after {
display: none;
}
.entry .writer {
display: none;
}*/
/* large */
.entry.large {
	width: 410px;
}
.entry.large .content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}
.entry.large .info {}
.entry.large .info time {
	margin-right: 10px;
}
.entry.large .info .like {
	background-size: 20px auto;
	padding-left: 25px;
}
.entry.large .entryTtl {}
.entry.large figure {
	width: 410px;
	height: 410px;
}
/*.entry.large .bottom {
font-size: 1.2rem;
}
.entry.large .tags {
float: left;
width: 260px;
}
.entry.large .writer {
display: inline-block;
padding-left: 28px;
background: no-repeat left center;
background-size: 20px auto;
min-height: 20px;
float: right;
}*/
#moreBt {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	border: 1px solid #777;
	margin: 0 10px 20px;
	padding: .5em 0;
}

/**
****************************************************
*
* screens larger than 1024
*
****************************************************
*/
@media screen and (min-width: 1025px) {
	#mainVisual {}
	#mainVisual li {
		width: 100%;
		text-align: center;
		background-repeat: none;
		background-position: center;
		background-size: cover;
	}
	#mainVisual li:nth-child(1) {
		background-image: url(../../images/content/home/PC_eng_slide_bg01.jpg);
	}
	#mainVisual li:nth-child(2) {
		background-image: url(../../images/content/home/PC_eng_slide_bg02.jpg);
	}
	#mainVisual li:nth-child(3) {
		background-image: url(../../images/content/home/PC_eng_slide_bg03.jpg);
	}
	html:lang(zh-tw) #mainVisual li:nth-child(1) {
		background-image: url(../../images/content/home/PC_cht_slide_bg01.jpg);
	}
	html:lang(zh-tw) #mainVisual li:nth-child(2) {
		background-image: url(../../images/content/home/PC_cht_slide_bg02.jpg);
	}
	html:lang(zh-tw) #mainVisual li:nth-child(3) {
		background-image: url(../../images/content/home/PC_cht_slide_bg03.jpg);
	}
	#mainVisual li a {
		display: block;
	}
	#moreBt { display: none; }
}

/**
****************************************************
*
* screens 1025 - 1689
*
****************************************************
*/
@media screen and (min-width: 1025px) and (max-width: 1689px) {
	#mainVisual {}
	#mainVisual li {
		width: 1460px;
		left: -50% !important;
		margin-left: calc(100% - 740px);
	}
}
/**
****************************************************
*
* screens 1025 - 1279
*
****************************************************
*/
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	#searchWrapper {
		min-width: auto;
	}
	#txtSearch {
		width: 30%;
	}
}
/**
****************************************************
*
* screens smaller than 1025
*
****************************************************
*/
@media screen and (max-width: 1024px) {
	#main {
		padding-top: 120px;
	}
	/**
	* mainVisual
	*/
	#mainVisualWrapper {
		height: auto;
	}
	/**
	* mainVisual
	*/
	#mainVisual {
		padding-top: 44%;
	}
	#mainVisual li {
		height: 100%;
	}
	#mainVisual li img {
		height: 100%;
	}
	/**
	* pickup
	*/
	#pickupArea02 {
		padding: 10px;
	}
	#pickupArea02 .intro h2 {
		margin-bottom: 10px;
	}
	#pickupArea02 .itemWrapper .linkList {
		max-width: initial;
		margin: auto;
		display: block;
	}
	#pickupArea02 .itemWrapper .linkList li {
		margin: 0;
		margin-bottom: 10px;
	}
	#pickupArea02 .itemWrapper .linkList li:last-child {
		margin-bottom: 0;
	}
	#pickupArea02 .itemWrapper .linkList li img {
		width: 100%;
		height: auto;
	}
/*
	#pickupArea {
		padding: 20px 5px 10px;
		min-height: auto;
	}
	#pickupArea .intro {
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#pickupArea .intro h2 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	#pickupArea .itemWrapper {
		width: 100%;
		position: relative;
		top: inherit;
		left: inherit;
		float: none;
	}
	#pickupArea .entry {
		width: 49%;
		height: auto;
		margin: 0 5px;
	}
	#pickupArea .entry a {
		display: block;
		padding-top: 48.75%;
	}
	#pickupArea .entry figure {
		height: auto;
	}
	#pickupArea .entry figure img {
		height: 100%;
		width: auto;
	}
*/
	#pickupControls .slick-prev {
		left: -5px;
	}
	#pickupControls .slick-next {
		right: -5px;
	}
	/**
	* 記事
	*/
	#articleArea {
		min-height: 200px;
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.entry {
		width: calc(50% - 5px);
		margin: 0 0 10px 0;
	}
	.entry a::before,
	.entry a::after {
		width: 30px;
		height: 50px;
	}
	.entry a::after {
		left: 45px;
	}
	.entry figure {
		width: 100%;
		height: auto;
	}
	.entry .content {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.entry .entryTtl {
		font-size: 1.4rem;
	}
	/*.entry .bottom {
	margin-top: 0;
}
	.entry .tags {
	position: relative;
	height: 1.5em;
	overflow: hidden;
}
	.entry .tags::after {
	content: '...';
}
	.entry .tags li:nth-child(n + 2) {
	display: none;
}*/
	/* large */
	.entry.large {
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 48.75%;
	}
	.entry.large a {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.entry.large figure img {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
	}
	.entry.large .info {}
	.entry.large .info .like {
		background-size: 14px auto;
		padding-left: 20px;
	}
	.entry.large .entryTtl {
		/*max-height: 3.5em;
		overflow: hidden;*/
	}
	.entry.large figure {
		width: 100%;
		height: auto;
	}
	/*.entry.large .bottom {
	font-size: 1.4rem;
}
	.entry.large .tags {
	width: 53%;
}
	.entry.large .writer {
	display: inline-block;
	padding-left: 28px;
	background: url(../../images/content/home/writer.png) no-repeat left center;
	background-size: 20px auto;
	min-height: 20px;
	float: right;
}*/
}/* @media END */



