@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------

top-emergency

-------------------------------------------------- */
.top-information {
	position: relative;
	background: #73000A;
	z-index:10;
}

.top-information .information-link a {
	display: block;
	color: #FFF;
	text-align: center;
	margin-right: 3em;
	position: relative;
	z-index:12;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: .5em;
}

.top-information .information-link a span {
	margin-right: 1em;
	font-size: 1.2rem;
}

.top-information .information-link a:before {
	width: 45%;	
}

.top-information .information-link a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	z-index:-1;
	left:0;
	background: rgb(115,0,10);
	background: linear-gradient(90deg, rgba(115,0,10,1) 0%, rgba(202,0,17,1) 30%, rgba(202,0,17,1) 70%, rgba(115,0,10,1) 100%);
	transition: .5s;
	opacity: 0;
}
.top-information .information-link a:hover:after{
	opacity:1;
}


.top-information a.information-close {
	position: absolute;
	top: 0;
	right:0;
	margin-top: -.1em;
	font-size: 4rem;
	display: block;
	color: #FFF;
	line-height: 1.1;
	background: none;
	padding: 0;
	width: 1.1em;
	text-align: center;
}

.top-information a.information-close:hover {
	color: #000;
}


@media screen and (max-width: 1200px) {
	
	.top-information .information-link a {
		white-space: nowrap;
		text-align: left;
	}
	
	
}



/* --------------------------------------------------

header

-------------------------------------------------- */

#header {
    background: rgba(255,255,255,0);
    color: #000;
	box-shadow: none;
}
#gnav > ul > li {
	border-bottom: 1px solid #FFF;
}

#gnav > ul > li:nth-last-of-type(1),
#gnav > ul > li:nth-last-of-type(2){
	border-bottom: none;
}

#gnav > ul > li > a {
    color: #FFF;
	text-shadow: #000 0 0 10px;
}

#gnav > ul > li:hover > a {
    color: #FFF;
}

#gnav > ul > li > a::after {
    background: #FFF;
}

#header .h-logo a {
	background: url("../img/common/logo_w.svg") center center no-repeat;
	background-size: contain;
}

#header .h-logo a img {
	opacity: 0;
}


#header.down-show #gnav > ul > li {
	border-bottom: none;
}
#header.down-show #gnav > ul > li > a {
	text-shadow:none;
    color: #000;
}

#header.down-show #gnav > ul > li:hover > a {
    color: #CA0011;
}

#header.down-show #gnav > ul > li > a::after {
    background: #CA0011;
}

#header.down-show .h-logo a img {
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	#header .h-logo a img {
		opacity: 1;
	}
	
	

}

/* --------------------------------------------------

contents

-------------------------------------------------- */

#contents {
	padding-top: 0;
	margin-top: -96px;
}

@media screen and (max-width: 1200px) {
	#contents {
		padding-top: 60px;
		margin-top: 0;
	}
}

/* --------------------------------------------------

top-slider

-------------------------------------------------- */

#top-slider {
	position: relative;
	background: #000;
}

#top-slider:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	z-index: 5;
}



#top-slider .sp-slides{
	visibility:hidden;
	opacity:0;
	position:relative;
}
.ttl-top{
	font-size:2.8rem;
	text-align:center;
	position:relative;
	margin:1em;
	padding-bottom:.5rem;
	letter-spacing:.2rem;
}
.ttl-top::after{
	content:"";
	width:50px;
	height:3px;
	background:#000;
	position:absolute;
	right:50%;
	bottom:0;
}
.ttl-top::before{
	content:"";
	width:50px;
	height:3px;
	background:#F00;
	position:absolute;
	left:50%;
	bottom:0;
}


#top-slider .sp-arrow {
    background: none;
	z-index: 50;
}

.mv-ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
}


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


	
	.ttl-top{
		font-size:2rem;
		text-align:center;
		position:relative;
		margin:1em;
		padding-bottom:.5rem;
		letter-spacing:.2rem;
	}
}



/* --------------------------------------------------

top-lead

-------------------------------------------------- */

