@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap');

html {
}
body {
	font-family: 'Noto Serif JP', serif;
	font-size:17px;
	text-align:center;
	line-height:1.5;
	color:#672a01;
}
.font_sans{
	font-family: 'Noto Sans JP', sans-serif;
}
.font_serif{
	font-family: 'Noto Serif JP', serif;
}
a {
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
	opacity:1;
	outline:none;
	color: #672a01;
}
a:hover {
	opacity: 0.7;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:1290px;
}


/* header */
header{
}
header > ul{
	width:1060px;
	margin:0 auto 45px;
	text-align:left;
}
header > ul li{
	display:inline-block;
	font-size:12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#666;
}
header > ul li:after{
	content:'>';
	margin:0 10px;
}
header > ul li:last-child:after{
	content:none;
}
header > ul li a{
	color:#666;
	border-bottom:1px solid #666;
}


/* nav */
nav{
	background:#ab2025 url(../images/nav_bg.png)repeat-x left top;
	background-size:auto 8px;
}
nav > div{
	width:1290px;
	margin:auto;
	padding:20px 0 15px;
	position:relative;
}
nav > div img{
	width:134px;
	position:absolute;
	left:0;
	top:0;
}
nav > div ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 32px;
}
nav > div ul li a{
	font-size:16px;
	color:#fff;
	line-height:1.5;
	display:inline-block;
}
nav > div ul li.unlink a{
	pointer-events:none;
	opacity:0.2;
}
nav > div ul li.unlink a span{
	display:block;
	opacity:1;
	color:#d2af72;
}
nav > div ul li.unlink:before{
	content:'Coming soon!';
	display:block;
	font-size:16px;
	color:#d2af72;
	line-height:1.5;
}
nav > div ul li:last-child a{
	letter-spacing:0.1em;
}
nav > div ul li:last-child a span{
	display:block;
}


/* article */
article{
}


/* section */
section{
}


/* .cont */
.cont{
}


/* article > ul */
article > ul{
	padding:100px 0;
	background:url(../images/bg.png)center top;
}
article > ul li{
	display:inline-block;
	margin: 0 18px;
	width:42px;
}



/* footer */
footer{
	background-color:#ab2025;
}
footer div{
	width:890px;
	line-height:132px;
	margin:auto;
	font-size:11px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#fff;
	position:relative;
}
footer div a{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-35px;
	line-height:1;
}


/* top_top */
#topbtn{
	width:110px;
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
