@charset "UTF-8";

/* 期間限定 */

.toyama_west {
	margin: 60px auto 0;
	max-width: 860px;
	width: 100%;
	display: block;
	transition: all ease 0.3s;
}

.toyama_west:hover {
	opacity: 0.5;
}

@media screen and (max-width:640px) {
	.toyama_west {
		max-width: 326px;
	}
}


.workcation_week {
	margin: 60px auto 0;
	max-width: 1000px;
	width: 100%;
	display: block;
}

@media screen and (max-width:640px) {
	.workcation_week {
		max-width: 325px;
	}
}

/* slider */
.slider {
	position: relative;
	background-color: #FFF;
	height: 750px;
	overflow: hidden;
}

.slider_list {
	height: 700px;
}

.slider_list_item {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.slider_list_item span {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform 4s linear;
}

.slider_list_item.-current span {
	transform: scale(1.1);
}

.slider_list_item img.-map {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.slick-dots {
	font-size: 0;
	text-align: center;
	line-height: 1;
	padding: 13px;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	-webkit-appearance: none;
	font-size: 0;
	background: none;
	border: 0;
	position: relative;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:before {
	content: "";
	display: block;
	border: 2px solid #7BAA55;
	background: #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	transition: background 0.3s;
}

.slick-dots li:nth-child(2) button:before {
	border-color: #689dba;
}

.slick-dots li:nth-child(3) button:before {
	border-color: #5f7bbc;
}

.slick-dots li:nth-child(4) button:before {
	border-color: #d07b99;
}

.slick-dots li:nth-child(5) button:before {
	border-color: #d47a65;
}

.slick-dots li:nth-child(6) button:before {
	border-color: #acab47;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
	background-color: #7BAA55;
}

.slick-dots li:nth-child(2).slick-active button:before,
.slick-dots li:nth-child(2) button:hover:before {
	background-color: #689DBA;
}

.slick-dots li:nth-child(3).slick-active button:before,
.slick-dots li:nth-child(3) button:hover:before {
	background-color: #5F7BBC;
}

.slick-dots li:nth-child(4).slick-active button:before,
.slick-dots li:nth-child(4) button:hover:before {
	background-color: #D07B99;
}

.slick-dots li:nth-child(5).slick-active button:before,
.slick-dots li:nth-child(5) button:hover:before {
	background-color: #D47A65;
}

.slick-dots li:nth-child(6).slick-active button:before,
.slick-dots li:nth-child(6) button:hover:before {
	background-color: #ACAB47;
}

.slider_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 1s 1s;
}

.slider_txt.-show {
	opacity: 1;
}

.mainbnr {
	position: relative;
	max-width: 100%;
	height: 100%;
}

.mainbnr img {
	width: 100%;
	height: auto;
}

.mainbnr_link {
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
}

.mainbnr_link a {
	background: #a40000;
	color: #fff;
	padding: 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
	display: inline-block;
	width: 100%;
}

/* 春バナー */
.spring {
	padding: 20px 50px 50px;
}

.spring a {
	position: relative;
	display: block;
}

.spring a:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 37%;
}

.spring a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.spring a:hover {
	opacity: 0.8;
}

/* 情報 */
.information {
	user-select: none;
}

.information_menu {
	padding: 100px 20px 90px;
	font-size: 24px;
}

.information_menu:lang(en) {
	font-size: 20px;
}

.information_menu_ttl {
	margin-bottom: 60px;
	font-size: 30px;
	text-align: center;
}

.information_menu_list,
.information_library_list {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.information_library_list {
	margin-top: 35px;
}

.information_menu_item,
.information_library_item {
	max-width: 420px;
	width: calc(33.333% - 13.333px);
}

.information_menu_item {
	max-height: 300px;
}

.information_library_item {
	max-height: 135px;
}

.information_menu_item>a,
.information_library_item>a {
	width: 100%;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	transition: text-shadow 0.5s;
}

.information_menu_item>a:hover {
	text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
}

.information_menu_item>a::before,
.information_library_item>a::before {
	content: "";
	width: 100%;
	display: block;
}

.information_menu_item>a::before {
	padding-top: 71.429%;
}

.information_library_item>a::before {
	padding-top: 32.143%;
}

.information_menu_item>a.-spot {
	background-image: url(/img/bg-info_spot.jpg);
}

.information_menu_item>a.-gourmet {
	background-image: url(/img/bg-info_gourmet.jpg);
}

.information_menu_item>a.-souvenir {
	background-image: url(/img/bg-info_souvenir.jpg);
}

.information_menu_item>a.-lodging {
	background-image: url(/img/bg-info_lodging.jpg);
}

.information_menu_item>a.-facility {
	background-image: url(/img/bg-info_facility.jpg);
}

.information_menu_item>a.-workcation {
	background-image: url(/img/bg-info_workcation.jpg);
}

.information_library_item>a.-photo {
	background-image: url(/img/bg-library_photo.jpg);
}

.information_library_item>a.-movie {
	background-image: url(/img/bg-library_movie.jpg);
}

.information_menu_item>a::after,
.information_menu_item>a>span {
	width: 100%;
	min-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.information_menu_item>a::after {
	content: "";
	height: 41.666%;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
	display: block;
	z-index: 0;
	transition-property: height, min-height;
	transition-duration: 0.5s;
}

.information_menu_item>a:hover::after {
	height: 0;
	min-height: 0;
}

.information_library_item>a::before {
	padding-top: 32.143%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: background-color 0.5s;
}

.information_library_item>a:hover::before {
	background-color: transparent;
}

.information_library_item>a::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: background-color 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
}

.information_library_item>a:hover::after {
	background-color: transparent;
}

.information_menu_item>a>span {
	width: 100%;
	height: 33.333%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.information_library_item>a>span {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.information_library_item>a>span::before {
	content: "";
	width: 32px;
	height: 26px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.information_library_item>a.-photo>span::before {
	background-image: url(/img/clip-library_photo@2x.png);
}

.information_library_item>a.-movie>span::before {
	background-image: url(/img/clip-library_video@2x.png);
}

.information_movie {
	padding: 70px 20px;
	background-color: #F7F7F7;
}

.information_movie_link {
	margin: 0 auto;
	max-height: 550px;
	max-width: 1300px;
	min-height: 150px;
	width: 100%;
	display: block;
	background-image: url("/img/bg-promotion_movie.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.information_movie_link::before,
.information_movie_link::after {
	content: "";
	width: 100%;
	display: block;
}

.information_movie_link::before {
	height: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	transition: background-color 0.5s;
}

.information_movie_link::after {
	padding-top: 42.308%;
}

.information_movie_link:hover::before {
	background-color: rgba(0, 0, 0, 0.2);
}

.information_movie_link .-image {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
}

.information_movie_link .-image .-icon {
	width: 7.692%;
}

.information_movie_link .-image .-txt {
	margin-top: 45px;
	width: 40.923%;
}

/* アクセス */
.access {
	position: relative;
}

.access_map {
	position: relative;
}

.access_map:before {
	display: block;
	content: "";
	padding-top: 57%;
}

.access_map_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access_map_img img {
	width: 100%;
	height: 100%;
}

.access_anchor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access_anchor a {
	position: absolute;
	display: block;
	width: 5%;
	height: 4.5%;
	padding: 10px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	transition: background 0.3s;
	/* background: #000; */
}

.access_anchor a.-himi {
	top: 11.5%;
	left: 64%;
}

.access_anchor a.-takaoka {
	top: 23%;
	left: 64.7%;
}

.access_anchor a.-imizu {
	top: 22.5%;
	left: 80%;
}

.access_anchor a.-oyabe {
	top: 39%;
	left: 58.6%;
}

.access_anchor a.-tonami {
	top: 46%;
	left: 71.6%;
}

.access_anchor a.-nanto {
	top: 67.5%;
	left: 67.5%;
}

.access_anchor a:lang(en) {
	width: 5.75%;
}

.access_anchor a.-himi:lang(en) {
	top: 11.5%;
	left: 63.75%;
}

.access_anchor a.-takaoka:lang(en) {
	top: 23%;
	left: 64.3%;
}

.access_anchor a.-imizu:lang(en) {
	top: 22%;
	left: 79.9%;
}

.access_anchor a.-oyabe:lang(en) {
	top: 39%;
	left: 58.2%;
}

.access_anchor a.-nanto:lang(en) {
	top: 67.5%;
	left: 67.2%;
}

.access_anchor a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.access_wrap {
	padding: 80px 50px;
	max-width: 600px;
	background: #FFF;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.access_deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.access_deco img.-item1 {
	position: absolute;
	top: 0;
	left: -20%;
}

.access_deco img.-item2 {
	position: absolute;
	top: 12%;
	right: -12%;
}

.access_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}

.access_txt {
	margin-bottom: 20px;
}

.access_img {
	text-align: center;
	margin-bottom: 35px;
}

.access_link {
	text-align: center;
}

.access_link a {
	padding: 15px 80px;
	position: relative;
}

/* INTRODUCTION*/
.intro {
	padding: 100px 0 0;
}

.intro_list {
	font-size: 0;
}

.intro_list>li {
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
}

.intro_list>li a {
	display: block;
}

.intro_list>li a:hover {
	opacity: 0.7;
}

.intro_list_img {}

.intro_list_ttl {
	color: #FFF;
	background: #7BAA55;
	width: 100%;
	text-align: center;
	padding: 15px;
}

.intro_list_ttl.-item2 {
	background: #689dba;
}

.intro_list_ttl.-item3 {
	background: #5f7bbc;
}

.intro_list_ttl.-item4 {
	background: #d07b99;
}

.intro_list_ttl.-item5 {
	background: #d47a65;
}

.intro_list_ttl.-item6 {
	background: #acab47;
}

/* 富山WEST NEWS*/
.news {
	padding: 80px 0px 70px;
}

.news_list {
	margin-bottom: 35px;
}

.news_list>li {
	border-top: 1px solid #DDD;
}

.news_list>li:last-child {
	border-bottom: 1px solid #DDD;
}

.news_list>li a {
	display: block;
	padding: 20px 10px 20px 0;
	font-size: 0;
}

.news_list>li a time,
.news_list>li a span,
.news_list>li a em {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}

.news_list>li a time {
	width: 90px;
	font-size: 15px;
	margin-right: 1em;
}

.news_list>li a em {
	width: calc(100% - 270px - 2.5em);
	margin-right: 0;
	font-size: 15px;
}

.news_more {
	text-align: center;
}

.news_more a {
	padding: 15px 100px;
}

.banner_list_top {
	text-align: center;
	margin-top: 70px;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
	.information_menu {
		font-size: 22px;
	}

	.information_menu:lang(en) {
		font-size: 18px;
	}

	.information_movie_link .-image .-txt {
		margin-top: 30px;
	}

	.access_wrap {
		max-width: 450px;
		padding: 20px;
	}

	.access_ttl {
		width: 80%;
	}

	.access_txt:lang(en) {
		font-size: 13px;
	}

	.access_deco img.-item2 {
		top: 0;
		right: -18%;
	}

	.access_img {
		width: 80%;
		margin: 0 auto 20px;
	}
}

@media screen and (min-width:641px) {
	.intro_list>li {
		width: 33.1%;
		margin-right: 0.35%;
	}

	.intro_list>li:nth-child(3n) {
		margin-right: 0;
	}

	.intro_list>li:nth-child(n+4) {
		margin-top: 0.35%;
	}

	.information_menu_item span>br {
		display: none;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.slider {
		height: 420px;
	}

	.slider_list {
		height: 380px;
	}

	.slider_list_item {
		height: 380px;
	}

	.slider_list_item span {
		height: 250px;
	}

	.slider_list_item img.-map.-pc {
		display: none;
	}

	.slider_list_item div.-map.-sp {
		position: absolute;
		display: block;
		top: 250px;
		height: 130px;
		width: 100%;
		bottom: -25%;
		background-size: cover;
		background-position: bottom 38% center;
	}

	.slider_txt {
		top: 30%;
	}

	.IE .slider_txt {
		width: 80%;
	}

	.mainbnr_link {
		left: 45%;
		transform: translateX(0);
		width: 50%;
	}

	.mainbnr_link a {
		padding: 10px;
		font-size: 14px;
		box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
	}

	/* 春バナー */
	.spring {
		padding: 20px 0;
	}

	.spring a {
		/* background: url(../img/bnr-spring_sp.jpg) no-repeat; */
	}

	.spring a:before {
		padding-top: 44.063%;
	}

	.information {}

	.information_menu {
		padding: 50px 20px;
		font-size: 16px;
	}

	.information_menu:lang(en) {
		font-size: 12px;
	}

	.information_menu_ttl {
		margin-bottom: 30px;
	}

	.information_menu_item {
		width: calc(50% - 10px);
	}

	.information_library_list {
		margin-top: 20px;
		max-width: 420px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.information_library_item {
		width: 100%;
	}

	.information_library_item>a::before {
		padding-top: 75px;
	}

	.information_library_item>a>span::before {
		width: 24px;
	}

	.information_movie {
		padding: 50px 20px;
	}

	.information_movie_link .-image .-icon {
		width: 49px;
	}

	.information_movie_link .-image .-txt {
		margin-top: 15px;
		width: 266px;
	}

	.access {
		position: static;
	}

	.access_map:before {
		padding-top: 0;
	}

	.access_map_img {
		height: auto;
	}

	.access_ttl,
	.access_img {
		width: 100%;
	}

	.access_anchor a {
		width: 20%;
		height: 8.5%;
	}

	.access_anchor a.-himi {
		top: 6.7%;
		left: 27.2%;
	}

	.access_anchor a.-takaoka {
		top: 26.5%;
		left: 27.7%;
	}

	.access_anchor a.-imizu {
		top: 24.3%;
		left: 61%;
	}

	.access_anchor a.-oyabe {
		top: 48.9%;
		left: 21.6%;
	}

	.access_anchor a.-tonami {
		top: 52.8%;
		left: 50.6%;
	}

	.access_anchor a.-nanto {
		top: 73.2%;
		left: 41.6%;
	}

	.access_wrap {
		position: relative;
		overflow: hidden;
		z-index: 0;
		padding: 50px 20px;
		top: 0;
		left: 0;
	}

	.access_deco img {
		width: 166px;
	}

	.access_deco img.-item2 {
		top: 5%;
	}

	.intro_list>li {
		width: 49.5%;
		margin-right: 1%;
	}

	.intro_list>li:nth-child(2n) {
		margin-right: 0;
	}

	.intro_list>li:nth-child(n+3) {
		margin-top: 1%;
	}

	.news_list>li a {
		padding-right: 0;
	}

	.news_list>li a em {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width:480px) {
	.information {}

	.information_menu {
		font-size: 14px;
	}
}