.top-lead {
	padding: 12rem 0;
	
}

.ttl-top-lead {
	text-align: center;
	position: relative;
	font-size: 4.8rem;
	padding-bottom: 2rem;
	margin-bottom: 8rem;
	font-weight: bold;
}

.ttl-top-lead:before {
	content: "";
	width: 10rem;
	height: 6px;
	background: #CA0011;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.lead-ttl {
	font-size: 7.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

.lead-txt {
	font-size: 2.0rem;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.top-lead {
		padding: 5rem 0;
	}
	
	.ttl-top-lead {
		font-size: 2rem;
		padding-bottom: 1rem;
		margin-bottom: 4rem;
	}

	.ttl-top-lead:before {
		width: 8rem;
		height: 4px;
	}

	.lead-ttl {
		font-size: 2.4rem;
		margin-bottom: 2rem;
		line-height: 1.2;
	}

	.lead-txt {
		font-size: 1.4rem;
	}

}

/* --------------------------------------------------

top-ttl-area

-------------------------------------------------- */

.top-ttl-area {
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
	line-height: 1.2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


.top-ttl-area p{
	width: 100%;
	padding: 1em 0;
}


/* --------------------------------------------------

top-help

-------------------------------------------------- */

.top-help {
	padding: 12rem 0;
	background: #000;
	color: #FFF;
}

.help-list {
	padding: 8rem 0;
	display: flex;
	justify-content: space-around;
}


.help-list li a {
	color: #FFF;
	text-align: center;
	display: block;
}

.help-list li a div {
	position: relative;
	display: inline-block;
	max-width: 136px;
	border-radius: 50%;
}

.help-list li a:hover div {
	box-shadow: 0 0 20px rgba(255,255,255,1);
}

.help-list li a div img {
	transition: .4s;
}
.help-list li a:hover div img {
	opacity: 0;
}

.help-list li a div:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s;
}
.help-list li a:hover div:before {
	opacity: 1;
}

.help-list li.wifi a div:before {
	background: url("../img/common/icon-wifi_on.svg") center center no-repeat;
	background-size: contain;
}
.help-list li.exchange a div:before {
	background: url("../img/common/icon-exchange_on.svg") center center no-repeat;
	background-size: contain;
}
.help-list li.baggage a div:before {
	background: url("../img/common/icon-baggage_on.svg") center center no-repeat;
	background-size: contain;
}
.help-list li.info a div:before {
	background: url("../img/common/icon-info_on.svg") center center no-repeat;
	background-size: contain;
}
.help-list li.access a div:before {
	background: url("../img/common/icon-access_on.svg") center center no-repeat;
	background-size: contain;
}
.help-list li.manners a div:before {
	background: url("../img/common/icon-manners_on.svg") center center no-repeat;
	background-size: contain;
}



.help-list li a p {
	text-align: center;
	margin: 1em 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	height: 2.4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	
	.top-help {
		padding: 5rem 0;
	}
	
	.help-list {
		padding: 4rem 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.help-list li {
		width: 33%;
		padding: 0 2rem;
	}
	.help-list li a div {
		max-width: 80px;
	}
	
	.help-list li a p {
		font-size: 1.4rem;
	}
	

	
}



/* --------------------------------------------------

top-explore

-------------------------------------------------- */

.top-explore {
	margin: 12rem 0;
}

@media screen and (max-width: 800px) {
	.top-explore {
		margin: 6rem 0;
	}
}


/* ---------  top-ttl-area  --------- */

.top-ttl-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.tab-explore {
	display: flex;
	padding: 1rem 0;
	margin-left: auto;
}
.tab-explore li {
	margin-left: 2rem;
}

.tab-explore li a {
	display: inline-block;
	position: relative;
}

.tab-explore li a img {
	transition: .4s;
}

.tab-explore li a:hover img {
	opacity: 0;
}

.tab-explore li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
}
.tab-explore li a:hover:before {
	opacity: 1;
}

.tab-explore li.grid a:before {
	background: url("../img/common/icon-grid_on.svg") center center no-repeat;
	background-size: contain;
}
.tab-explore li.list a:before {
	background: url("../img/common/icon-list_on.svg") center center no-repeat;
	background-size: contain;
}


@media screen and (max-width: 800px) {
	
	.tab-explore  {
		margin-left: auto;
		padding: 2rem 0 0;
	}
	
	.tab-explore li {
		margin-left: 1rem;
	}
	
	.tab-explore li a {
		width: 48px;
		height: 48px;
	}
	
}

/* ---------  explore-block  --------- */


.explore-area.grid {
	padding: 8rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.explore-area.grid .explore-block a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #eee;
}

.explore-area.grid .explore-block a img {
	bottom: 0;
	height: 100%;
	left: -200%;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right: -200%;
	top: 0;
	width: auto;
	max-width: none;
	transition: .5s;
}

.explore-area.grid .explore-block a:hover img {
	transform: scale(1.1);
}

.explore-area.grid .explore-block a p{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 1em;
	color: #FFF;
	text-shadow: #000 0 0 5px;
	line-height: 1.2;
	font-size: 3.2rem;
	font-weight: bold;
}


@media screen and (max-width: 800px) {
	
	.explore-area.grid .explore-block a p{
		font-size: 2.1rem;
		padding: .5em;
	}

	
}


/* ---------  .explore-area.grid  --------- */


.explore-area.grid .explore-top-left {
	width: 45%;	
}
.explore-area.grid .explore-top-left .explore-block a {
	padding-top: 98.89%;
}

.explore-area.grid .explore-top-center {
	width: 25%;	
}

.explore-area.grid .explore-top-center-top .explore-block a {
	padding-top: 84%;
}

.explore-area.grid .explore-top-center-bottom  {
	margin-top: 10%;
}
.explore-area.grid .explore-top-center-bottom .explore-block a {
	padding-top: 84%;
}

.explore-area.grid .explore-top-right {
	width: 25%;
}
.explore-area.grid .explore-top-right .explore-block a {
	padding-top: 178%;
}

.explore-area.grid .explore-bottom-left {
	width: 25%;
	margin-top: 2.5%;
}
.explore-area.grid .explore-bottom-left .explore-block a {
	padding-top: 178%;
}


.explore-area.grid .explore-bottom-right {
	width: 72.5%;
	margin-top: 2.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.explore-area.grid .explore-bottom-right-top-left {
	width: 62%;
}
.explore-area.grid .explore-bottom-right-top-left a {
	padding-top: 46.67%;
}
.explore-area.grid .explore-bottom-right-top-left a img {
	bottom: -200%;
	height: auto;
	left:0;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right:0;
	top: -200%;
	width: 100%;
}
.explore-area.grid .explore-bottom-right-top-right {
	width: 34.5%;
}
.explore-area.grid .explore-bottom-right-top-right a {
	padding-top: 84%;
}

.explore-area.grid .explore-bottom-right-bottom-left {
	width: 34.5%;
	margin-top: 3.45%;
}
.explore-area.grid .explore-bottom-right-bottom-left a {
	padding-top: 84%;
}

.explore-area.grid .explore-bottom-right-bottom-right {
	width: 62%;
	margin-top: 3.45%;
}
.explore-area.grid .explore-bottom-right-bottom-right a {
	padding-top: 46.67%;
}
.explore-area.grid .explore-bottom-right-bottom-right a img {
	bottom: -200%;
	height: auto;
	left:0;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right:0;
	top: -200%;
	width: 100%;
}

@media screen and (max-width: 800px) {
	
	.explore-area.grid {
		padding: 4rem 0;
	}
	
	.explore-area.grid .explore-top-left {
		width: 62%;	
	}
	.explore-area.grid .explore-top-center {
		width: 34.48%;	
	}
	
	.explore-area.grid .explore-top-right {
		width: 25%;
	}
	
	.explore-area.grid .explore-top-right {
		width: 48.28%;
		margin-top: 3.45%;
	}
	.explore-area.grid .explore-top-right .explore-block a {
		padding-top: 120%;
	}
	
	.explore-area.grid .explore-bottom-left {
		width: 48.28%;
		margin-top: 3.45%;
	}
	.explore-area.grid .explore-bottom-left .explore-block a {
		padding-top: 120%;
	}
	
	.explore-area.grid .explore-bottom-right {
		width: 100%;
		margin-top: 3.45%;
	}
	
}

/* ---------  .explore-area.list  --------- */

.explore-area.list {
	display: block;
	height: 1100px;
	padding: 8rem 0;
}


.explore-area.list .explore-block {
	width: 48%;
	height: 200px;
	float: left;
	border-bottom: 1px solid #ddd;
	padding: 1em;
}

.explore-area.list .explore-block a{
	display: flex;
	color: #000;
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	overflow: hidden;
}



.explore-area.list .explore-block a img{
	width: 50%;
	height: auto;
}

.explore-area.list .explore-block a:hover img{
	opacity: 0.8;
}

.explore-area.list .explore-block a p{
	width: 50%;
	padding-left: 1em;
}

.explore-area.list .explore-block a:hover p{
	color: #CA0011;

}

@media screen and (max-width: 800px) {
	
	.explore-area.list {
		padding: 2rem 0 4rem;
		height: 1000px;
	}
	
	.explore-area.list .explore-block {
		width: 100%;
		height: 100px;
		float: left;
		margin: 1% 0;
	}
	
	.explore-area.list .explore-block a img{
		width: 30%;
	}

	.explore-area.list .explore-block a p{
		width: 70%;
	}
	
}





/* --------------------------------------------------

top-column

-------------------------------------------------- */

.top-column {
	margin: 12rem 0;
}


@media screen and (max-width: 800px) {
	
	.top-column {
		margin: 8rem 0;
	}
	
	.top-column .column-list {
		padding: 4rem 0 0;
	}
	
}





/* --------------------------------------------------

top-spot

-------------------------------------------------- */

.top-spot {
	margin: 12rem 0;
}


.top-spot-inner {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 8rem;
}

.top-spot-inner:before {
	content: "";
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

@media screen and (max-width: 800px) {
	
	.top-spot {
		margin: 8rem 0;
	}


	.top-spot-inner {
		display: block;
		padding-top: 2rem;
	}
	
	.top-spot-inner:before {
		left: 0;
		width: 100%;
		height: 60%;
	}
}



/*  top-spot-ttl  */

.top-spot-ttl {
	flex: 1;
	position: relative;
	z-index: 5;
	padding: 4rem;
	color: #FFF;
	min-width: 430px;
}

.top-spot-ttl .ttl-sec{
	margin-bottom: 5rem;
}

.top-spot-ttl .spot-arrow {
	position: relative;
	width: 15rem;
}

.top-spot-ttl .btn-postback {
	margin: 8em auto 0;
}


@media screen and (max-width: 800px) {
	
	.top-spot-ttl {
		width: 92%;
		padding: 4rem 0;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-width: inherit;
		flex-wrap: wrap;
	}
	
	.top-spot-ttl .ttl-sec{
		margin-bottom: 0;
	}
	
	.top-spot-ttl .spot-arrow {
		width: 12rem;
	}
	.top-spot-ttl .btn-postback {
		width: 100%;
		margin: 4rem 0 0;
	}
}

.btn-pc {
	display: block;
}
.btn-sp {
	display: none;
}

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

	.btn-pc {
		display: none;
	}
	.btn-sp {
		display: block;
	}

}



/*  slider-spot  */
.slider-spot {
	flex: 3;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 4rem;
}

.slider-spot .spot-list {
	display: flex;
	
}
.slider-spot .spot-list li {
	height: auto;
}

.top-spot .swiper-button-prev,
.top-spot .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2) !important;
    border-radius: 50% !important;
    margin-top: 0px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
	transform: translateY(-50%);
    transition: .5s;
}


