@charset "utf-8";
html {
}
html.overlay{
	overflow:hidden;
	height:100%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#4D4131;
	line-height:2;
}
a {
	color:#4D4131;
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.8;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:1090px;
}


/* header */
header{
	width:100%;
	min-width:1090px;
	height:80px;
	padding:0 30px;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header h1 a img{
	width:240px;
}
header nav > ul{
	/* width:780px; */
	width:auto;
	text-align:right;
	white-space:nowrap;
}
header nav > ul > li{
	display:inline-block;
	margin-left:35px;
	position:relative;
}
header nav > ul > li:first-child{
	/* margin:0; */
}
header nav > ul > li > a{
	font-size:12px;
	letter-spacing:0.08em;
	text-indent:0.08em;
	white-space:nowrap;
}
header nav > ul > li > ul{
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	background-color:#fff;
	display:none;
}
header nav > ul > li > ul li a{
	padding:0 1em;
	display:block;
	line-height:3em;
	font-size:13px;
	text-align:center;
	background-color:#FE8512;
	color:#fff;
	border-top:1px dotted #fff;
}
header nav > ul > li > ul li:first-child a{
	border-top:none;
}


/* article */
article{
	padding-top:80px;
}




/* section */
section{
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}


/* #cont0 */
#cont0{
	height:452px;
	background:url(../images/h1_bg.jpg)no-repeat center center;
	background-size:cover;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#cont0 div{
	max-width:1200px;
	width:94%;
	text-align:left;
}
#cont0 div h1{
	font-size:32px;
	letter-spacing:0.05em;
}
#cont0 div h1 span{
	display:block;
	font-size:18px;
	color:rgba(77,65,49,0.46);
}
#cont0 div p{
	margin-top:1em;
	line-height:2.8;
}


/* .cont */
.cont{
}


/* h2.tit_icon */
h2.tit_icon{
	margin-bottom:50px;
	font-size:24px;
	white-space: nowrap;
}
h2.tit_icon img{
	width:23px;
	display:block;
	margin:0 auto 20px;
}
h2.tit_icon span{
	display:block;
	font-size:14px;
	color:rgba(77,65,49,0.46);
}
h2.tit_icon + p{
	margin-bottom:100px;
	font-size:15px;
}
.contact_info {
	margin-left: 5%;
}


/* .more */
.more{
	display:inline-block;
	width:200px;
	line-height:38px;
	padding-right:1em;
	border-radius:20px;
	font-size:13px;
	color:#fff;
	text-align:center;
	border:1px solid #fff;
	letter-spacing:0.08em;
	text-indent:0.08em;
	position:relative;
}
.more span{
	font-size:16px;
}
.more:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
}
.more.orange{
	color:#FE8512;
	border:1px solid #FE8512;
}
.more.orange:after{
	border-color: transparent transparent transparent #FE8512;
}


/* #contact */
#contact{
	margin:0;
	padding:120px 0 100px;
	background-color:#F4F4F4;
}
#contact > div{
	max-width:1200px;
	width:94%;
	margin:auto;
	text-align:left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contact > div h2.tit_icon{
	margin:0;
}
#contact > div dl dd{
	display:inline-block;
	margin-right:30px;
	font-size:24px;
}
#contact > div dl dd span{
	margin-right:0.5em;
	font-size:12px;
}
#contact > div div .more{
	width:380px;
	line-height:70px;
	border-radius:35px;
}


/* footer */
footer{
	padding:0 0 50px;
	background-color:#FE8512;
}
footer #topbtn{
	width:79px;
	display:inline-block;
	transform:translateY(-40%);
}
footer > div{
	max-width:1200px;
	width:94%;
	margin:-10px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:13px;
}
footer > div nav > ul > li:last-child{
	margin-left:100px;
}
footer > div nav > ul > li{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-align:left;
}
footer > div nav > ul > li a{
	color:#fff;
}
footer > div nav > ul > li > ul > li{
	margin-bottom:1.2em;
}
footer > div nav > ul > li > ul > li ul li a{
	display:inline-block;
	padding-left:1em;
	position:relative;
}
footer > div nav > ul > li > ul > li ul li a:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

footer > div dl{
	text-align:left;
	color:#fff;
}
footer > div dl dt{
	width:324px;
}
footer > div dl dd:first-of-type,
footer > div dl dd:last-of-type{
	margin-top:20px;
}
footer > div dl dd ul li{
	display:inline-block;
	margin-right:1em;
}
footer > div dl dd ul li a{
	color:#fff;
}
footer > div dl dd ul li a img{
	width:18px;
	margin-right:5px;
}

@media screen and (min-width: 500px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 500px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}


.white {
	color: #fff;
}
