@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	color:#202020;
	min-width:1020px;
	text-align:center;
}
#wrapper{
	min-height: 1100px;
	overflow: hidden;
}
.switch{}
a{ color:#202020; text-decoration:none;}
a:hover{ color:#a5a5a5; text-decoration:none;}
.gothic{ font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.btn{
    text-align: center;
}
.btn a{
    color: #000;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #909090;
    padding: 9px 90px;
	background: url(../images/arrow-g.png) no-repeat right 40px center #fff;
}
.btn a:hover{
	color: #fff;
	border: 1px solid #B19E61;
	background: url(../images/arrow-w.png) no-repeat right 40px center #B19E61;
}
.btn a:after{
/*    content: ">";*/
    display: inline-block;
    margin-left: 10px;
}

ol#pnav{
    text-align: left;
    clear: both;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 20px;
}
ol#pnav li{
    float: left;
}
ol#pnav li:before{
    content: ">";
    margin: 0 10px;
}
ol#pnav li:first-child:before{
    content: none;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	body {
		font-size:3.5vw;
		min-width:inherit;
	}
    .btn a{
        text-align: left;
        padding: 9px 45px 9px 20px;
	    background: url(../images/arrow-g.png) no-repeat right 15px center #fff;
        background-size: 20px auto;
    }
    .btn a:hover{
        color: #fff;
        border: 1px solid #B19E61;
        background: url(../images/arrow-w.png) no-repeat right 15px center #B19E61;
        background-size: 20px auto;
    }
}






/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
/*	height: 130px;*/
}
header:before{
	position: absolute;
	top: 67px;
	left: -500px;
	right: -500px;
	content: "";
	width: 2000px;
	height: 1px;
	background: #909090;
}
header h1{
    font-size: 28px;
	text-align: left;
    padding-top: 10px;
    margin-bottom: 6px;
}
header h1 img{
    vertical-align: middle;
    margin-right: 10px;
}
header h1 strong{
    display: inline-block;
    margin-right: 10px;
}
header h1 span{
    font-size: 14px;
    vertical-align: middle;
}
/* nav */
header nav{
    overflow: hidden;
}
header nav:after{
	position: absolute;
	bottom: 0;
	left: -500px;
	right: -500px;
	content: "";
	width: 2000px;
	height: 4px;
	background: #B19E61;
}
header #gnav{
	clear: both;
    text-align: center;
}
header #gnav li{
    display: inline-block;
	line-height: 62px;
}
header #gnav li.pcnone{
    display: none;
}
header #gnav li:first-child{
    text-align: left;
}
header #gnav li:last-child{
    text-align: right;
}
header #gnav li a{
	display: block;
    padding: 0 20px;
	font-weight: bold;
}
header #gnav li a:hover, header #gnav li.active a{
	color: #B19E61;
}
header nav .fb{
    display: none;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	header{
		position: relative;
		height: 65px;
		background: #fff;
	}
	header:after, header:before{
		content: none;
	}
	header div{
		position: relative;
		background: #fff;
	}
	header h1{
        font-size: 21px;
        width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
        width : -webkit-calc(100% - 65px) ;
        width : calc(100% - 65px) ;
		text-align: left;
        padding: 5px 0 0 1.5%;
        line-height: 0.8;
	}
	header h1 img{
		width: auto;
		height: 40px;
        float: left;
	}
	header h1 strong{
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
        margin-right: 5px;
    }
	header h1 span{
        line-height: 1.1;
        vertical-align: bottom;
        display: inline-block;
        overflow: hidden;
    }
	header p{
		position: absolute;
		right: 0;
		top: 0;
		width: 65px;
		height: 65px;
		background:#B19E61;
		cursor: pointer;
	}
	header p span{
		display:block;
		position:absolute;
		top:22px;
		right:22px;
		width:20px;
		height:18px;
		background:#fff;
		border-top:8px solid #B19E61;
		border-bottom:8px solid #B19E61;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	header p span:before {
		content:'';
		position:absolute;
		width:20px;
		height:2px;
		background:#fff;
		top:-7px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	header p span:after {
		content:'';
		position:absolute;
		width:20px;
		height:2px;
		background:#fff;
		bottom:-7px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	header.open p span { background:#B19E61;}
	header.open p span:before {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	header.open p span:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
	/* nav */
	header nav{
		position: absolute;
        top: 65px;
		right: -100%;
		width: 100%;
		text-align: center;
		padding: 0 0 5px;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
        z-index: 9999;
	}
	header.open nav{
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	header #gnav{
		clear: both;
		padding: 0 17%;
		background: rgba(255,255,255,.9);
	}
	header #gnav li{
        display: block;
		width: auto!important;
		text-align: center!important;
		font-size: 4vw;
		line-height: inherit;
		padding: 3%;
		border-bottom: 1px solid #909090;
	}
	header #gnav li.pcnone{
        display: block;
    }
	header #gnav li a{
		display: block;
		font-weight: bold;
	}
	header #gnav li a:hover, header #gnav li.active a{
		color: #B19E61;
	}
	header #gnav li a img{
        vertical-align: middle;
    }
    header nav .fb{
        display: block;
        padding: 0 17%;
    }
    header nav .fb a{
        display: block;
        padding: 3%;
    }
    header nav .fb a img{
        vertical-align: middle;
    }
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