.top-spot .swiper-button-prev {
	left: 10px !important;
    background: url("../../img/common/btn_prev_wh.svg") center center no-repeat !important;
}

.top-spot .swiper-button-next {
	right: 10px !important;
    background: url("../../img/common/btn_next_wh.svg") center center no-repeat !important;
}


@media screen and (max-width: 800px) {
	
	.slider-spot {
		padding: 0 2rem;
	}
	.spot-list {
		padding: 0
	}
	.top-spot .swiper-button-prev,
	.top-spot .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.top-spot .swiper-button-prev {
		left: 5px !important;
	}
	.top-spot .swiper-button-next {
		right: 5px !important;
	}
}



/*  ---------  category-list  ---------  */

.category-list {
	display: flex;
	margin: 4rem 0;
}

.category-list .search-select {
	display: block;
	padding: 10px;
}

.category-list .search-select  dt {
    display: block;
    width: auto;
    vertical-align:middle;;
    padding: .6em 0;
	font-size: 2.4rem;
	font-weight: bold;
}



@media screen and (max-width: 800px) {
	
	.category-list {
		display: block;
		margin: 2rem 0;
	}
	
	.category-list .search-select {
		padding: 5px;
	}
	
	.category-list .search-select  dt {
		padding: .4em 0;
		font-size: 2.0rem;
	}

	
}


