@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------
RESET
-------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, pre, input, script{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, caption {
	font-weight:normal;
}

a {
	outline:none;
	text-decoration:none;
	color:#f8c816;
	vertical-align:middle;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

fieldset {
	border:none;
}

img{
	border: none; 
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

ul{
	list-style:none;
}


p{
	text-align: justify;
	text-justify: inter-ideograph;
}

* {
    padding: 0;
    margin: 0;     
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------------
HTML
-------------------------------------------------------*/

html {
	height:100%;
}

/*-----------------------------------------------------
BODY
-------------------------------------------------------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#666;
	line-height:200%;
	text-align:left;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
	height:100%;
}

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

.ie8 img{
	width:auto;
}

/*カラム割*/

.row{
	width:1024px;
	margin:0 auto;
	padding:0;
}

.row:after{
	content:"";
	display:block;
	clear:both;
}


.col{
	float:left;
	margin-left:32px;
}

.col:first-child,
.col.left{
	margin-left:0;
}

.col.right{
	float:right;
	margin-left:32px;
}

.one-second{
	width:49.0234375%;
}

.one-third{
	width:320px;
}

.two-third{
	width:65.5913978494%;
}

.three-fifth{
	width:59.21875%;
}
.two-fifth{
	width:38.828125%;
}

@media screen and (max-width: 767px) {
.row{
	width:100%;
	max-width:360px;
	padding:10px;
}

.col{
	float:none;
	margin:10px auto 0;
	text-align:center;
}
.col:first-child,
.col.left{
	margin-left:auto;
}
.col.right{
	float:none;
	margin-left:auto;
}

.one-second,
.one-third,
.two-third,
.three-fifth,
.two-fifth{
	width:100%;
}
}

/*ヘッダー*/

#header{
background:#fff;
height:100px;
}
#header_inner{
	position:relative;
	max-width:100%;
}
#con{
	float:right;
	position:absolute;
	top:0;
	right:0;
}

#logo{
	float:left;
	padding-top:19px;
	width:200px;
}
@media screen and (max-width: 767px) {
#header{
	height:auto;
}
#header_inner{
	position:relative;
}
#con{
	float:none;
	position:relative;
	top:auto;
	right:auto;
}

#logo{
	float:none;
	padding: 0;
	width:100%;
	text-align:center;
}
#logo img {
	width:185px;
}
}

/*ナビ*/
@media screen and (min-width: 768px) {
#navpc{
	margin-left:400px;
}
#navpc ul {
	list-style: none;
}

#navpc li a {
	float: left;
	padding:28px 0 37px;
}

#navpc li a:hover {
	background:#FCF2B3;
}

#navpc li #on{
}

}

@media screen and (max-width: 767px) {

#trigger {
	display:block;
	position:absolute;
	right:10px; 
	top:10px; 
	background:url(../img/btn_trigger.png) no-repeat center center; 
	background-size:25px 25px; 
	width:30px; 
	height:30px; }
#trigger.on {
	background-image:url(../img/btn_trigger_on.png);
}
#navsp ul {
	display:none;
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	padding:0;
	background:#FCF2B3;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	z-index:10;
}
#navsp li {
	padding:10px 0;
	border-top:1px solid #f8c816;
}
#navsp li:first-child {
	border-top:none;
}
#navsp li a {
	display:block;
	color:#7f7f7f;
	font-weight:bold;
	text-align:center;
}
}

#prm_sdw{
	clear:both;
	height:5px;
	background:url("../img/sdw.gif") repeat-x top left;
}


@media screen and (max-width: 767px) {
#prm_sdw{
	display:none;
}

}

/* フッター */

#footer{
	clear:both;
	text-align:center;
	margin-top:40px;
	padding-top:30px;
	border-top:2px #ccc solid;
}
#bnr {
}
#bnr ul {
}
#bnr li{
	float:left;
	width:320px;
	margin-right:32px;
	text-align:center;
}
#bnr li:last-child {
	margin-right:0;
}


#menu_b{
	font-size:0;
	padding:10px;
	margin-top:10px;
	text-align:center;
}
#menu_b li {
	display:inline-block;
	font-size:12px;
}
#menu_b li:before {
	content:"丨";
	margin:0 10px;
	vertical-align:middle;
}
#menu_b li:last-child:after {
	content:"丨";
	margin:0 10px;
}
#menu_b a{
	color:#666;
	
}
#menu_b a:hover{
	text-decoration:underline;
}
.link_fb {
	margin-top:5px;
	margin-bottom:0;
	text-align:center;
}
#copyright{
	font-size:10px;
	padding:10px;
	margin-bottom:0;
	text-align:center;
}


@media screen and (max-width: 767px) {
#footer{
	margin-top:20px;
	padding-top:20px;
	border-top:4px #dedede solid;
}
#bnr li,
#bnr li:last-child {
	float:none;
	width:100%;
	max-width:320px;
	margin:15px auto 0;
	white-space:nowrap;
}
#bnr li:first-child {
	margin-top:0;
}
#menu_b li {
}
#menu_b li:before {
	content:"丨";
	margin:0 10px;
	vertical-align:middle;
}
#menu_b li:nth-child(3n):after {
	content:"丨";
	margin:0 10px;
}

}

/* module */


@media screen and (min-width: 768px) {
a:hover { }
a[href^="tel:"] { cursor: default; }
.forpc { display:block; }
.forsp { display:none; }
img.forpc,
br.forpc { display:inline; }
a.forpc,
span.forpc { display:inline-block; }
img.forsp,
br.forsp,
a.forsp,
span.forsp { display:none; }


}

@media screen and (max-width: 767px) {
.forpc { display:none; }
.forsp { display:block; }
img.forpc,
br.forpc,
a.forpc,
span.forpc { display:none; }
img.forsp,
br.forsp { display:inline; }
a.forsp,
span.forsp { display:inline-block; }

.sp_aligncenter { text-align:center!important; }
.sp_alignleft { text-align:left!important; }
.sp_alignright { text-align:right!important; }

}
