@charset "utf-8";


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html{
	
}
body {
	margin: 0;
	padding: 0;
	min-width: 1280px;
	line-height: 1.5;
	text-size-adjust: 100%;
	
	font-size: 16px;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address{
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.common {
	font-size: 16px;
}

.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	
	font-family: 'Century';
	font-weight: 500;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul{
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited{
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
	tap-highlight-color: rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active{
	text-decoration: underline;
}

input,
select,
textarea{
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.font-gothic,
.font-gothic *{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 500;
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display: none;
}
.device-sp-inline{
	display: none;
}
.device-pc{
	display: block;
}
.device-pc-inline{
	display: inline;
}

.inner{
	width: 1280px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header{
	height: 450px;
	margin: 0 0 63px;
	padding: 77px 0 0;
	background: url("../img/common/h-bg.jpg") no-repeat 0 0;
	background-size: cover;
	
	box-sizing: border-box;
}

/********** ロゴ **********/
#header .h-logo{
	padding: 0 0 66px;
}
#header .h-logo a{
	display: block;
	width: 240px;
	margin: 0 auto;
}
#header .h-logo img{
	margin: 0 auto;
}


/********** h-link-h-sns **********/
#header .h-link-h-sns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
	width: 100%;
}


/********** リンク **********/
#header .h-link{
}
#header .h-link a{
	position: relative;
	
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	font-size: 18px;
	color: #fff;
}
#header .h-link a::after{
	position: absolute;
	top: 3px;
	right: 0;
	
	content: '';
	
	display: block;
	width: 1px;
	height: 20px;
	
	background: #fff;
}
#header .h-link a:last-child{
	margin: 0;
}
#header .h-link a:last-child::after{
	display: none;
}


/********** sns **********/
#header .h-sns{
	padding: 0 0 0 25px;
}
#header .h-sns ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	width: 70px;
}
#header .h-sns ul li a {
	display: block;
}
#header .h-sns ul li img {
	display: block;
}


/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	padding: 45px 0 50px;
	background: #e8e8e2;
}

/********** フッターコンテンツ **********/
#footer .f-logo{
	width: 230px;
	margin: 0 auto 45px;
}
#footer .f-logo img{
	display: block;
}

/********** copyright **********/
#footer .copyright{
	text-align: center;
}







