@charset "utf-8";

html {
  min-height: 100%;
  position: relative;
}
 
.sp{ display: none; }


/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 160px;
}
header .logo {
	padding: 30px 0;
	text-align: center;
	position: relative;
}
header .logo .facebook {
	position: absolute;
	top: 30px;
	right: 140px;
	width: 40px;
	height: 40px;
}
header .logo .twitter {
	position: absolute;
	top: 30px;
	right: 200px;
	width: 40px;
	height: 40px;
}
header .gnav ul.menu li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0 37px;
	line-height: 35px;
	letter-spacing: 0.15em;
}
header .gnav ul.menu li a {
	color: #404040;
	padding-bottom: 10px;
}
header .gnav ul.menu li a:hover {
	color: #cf0e0f;
	text-decoration: none;
	background-image: url(../images/common/gnav.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.company header .gnav ul.menu li:nth-child(2) a,
.store header .gnav ul.menu li:nth-child(3) a,
.memberstore header .gnav ul.menu li:nth-child(4) a,
.reference header .gnav ul.menu li:nth-child(5) a,
.recruit header .gnav ul.menu li:nth-child(6) a,
.contact header .gnav ul.menu li:nth-child(7) a {
	color: #cf0e0f;
	text-decoration: none;
	background-image: url(../images/common/gnav.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 0;
	background-color: #d6d3ce;
}


/* blc
---------------------------------------------------- */
.blc01 {
	padding: 60px 0;
}
.blc02 {
	padding: 60px 0;
	background-color: #f1f1f1;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
}
footer .footer_top {
	width: 100%;
	height: 50px;
	background-color: #d6d3ce;
	background-image: url(../images/common/pagetop.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
footer .footer_top:hover {
	opacity: 0.7;
}
footer .footer_menu {
	width: 100%;
	background-color: #222222;
	padding: 30px 0;
}
footer .footer_menu ul {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}
footer .footer_menu ul li {
	display: inline-block;
	width: 290px;
	text-align: center;
}
footer .footer_menu p {
	color: #FFFFFF;
	text-align: center;
}
footer .footer_menu p a {
	color: #FFFFFF;
}
footer .footer_menu p a:hover {
	color: #cf0e0f;
}
footer .footer_copy {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 12px 0;
	color: #FFF;
	background-color: #cf0f0f;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


/* h
---------------------------------------------------- */
h1 {}
h2.ttl {
	font-size: 36px;
	color: #cf0e0f;
	text-align: center;
	line-height: 46px;
	letter-spacing: 0.1em;
	padding-bottom: 28px;
	margin-bottom: 50px;
	background-image: url(../images/common/h2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
h3.ttl {
	font-size: 20px;
	font-weight: bold;
	border-left: 9px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0 0 6px 15px;
	margin-bottom: 20px;
}


@media only screen and (max-width: 740px) {

.sp{ display: block; }
.pc{ display: none!important; }


/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	margin: 0 auto;
}
section {
	padding: 30px 0;
}


/* header
---------------------------------------------------- */
header {
	height: 50px;
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 100;
	border-bottom: 1px solid #cf0e0f;
}
header .head {
	display: none;
}
header .gnav {
	padding-top: 0;
}
header .gnav ul li {
	padding-top: 0;
}
header .logo {
	height: auto;
	padding: 12px 0;
	background-image: none;
	text-align: left;
	float: left;
}
header .logo img {
	height: 25px;
	padding: 0;
}
header .logo .facebook {
	top: 7px;
	right: 45px;
	width: 35px;
	height: 35px;
}
header .logo .twitter {
	top: 7px;
	right: 90px;
	width: 35px;
	height: 35px;
}
header .gnav {
	display: none;
}
.select-wrap select {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
	height: 40px;
    margin: 5px 42px 5px 0;
    padding: 0 11px 0 6px;
    background: transparent;
    outline: none;
    font-size: 15px;
    float: right;
}
header .contents {
	position: relative;
    width: 94%;
    margin: 0 3%;
}


#nav-drawer {
	float: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
	padding-top: 15px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 70%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content .menu {
	padding: 10px;
}
#nav-content .menu li {
	padding: 8px;
	font-size: 16px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	margin-bottom: 0;
}
.breadcrumb .contents {
	width: 95%;
	margin: 0 auto;
}


/* blc
---------------------------------------------------- */
.blc01 {
	padding: 40px 0 30px;
}
.blc02 {
	padding: 40px 0 30px;
}


/* footer
---------------------------------------------------- */
footer .footer_menu {
	padding: 15px 0;
}
footer .footer_menu ul {
	margin-bottom: 0;
}
footer .footer_menu ul li {
	margin: 10px 0;
}
footer .footer_menu ul li img {
	width: 70%;
}
footer .footer_menu p {
	display: none;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
}
#page_top a {
	width: 50px;
	height: 50px;
}
#page_top a img {
	width: 50px;
	height: 50px;
}


/* h
---------------------------------------------------- */
h1 {}
h2.ttl {
	font-size: 28px;
	padding-bottom: 16px;
	margin-bottom: 30px;
	line-height: 34px;
}

}