@charset "utf-8";

/*******************************************************************************************************************
*デフォルト
*******************************************************************************************************************/
html,body{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 14px;
    line-height: 1.83;
    letter-spacing: 0.8px;
    -webkit-text-size-adjust:100%;
	background-color: #fff;
	color: #1a1a1a;
}

.serif {
	font-family:'Sawarabi Mincho' !important;
	/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; !important;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
}

#wrapper{/*
    background: #fff;*/
	background-image: url(/super/images/common/bg_stone_lower.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
#side_nav{
    background-color: #fff;
    min-height: 626px;
}
#sjk_main{
    background: #fff;
}
/***********************************************************************************
背景
***********************************************************************************//*
.bg_stone_lower {
    background-image: url(/super/images/top/33/bg_stone_lower.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    transform: skew(0deg, -10deg);
}*/
/***********************************************************************************
ヘッダー
***********************************************************************************/
/*.luxbar-menu {
    height: 98px !important;
}*/
.luxbar-brand {
	padding: 0 0 0 3% !important;
}
.luxbar-navigation {
    margin: 0 auto !important;
    width: 940px !important;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 98px !important;
}
.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    background: #1a1a1a !important;
}
.luxbar-header {
    height: 98px !important;
	align-items: baseline !important;
}
/*
.luxbar-item a {
    line-height: 62px;
}
*/
.luxbar-default {
    box-shadow: none !important;
	/* margin-bottom:30px; */
}

/*******************************************************************************************************************
*Footer
*******************************************************************************************************************/
/*PCサイズのナビ*/
#footer{
    margin-top: 0px;
    color: #fff;/*
	padding-top: 50px;*/
}
#footer a{
    color: #fff;
    text-decoration: none;
}
#footer a:hover{
    opacity: 0.8;
}

#footer .footer_nav_pc{
    background: #566370;
    padding-top: 20px;
	height: 100%;
}
#footer .footer_nav_pc .container{
}

#footer .footer_nav_pc dt{
    margin-bottom: 0.5rem;
    font-size: 14px;
}
#footer .footer_nav_pc dd{
    font-size: 12px;
    margin-bottom: 0.3rem;
}
#footer .footer_nav_pc dd a{
    font-size: 12px;
}
#footer .footer_nav_pc dd span{
    color: #dcdcdc;
    font-size: 0.5rem;
}
#footer .footer_nav_pc .navbar{
    margin: 0;
}
#footer .footer_nav_pc dl{
    margin: 0;
    white-space: nowrap;
}
#footer .footer_nav_pc ul{
    margin: 0;
    padding: 0;
}

/*スマホサイズのナビ*/
.footer_nav_sp{
    background: #566370;
}
.footer_nav_sp dl,.footer_nav_sp dd,.footer_nav_sp dt{
    margin: 0;
}
.footer_nav_sp dd,.footer_nav_sp dt{
    margin: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    width: 100%;
}
.footer_nav_sp dd{
    display: none;
    text-indent: 5px;
    border-bottom: 1px dotted #dcdcdc;
}
.footer_nav_sp dd a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer_nav_sp dd span{
    font-size: 0.5rem;
}
/*SNSリンク*/
.footer_sns{
    background: #566370;
    padding: 10px 0;
}
.footer_sns ul{
    margin: 10px 0;
}

/*フッター*/
.footer_bottom{
    background: #fff;
    color: #7cc3c3;
    font-size: 10px;
    padding: 10px 0;
}
.footer_bottom .pull-left a img{
    margin-right: 5px;
}

.footer_bottom p{
    margin: 0;
    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 50px;
    min-height: 50px;
}
/*******************************************************************************************************************
*ページヘッダー
*******************************************************************************************************************/
.contents_header{
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}

.contents_header .container p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}
.contents_header .container h1{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

/* 20171219 added */
.side_nav #jkLogo {
	margin-top: 6%;
	padding: 0 16%;
	box-sizing: border-box;
}
.side_nav #jkLogo img {
	max-width: 100%;
	height: auto;
}
.navbar-header {
	padding: 3% 0 1%;
}
.navbar-brand-jk {
	display: inline;
	float: right;
	width: 35px;
}
.navbar-brand-jk img {
	max-width: 100%;
	height: auto;
}
#page_top .glyphicon {
	margin-right: 0;
}
/* ==============================================================
 Less than...
================================================================= */
@media screen and (max-width: 1220px) {
}
@media screen and (max-width: 1120px) {
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
	
}


/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
}

/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (max-width:767px) {
	/***********************************************************************************
	ヘッダー
	***********************************************************************************/
	.luxbar-navigation {
		margin: 0 !important;
		width: 100% !important;
	}
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		height: 58px !important;
	}
	.luxbar-item a {
		color: #fff;
	}
	.luxbar-checkbox:checked ~ .luxbar-menu {
		background: #1a1a1a;
	}
	.luxbar-header {
		background: #fff;
	}
	.luxbar-item a {
		color: #fff !important;
		text-align: center;
		font-size: 160%;
	}
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		height: 98px !important;
	}
}


/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}

/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:479px) {	 
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}