.bx-wrapper,
.bx-viewport,
.bx-viewport ul li,
.bx-viewport img{
    position: relative;
    z-index: 100;
}
.bx-viewport img{
    vertical-align: top;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
    z-index: 999;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    border: 1px solid #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #B19E61;
}

#contents{
	clear: both;
}
#contents .title-lower{
	color: #fff;
	font-size: 34px;
    text-shadow: 0 0 5px #000,
     0 0 5px #000,
     0 0 5px #000;
	padding: 40px 0;
    margin-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
#contents .contentswrap{
	clear: both;
	max-width: 980px;
	margin: 0 auto;
    padding: 0 3%;
    box-sizing: content-box;
}
#contents #pagetop{
	clear: both;
	padding: 70px 0 65px;
}
#contents .subtitle{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/subtitle-bd.png) no-repeat center bottom;
	margin-bottom: 75px;
	line-height: 1.4;
}
#contents .subtitle span{
	font-size: 20px;
}
#contents ul.anchor{
	clear: both;
	overflow: hidden;
}
#contents ul.anchor li{
	float: left;
	margin: 0 20px 20px 0;
}
#contents ul.anchor li a{
	font-size: 20px;
	display: block;
	border: 1px solid #909090;
	padding: 12px 40px 12px 50px;
}
#contents ul.anchor li a:after{
	content: url(../images/icon-bottom.png);
	margin-left: 10px;
}
#contents ul.anchor li a:hover{
	color:#202020;
	opacity: .6;
}
#contents ul.anchor li a span{
	font-weight: bold;
	display: inline-block;
	margin-right: 1em;
}
#contents ul#lower-link{
	padding-top: 70px;
	clear: both;
	overflow: hidden;
}
#contents ul#lower-link li{
	width: 33%;
	float: left;
	margin-bottom: 50px;
}
#contents ul#lower-link li figure{
	margin-bottom: 20px;
}
#contents ul#lower-link li p{
	font-size: 20px;
	margin-bottom: 10px;
}
#contents ul#lower-link li p.link{
	font-size: 14px;
	padding: 0 15px;
}
#contents ul#lower-link li p.link a{
	display: block;
	padding: 8px;
	border:1px solid #909090;
	background: url(../images/icon-btnright2.png) no-repeat right 15% top 11px;
}
#contents ul#lower-link li p.link a:hover,
#contents ul#lower-link li.active p.link a{
	color: #fff;
	border:1px solid #B19E61;
	background: url(../images/icon-btnright2.png) no-repeat right 15% bottom 11px #B19E61;
}

