@charset "UTF-8";
/*
* resorttrust
* top.css
*
*/
@font-face {
	font-family: "Texta-Bold";

	src: url("/asset/font/Texta-Bold.woff") format("woff"), url("/asset/font/Texta-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Texta-Book";

	src: url("/asset/font/Texta-Book.woff") format("woff"), url("/asset/font/Texta-Book.ttf") format("truetype");
}

/* --------------------------------
  top
-------------------------------- */
/* slick ---------------- */
.slick-arrow {
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	font-size: 0; 

	-webkit-appearance: none; 

	        appearance: none;
}

.member_slider_sub .slick-arrow,
.hotel_bnr .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 768px) {
	.member_slider_sub .slick-arrow,
	.hotel_bnr .slick-arrow {
		background: url("/asset/img/icon_slider_arrow.gif") center no-repeat;
		background-size: 13px 25px;
	}
}

.member_slider_sub .slick-next,
.hotel_bnr .slick-next {
	right: -37px;
}
.member_slider_sub .slick-next:hover,
.hotel_bnr .slick-next:hover {
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}

.member_slider_sub .slick-prev,
.hotel_bnr .slick-prev {
	left: -47px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.member_slider_sub .slick-prev:hover,
.hotel_bnr .slick-prev:hover {
	-webkit-transform: rotate(180deg) translateX(10px);
	    -ms-transform: rotate(180deg) translateX(10px);
	        transform: rotate(180deg) translateX(10px);
}

/* mv ---------------- */
.mv {
	overflow: hidden; 
	position: relative;
	width: 100%;
	height: 55.5vw;
	max-height: 980px;
}
@media screen and (max-width: 767px) {
	.mv {
		height: 134vw;
		min-height: 134vw; 
		max-height: 134vw;
	}
}

@media screen and (max-width: 767px) {
	.mv_link {
		position: absolute;
		z-index: 3;
		top: 0;
		width: 100%;
		height: 134vw;
		min-height: 134vw; 
		max-height: 134vw;
	}
}

.mv_catch {
	opacity: 0; 
	position: absolute;
	z-index: 2;
	top: 36.3%;
	left: 75px;
	cursor: pointer;
}
.is-start .mv_catch {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
}
@media screen and (max-width: 767px) {
	.mv_catch {
		top: 50.1%;
		left: 7.4%;
	}
}
.mv_catch:hover .mv_catch_start:before {
	width: 201px; 
	-webkit-transform: translateX(88px); 
	    -ms-transform: translateX(88px); 
	        transform: translateX(88px);
}
.mv_catch:hover .mv_catch_start:after {
	opacity: 1;
	-webkit-transform: rotate(45deg) translateX(24px);
	    -ms-transform: rotate(45deg) translateX(24px);
	        transform: rotate(45deg) translateX(24px);
}
.mv_catch:hover span {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.mv_catch_start {
	display: block;
	position: relative; 
	z-index: 2;
	margin-top: 12px;
	cursor: pointer;
}
.mv_catch_start:before,
.mv_catch_start:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0; 
	left: 0;
	background-color: rgba(255, 255, 255, 0.3);
}
.mv_catch_start:before {
	bottom: 8px;
	width: 30px;
	height: 1px;
	transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mv_catch_start:after {
	opacity: 0;
	top: -3px;
	right: 13px;
	left: auto;
	width: 12px;
	height: 1px;
	transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); 
	-webkit-transform: rotate(45deg) translateX(28px); 
	    -ms-transform: rotate(45deg) translateX(28px); 
	        transform: rotate(45deg) translateX(28px);
	background-color: rgba(255, 255, 255, 0.3);
}
.mv_catch_start span {
	display: block;
	position: relative;
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	-webkit-transform: translateX(40px); 
	    -ms-transform: translateX(40px); 
	        transform: translateX(40px);
}

.mv_video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

/* section_title ---------------- */
.section_title {
	margin: 79px auto 48px; 
	text-align: center;
}
@media screen and (max-width: 767px) {
	.section_title {
		margin: 50px auto 38px;
	}
}
.member .section_title {
	margin-top: 99px;
}
@media screen and (max-width: 767px) {
	.member .section_title {
		margin-top: 60px;
	}
}
.service .section_title {
	margin: 93px auto 50px;
}
@media screen and (max-width: 767px) {
	.service .section_title {
		margin: 59px auto 28px;
	}
}
.section_title span {
	display: inline-block;
	position: relative;
	height: 46px;
}
.section_title span img {
	width: 100%;
	height: 100%;
}
.section_title span:before,
.section_title span:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	width: 30px;
	height: 1px;
	background-color: #bfbfbf;
}
@media screen and (max-width: 767px) {
	.section_title span:before,
	.section_title span:after {
		top: 10px;
		width: 20px;
	}
}
.section_title span:before {
	left: -42px;
}
@media screen and (max-width: 767px) {
	.section_title span:before {
		left: 0;
	}
	.service .section_title span:before {
		left: -24px;
	}
}
.section_title span:after {
	right: -42px;
}
@media screen and (max-width: 767px) {
	.section_title span:after {
		right: 0;
	}
	.service .section_title span:after {
		right: -24px;
	}
}
.hotel .section_title span {
	width: 181px;
}
@media screen and (max-width: 767px) {
	.hotel .section_title span {
		height: 35px;
	}
}
.member .section_title span {
	width: 253px;
}
@media screen and (max-width: 767px) {
	.member .section_title span {
		height: 35px;
	}
}
.service .section_title span {
	width: 362px;
}
@media screen and (max-width: 767px) {
	.service .section_title span {
		width: 260px;
		height: 35px;
	}
}

/* extra_txt ---------------- */
.extra_txt {
	padding: 30px; 
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.extra_txt {
		margin-top: -2px; 
		padding: 15px 21px;
		text-align: left;
	}
}
.extra_txt p {
	padding: 0 17%; 
	color: #fff;
	font-size: 14px;
	line-height: 1.5714;
}
@media screen and (max-width: 767px) {
	.extra_txt p {
		padding: 0;
		font-size: 11px;
	}
}
.extra_txt a {
	text-decoration: underline;
}
.extra_txt-01 {
	background: url("/asset/img/extra_bg.gif");
}
.extra_txt-01 a {
	color: #fff;
}
.extra_txt-02 {
	background: #f7f8f8;
}
.extra_txt-02 p {
	color: #000;
}
.extra_txt-02 a {
	color: #000;
}
.extra_txt-03 {
	background: #f7f8f8;
}
.extra_txt-03 p {
	color: #fc0e1c;
}
.extra_txt-03 a {
	color: #fc0e1c;
}

