.gallery2017 {
	margin-top: 50px;
}

.gallery2017 h1 {
	font-size: 1.6em;
	text-align: center;
}

.contents > p:first-child {
	font-weight: bold;
	text-align: center;
}

.grid.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	max-width: 1200px;
}

.grid li {
	width: 33.333%;
	max-width: 33.333%;
	padding: 4px;
	-webkit-transition: .6s all;
	transition: .6s all;
}

.grid li img {
	-webkit-transition: .3s all;
	transition: .3s all;
}

.grid li img:hover {
	opacity: .8;
	cursor: pointer;
}

.view360 {
	padding: 60px 0;
	margin-top: 50px;
	background: url('../img/gallery/view360_bg.png') no-repeat center top;
	background-size: cover;
}

.view360 h3 {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

.view360 h3 + p {
	margin-top: 1em;
	text-align: center;
}

.view360 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.view360 ul li {
	margin: 0 .4em;
	font-size: 3em;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.view360 ul li:hover {
	opacity: .7;
	cursor: pointer;
}

.view360 ul .silkypink {
	color: #e4b2b6
}

.view360 ul .coolblack {
	color: #030404
}

.view360 ul .purered {
	color: #e01a25
}

.view360 ul .lightblue {
	color: #4bdbdc
}

.view360 ul .lightlavender {
	color: #abd1e7
}

.view360 ul .pearlwhite {
	color: #e6e7e3
}

.view360_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	background-color: rgba(255, 255, 255, .9);
	z-index: 100;
}

.view360_wrap .close {
	padding: 1em;
	margin-top: 1em;
	color: #fff;
	text-align: center;
	background-color: #333;
	border-radius: 10em;
}

.view360_wrap .close:hover {
	cursor: pointer;
}

.View_360box {
	margin: 40px auto;
}

.View_360box:hover {
	cursor: move;
}

.back_nottesite_button {
	display: block;
	width: 36%;
	max-width: 400px;
	padding: 1em;
	margin: 30px auto 0;
	color: #fff;
	text-align: center;
	background-color: #9ca2a2;
	border-radius: 10em;
}

.back_nottesite_button:hover {
	background-color: #c0c7c7;
}

@media screen and (max-width: 1024px) {
	.grid.inner {
		max-width: 1024px;
	}

	.view360 {
		background-size: contain;
	}
}

@media screen and (max-width: 768px) {
	.grid li {
		width: 50%;
		max-width: 50%;
	}

	.back_nottesite_button {
		width: 70%;
	}
}