#contents .cont{
    text-align: left;
    margin-bottom: 30px;
}
#contents .cont h3{
    font-size: 30px;
    margin-bottom: 20px;
}
#contents .cont h4{
    font-size: 26px;
    margin-bottom: 15px;
}
#contents .cont h5{
    font-size: 22px;
    margin-bottom: 15px;
}
#contents .cont h6{
    font-size: 18px;
    margin-bottom: 10px;
}
#contents .cont p,
#contents .cont ul,
#contents .cont blockquote,
#contents .cont table,
#contents .cont figure{
    margin-bottom: 10px;
}
#contents .cont ul,
#contents .cont ul li{
    overflow: visible;
   list-style-type: disc;
}
#contents .cont ul,
#contents .cont ol{
    padding-left: 1.5em;
}
#contents .cont ol,
#contents .cont ol li{
    list-style-type: decimal;
}
#contents .cont em{
    font-style: italic;
}
#contents .cont table{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#contents .cont table th,
#contents .cont table td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
#contents .cont img{
    margin: 0 10px 10px 0;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#contents .title-lower{
		font-size: 6vw;
		padding: 3% 0;
        margin-bottom: 15px;
        background-size: 100% auto;
	}
	#contents.lower .contentswrap{
		padding: 0 5%;
	}
	#contents #pagetop{
		clear: both;
		padding: 3% 0 3%;
	}
	#contents #pagetop img{
		width: 70px;
		height: auto;
	}
	#contents .subtitle{
		font-size: 5vw;
		font-weight: normal;
		text-align: center;
		padding-bottom: 2%;
		background: url(../images/subtitle-bd.png) no-repeat center bottom;
		background-size: 50px 2px;
		margin-bottom: 35px;
		line-height: 1.3;
	}
	#contents .subtitle span{
		font-size: 3vw;
	}
	#contents ul.anchor li{
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#contents ul.anchor li a{
		font-size: 4vw;
		display: block;
		border: 1px solid #909090;
		padding: 5px;
		background:  url(../images/icon-bottom.png) no-repeat right 7% center;
		background-size: 9px 6px;
	}
	#contents ul.anchor li a:after{
		content:"";
		margin-left: 0;
	}
	#contents ul#lower-link{
		padding-top: 30px;
		clear: both;
		overflow: hidden;
	}
	#contents ul#lower-link li{
		width: 50%;
		float: left;
		margin-bottom: 25px;
	}
	#contents ul#lower-link li figure{
		margin-bottom: 15px;
	}
	#contents ul#lower-link li p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#contents ul#lower-link li p.link{
		font-size: 14px;
		padding: 0 10px;
	}
	#contents ul#lower-link li p.link a{
		display: block;
		padding: 3px;
		border:1px solid #909090;
		background: url(../images/icon-btnright2.png) no-repeat right 15% top 15px;
		background-size: 20px 5px;
	}
	#contents ul#lower-link li p.link a:hover,
	#contents ul#lower-link li.active p.link a{
		color: #fff;
		border:1px solid #B19E61;
		background: url(../images/icon-btnright2.png) no-repeat right 15% bottom 6px #B19E61;
		background-size: 20px 5px;
	}
    #contents .cont{
        margin-bottom: 15px;
    }
    #contents .cont h3{
        font-size: 5.5vw;
        margin-bottom: 15px;
    }
    #contents .cont h4{
        font-size: 5vw;
        margin-bottom: 15px;
    }
    #contents .cont h5{
        font-size: 4.5vw;
        margin-bottom: 10px;
    }
    #contents .cont h6{
        font-size: 4vw;
        margin-bottom: 10px;
    }
    #contents .cont p,
    #contents .cont ul,
    #contents .cont blockquote,
    #contents .cont table,
    #contents .cont figure{
        margin-bottom: 5px;
    }
    #contents .cont table th,
    #contents .cont table td{
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 3px 5px;
    }
    #contents .cont img{
        margin: 0 5px 5px 0;
    }
}
@media screen and (max-width:400px){
	#contents ul#lower-link li{
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}



/*---------------------------------------------------------------------------------------
	news
----------------------------------------------------------------------------------------*/

.newswrap{
	overflow: hidden;
}
/* leftcol */
.newswrap .leftcol,
.newswrap .leftcol-detail{
	float: left;
	width: 70%;
	margin-bottom: 100px;
}
.newswrap .leftcol .news-title{
    font-size: 28px;
    text-align: left;
    border-bottom: 3px solid #B19E61;
    margin-bottom: 10px;
}
.newswrap .leftcol article{
	clear: both;
	text-align: left;
	margin-bottom: 30px;
	overflow: hidden;
}
.newswrap .leftcol article a{
	display: block;
}
.newswrap .leftcol article figure{
	float: left;
	width: 43%;
	max-width: 300px;
	margin-right: 5%;
}
.newswrap .leftcol article figure img,
.newswrap .leftcol-detail figure img{
	width: 100%;
	height: auto;
}
.newswrap .leftcol article div,
.newswrap .leftcol div.cate{
  clear: both;
	overflow: hidden;
}
.newswrap .leftcol div.cate{
    margin-bottom: 20px;
}
.newswrap .leftcol article div ul,
.newswrap .leftcol div.cate ul{
  float: right;
}
.newswrap .leftcol article div ul li,
.newswrap .leftcol div.cate ul li{
  float: left;
    margin-left: 10px;
}
.newswrap .leftcol article div ul li span,
.newswrap .leftcol div.cate ul li span{
    color: #fff;
    font-size: 12px;
    background: #B19E61;
    display: inline-block;
    padding: 1px 10px 0;
    margin: 0;
    border-radius: 3px;
}
.newswrap .leftcol article div p,
.newswrap .leftcol div.cate p{
  float: left;
}
.newswrap .leftcol article div span{
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0 3px;
}
.newswrap .leftcol article div .date,
.newswrap .leftcol-detail .date{
	float: right;
	margin-bottom: 5px;
}
.newswrap .leftcol article div,
.newswrap .leftcol-detail h3{
	clear: both;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}
