@charset "utf-8";

/*----------------------------------------------------------- 
	ヘッダー
-----------------------------------------------------------*/
#headerLogo{
	float: left;
	width: 500px;
}

.searchArea{
	float: left;
	width: 145px;
	padding: 10px 0 0 10px;
}
.searchArea dl{
	position: relative;
}
.searchArea dd{
	position: absolute;
	top: 0;
	right: 0;
}
.searchText{
	width: 100px;
	height: 22px;
	padding: 5px;
	border: 1px solid #333;
	border-right: 0;
	border-radius: 0 !important;
}
.btsearch{
	width: 34px;
	height: 34px;
}

/* ヘッダー・お問合せ---------- */
.headerContact{
	float: left;
	padding: 2px 0 0 10px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.headerContact a{
	display: block;
	max-width: 120px;
	height: 49px;
	padding: 8px;
	border: 2px solid #004EA2;
	border-radius: 5px;
	font-size: 13px !important;
	color:#FFF;
	background: #004EA2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.headerContact a:hover{
	color: #004EA2;
	background: #FFF;
	opacity: .8;
}
.headerContact span{
	display: block;
	padding-top: 5px;
	font-size: 10px;
}

/* 日本語・英語---------- */
.headerLanguage{
	float: left;
	padding: 2px 0 0 10px;
	font-size: 14px !important;
	text-align: center;
}
.headerLanguage li{
	width: 100px;
	margin-bottom: 4px;
}
.headerLanguage li:last-child{
	margin-bottom: 0;
}
.headerLanguage input{
	width: 100%;
	padding: 3px;
	border: 0;
	border-radius: 5px !important;
	font-weight: bold;
	color: #666464;
	cursor: pointer;
	background: #DDD;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.headerLanguage input[disabled]{
	color:#FFF !important;
	background: #004EA2 !important;
	opacity: 1 !important;
}
.headerLanguage input:hover{
	opacity: .8;
}

/* メニュー内容---------- */
#menuContents{
    
}
#menuContents .topNav{
	margin: 0;
}
.topNavIn{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.topNavIn:last-child{
	margin-right: 0;
}
.topNavIn li{
	margin-bottom: 5px;
}
.topNavInCompany{
	width: 48%;
}
.topNavInCompany li{
	float: left;
	width: 46%;
	margin-right: 8%;
}
.topNavInCompany li:nth-child(2n){
	margin-right: 0;
}
.topNavInHead{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #666464;
}
.topNavInHeadBlue{
	border-bottom-color: #004F99;
}
.topNavInHeadGreen{
	border-bottom-color: #43B149;
}
.topNavInHeadOrange{
	border-bottom-color: #F08300;
}
.topNavInHeadGray{
	border-bottom-color: #999;
}
.topNavInHeadEng{
	display: block;
	font-weight: bold;
	font-size: 20px;
}
.topNavInHeadJap{
	display: block;
	font-size: 12px;
}
#menuContents .topNav a{
	display: block;
	padding: 5px 0;
	color: #666464;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#menuContents .topNav a:hover{
	opacity: .6;
}
#menuContents .topNav li img{
	margin-bottom: 10px;
}
#menuContents .topNav li a:hover{
	text-decoration: underline;
	color:#EA5504;
}
#menuContents .topNav a:hover .topNavTtl:before{
	left: -2px;
}
#menuContents .topNavTtl{
	padding-left:5px; 
	text-align: left;
}
#menuContents .topNavTtl:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	left: -5px;
	width: 16px;
	height: 16px;
	background: url(../img/footer-icon-main.svg) center center no-repeat;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.topNavSpecial{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.topNavSpecial li{
	float: left;
	width: 15%;
	margin-top: 5px;
	margin-right: 2%;
}
.topNavSpecial li:nth-child(6n){
	margin-right: 0;
}
.topNavSpecial li a{
	display: block;
	padding: 5px;
	border: 1px solid #9FA0A0;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.topNavSpecial li a:hover{
	border: 1px solid #EA5504;
	opacity: .6;
}
.topNavSpecial li a img{
	border-radius: 5px;
}

/* 新規 */
.headerWelcome {
    float: left;
    width: 100px;
    padding: 3px 0 0 10px;
    line-height: 1.5;
    font-size: 14px !important;
}
.headerWelcomeArea {
    margin: 0;
}
.headerWelcomeName {
    display: inline-block;
    width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headerMypage {
    float: left;
    padding: 0 0 0 8px;
    font-size: 14px !important;
    text-align: center;
}
.headerMypageLog {
    padding: 3px 14px;
    border: 3px double #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    outline: none;
    appearance: none;
    cursor: pointer;
}
.headerMypageLog::before {
    content: "";
    display: inline-block;
    position: relative;
    top:1px;
    right: 5px;
    width: 12px;
    height: 14px;
    background: url("../../club-fujikin/img/icon-log.png") no-repeat;
    background-size: cover;
}
.headerMypageLogIn {
    background: linear-gradient(to bottom, #d4a95f, #c3781e);
}

.headerMypageLogIn:hover {
    background: linear-gradient(to bottom, #c3781e, #d4a95f);
}

.headerMypageLogOut {
    background: linear-gradient(to bottom, #c0c0c0, #7a7a7b);
}

.headerMypageLogOut:hover {
    background: linear-gradient(to bottom, #7a7a7b, #c0c0c0);
}

.headerMypageLink {
    margin: 3px 0 0;
    font-weight: bold;
    font-size: 12px !important;
}
.headerMypageLink a {
    display: block;
    padding: 2px 0;
}

#hamburgerWrap {
    display: none;
}
#wrap.active #contents,
#wrap.active #headerLogo,
#wrap.active #searchArea,
#wrap.active #headerContact,
#wrap.active #headerLanguage,
#wrap.active #hamburgerWrap,
#wrap.active #footer {
    filter: blur(2px);
}
#wrap.active:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
#menuContentsSp {
    display: none;
}
.global-nav-wrap {
    position: relative;
    z-index: 9999;
    left: -150px;
    width: 1300px;
    height: 44px;
    margin-top: 6px;
    background-image: linear-gradient( -45deg, #085f93 25%, #01507d 25%, #01507d 50%, #085f93 50%, #085f93 75%, #01507d 75%, #01507d );
    background-size: 20px 20px !important;
}
.global-nav-wrap .linkDel:hover{
    color: #fff !important;
}
.global-nav__list {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 3px;
}
.global-nav__item {
    float: left;
    width: 165px;
    padding: 0 5px;
    border-right: 2px solid rgba(255, 255, 255, .6);
    box-sizing: border-box;
}
.global-nav__item:last-child {
    border-right: 0;
}
.global-nav__link {
    display: table;
    position: relative;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.global-nav__link.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color:  transparent transparent rgba(255, 255, 255, .95) transparent;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.global-nav__link__in {
    display: table-cell;
    height: 38px;
    text-align: center;
    vertical-align: middle;
}
.mega-drop-down {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 53px;
    left: 0;
    width: 1000px;
    box-sizing: border-box;
}
.mega-drop-down:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    width: 1000px;
    height: 16px;
}
.mega-drop-down__cate {
    position: relative;
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box;
}
.mega-drop-down__cate-item {
    float: left;
    width: 20%;
}
.mega-drop-down__cate-item-w {
    width: 40%;
}
.mega-drop-down__cate-item.active .mega-drop-down__cate-link {
    background: #3883d8;
    color: #fff;
}
.mega-drop-down__cate-item.active:after {
    border-color: #ea5504;
}
.mega-drop-down__cate-link {
    display: block;
    position: relative;
    padding: 10px 10px 20px 10px;
    color: #01507d;
}
.mega-drop-down__cate-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mega-drop-down__cate-txt{
    display: block;
    padding-top: 5px;
    text-align: center;
}
.mega-drop-down__nav {
    display: none;
    position: absolute;
    top: 168px;
    left: 0;
    width: 1000px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #3883d8;
    box-sizing: border-box;
}
.mega-drop-down__nav.active {
    display: block;
}
.mega-drop-down__nav-detail li {
    float: left;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
}
.mega-drop-down__nav-detail li:nth-child(3n) {
    margin-right: 0;
}
.mega-drop-down__nav-detail li:nth-child(n+4) {
    margin-top: 10px !important;
}
.mega-drop-nav-link {
    display: block;
    padding: 15px;
    border-radius: 5px;
    color: #01507d;
    background: #fff;
}
.mega-drop-nav-link:hover {
    color: #fff;
    background: #1f5ca1;
}
.mega-drop-nav-link-icon {
    position: relative;
}
.mega-drop-nav-link-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: auto;
    background: url("../img/icon-memberonly.png") no-repeat;
    background-size: cover;
}
.mega-drop-nav-link.exLink::after {
    float: right;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f08e';
}
.sp-drop-down {
    display: none;
}
.global-nav__link-del.active:after {
    display: none !important;
}
.global-nav__link-del+.mega-drop-down {
    display: none !important;
}
.global-nav_Nolink.active:after {
    display: none !important;
}
.global-nav_Nolink+.mega-drop-down {
    display: none !important;
}
.headerCFBnr {
    float: left;
    padding: 2px 0 0 10px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
.headerCFBnr a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.headerCFBnr a:hover {
    opacity: .7;
}




/*----------------------------------------------------------- 
///////////////以下、SP用///////////////
-----------------------------------------------------------*/

/*@media only screen and (max-device-width: 1300px) and (max-width: 640px) {*/
@media only screen and (max-width: 640px) {

/*----------------------------------------------------------- 
	ヘッダー
-----------------------------------------------------------*/
#headerLogo{
	float: none;
	width: 80%;
	max-width: 350px;
	padding-top: 8px;
}

.searchArea{
	width: 190px;
	padding: 0;
}
.searchText{
	top: -5px;
	width: 145px;
}
.btsearch{
	width: 34px;
	height: 34px;
}

/* ヘッダー・お問合せ---------- */
.headerContact{
	float: right;
	padding: 0 0 0 5px;
}
.headerContact a{
	max-width: 105px;
	height: 34px;
	padding: 2px 5px;
	border: 2px solid #004EA2;
	font-size: 12px !important;
	line-height: 1.3em;
}
.headerContact a:hover{
	color: #004EA2;
	background: #FFF;
	opacity: .8;
}
.headerContact span{
	display: block;
	padding-top: 0;
	font-size: 10px;
}

/* 日本語・英語---------- */
.headerLanguage{
	clear: both;
	float: none;
	padding: 5px 0 0 0;
}
.headerLanguage li{
	display: inline-block;
	width: 40%;
	margin-bottom: 0;
}
.headerLanguage li:last-child{
	margin-bottom: 0;
}
.headerLanguage input{
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}

/* メニュー内容---------- */
#menuContents{
	position: absolute;
	top: 54px;
	left: -20px;
	z-index: 99;
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 40px;
	line-height: 1.25em;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 0;
}
#menuContents .topNav{
	margin: 0;
}
.topNavIn{
	clear: both;
	float: none;
	width: auto;
	margin-right: 0;
	padding: 20px 10px;
}
.topNavIn li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: -1px;
}
.topNavIn li:nth-child(2n),
.topNavIn li:nth-child(9){
	margin-right: 0;
}
.topNavIn li:nth-child(8){
	margin-right: 4%;
}
.topNavInWidth li:first-child{
	width: 100% !important;
}
.topNavInWidth li:nth-child(2n){
	margin-right: 4%;
}
.topNavInWidth li:nth-child(2n+1){
	margin-right: 0;
}
.topNavInCompany{
	width: auto;
}
.topNavIn:nth-child(1){
	background: #E6EEF5;
}
.topNavIn:nth-child(2){
	background: #ECF7ED;
}
.topNavIn:nth-child(3){
	background: #FEF3E6;
}
.topNavIn:nth-child(4){
}
.topNavInHeadEng{
	display: inline-block;
	margin-right: 10px;
}
.topNavInHeadJap{
	display: inline-block;
}
#menuContents .topNav a{
	padding: 10px 5px;
	border-radius: 5px;
	background: #FFF;
}
#menuContents .topNav li img{
	margin-bottom: 5px;
	border-radius: 5px;
}
#menuContents .topNavTtl:before {
	width: 12px;
	height: 12px;
}
.topNavSpecial{
	margin-top: 0;
	padding: 20px 10px;
	border-top: 0;
	background: #F5F5F5;
}
.topNavSpecial li{
	width: 48%;
	margin-right: 4%;
}
.topNavSpecial li:nth-child(2n){
	margin-right: 0;
}
.topNavSpecial li a{
	background: #FFF;
}
#menuSp{
    padding: 10px;
}


