body {
   background: #363535;
}

.navbar {
	border: none;
  	box-shadow: none;
  	transition: background 0.7s ease-out;
  	background: rgba(54, 53, 53, 0);
  	position: fixed;
    display: flex;
	flex-direction: row-reverse;
	align-items: bottom;
	top: 0;
  	left: 0px;
  	right: 0px;
	z-index: 10;
}

.cd-fixed-bg {
    position: relative;
    min-width: 100%;
   	background-size: contain; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center right; /*--背景画像の位置--*/
	z-index: 0;
}

.cd-fixed-bg.cd-bg-1  {
  	background-image: url(../images/bg.jpg);
}

.hero {
   	position: relative;
   	width: 100vw;
   	height: 100vh;
   	display: flex;
   	justify-content: center;
   	align-items: center;
}

.hero::before {
   	content: "";
   	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100vw;
   	height: 100vh;
   	background: url(../photo/gallery/gallery_top.jpg);
   	background-repeat: no-repeat;
   	background-size: cover;
   	background-position: center center;
   	filter: brightness(60%);
}

.hero-content {
	position: relative;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #e5e4e2;
	text-align: center;
	margin: 0.625rem;
}

.hero-title {
	font-size: 5rem;
	font-weight: 100;
	margin-bottom: 0;
}

.hero-subtitle {
	font-size: 2rem;
	font-weight: 200;
	margin-top: 1rem;
}

.hero-button {
	background-color: #ae2d59;
	color: #e5e4e2;
	border: 1px solid #cb376a;
	margin-top: 5rem;
	padding: 0.9375rem1.875rem;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 200;
	cursor: pointer;
}

.hero-button:hover {
	background-color: #cb376a;
	border: 1px solid #db7598;
}

.main_contents {
    margin: 0 auto;
	width: 65%;
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #e5e4e2;
	text-align: center;
    overflow: hidden;
}

.thumb {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

a {
	color: #fdaf2a;
	text-decoration: none;
}
	
a:hover {
	color: #04a1ca;
	text-decoration: inherit;
}

#navigation a {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.5rem;
	color: #fdaf2a;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	display: list-item;
	padding: 0 px;
	border: none;
	border-right-width: 0px;
	border-left-width: 0px;
}
	
#navigation a:hover {
	color: #04a1ca;
	border: none;
	border-right-width: 0px;
	border-left-width: 0px;
}

.bodyText {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #a69b8f;
	line-height: 1.5rem;
	font-weight: 100;
	letter-spacing: 0.1rem;
	margin-top: 0px;
}

.sidebarHeader {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 2rem;
	color: #c99b45;
	font-weight: 100;
	letter-spacing: 0.1rem;
	margin-right: 10px;
}

.detailText {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #e5e4e2;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
}