.newswrap .leftcol article h3{
  font-weight: normal;
}
.newswrap .leftcol article h3 a{
  text-decoration: underline;
}
/* aside */
.newswrap aside{
	float: right;
	width: 26%;
	text-align: left;
	margin-bottom: 40px;
}
.newswrap aside dl{
	margin-bottom: 10px;
}
.newswrap aside dl dt{
	line-height: 1.3;
	padding: 15px 20px;
	background: #f2f2f2;
	margin-bottom: 15px;
}
.newswrap aside dl dd ul li{
	line-height: 1.3;
	padding: 0 0 10px 30px;
	position: relative;
}
.newswrap aside dl dd ul li:before{
	content: "・";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 0;
}
.newswrap aside dl dd ul li a:hover{
	text-decoration: underline;
}
/* leftcol-detail */
.newswrap .leftcol-detail{
	float: left;
	width: 70%;
	padding-top: 40px;
	margin-bottom: 100px;
}
.newswrap .leftcol-detail article{
	text-align: left;
	margin-bottom: 60px;
}
.newswrap .leftcol-detail h3{
	margin-bottom: 30px;
}
.newswrap .leftcol-detail figure{
	margin-bottom: 30px;
}
.newswrap .leftcol-detail .news-nav{
	clear: both;
}
.newswrap .leftcol-detail .news-nav li.prev{
	float: left;
	width: 45%;
	text-align: left;
	margin-bottom: 40px;
}
.newswrap .leftcol-detail .news-nav li.prev a:before{
	content: "<< ";
}
.newswrap .leftcol-detail .news-nav li.next{
	float: right;
	width: 45%;
	text-align: right;
	margin-bottom: 40px;
}
.newswrap .leftcol-detail .news-nav li.next a:after{
	content: " >>";
}
.newswrap .leftcol-detail .news-nav li.back a{
	clear: both;
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 1.3;
	padding: 10px;
	border: 1px solid #000;
}
.newswrap .leftcol-detail .news-nav li.back a:before{
	display: inline-block;
	content: "";
	width: 14px;
	height: 22px;
	background: url(../images/icon-arrows2.png);
	transform: scale(-1, 1);
	margin-right: 30px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.newswrap .leftcol-detail .news-nav li.back a:hover{
	background: #f3ea1f;
}
/* pager */
ol.pager{
	clear: both;
	text-align: center;
}
ol.pager li{
	display: inline-block;
	width: 2em;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px 10px;
}
ol.pager li.active{
	color: #fff;
	line-height: 2;
	background: #000;
}
ol.pager li a{
	display: block;
	line-height: 2;
	background: #f2f2f2;
}
ol.pager li.prev a,
ol.pager li.next a{
	background: #fff;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	/* leftcol */
	.newswrap .leftcol{
		float: none;
		width: auto;
		padding-top: 20px;
		margin-bottom: 50px;
	}
    .newswrap .leftcol .news-title{
        font-size: 20px;
        border-bottom: 2px solid #B19E61;
        margin-bottom: 15px;
    }
	.newswrap .leftcol article{
		margin-bottom: 30px;
	}
	.newswrap aside{
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
		margin-bottom: 40px;
	}
	/* leftcol-detail */
	.newswrap .leftcol-detail{
		float: none;
		width: auto;
		padding-top: 20px;
		margin-bottom: 50px;
	}
	.newswrap .leftcol-detail article{
		margin-bottom: 30px;
	}
	.newswrap .leftcol-detail .news-nav li.back a:before{
		width: 10px;
		height: 16px;
		background: url(../images/icon-arrows2.png);
		background-size: 10px auto;
		margin-right: 10px;
	}
}
@media screen and (max-width:400px){
	/* leftcol */
	.newswrap .leftcol article figure{
		width: 35%;
		margin-bottom: 15px;
	}
	.newswrap .leftcol article div{
		overflow: hidden;
	}
	/* leftcol-detail */
	.newswrap .leftcol-detail .news-nav li.prev,
	.newswrap .leftcol-detail .news-nav li.next{
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	.newswrap .leftcol-detail .news-nav li.back a{
		font-size: 16px;
		padding: 5px;
	}
}



/*---------------------------------------------------------------------------------------
	contact-cont
----------------------------------------------------------------------------------------*/

#contents .contact-cont table{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: none;
    margin-bottom: 40px;
}
#contents .contact-cont table th,
#contents .contact-cont table td{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-right: none;
    vertical-align: top;
}
#contents .contact-cont table th{
    position: relative;
    width: 20%;
    padding-right: 35px;
}
#contents .contact-cont table th span{
    color: #f33;
    font-size: 85%;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 5px;
}
#contents .contact-cont table td{
    padding-left: 20px;
}
#contents .contact-cont table td input[type="text"],
#contents .contact-cont table td input[type="email"],
#contents .contact-cont table td textarea{
    font-size: 112%;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