/* card_list ---------------- */
.card_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;

	    -ms-flex-wrap: wrap;

	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.card_list {
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.card_list_item {
	overflow: hidden; 
	position: relative;
	margin-right: 3.02%;
	margin-bottom: 50px;
	width: 31.25%;
}
@media screen and (max-width: 767px) {
	.card_list_item {
		margin-right: 0; 
		margin-bottom: 20px;
		width: 47.7611%;
	}
}
.service .card_list_item {
	margin-right: 2.0833%; 
	width: 23.4375%;
}
.service .card_list_item span {
	display: block;
	overflow: hidden;
	-webkit-transform: rotate(0.001);
	    -ms-transform: rotate(0.001);
	        transform: rotate(0.001);
}
.service .card_list_item img {
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.service .card_list_item a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.service .card_list_item:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.service .card_list_item {
		margin-right: 0; 
		width: 47.7611%;
	}
}
.card_list_item figcaption {
	padding: 15px 0 22px 8px;
	font-size: 14px;
	line-height: 1.2857;
}
.hotel .card_list_item {
	display: none;
}
.hotel .card_list_item:nth-child(3n) {
	margin-right: 0;
}
.hotel .card_list_item span {
	display: none;
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
}
.hotel .card_list_item figcaption {
	display: none;
	-webkit-transform: translateY(18px);
	    -ms-transform: translateY(18px);
	        transform: translateY(18px);
}
.hotel .card_list_item.active {
	display: block;
}
.hotel .card_list_item.active span {
	display: block; 
	-webkit-transform-origin: center bottom; 
	    -ms-transform-origin: center bottom; 
	        transform-origin: center bottom;
	-webkit-animation: fade-in 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
	        animation: fade-in 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.hotel .card_list_item.active figcaption {
	display: block; 
	opacity: 0;
	-webkit-animation: fade-in2 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.23s;
	        animation: fade-in2 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.23s;
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	1% {
		display: block;
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	100% {
		display: block;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	1% {
		display: block;
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	100% {
		display: block;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@-webkit-keyframes fade-in2 {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
	}
	1% {
		display: block;
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
	}
	100% {
		display: block;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes fade-in2 {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
	}
	1% {
		display: block;
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
	}
	100% {
		display: block;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@-webkit-keyframes barMove {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes barMove {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
.card_list_item:before,
.card_list_item:after {
	content: "";
	display: block; 
	position: absolute;
}
.card_list_item:before {
	opacity: 0;
	right: -1px;
	bottom: 3px;
	width: 8px;
	height: 1px;
	-webkit-transform: rotate(45deg) translateX(12px);
	    -ms-transform: rotate(45deg) translateX(12px);
	        transform: rotate(45deg) translateX(12px);
	background-color: #484848;
}
.card_list_item:after {
	bottom: 0;
	left: 8px;
	width: 13px;
	height: 1px;
	background-color: #c7c7c7;
}
@media screen and (min-width: 768px) {
	.card_list_item:hover:before {
		opacity: 1; 
		transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s; 
		transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s, transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s; 
		transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s, transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
		-webkit-transform: rotate(45deg) translateX(0);
		    -ms-transform: rotate(45deg) translateX(0);
		        transform: rotate(45deg) translateX(0);
	}
	.card_list_item:hover:after {
		-webkit-animation: moveUnder 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
		        animation: moveUnder 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
	}
}

@-webkit-keyframes moveUnder {
	40% {
		width: 100%;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		width: 100%;
		-webkit-transform: translateX(86%);
		        transform: translateX(86%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
		background-color: #484848;
	}
}

@keyframes moveUnder {
	40% {
		width: 100%;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		width: 100%;
		-webkit-transform: translateX(86%);
		        transform: translateX(86%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
		background-color: #484848;
	}
}

/* ホテルの個別---------------- */
.hvoerImg_box {
	display: block;
	position: relative;
	height: 160px;
}
@media screen and (max-width: 767px) {
	.hvoerImg_box {
		height: 22.66vw;
	}
}

.hoverImg {
	display: inline-block;
	position: absolute;
	pointer-events: none;
}
.hoverImg.is-hidden {
	opacity: 0;
}
.hoverImg-2 {
	opacity: 0;
	z-index: 2;
}
.hoverImg-3 {
	opacity: 0;
	z-index: 4;
}
@media screen and (min-width: 768px) {
	.hoverImg {
		transition: opacity 0.45s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	}
	.is-active .hoverImg {
		opacity: 1;
	}
	.is-active .hoverImg-2 {
		transition-delay: 2s;
	}
	.is-active .hoverImg-3 {
		transition-delay: 4s;
	}
	.is-activeFirstTime .hoverImg-2 {
		transition-delay: 0s;
	}
	.is-activeFirstTime .hoverImg-3 {
		transition-delay: 2s;
	}
	.is-thirdActive .hoverImg-2 {
		opacity: 0;
		transition: opacity 0s 0.5s;
	}
	.is-activeFirstSecond .hoverImg-2 {
		opacity: 0;
		transition: opacity 0s 0s;
	}
}

/* carousel_item---------------- */
.hotel_bnr {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.hotel_bnr {
		margin: 57px -20px auto;
	}
}
.hotel_bnr li {
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hotel_bnr li + li {
	margin-left: 10px;
}
.hotel_bnr li:hover {
	opacity: 0.6;
}
@media screen and (min-width: 768px) {
	.hotel_bnr.no-slide .slick-track {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 980px !important;

		-webkit-justify-content: center;

		    -ms-flex-pack: center;

		        justify-content: center;
	}
}
@media screen and (min-width: 768px) {
	.hotel_bnr.no-slide .slick-list {
		overflow: initial;
	}
}

.topics {
	position: relative;
	z-index: 24; 
	color: #000;
	font-size: 14px;
}
.manytopics .topics {
	padding: 31px 0 12px;
}
.fewtopics .topics {
	padding: 31px 0;
}
@media screen and (max-width: 767px) {
	.fewtopics .topics,
	.manytopics .topics {
		padding: 0 4vw;
		font-size: 10px;
	}
}

.topics_inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: auto;
	width: 100%;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
}
@media screen and (max-width: 767px) {
	.topics_inner {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column; 
		max-width: 100%;
	}
}

.topics_banner {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.topics_banner {
		margin-top: 10px;
	}
}
.fewtopics .topics_banner,
.manytopics .topics_banner {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.fewtopics .topics_banner,
	.manytopics .topics_banner {
		margin-top: 5px; 
		padding-bottom: 17px;
	}
}
.manytopics .topics_banner {
	padding-bottom: 19px;
}
.topics_banner li + li {
	margin-top: 15px;
}
.topics_banner li a {
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.topics_banner li a:hover {
	opacity: 0.5;
}

.topics_title_wrap {
	margin-top: -31px; 
	width: 221px;
}
@media screen and (max-width: 767px) {
	.topics_title_wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 30px auto auto; 
		width: 100%;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
}

.topics_title {
	top: 1px;
	left: 0;
	letter-spacing: 2.5px;
	font-size: 22px; 
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.topics_title {
		padding-left: 5px;
		letter-spacing: 1.3px; 
		font-size: 15px;
	}
}

.topics_link {
	padding-left: 18px;
}
@media screen and (max-width: 767px) {
	.topics_link {
		margin-right: 22%; 
		padding-left: 14px;
	}
	.topics_link a {
		font-size: 10px;
	}
}

.topics_list {
	width: 77.708%;
}
@media screen and (max-width: 767px) {
	.topics_list {
		padding-top: 22px; 
		width: 100%;
	}
	.manytopics .topics_list {
		padding-bottom: 10px;
	}
	.fewtopics .topics_list {
		padding-bottom: 22px;
	}
}
.topics_list li + li {
	margin-top: 15px;
}
.topics_list li .topics_category {
	margin: 2px 20px 0 12px;
	padding-top: 1px; 
	width: 50px;
	height: 20px;
	background-color: #414141;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.topics_list li .topics_category {
		position: absolute;
		left: 0;
	}
}
.topics_list li a {
	display: inline-block;
	overflow: hidden;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
	.topics_list li a {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-left: 80px;
	}
}
.topics_list li a:hover {
	opacity: 0.5;
}
.fewtopics .topics_list .slick-list {
	height: 100% !important;
}
.manytopics .topics_list .slick-list {
	height: 100%;
}
.fewtopics .topics_list .slick-list .slick-track {
	height: 100% !important;
}
.manytopics .topics_list .slick-list .slick-track {
	height: 100%;
}
.topics_list .slick-list .slick-track .slick-slide {
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.topics_list .slick-list .slick-track .slick-slide {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-align-items: flex-start;

		    -ms-flex-align: start;

		        align-items: flex-start;
	}
}
@media screen and (min-width: 768px) {
	.topics_list .topics_txt {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis; 

		-webkit-flex: 1; 

		    -ms-flex: 1; 

		        flex: 1;
	}
}
@media screen and (max-width: 767px) {
	.topics_list .topics_txt {
		margin-left: 80px;
	}
}
.topics_list a {
	position: relative;
	margin-left: 8px;
	outline-color: #000; 
	width: 76%;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
	.topics_list a {
		display: block;
		overflow: hidden;
		margin-left: 0;
		width: 100%;
		text-overflow: ellipsis; 
		font-size: 12px;
	}
}
.no-touch .topics_list a:hover {
	text-decoration: none;
}
.topics_list time {
	width: 90px;
	letter-spacing: 1.2px; 
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.topics_list time {
		margin-left: 80px;
	}
}
.topics_list .slick-prev,
.topics_list .slick-next {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -54px;
	margin: auto;
	outline: none;
	width: 42px;
	height: 42px;
	cursor: pointer;
	transition: 0.2s cubic-bezier(0, 0, 0.58, 1); 
	font-size: 0;
}
.topics_list .slick-prev:before,
.topics_list .slick-prev:after,
.topics_list .slick-next:before,
.topics_list .slick-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background: 50% 50% no-repeat;
	background-size: 25px;
}
.topics_list .slick-prev:after,
.topics_list .slick-next:after {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.topics_list .slick-prev,
	.topics_list .slick-next {
		right: 0;
		left: auto;
		border: none; 
		width: 25px;
		height: 25px;
	}
	.topics_list .slick-prev:before,
	.topics_list .slick-next:before {
		background-image: url("/asset/img/icon_topics_btn_on.svg");
		background-size: contain;
	}
}
@media screen and (min-width: 768px) {
	.topics_list .slick-next:before {
		background-image: url("/asset/img/icon_topics_btn.svg");
	}
	.topics_list .slick-next:after {
		background-image: url("/asset/img/icon_topics_btn_on.svg");
	}
	.topics_list .slick-next:hover:before {
		opacity: 0;
	}
	.topics_list .slick-next:hover:after {
		opacity: 1;
	}
	.topics_list .slick-prev:before {
		background-image: url("/asset/img/icon_topics_btn_u.svg");
	}
	.topics_list .slick-prev:after {
		background-image: url("/asset/img/icon_topics_btn_u_on.svg");
	}
	.topics_list .slick-prev:hover:before {
		opacity: 0;
	}
	.topics_list .slick-prev:hover:after {
		opacity: 1;
	}
}
.topics_list .slick-prev {
	top: 10px;
}
@media screen and (max-width: 767px) {
	.topics_list .slick-prev {
		top: -113%;
		right: 34px;
		left: auto;
	}
	.topics_list .slick-prev:before {
		background-image: url("/asset/img/icon_topics_btn_on.svg");
	}
}
.topics_list .slick-next {
	top: -60px;
	right: auto; 
	left: -54px;
}
@media screen and (max-width: 767px) {
	.topics_list .slick-next {
		top: -113%;
		right: 0;
		left: auto; 
		-webkit-transform: rotate(0deg); 
		    -ms-transform: rotate(0deg); 
		        transform: rotate(0deg);
	}
	.topics_list .slick-next:before {
		background-image: url("/asset/img/icon_topics_btn_u_on.svg");
	}
}

/* main ---------------- */
.content_title {
	display: none;
}

.content_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px auto 0;
	width: 100%; 
	max-width: 1100px;

	-webkit-flex-wrap: wrap;

	    -ms-flex-wrap: wrap;

	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.content_list {
		max-width: 100%;
	}
}

.content_list_item {
	width: 24.5%; 
	max-width: 269px;
}
@media screen and (max-width: 767px) {
	.content_list_item {
		width: 44.8vw;
		max-width: 44.8vw;
	}
	.content_list_item:nth-child(n+3) {
		margin-top: 7px;
	}
}
@media screen and (min-width: 768px) {
	.content_list_item:nth-child(n+5) {
		margin-top: 9px;
	}
}
.content_list_item a {
	display: block;
	position: relative;
	height: 100%;
	transition: z-index 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1), z-index 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1), z-index 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.58, 1); 
	text-decoration: none;
}
.no-touch .content_list_item a:hover {
	z-index: 1; 
	-webkit-transform: scale(1.08); 
	    -ms-transform: scale(1.08); 
	        transform: scale(1.08);
	box-shadow: 0 0 20px 0 #000;
}
.no-touch .content_list_item a:hover .content_list_item_img:after {
	background-color: rgba(0, 0, 0, 0);
}
.no-touch .content_list_item a:hover .content_list_item_title {
	background-color: #1f1f1f;
}

.content_list_item_img {
	position: relative;
}
.content_list_item_img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.content_list_item_img img {
	width: 100%;
}

/* hotel ---------------- */
.hotel {
	padding-bottom: 80px; 
	border-top: 1px solid #e6e7e7;
	background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
	.hotel {
		padding-bottom: 50px;
	}
}

.sort_list_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.sort_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-grow: 1;

	    -ms-flex-positive: 1;

	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.sort_list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}
.sort_list li {
	text-align: center;
	font-size: 12px;
}
.sort_list li a {
	display: block; 
	padding: 15px 5px;
}
@media screen and (max-width: 767px) {
	.sort_list li {
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.sort_list-facility {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column; 
		border-top: none;

		-webkit-order: 2;

		    -ms-flex-order: 2;

		        order: 2;
	}
}
.sort_list-facility li {
	height: 67px;
}
@media screen and (max-width: 767px) {
	.sort_list-facility li {
		border: none;
	}
}
@media screen and (max-width: 767px) {
	.sort_list-facility li {
		width: 100%;
		text-align: left;
	}
	.sort_list-facility li:first-child a {
		position: relative;
	}
	.sort_list-facility li:first-child a:after {
		content: "";
		display: block;
		position: absolute; 
		top: 0;
		right: 21px;
		bottom: 0;
		margin: auto;
		border-right: 1px solid #282828;
		border-bottom: 1px solid #282828;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.sort_list-facility li.js-sort-2:not(:first-child) {
		display: none;
	}
}
.sort_list-facility li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e9eaea;
	height: 100%;
	transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-top 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	background-color: #fff;
	color: #414141;
	font-size: 15px;
	line-height: 1.1; 

	-webkit-flex-wrap: wrap; 

	    -ms-flex-wrap: wrap; 

	        flex-wrap: wrap;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sort_list-facility li a .sort_list_item_sub {
	transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 768px) {
	.sort_list-facility li a:hover,
	.sort_list-facility li a.active {
		border-top: 1px solid #989898; 
		background-color: #989898;
		color: #fff;
	}
	.sort_list-facility li a:hover .sort_list_item_sub,
	.sort_list-facility li a.active .sort_list_item_sub {
		color: #fff;
	}
}
@media screen and (min-width: 768px) {
	.sort_list-facility li:not(:last-of-type) a {
		border-right: 1px solid #e5e5e5;
	}
	.sort_list-facility li:not(:last-of-type) a.active,
	.sort_list-facility li:not(:last-of-type) a:hover {
		border-color: #989898;
	}
}
.sort_list-facility li:nth-child(4),
.sort_list-facility li:nth-child(5) {
	font-size: 14px;
	line-height: 1.2;
}
.sort_list-facility .sort_list_item-s {
	width: 130px;
}
@media screen and (max-width: 767px) {
	.sort_list-facility .sort_list_item-s {
		width: 100%;
	}
}
.sort_list-facility .sort_list_item-m {
	width: calc((100% - 130px) / 4);
}
@media screen and (max-width: 767px) {
	.sort_list-facility .sort_list_item-m {
		width: 100%;
	}
}
.sort_list-facility .sort_list_item_sub {
	display: block;
	color: #9e9e9e; 
	font-size: 10px;
}
.sort_list-way {
	height: 50px; 
	background-color: #989898;
}
@media screen and (max-width: 767px) {
	.sort_list-way {
		padding: 12px;
		height: auto; 
		background-color: #989898;
	}
}
.sort_list-way li {
	padding: 15px 12px; 
	width: 20%;
	background-color: #989898;
}
@media screen and (max-width: 767px) {
	.sort_list-way li {
		padding: 8px 0 8px 8px; 
		width: auto;
	}
}
.sort_list-way li a {
	position: relative; 
	padding: 3px;
	border-radius: 3px;
	transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	color: #fff;
}
.sort_list-way li a:hover,
.sort_list-way li a.active {
	background-color: #e8e8e8;
	color: #414141;
}
@media screen and (max-width: 767px) {
	.sort_list-way li a {
		padding: 5px; 
		border: 1px solid #f9f9f9;
		border-radius: 20px;
		color: #f9f9f9;
		font-size: 10px;
	}
}
.sort_list-way li:not(:last-of-type) a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background-color: #858585;
}
@media screen and (max-width: 767px) {
	.sort_list-way li:not(:last-of-type) a:after {
		display: none;
	}
}

.is-hidden {
	display: none;
}

.facility_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.facility_box {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.count_hit {
	margin: 10px 0 16px;
	padding-left: 12px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
	.count_hit {
		margin-bottom: 10px; 
		text-align: center;
		font-size: 12px;
	}
}

.countNum {
	display: inline-block;
	overflow: hidden;
	height: 40px;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	.countNum {
		height: 24px;
	}
}
.countNum span {
	display: block;
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	text-align: right;
	font-size: 40px;
	line-height: 1;
}
.countNum span.move {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
	.countNum span {
		font-size: 24px;
	}
}

.icon_map {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 70px;
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #e5e5e5;
	text-align: center;

	-webkit-flex-shrink: 0;

	    -ms-flex-negative: 0;

	        flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.icon_map {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-bottom: 20px; 
		width: auto;
		background-color: transparent;

		-webkit-order: 1;

		    -ms-flex-order: 1;

		        order: 1;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.icon_map p {
		font-size: 15px;
	}
}
.icon_map a {
	padding-top: 11px; 
	width: 100%;
}
@media screen and (max-width: 767px) {
	.icon_map a {
		padding-top: 0;
		width: auto;
	}
}
.icon_map span {
	transition: color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.icon_map span {
		display: block;
		position: relative;
		padding: 6px; 
		border: 1px solid #e1e2e2;
		width: 125px;
		background-color: #fff;
		text-align: center;
	}
}
.icon_map i {
	display: block;
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 10px;
	height: 18px;
	transition: background-image 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-image: url("/asset/img/icon_map.svg");
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 767px) {
	.icon_map i {
		display: inline-block; 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		margin: auto;
	}
}
@media screen and (min-width: 768px) {
	.icon_map:hover,
	.icon_map.active {
		background-color: #989898;
	}
	.icon_map:hover a,
	.icon_map.active a {
		color: #fff;
	}
	.icon_map:hover i {
		background-image: url("/asset/img/icon_map_ov.svg");
	}
}

.more_btn_wrap {
	position: relative;
	margin-top: -120px;
	transition: margin-top 4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 767px) {
	.more_btn_wrap {
		margin-top: -90px;
	}
}
.more_btn_wrap.is-hidden {
	display: none;
}
.more_btn_wrap:before,
.more_btn_wrap:after {
	content: "";
	display: block;
	position: absolute; 
	width: 100%;
}
.more_btn_wrap:before {
	z-index: 4; 
	bottom: -6px;
	height: 124px;
	background: linear-gradient(to bottom, rgba(247, 248, 248, 0) 0%, #f7f8f8 40%);
}
@media screen and (max-width: 767px) {
	.more_btn_wrap:before {
		bottom: -46px; 
		height: 135px;
	}
}
.more_btn_wrap:after {
	z-index: 20; 
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	background-color: #e2e2e2;
}

.more_btn {
	position: relative;
	z-index: 30;
	margin: 0 auto;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #fff;
	text-align: center;
	color: #a0a0a0;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	.more_btn:hover {
		border-color: #fff; 
		background-color: #c1c1c1;
		color: #fff;
	}
	.more_btn:hover span:after {
		border-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.more_btn {
		width: 60px;
		height: 60px;
	}
}
.more_btn button {
	padding: 0;
	padding-top: 26%; 
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;

	-webkit-appearance: none;

	        appearance: none;
}
@media screen and (max-width: 767px) {
	.more_btn button {
		padding-top: 19%;
	}
}
.more_btn span {
	position: relative;
}
.more_btn span:after {
	content: "";
	display: block;
	right: 0;
	left: 0;
	margin: auto;
	border-bottom: 2px solid #a0a0a0;
	border-left: 2px solid #a0a0a0;
	width: 6px;
	height: 6px;
	transition: border-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); 
	-webkit-transform: rotate(-45deg); 
	    -ms-transform: rotate(-45deg); 
	        transform: rotate(-45deg);
}

/* member ---------------- */
.sp_sort_form {
	padding: 14px 9px;
	border: none;
	border-radius: 0;
	outline: none;
	width: 100%;
	background: none transparent;
	background-color: #fff;
	vertical-align: middle;
	color: inherit;
	font-size: inherit;
	font-weight: bold; 

	-webkit-appearance: none; 

	        appearance: none;
}

.select_wrap {
	position: relative; 

	-webkit-order: 2; 

	    -ms-flex-order: 2; 

	        order: 2;
}
.select_wrap:after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: 20px;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* member ---------------- */
@media screen and (max-width: 767px) {
	.member_slider_main li {
		opacity: 0.5; 
		width: 100%;
		max-width: 335px;
	}
	.member_slider_main li.slick-active {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.member_slider_main {
		margin: 0 -20px;
	}
}

.member_slider_main.slick-initialized .slick-slide a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.member_slider_main.slick-initialized .slick-slide a:hover .member_slider_body {
	background-color: #f7f8f8;
}
.member_slider_main.slick-initialized .slick-slide a:hover .moveBar:after {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
}
@media screen and (max-width: 767px) {
	.member_slider_main.slick-initialized .slick-slide a {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.member_slider_body {
	padding: 0 20px  0 44px;
	width: calc(100% - 542px);
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 767px) {
	.member_slider_body {
		padding: 0 20px; 
		width: 100%;
	}
}

.member_slider_title {
	margin-top: 21px; 
	font-size: 20px;
}
.member_slider_title span {
	display: block; 
	color: #828282;
	font-size: 12px;
}

.member_slider_txt {
	margin-top: 11px; 
	font-size: 14px;
	line-height: 1.85714;
}
@media screen and (max-width: 767px) {
	.member_slider_txt {
		font-size: 12px;
	}
}

.member_link {
	display: inline-block; 
	margin-top: 25px;
	padding-left: 14px;
}
@media screen and (max-width: 767px) {
	.member_link {
		display: block;
		margin: 25px auto auto;
		padding: 15px;
		border-radius: 3px; 
		width: 100%;
		background-color: #414141;
		text-align: center;
		color: #fff;
	}
	.member_link:visited {
		color: #fff;
	}
}

.member_slider_sub {
	margin-top: 30px;
}
.member_slider_sub li {
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.member_slider_sub li:hover {
	opacity: 0.5;
}
.member_slider_sub li + li {
	margin-left: 20px;
}

.member_slider_img {
	position: relative;
	max-width: 510px;
}
@media max-sp {
	.member_slider_img {
		width: auto;
	}
}

.member_slider_progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
@media screen and (max-width: 767px) {
	.member_slider_progress {
		display: none;
	}
	.slick-active .member_slider_progress {
		display: block;
	}
}
.member_slider_progress span {
	display: block;
	width: 0%;
	height: 2px;
	background-color: #07cdff;
}

.arrow_link {
	position: relative; 
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.arrow_link.topics_link:before {
		top: -5px;
		left: 0; 
		border-color: #000;
	}
}
.arrow_link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	width: 5px;
	height: 5px;
	transition: border-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	-webkit-transform: rotate(-45deg); 
	    -ms-transform: rotate(-45deg); 
	        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.arrow_link:before {
		left: 26%; 
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.other_link .arrow_link:before {
		border-color: #2d2d2d;
	}
}
.other_link .arrow_link:before {
	left: 14px;
}
@media screen and (min-width: 768px) {
	.other_link .arrow_link:hover:before {
		border-color: #fff;
	}
}

.other_link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px; 

	-webkit-justify-content: center; 

	    -ms-flex-pack: center; 

	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.other_link {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

		-webkit-justify-content: center;

		    -ms-flex-pack: center;

		        justify-content: center;
	}
}
.other_link li {
	width: 180px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.other_link li {
		margin: auto;
	}
}
.other_link li + li {
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	.other_link li + li {
		margin: 15px auto 0;
	}
}
.other_link li a {
	display: block;
	padding: 3px 0; 
	border-radius: 3px;
	width: 100%;
	transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	background-color: #f1f1f1;
	color: #626262;
}
.other_link li a:hover {
	background-color: #000;
	color: #fff;
}
.other_link li a.long:before {
	left: 5px;
}

/* service ---------------- */
/* company_link ---------------- */
.company_link {
	padding: 45px 0; 
	background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
	.company_link {
		margin: -20px;
		padding: 50px 0 0; 
		background: transparent;
	}
}
.company_link li {
	text-align: center;
}
.company_link li a {
	display: block;
	position: relative;
	color: #fff;
}
.company_link li a span {
	-webkit-transform: rotate(0.001);
	    -ms-transform: rotate(0.001);
	        transform: rotate(0.001);
}
.company_link li a span:nth-child(1) {
	display: block;
	overflow: hidden;
	position: relative; 
	background-color: #000;
}
.company_link li a span:nth-child(1):after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #000;
}
.company_link li a span:nth-child(2) {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto; 
	-webkit-transform: translateY(-50%); 
	    -ms-transform: translateY(-50%); 
	        transform: translateY(-50%);
}
.company_link li a img {
	transition: -webkit-transform 0.8s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.company_link li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.company_link li a:hover span:nth-child(1):after {
	opacity: 0.2;
}

.company_link_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.company_link_list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.company_link_list li {
		width: 50%;
	}
}

/* sns_link ---------------- */
.sns_link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 80px auto 118px; 

	-webkit-justify-content: center; 

	    -ms-flex-pack: center; 

	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.sns_link {
		margin: 80px auto 91px;
	}
}
.sns_link li {
	text-align: center;
}
.sns_link li + li {
	margin-left: 60px;
}
@media screen and (max-width: 767px) {
	.sns_link li + li {
		margin-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	.sns_link li {
		font-size: 12px;
	}
}
.sns_link li a {
	display: block;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.sns_link li a:hover {
	opacity: 0.5;
}
.sns_link i {
	display: block;
	margin: auto;
	padding-top: 5px;
	border-radius: 50%; 
	width: 40px;
	height: 40px;
	background-color: #000;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sns_link i {
		padding-top: 9px;
	}
}
.sns_link span {
	display: block;
	margin-top: 20px; 
	font-size: 12px;
}

.page_top {
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #000;
	text-align: center;
	color: #9d9d9d;
	font-size: 16px;
}
.page_top span {
	position: relative;
	letter-spacing: 1.1px; 
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.page_top span {
		font-size: 10px;
	}
}
.page_top span:before {
	content: "";
	display: block;
	position: absolute;
	top: -48px;
	right: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 40px;
	transition: top 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #7a7a7a;
}
.page_top a {
	display: block;
	padding: 24px;
	width: 100%;
	height: 100%;
	color: #7a7a7a;
}
@media screen and (max-width: 767px) {
	.page_top a {
		padding: 16px; 
		line-height: 1;
	}
}
@media screen and (min-width: 768px) {
	.page_top:hover {
		background-color: #2c2c2c;
	}
	.page_top:hover span:before {
		top: -68px;
		height: 60px;
	}
}

/* --------------------------------
  modal
-------------------------------- */
.modal_cont {
	visibility: hidden;
	overflow-y: scroll; 
	opacity: 0;
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, -webkit-transform 0s 0.4s;
	transition: visibility 0.4s, transform 0s 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
	transition: visibility 0.4s, transform 0s 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, -webkit-transform 0s 0.4s;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	background: url("/asset/img/modal_bg.gif");
}
@media screen and (max-width: 767px) {
	.modal_cont-reserve {
		visibility: visible;
		opacity: 1;
		width: 89.33%;
		transition: -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
		transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
		transition: transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
		-webkit-transform: translateX(120%); 
		    -ms-transform: translateX(120%); 
		        transform: translateX(120%);
	}
	.modal_cont-reserve.active {
		-webkit-transform: translateX(12%);
		    -ms-transform: translateX(12%);
		        transform: translateX(12%);
	}
	.modal_cont-map {
		overflow: scroll;
	}
}
.modal_cont.is-showModalCont {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s; 
	-webkit-transform: translateY(0%); 
	    -ms-transform: translateY(0%); 
	        transform: translateY(0%);
}

.icon_hand {
	position: fixed;
	z-index: 1000; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 768px) {
	.icon_hand {
		visibility: hidden;
		opacity: 0;
	}
}
.icon_hand span {
	display: block;
	position: relative;
	top: 50%;
	margin: 0 auto;
	width: 64px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%); 
	text-align: center;
}
.icon_hand.active span {
	-webkit-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	        transform-origin: center bottom; 
	-webkit-animation: handMove 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; 
	        animation: handMove 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

@-webkit-keyframes handMove {
	0% {
		-webkit-transform: translateX(-25%);
		        transform: translateX(-25%);
	}
	50% {
		-webkit-transform: translateX(25%);
		        transform: translateX(25%);
	}
	100% {
		-webkit-transform: translateX(-25%);
		        transform: translateX(-25%);
	}
}

@keyframes handMove {
	0% {
		-webkit-transform: translateX(-25%);
		        transform: translateX(-25%);
	}
	50% {
		-webkit-transform: translateX(25%);
		        transform: translateX(25%);
	}
	100% {
		-webkit-transform: translateX(-25%);
		        transform: translateX(-25%);
	}
}

.modal_body {
	position: relative;
	padding-bottom: 50px; 
	border-bottom: 1px solid #6f6f6f;
}
.modal_cont-map .modal_body {
	border: none;
}
@media screen and (max-width: 767px) {
	.modal_body {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 10px;
	}
}

.reserve_img {
	position: absolute;
	top: 59px;
	right: -10px;
	width: 228px;
}
@media screen and (max-width: 767px) {
	.reserve_img {
		position: static;
		width: auto;

		-webkit-order: 3;

		    -ms-flex-order: 3;

		        order: 3;
	}
}

.modal_contInner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-bottom: 1px solid #6f6f6f; 
	width: 627px;
	height: 608px;
}
@media screen and (max-width: 767px) {
	.modal_contInner {
		padding: 62px 30px;
		border-bottom: none; 
		width: 100%;
		height: 100%;
	}
}

.title_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	padding-bottom: 12px;
	border-bottom: 1px solid #6f6f6f;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.title_wrap {
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
}

.modal_title {
	position: relative;
	padding-left: 41px; 
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.modal_title {
		padding-left: 32px;
		font-size: 16px;
	}
}
.modal_title:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -3px;
	width: 32px;
	height: 34px;
	background: url("/asset/img/icon_hotel_reserve.svg") no-repeat;
}
@media screen and (max-width: 767px) {
	.modal_title:after {
		width: 25px;
		height: 27px;
		background-size: contain;
	}
}
.modal_title-availabil {
	margin-top: 36px;
}
@media screen and (max-width: 767px) {
	.modal_title-availabil {
		margin-top: 18px;
	}
}
.modal_title-availabil:after {
	top: 3px; 
	width: 25px;
	height: 25px;
	background: url("/asset/img/icon_hotel_availabil.svg") no-repeat;
	background-size: contain;
}
.modal_title span {
	display: block;
	margin-top: -6px; 
	color: #5c5c5c;
	font-size: 12px;
}

.target_txt {
	padding: 7px;
	border: 1px solid #4f4f4f;
	background-color: #606060;
	text-align: center; 
	letter-spacing: 1.3px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.target_txt {
		text-align: center;
		font-size: 12px; 

		-webkit-order: 1; 

		    -ms-flex-order: 1; 

		        order: 1;
	}
}

.new_txt {
	margin: 20px 0 11px 0; 
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	.new_txt {
		margin-top: 10px;
		text-align: center;
		font-size: 20px;

		-webkit-order: 2;

		    -ms-flex-order: 2;

		        order: 2;
	}
}
.new_txt .small {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.new_txt .small {
		font-size: 15px;
	}
}
.new_txt .letter_web {
	letter-spacing: -8px;
}
@media screen and (max-width: 767px) {
	.new_txt .letter_web {
		letter-spacing: -5px;
	}
}
.new_txt .letter_web-2 {
	letter-spacing: -10px;
}
@media screen and (max-width: 767px) {
	.new_txt .letter_web-2 {
		letter-spacing: -7px;
	}
}
.new_txt .letter_web-3 {
	letter-spacing: -4px;
}
@media screen and (max-width: 767px) {
	.new_txt .letter_web-3 {
		letter-spacing: -2px;
	}
}

.explain_txt {
	margin-bottom: 30px; 
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.explain_txt {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.5;

		-webkit-order: 4;

		    -ms-flex-order: 4;

		        order: 4;
	}
}

.reserve_btn {
	margin: 50px auto 20px;
	width: 430px;
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #000;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.reserve_btn {
		margin: 21px auto 10px; 
		width: 100%;
	}
}
.reserve_btn a {
	display: block;
	padding: 18px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.reserve_btn a {
		padding: 12px;
	}
}
.reserve_btn:hover {
	background-color: #3f3f3f;
}

.close_btn {
	position: relative;
	padding-top: 24px;
	cursor: pointer;
}
.close_btn span {
	display: block;
	margin-top: 7px;
	letter-spacing: 1px; 
	font-size: 10px;
}
.close_btn:before,
.close_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px; 
	right: 5px;
	width: 24px;
	height: 1px;
	background-color: #000;
}
@media screen and (max-width: 767px) {
	.close_btn:before,
	.close_btn:after {
		width: 25px;
		height: 2px; 
		background-color: #064583;
	}
}
.close_btn:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.close_btn:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.close_btn {
		position: absolute;
		top: 12px;
		left: 45px;
	}
}

.login_link_wrap {
	text-align: center;
}

.login_link {
	position: relative;
	padding-left: 22px; 
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.login_link {
		display: block;
		padding: 8px;

		-webkit-order: 5;

		    -ms-flex-order: 5;

		        order: 5;
	}
}
.login_link:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0; 
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.login_link:before {
		top: 13px;
		left: 24%; 
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 374px) {
	.login_link:before {
		left: 20%;
	}
}
@media screen and (max-width: 767px) {
	.login_link-detail {
		text-align: center;
	}
	.login_link-detail:before {
		left: 28%;
	}
}
@media screen and (max-width: 374px) {
	.login_link-detail:before {
		left: 24%;
	}
}

/* --------------------------------
  map
-------------------------------- */
.modal_cont-map {
	background: #f7f8f8;
}
.modal_cont-map .modal_contInner {
	border-bottom: none; 
	width: 960px;
	height: 680px;
}
@media only screen and (max-height: 700px) {
	.modal_cont-map .modal_contInner {
		top: 20px;
		bottom: auto;
		padding: 52px 0;
	}
}
@media screen and (max-width: 767px) {
	.modal_cont-map .modal_contInner {
		overflow: hidden;
		position: relative;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.modal_cont-map {
		width: 100%;
	}
}
.modal_cont-map .modal_body {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	margin: auto; 
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 767px) {
	.modal_cont-map .modal_body {
		overflow: scroll; 
		top: 160px;
		height: 100%;
	}
}
.modal_cont-map .modal_body.active {
	visibility: visible;
	opacity: 1; 
	position: relative;
	top: 0;
}

.map_change_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.map_change_list {
		padding: 0 10px; 

		-webkit-flex-wrap: wrap; 

		    -ms-flex-wrap: wrap; 

		        flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.map_change_list li {
		width: 50%;
		text-align: center; 
		font-size: 12px;
	}
	.map_change_list li:nth-child(n + 3) a {
		border-top: none;
	}
	.map_change_list li:nth-child(even) a {
		border-left: none;
	}
}
@media screen and (max-width: 374px) {
	.map_change_list li {
		font-size: 11px;
	}
}
.map_change_list li a {
	display: block;
	padding: 6px 24px;
	border: 1px solid transparent; 
	color: #a6a7a7;
}
@media screen and (max-width: 767px) {
	.map_change_list li a {
		padding: 6px; 
		border: 1px solid #000;
	}
}
.map_change_list li a.active {
	border-color: #000; 
	color: #000;
}
@media screen and (max-width: 767px) {
	.map_change_list li a.active {
		border-color: transparent;
		background-color: #000;
		color: #000;
		color: #fff;
	}
}

.map_close_btn {
	position: fixed;
	top: 29px;
	right: 33px;
	padding-top: 40px;
	cursor: pointer; 
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.map_close_btn {
		top: 9px;
		right: 25px; 
		padding: 20px 0;
	}
}
.map_close_btn i {
	display: block;
	margin-left: 1px;
	width: 30px;
	height: 1px;
	background-color: #151515;
}
@media screen and (max-width: 767px) {
	.map_close_btn i {
		width: 25px;
		height: 2px;
		background-color: #064583;
	}
}
.map_close_btn i:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.map_close_btn i:nth-child(1) {
		-webkit-transform: rotate(45deg) translateY(1px);
		    -ms-transform: rotate(45deg) translateY(1px);
		        transform: rotate(45deg) translateY(1px);
	}
}
.map_close_btn i:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.map_close_btn i:nth-child(2) {
		-webkit-transform: rotate(-45deg) translateY(-1px);
		    -ms-transform: rotate(-45deg) translateY(-1px);
		        transform: rotate(-45deg) translateY(-1px);
	}
}
.map_close_btn span {
	display: block;
	margin-top: 11px;
	letter-spacing: 1px;
}

.modal_body_inner {
	position: relative;
	width: 960px;
	height: 598px;
}
.modal_body_inner img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.modal_body_inner img {
		height: auto;
	}
}

.map_link {
	display: inline-block;
	position: absolute;
	padding: 8px 40px 8px 8px;
	transition: background-color 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	background-color: #4e4e4e;
}
.map_link:hover {
	background-color: #000;
}
.map_link-sanctuary_takayama {
	top: 26.7314%;
	left: 47.0041%;
}
.map_link-sanctuary_biwako {
	top: 40.2314%;
	left: 9.1041%;
}
.map_link-sanctuary_nikko {
	top: 44.5%;
	left: 77.1%;
}
.map_link-bey_laguna {
	right: 17.08%;
	bottom: 18.739%;
}
.map_link-bey_ashi {
	top: 33.4314%; 
	left: 7.6041%;
}
.map_link-bey_tokyo {
	top: 42.795%; 
	right: 2.708%;
}
.map_link-bey_yokohama {
	top: 64.195%; 
	right: 2.708%;
}
.map_link-ex_shira {
	bottom: 0;
	left: 27.291%;
}
.map_link-ex_naruto {
	bottom: 11%;
	left: 2.7083%;
}
.map_link-ex_naruto2 {
	bottom: 28%;
	left: 2.7083%;
}
.map_link-ex_awa {
	top: 57.678%; 
	left: 7.7083%;
}
.map_link-ex_rokkou {
	top: 47.47%; 
	left: 7.7083%;
}
.map_link-ex_arima {
	top: 37.782%; 
	left: 7.7083%;
}
.map_link-ex_kyo {
	top: 31.42%; 
	left: 7.7083%;
}
.map_link-ex_biwa {
	top: 29.759%; 
	left: 37.291%;
}
.map_link-ex_tate {
	top: 23.568%; 
	left: 37.291%;
}
.map_link-ex_karu {
	top: 4.515%; 
	left: 26.875%;
}
.map_link-ex_karu2 {
	top: 5.515%; 
	right: 29.375%;
}
.map_link-ex_nasu {
	top: 32.09%; 
	right: 2.7083%;
}
.map_link-ex_yama {
	top: 45.474%; 
	right: 2.7083%;
}
.map_link-ex_yamabira {
	top: 52.832%; 
	right: 2.7083%;
}
.map_link-ex_hakone {
	right: 2.7083%;
	bottom: 32.48%;
}
.map_link-ex_yugawara {
	right: 2.7083%;
	bottom: 25.521%;
}
.map_link-ex_hatsu {
	right: 2.7083%;
	bottom: 16.899%;
}
.map_link-ex_izu {
	right: 2.7083%;
	bottom: 10.374%;
}
.map_link-ex_hama {
	right: 30.937%;
	bottom: 12.046%;
}
.map_link-ex_toba {
	right: 30.937%;
	bottom: 0;
}
.map_link-sunmembers_roji {
	bottom: 11.872%;
	left: 25.795%;
}
.map_link-sunmembers_beppu {
	top: 39.753%; 
	left: 0;
}
.map_link-sunmembers_kumi {
	top: 29.7%;
	left: 8.82%;
}
.map_link-sunmembers_kyo {
	top: 21.586%;
	left: 8.229%;
}
.map_link-sunmembers_hiru {
	top: 21.819%;
	right: 15.312%;
}
.map_link-sunmembers_roji2 {
	top: 45.028%;
	right: -3.2%;
}
.map_link-sunmembers_ata {
	right: 1.1083%;
	bottom: 32.332%;
	padding-right: 20px; 
	width: 140px;
}
.map_link-sunmembers_kabu {
	top: 90.285%; 
	left: 0;
}
.map_link-sunmembers_nagoshira {
	right: 7.27%;
	bottom: 6.672%;
}
.map_link a {
	display: block;
	position: relative;
	padding-left: 12px;
	color: #fff;
	font-size: 12px; 
	line-height: 1.23;
}
.map_link a + a {
	margin-top: 6px;
}
.map_link .arrow_link:before {
	top: 4px;
	bottom: auto; 
	border-color: #fff;
}
@media screen and (max-width: 767px) {
	.map_link .arrow_link:before {
		left: 0;
	}
}
.map_link a {
	cursor: pointer;
}

/* --------------------------------
  コロナ対策 2020.05.19追加
-------------------------------- */
.hotel {
	padding-top: 35px;
}

.importantInfo {
	margin: auto;
	padding: 27px 40px;
	border: 1px solid #a0a0a0; 
	max-width: 960px;
}
@media screen and (max-width: 767px) {
	.importantInfo {
		margin: 0 20px;
		padding: 23px 17px 17px;
	}
}

.importantInfo_title {
	text-align: center;
	color: #434343; 
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.importantInfo_title {
		line-height: 1.35;
	}
}

.importantInfo_lead {
	margin-top: 19px;
	color: #434343; 
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.importantInfo_lead {
		margin-top: 14px;
		font-size: 12px;
	}
}
.importantInfo_lead a {
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1); 
	text-decoration: underline;
	color: #434343;
}
@media screen and (max-width: 767px) {
	.importantInfo_lead a {
		display: block; 
		margin-top: 10px;
	}
}
.importantInfo_lead a:hover {
	opacity: 0.6;
}

.importantInfo_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 21px;
	padding: 0 30px;
}
@media screen and (max-width: 767px) {
	.importantInfo_box {
		display: block;
		padding: 0;
	}
}
.importantInfo_box a {
	display: block;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.importantInfo_box a:hover {
	opacity: 0.6;
}

.importantInfo_banner {
	margin: 0 auto; 
	width: 503px;
}
@media screen and (max-width: 767px) {
	.importantInfo_banner {
		width: 100%;
	}
}

.importantInfo_movie {
	margin-left: 13px;
	width: 305px;
}
@media screen and (max-width: 767px) {
	.importantInfo_movie {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
}

.importantInfo_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.importantInfo_list {
		display: block;
	}
}

.importantInfo_item {
	margin: 0 15px;
}
@media screen and (max-width: 767px) {
	.importantInfo_item {
		margin: 0 4vw 20px 4vw;
	}
}
.importantInfo_item a {
	display: block;
	transition: opacity 0.4s 0s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.importantInfo_item a:hover {
	opacity: 0.6;
}

/* --------------------------------
  Video Modal
-------------------------------- */
.videoModal {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoModal_container {
	height: 100%;
}

.videoModal_inner {
	height: 100%;
}
.videoModal_inner .video-js {
	width: 100% !important;
	height: 100% !important;
}

.closeBtn {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	transition: opacity 0.5s, visibility 0s 0s;
}
.view-modalVideo .closeBtn {
	visibility: visible; 
	opacity: 1;
}
.no-touch .closeBtn:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.closeBtn {
		top: 15px;
		right: 15px;
	}
}
.closeBtn .closeBtn_icon,
.closeBtn .closeBtn_icon span {
	display: inline-block;
	box-sizing: border-box; 
	transition: all 0.4s;
}
.closeBtn .closeBtn_icon {
	position: relative;
	width: 32px;
	height: 22px;
}
.closeBtn .closeBtn_icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.closeBtn .closeBtn_icon span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(10px) rotate(-45deg);
	    -ms-transform: translateY(10px) rotate(-45deg);
	        transform: translateY(10px) rotate(-45deg);
}
.closeBtn .closeBtn_icon span:nth-of-type(2) {
	opacity: 0; 
	top: 10px;
}
.closeBtn .closeBtn_icon span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: translateY(-10px) rotate(45deg);
	    -ms-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}
.closeBtn .closeBtn_txt {
	display: block;
	margin: 2px 0px 0 -4px;
	width: 41px;
	height: 9px;
	transition: 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	background: url(../img/brand/pause_txt_close.svg) left top no-repeat;
	background-size: 41px 9px;
}