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

body {
	background-color: #132252;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	width: 100%;
}


@media screen and (max-width: 496px)
{
	.ylang_logo img {
		width: 25%;
	}
	.instagram img {
		width: 40%;
		margin:-30px 0;
	}
	.ylang_logo img {
		margin-bottom: -20px;
	}
	/* 追記 */
	.header-nav {
		padding-left: 30px;
		padding-right: 30px;
	}
}

a{
	cursor:default;
}

a:hover img {
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE 8 */
}

.bg-image {
	position: relative;
}
.ylang-top {
	position: fixed;
	top:50px;
	width: 100%;
	text-align: center;
}

/* 追記 */
.header-nav {
	max-width: 800px;
	margin: 0 auto;
}

.header-nav ul {
	position: relative;
	margin-top:30px;
	left: 53%;
	display: flex;
	flex-direction: row;
	justify-content: space-between; /* 追記 */
}

.header-nav ul li {
	position: relative;
	left: -50%;
	list-style: none;
	/* width: calc(100%/3); */
	box-sizing: border-box;
}

.header-nav ul li img {
	max-width: 100%;
	height: auto;
}

.main-image1 {
	background-image: url("../img/main1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 708.333333%;
}

.main-video1 {
	position: relative;
}

.main-video1 video {
	width:100%;
	height:auto;
}
	/*
.main-image2 {
	background-image: url("../img/main2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 139.583333%;
	margin-top: -10px;
}

.main-video2 {
	position: relative;
}

.main-video2 video {
	width:100%;
	height:auto;
}
　*/
.instagram ,.contact{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 50px 0;
}
