@charset "UTF-8";
/*===================================

卒業旅行や女子旅なら上海アガる旅 20/01/20

===================================*/

html {
	scroll-behavior: smooth;
}

body {
	background-color: #FFFFFF;
	color: #036eb8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	width: 100%;
}

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

.sp {
	display: none;
}


.shanghai {
	margin: 0 auto;
	line-height: 0;
}

.shanghai img {
	pointer-events: none;
}

.shanghai-banner {
	margin: 80px auto;
	width: 540px;
}

.shanghai a {
	display: block;
	transition: all ease-in-out .3s;
}

.shanghai a:hover {
	opacity: 0.65;
}


@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

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

	.shanghai {
		margin: 0 auto;
	}

	.shanghai-banner {
		margin: 50px auto;
		width: 85%;
	}
}


/*=======================

2020.01.20 追加

=======================*/
.shanghai-button-wrapper {
	margin: 70px auto;
	width: 58.59%;
}

.shanghai-button {
	display: block;
	width: 31.46%;
}

.flexbox {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.shanghai-button-wrapper {
		width: 85%;
	}

	.shanghai-button {
		margin: 0 auto;
		max-width: 315px;
		width: 100%;
	}

	.shanghai-button:nth-child(n+1):nth-child(-n+2) {
		margin: 0 auto 20px;
	}

	.flexbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
