@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	搭乗・到着手続共通

//////////////////////////////////////////////////////////////////////////////*/

/* 共通見出し
------------------------------------------------------------------------------*/

main .contents {
	padding-bottom: 0;
	background-color: rgba(233,237,239,1);
}

main .contents>div:last-of-type {
	background-color: #fff;
}

main h3 {
	margin-bottom: 2em;
	font-size: 1.8125em;
	text-align: center;
}

main h3 span {
	position: relative;
	padding-left: 2em;
}

main h3 span::before {
	content: "";
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

main .domestic h3 span::before {
	background-image: url(../../common/img/icon_japan_b.svg);
}

main .international h3 span::before {
	background-image: url(../../common/img/icon_net_b.svg);
}

main .airline h3 {
	margin-bottom: 1.5em;
}

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

main h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
}

main h3 span {
	padding-left: 1.8em;
}

}

/* 選択部分
------------------------------------------------------------------------------*/

main .choose {
	padding-bottom: 9em;
}

main .choose .site_column {
	width: 1075px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

main .choose .site_column section {
	width: 39%;
}

main .choose .site_column section ul {
	display: flex;
	margin: 0;
	justify-content: space-between;
	list-style: none;
}

main .choose .site_column section li {
	width: 48.5%;
	margin-bottom: 0;
}

main .choose .site_column section li a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	height: 0;
	background-color: rgba(122,143,167,1);
	color: #FFF;
	text-decoration: none;
}

main .choose .site_column section li a::before,
main .choose .site_column section li a span {
	display: block;
	position: absolute;
}

main .choose .site_column section li a::before {
	content: url(/common/img/icon_airplane_w.svg);
	width: 2.5em;
	top: 45%;
}

main .choose .site_column section li.departing a::before {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	left: 52%;
}

main .choose .site_column section li.arriving a::before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	left: 50%;
}

main .choose .site_column section li a span {
	left: 50%;
	bottom: 25%;
	font-weight: 600;
	transform: translateX(-50%);
}

@media screen and (min-width: 768px){

main .contents {
	padding: 6.25em 0 0;
}

}

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

main .choose .site_column {
	width: 90%;
	padding: 0;
}

main .choose .site_column section {
	width: 47%;
}

}

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

main .choose {
    padding-bottom: 4em;
}

main .choose .site_column {
	display: block;
}

main .choose .site_column section {
	width: 100%;
}

main .choose .site_column .domestic {
	margin-bottom: 4em;
}

main .choose .site_column section li {
	width: 48.5%;
}

main .choose .site_column section li a {
	display: flex;
	height: auto;
	padding: 1.3em 1.3em 1.3em 1.5em;
	align-items: center;
}

main .choose .site_column section .arriving a {
	padding:  1.53em;
}

main .choose .site_column section li a::before,
main .choose .site_column section li a span {
	position: static;
}

main .choose .site_column section li a::before {
	width: 1.5em;
	top: auto;
}

main .choose .site_column section li.departing a::before {
	transform: rotate(-45deg);
	left: auto;
}

main .choose .site_column section li.arriving a::before {
	transform: rotate(45deg);
	left: auto;
	height: 1.1em;
}

main .choose .site_column section li a::after {
	content: "";
	width: .8em;
	height: .8em;
	text-align: right;
	background-image: url(../../common/img/icon_arrow_w.svg);
	background-repeat: no-repeat;
}

main .choose .site_column section li a span {
	top: auto;
	left: auto;
	margin-left: 10px;
	transform: none;
	flex-grow: 1;
}


}


/* 航空会社リスト
------------------------------------------------------------------------------*/

main .contents .airline {
	padding: 5em 0;
}

main .contents .airline .airline_list {
	margin-top: 3em;
}

main .airline p {
	text-align: center;
}

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

main .contents .airline {
	padding: 3em 0;
}

main .airline p {
	text-align: left;
}

}


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

	下層

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