/* 新規 */
#hamburgerWrap {
    display: block;
}
#wrap.active #headerLogo,
#wrap.active #searchArea,
#wrap.active #headerContact,
#wrap.active #headerLanguage,
#wrap.active #hamburgerWrap {
    filter: none;
}
#wrap.active #headerLogo:after,
#wrap.active #searchArea:after,
#wrap.active #headerContact:after,
#wrap.active #headerLanguage:after,
#wrap.active #hamburgerWrap:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
#wrap.active:after {
    content: "";
    display: none;
}
#menuContents {
    display: none;
}
#menuContentsSp {
    position: absolute;
    z-index: 999;
    top: 50px;
    width: 100%;
    height: auto;
    padding: 0px;
    font-size: 14px;
    background: #004EA2;
    box-sizing: border-box;
}
.global-nav__link-sp {
    display: block;
    clear: both;
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}
.global-nav__link-sp:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.global-nav__item-sp:last-child .global-nav__link-sp {
    border-bottom: 0;
}
.mega-drop-nav-link-sp {
    display: block;
    position: relative;
    padding: 15px 10px 15px 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
    background: #fafafa;
}
.mega-drop-nav-link-sp:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.global-nav__item-end-sp {
    clear: both;
    text-align: center;
    background: #333;
}
.global-nav__link-end-sp {
    display: block;
    padding: 10px;
    color: #fff;
}
.global-nav__lang-in {
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
}
.global-nav__lang-in:first-child {
    border-right: 1px solid #fff;
}
.global-nav__lang-in-link {
    display: block;
    padding: 15px 10px;
    color: #fff !important;
}
.global-nav__lang-in-in a {
    background: linear-gradient(to bottom, #d4a95f, #c3781e);
}
.global-nav__lang-in-out a {
    background: linear-gradient(to bottom, #c0c0c0, #7a7a7b);
}






}