@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * WebFont
 * Header
 * Global Navigation
 * Content
 * Footer
 * **************************************************
 */



 /* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.75 = 12px） */
html {
	font-size: 75.0%;
}
body {
	color: #231815;
	font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	font-weight: normal;
	position: relative;
}

 /*  Web Font
------------------------------------------------------------------ */
.btn a,
.sr-only,
h1 span,
h2 span,
#share_nav,
#scroll_down,
#pagetop,
#home #mv h1,
#content .en_title,
#ft_contact dt p span,
#footer small {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
}
#global_nav a span {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-style: italic;
	line-height: 1.4;
}
.information li dt,
.item dd span {
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0.1rem;
}
/* gothic */
.gothic,
li p,
#global_nav,
.item li h3,
#footer li,
#breadclumb li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

 /* Header
------------------------------------------------------------------ */
#header {
	width: 100%;
	height: 70px;
	background: #fff;
	/*
  background: -webkit-linear-gradient( top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2));
  background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2));
	*/
	position: absolute;
	top: 0; left: 0;
	z-index: 200;
}
/* Logo */
#header h1 {
	width: 30%;
	background: #8fbf4a;
	position: absolute;
	top: 0; left: 0;
	border-radius: 0 0 3px 0;
}
#header h1 a {
	display: block;
	text-align: center;
	padding: 16px 0;
}
#header h1 a img {
	width: 70%;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav nav ul {
	list-style: none;
}

/* Content
------------------------------------------------------------------ */
#content {
	clear: both;
	width: 100%;
}
#home #content {
	padding-top: 70px;
}
section {
	position: relative;
	margin: 0;
	padding: 20px 0;
}
#home section:not(#link) {
	padding: 20px 0;
}
#home .inner {
	padding: 0 5%;
	margin: 0 auto;
}
#subPage .inner {
	padding: 20px 8% 20px 5%;
	margin: 0 auto;
}
#subPage section:first-of-type.sk_left .inner {
	padding: 20px 8% 5%;
}
article {
	overflow: hidden;
}
.bg {
	background: #f2f4f7;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