#contents .contact-cont table td textarea{
    font-size: 125%;
    height: 100px;
    vertical-align: bottom;
}
/*
#contents .contact-cont table td .bgdefault{
	background: #FDE5E5;
}
*/
#contents .contact-cont table td .bgchange{
	background: #fff;
}
#contents .contact-cont table td label{
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
#contents .contact-cont table td input[type="radio"],
#contents .contact-cont table td input[type="checkbox"]{
    vertical-align: middle;
    padding: 5px;
    margin: 5px 5px 8px 0;
}
#contents .contact-cont input[type="submit"],
#contents .contact-cont button{
    font-size: 112%;
    padding: 10px 50px;
    border: none;
    border-radius: 0;
    background: #ddd;
    cursor: pointer;
}
#contents .contact-cont input[type="submit"]:hover,
#contents .contact-cont button:hover{
    opacity: 0.6;
}
#contents .contact-cont select{
    padding: 5px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
    #contents .contact-cont table{
        margin-bottom: 20px;
    }
    #contents .contact-cont table th,
    #contents .contact-cont table td{
        display: block;
        padding: 5px 0;
    }
    #contents .contact-cont table th{
        border-bottom: none;
        padding-bottom: 0;
        width: 100%;
    }
    #contents .contact-cont table th span{
        position: static;
        margin-left: 10px;
    }
    #contents .contact-cont input[type="button"],
    #contents .contact-cont button{
        font-size: 100%;
    }
}







/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
	clear: both;
	background: #EFEBDC;
}
footer #fnav{
    max-width: 980px;
    margin: 0 auto;
	padding: 65px 0 30px;
}
footer #fnav div{
    display: inline-block;
    max-width: 785px;
    width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
	border-right: 1px solid #C6C3B7;
	overflow: hidden;
}
footer #fnav div.sns-none{
    border-right: none;
    max-width: 100%;
}
footer #fnav div ul{
    overflow: hidden;
}
footer #fnav div dl{
	float: left;
	width: 25%;
}
footer #fnav div ul li{
	float: left;
	width: 20%;
}
footer #fnav div ul li a{
    font-weight: bold;
    display: block;
    padding: 0 5px 5px 0;
}
footer #fnav div dl dt{
	font-weight: bold;
}
footer #fnav p{
    float: right;
	width: 195px;
	font-size: 12px;
	vertical-align: top;
}
footer #fnav p a{
	color: #202020;
}
footer #fnav p img{
	vertical-align: middle;
	margin-left: 10px;
}
footer #copy{
	clear: both;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	background: #212121;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	footer #fnav{
		padding: 8% 0 30px;
	}
	footer #fnav div{
		display: block;
		width: auto;
	    min-width: 100%;
		font-size: 3.5vw;
		text-align: center;
		line-height: 1.6;
		vertical-align: top;
		border-right: none;
		overflow: hidden;
	}
	footer #fnav div dl,
    footer #fnav div ul li{
		float: none;
		width: auto;
		line-height: 2.2;
	}
	footer #fnav div dl dd{
		display: none;
	}
	footer #fnav p{
        float: none;
		display: block;
		width: auto;
		font-size: 3.5vw;
		vertical-align: top;
		padding-top: 3%;
	}
	footer #fnav p img{
		width: 6%;
		height: auto;
		vertical-align: middle;
		margin-left: 10px;
	}
	footer #copy{
		font-size: 3vw;
		line-height: 1;
		padding: 2.5%;
	}
}