/* --------------------------------------------------

top-course

-------------------------------------------------- */

.top-course{
	position:relative;
	margin: 12rem 0;
}


.slider-course {
	margin: 8rem auto;
	position: relative;
}


.slider-course .swiper-slide a {
	display: block;
	position: relative;
}

.slider-course .swiper-slide a .top-course-txt{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	width: 90%;
}


.slider-course .swiper-slide a .top-course-txt h4 {
    font-size: 6.2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0);
    line-height: 1.2;
    margin: 1em 0 .5em;
}

.slider-course .swiper-slide a .top-course-txt p{
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    display: block;
    margin-top: 1em;
}
.slider-course .swiper-slide a .top-course-txt .btn-postmore span {
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
    border-color: #fff;
    width: 220px;
}
.slider-course .swiper-slide a .top-course-txt .btn-postmore span::after {
    border-color: #fff;
}

.slider-course .swiper-slide a:hover .top-course-txt .btn-postmore span{
	background: #fff;
	color: #000;
}
.slider-course .swiper-slide a:hover .top-course-txt .btn-postmore span::after{
	border-color: #000;
}


.slider-course .swiper-button-prev,
.slider-course .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2) !important;
    border-radius: 50% !important;
    margin-top: 0px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
	transform: translateY(-50%);
    transition: .5s;
}