.procedure_child .contents > div {
	padding-bottom: 6em;
}

.procedure_child h3 {
	position: relative;
}

.procedure_child #departure h3 span {
	padding-left: 1.8em;
}

.procedure_child .contents > div h3 span::before {
	background-image: url(../../common/img/icon_airplane_b.svg);
}

.procedure_child #departure h3 span::before {
	transform: rotate(-45deg) translateY(-50%);
	top: 32%;
}

.procedure_child #arrival h3 span::before {
	transform: rotate(45deg) translateY(-50%);
	height: 1.1em;
	top: 42%;
	left: -15%;
}

.procedure_child #arrival {
	padding-top: 6em;
}

.procedure_child #departure .map,
.procedure_child #departure .process {
	border: 1px solid #FFF;
}

.procedure_child #arrival .map,
.procedure_child #arrival .process {
	border: 1px solid rgba(221,221,221,1);
}

.procedure_child .contents > div .map {
	margin: 0;
	padding: 3em 4em;
	background-color: rgba(238,238,224,1);
}

.procedure_child .contents > div .map {
	border-bottom: none !important;
}

.procedure_child .contents > div .process {
	border-top: none !important;
}

.procedure_child .contents > div .process {
	padding: 4em;
	background-color: #fff;
}

.procedure_child .contents > div .process figure {
	margin: 1em 0;
}

.procedure_child .contents > div ol {
	display: flex;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;
}

.procedure_child .contents > div ol li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3%;
}

.procedure_child .contents > div ol li:nth-of-type(3n) {
	margin-right: 0;
}

.procedure_child .contents > div ol li h4 {
	display: flex;
	align-items: center;
}

.procedure_child .contents > div ol li h4::before {
	display: inline-block;
	width: 1.6em;
	margin-right: .5em;
	padding: .3em;
	font-size: 1.375em;
	background-color: rgba(47,60,69,1);
	font-weight: normal;
	text-align: center;
	line-height: 1;
	color: #FFF;
}

.procedure_child .contents > div ol li:nth-of-type(1) h4::before {
	content: "1";
}

.procedure_child .contents > div ol li:nth-of-type(2) h4::before {
	content: "2";
}

.procedure_child .contents > div ol li:nth-of-type(3) h4::before {
	content: "3";
}

.procedure_child .contents > div ol li:nth-of-type(4) h4::before {
	content: "4";
}

.procedure_child .contents > div ol li:nth-of-type(5) h4::before {
	content: "5";
}


.procedure_child .contents > div .process .button a {
	position: relative;
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: .75em 1em;
	background-color: rgba(122,143,167,1);
	text-decoration: none;
	text-align: center;
	font-size: 1.250em;
	line-height: 1.4;
	color: #FFF;
}

.procedure_child .contents > div .process .button a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	content: url(../../common/img/icon_blank_w.svg);
	width: .75em;
}

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

.procedure_child .contents > div {
	padding-bottom: 3em;
}

.procedure_child #arrival {
	padding-top: 2.5em;
}

.procedure_child .contents > div h3 span {
	margin-right: .5em;
	padding-left: 1.3em;
}

.procedure_child #departure h3 span {
	padding-left: 1em;
}

.procedure_child .contents > div .map,
.procedure_child .contents > div .process {
	padding: 1.5em;
}

.procedure_child .contents > div .process {
	display: block;
	padding-bottom: 0;
}

.procedure_child .contents > div .process li {
	width: 100%;
	margin-bottom: 8%;
	margin-right: 0;
}

.procedure_child .contents > div h4 {
	margin-bottom: .5em;
}

.procedure_child .contents > div .process li .detail {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	font-size: .875em;
}

.procedure_child .contents > div .process li figure {
	width: 38%;
	margin: 0;
}

.procedure_child .contents > div .process li p {
	width: 57%;
}

.procedure_child .contents > div .process .button a {
	width: 100%;
	margin: 0 auto 1em;
}


}






