@charset "utf-8";
/* CSS Document */
#overseas-page{
	color: #3e3a39;
}
#overseas-main-image{
	background-image: url( "../images/overseas/main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: calc(100%*350/1000);
	position: relative;
}
#overseas-page-title{
	display: inline-block;
	position: absolute;
	color: white;
	text-align: left;
	line-height: 1rem;
	bottom:0.5em;
	left: 5%;
}
.main-ENG{
	font-size: 1rem;
	font-weight: bold;
	text-shadow: 1px 2px 3px #3e3a39; 
}
.main-JPN{
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 1px 2px 3px #3e3a39; 
}
.bg-gray{
	background-color: #f2f2ee;
	border-bottom: solid 2px #b5b5b6;
	padding: 3rem 1.2rem;
}
.os-title{
	color: #00a0e9;
	font-size: 1.6rem;
}
.flame-doudle{
	display: inline-block;
	width: 100%;
	padding: 1rem 2rem;
	border: solid 1px #00a0e9;
	position: relative;
	color: #00a0e9;
}
.flame-doudle:before{
	content: "";
	border: solid 3px #00a0e9;
	position: absolute;
	top: -12px;
	bottom: -12px;
	right: -12px;
	left: -12px;
	z-index: -1;
}
.point-box{
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
}
.point-box img{
	width: 30%;
	margin-bottom: 1rem;
}
.kodawari-box{
	box-shadow: 0 0 7px gray;
	padding: 2rem;
}
.card-title{
	color: #00a0e9;
	font-weight: bold;
	font-size: 2.4rem;
}

.no1{
	position: relative;
}
.no1Mark{
	position: absolute;
	top:0;
	left: 0;
	width: 30%;
}
.air-link{
	color: #e73278;
}
.air-list{
	border: solid 1px #b5b5b6;
	padding: 2rem;
}
.air-list li{
	margin: 0;
	padding: 0;
}
/*タブレット表示設定*/
@media (min-width: 600px) {
	#overseas-page{
		font-size: 1.6rem;
	}
	#overseas-page-title{
		line-height: 5rem;
		bottom:1.8em;
	}
	.main-ENG{
		font-size: 2.6rem;
	}
	.main-JPN{
		font-size: 6rem;
	}
	.os-title{
		font-size: 2.4rem;
		text-align: center;
	}
	.point-box{
		flex-direction: row;
		align-items: center;
    }
	
}

/*PC表示設定*/
@media (min-width: 1025px) {
	#overseas-page-title{
		line-height: 7rem;
		bottom:4em;
	}
	.main-ENG{
		font-size: 4.5rem;
	}
	.main-JPN{
		font-size: 10rem;
	}
	.point-box img{
		width: 20%;
		margin-right: 1rem;
    }

}