.slider-course .swiper-button-prev {
	left: 10px !important;
    background: url("../../img/common/btn_prev_wh.svg") center center no-repeat !important;
}

.slider-course .swiper-button-next {
	right: 10px !important;
    background: url("../../img/common/btn_next_wh.svg") center center no-repeat !important;
}


@media screen and (max-width: 800px) {
	
	.top-course{
		margin: 8rem 0 4rem;
	}
	
	.slider-course {
		margin: 4rem auto 6rem;
	}
	
	.slider-course .swiper-slide a .top-course-txt{
		left: 10%;
		width: 80%;
	}

	
	.slider-course .swiper-slide a .top-course-txt h4 {
		font-size: 2rem;
	}
	.slider-course .swiper-slide a .top-course-txt p{
		font-size: 1.2rem;
	}

	.slider-course .swiper-slide a .top-course-txt .btn-postmore span {
		font-size: 1.4rem;
		max-width: 150px;
	}

	.modelcourse-list li a .pht .frame{
		padding-top: 60%;
		background: #fff;
	}
	.modelcourse-list li a .pht img{
		width: 140%;
		max-width: none;
	}
	.slider-course .swiper-button-prev,
	.slider-course .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.slider-course .swiper-button-prev {
		left: 5px !important;
	}
	.slider-course .swiper-button-next {
		right: 5px !important;
	}
}
