@charset "UTF-8";

/*
Theme Name: 樫山工業株式会社
Description: Child theme for the "Vantage Premium" theme for WordPress
Author: KASHIYAMA INDUSTRIES, LTD.
Template: vantage
Theme URI: http://www.kashiyama.com/
Author URI: http://www.kashiyama.com/
Version: 1.0
*/

@import url('../vantage/style.css');
@import url('entry.css');
@import url('home.css');
@import url('product-guide.css');
@import url('ski-business.css');
@import url('global.css');
@import url('gdpr.css');
@import url(//fonts.googleapis.com/css?family=Anton);


/* //////////////////////////////////////////////////////
 * General Setting
 ////////////////////////////////////////////////////// */

body {
  background: #ffffff;
}

body,
button,
input,
select,
textarea {
  font-family: Meiryo, メイリオ, Verdana, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif !important; 
}

body.layout-full {
  background-color: #fff;
}

a {
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

.entry-content ol ol {
  list-style-type: decimal;
}

#main {
  padding: 25px 35px 35px;
  background: url(/images/bg_main_default.png) center top repeat-x #fff;
  background-size: 50px 30px;
  border-top: solid 4px #fff;
}

#primary,
.page-template-default #primary {
  float: right;
}

#secondary {
  float: left;
}

.entry-content blockquote {
	font-style: normal;
	margin: auto 1em 1.5em;
	padding: 10px;
	border-left: none;
	background: #efefef;
	border-radius: 4px;
}


/* //////////////////////////////////////////////////////
 * Header
 ////////////////////////////////////////////////////// */

.logo img {
  width: 200px;
  height: auto;
  padding: 0 !important;
}

.logo:hover img {
  opacity: 0.6;
  transition: all 0.4s ease;
}

#masthead {
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 50%, #e4e4e4 100%); 
}

nav.sticky {
  background-color: rgba( 52, 53, 56, 0.85 );
}

#masthead form.searchform {
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
}

#masthead .sub-menu-nav li.sub-lang,
#footer-widgets .textwidget .sub-lang {
  display: none;
}

.theme-default .nivo-controlNav {
	padding: 15px 0 14px !important;
    margin-top: -15px !important;
}
	
#main .theme-default .nivo-controlNav a {
    background: url(/images/bullets_slider.png) no-repeat;
}

#main .theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

#masthead .hgroup #header-sidebar #text-2 {
	float: none;
}
	
/*--------------------------------------------------------
#masthead => .sub-menu-nav
--------------------------------------------------------*/

#masthead .sub-menu-nav,
#masthead .sub-menu-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#masthead .sub-menu-nav li {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 3px;
  background: #dfdfdf;
  border-radius: 4px;
}

#masthead .sub-menu-nav a {
  display: inline-block;
  padding: 3px 10px 3px;
  background: #f4f4f4; 
  background: linear-gradient(to bottom, #ffffff 50%, #f4f4f4 100%); 
  border: solid 1px #b2b2b2;
  border-radius: 3px;
  box-shadow: 0 -2px 0 0 rgba(0,0,0,0.15) inset;
  color: #444;
}

#masthead .sub-menu-nav i {
  color: #248cc8;
}

#masthead .sub-menu-nav a:hover {
  background: #f4f4f4 !important;
  text-shadow: 0 1px 0 #fff;
  color: #f47e3c;
}


/*--------------------------------------------------------
.main-navigation => #menu-main-menu
--------------------------------------------------------*/

.main-navigation {
  border-top: solid 4px #d3d3d3;
}

.menu-main-menu-container,
.menu-main-menu-multilingual-container {
  border-left: solid 1px rgba(0,0,0,.35);
}

.main-navigation,
.main-navigation a {
  background: #44586F;
  background: linear-gradient(to bottom, #2f4067 0%, #3b5080 15%);
}

#search-icon {
	top: 5px;
	height: 40px;
}

#search-icon #search-icon-icon {
  width: 35px;
  height: 35px;
  background-color: rgba(255,255,255,0.1) !important;
  border-radius: 50%;
}

#search-icon #search-icon-icon:hover {
  background-color: rgba(255,255,255,0.2) !important;
}

.main-navigation a {
  border-left: solid 1px rgba(255,255,255,.15);
  border-right: solid 1px rgba(0,0,0,.35);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .65);
  font-weight: normal !important;
}

.main-navigation ul li a {
  padding: 15px 25px;
}

.main-navigation ul li:last-child {
  border-right: solid 1px rgba(255,255,255,.15);
}

.mobile-nav-icon:before {
  content: "\f0c9";
}


/* //////////////////////////////////////////////////////
 * #breadcrumb
 ////////////////////////////////////////////////////// */

#breadcrumb {
  margin: 0 0 20px;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb li {
  display: inline;
  list-style-type: none;
  font-size: 90%;
  color: #666;
}

#breadcrumb i {
  display: none;
}

#breadcrumb a {
  color: #666;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb strong {
  font-weight: normal;
}



/* //////////////////////////////////////////////////////
 * #secondary
 ////////////////////////////////////////////////////// */

/*--------------------------------------------------------
#secondary => Local Navigation
--------------------------------------------------------*/

#local-navigation.widget {
  border: solid 1px #ccc;
  border-radius: 5px;
}

#local-navigation.widget h3.widget-title {
  margin: 0 0 3px !important;
  padding: 5px;
  border-bottom: solid 3px #CB0000;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to right, #F9F9F9, #EAEAEA);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
  text-shadow: 0 1px 0 #fff;
  font-weight: normal;
}

body.parent-page-recruit #local-navigation.widget h3.widget-title {
  border-bottom-color: #FE6500;
}

body.parent-page-corporate #local-navigation.widget h3.widget-title {
  border-bottom-color: #FFCB00;
}

body.parent-page-csr #local-navigation.widget h3.widget-title {
  border-bottom-color: #339833;
}

.lang-en #secondary .page-item-157 {
	display: none;
}





#local-navigation.widget h3 a,
#local-navigation.widget h3 span {
  color: #444;
  display: block;
  padding: 7px 3px 4px;
}

#local-navigation.widget h3 a:hover {
  background: #fff;
}

#local-navigation.widget h3 a i {
  color: #248cc8;
}

#local-navigation.widget ul {
  padding: 0;
  list-style: none;
}

#local-navigation.widget li {
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

#local-navigation.widget li:last-child {
  border-bottom: none;
}

#local-navigation.widget .children li {
  padding: 0;
  border-bottom: none;
}

#local-navigation ul a {
  display: block;
  padding: 5px;
  color: #444;
}

#local-navigation a:hover {
  border-radius: 5px;
  background-color: #efefef;
  text-shadow: 0 1px 0 #fff;
}

#local-navigation .current_page_item a {
  border-radius: 5px;
  background-color: #efefef;
  text-shadow: 0 1px 0 #fff;
}

#local-navigation ul a i {
  color: #248cc8;
}

#local-navigation .current_page_item li a {
  background-color: transparent;
}


/* //////////////////////////////////////////////////////
 * archive
 ////////////////////////////////////////////////////// */

body.archive #content ul {
  list-style: none;
}

body.archive #content li {
  padding: 10px 0 0;
  border-top: solid 1px #e7e7e7;
  margin: 10px 0 0;
}

body.archive #content .date {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 2px 6px 2px 0;
  border-right: solid 1px #ccc;
  line-height: 1.2;
  font-size: 80%;
}


/* //////////////////////////////////////////////////////
 * .mobile-nav-frame
 ////////////////////////////////////////////////////// */

.mobile-nav-frame form.search input[type=search] {
  padding: 5px;
  border-radius: 5px;
}


/* //////////////////////////////////////////////////////
 * Footer
 ////////////////////////////////////////////////////// */

.layout-full #colophon {
  background: #FBFBFB;
  background: linear-gradient(to right, #FBFBFB 0%, #e4e4e4 100%);
}

@media screen and (max-width: 480px) {
  
#colophon {
    padding: 0;
}
  
  
}







/* //////////////////////////////////////////////////////
 * Search
 ////////////////////////////////////////////////////// */

ul.search-results {
  margin: 0 0 20px 0;
  list-style: none;
}

ul.search-results li {
  margin: 0 0 30px 0;
}

ul.search-results h2 {
  margin: 0 0 5px;
  font-size: 20px;
}

ul.search-results h2 a {
  display: block;
  color: #1a0dab;
}

ul.search-results .breadcrumb-nav {
  color: #006621;
  font-size: 90%;
}

ul.search-results .entry-summary {
  margin: 0 0 5px;
}

ul.search-results p {
  display: inline;
}

.pagination .current,
.entry-content .pagination .current {
border: none;
box-shadow: none;
background: #ccc;
color: #999;
}

.pagination span,
.entry-content .pagination span,
.pagination a,
.entry-content .pagination a {
background: #248cc8;
border: none;
color: #fff;
box-shadow: none;
font-weight: normal;
}

.pagination a:hover,
.entry-content .pagination a:hover {
background: #4ca9df;
color: #fff;
}




/* //////////////////////////////////////////////////////
 * 404
 ////////////////////////////////////////////////////// */

body.error404 form.searchform {
  margin: 0 0 20px;
}

.entry-main .not-found {
  margin: 0 0 30px;
  text-align: center;
  font-family: 'Anton', sans-serif;
  line-height: 1;
}

.entry-main .not-found .not-found-404 {
  display: block;
  font-size: 260px;
  color: #ddd;
}

.entry-main .not-found .not-found-not-found {
  font-size: 102px;
  color: #ddd;
}

body.error404 .site-map-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}


/* //////////////////////////////////////////////////////
 * Responsive Setting
 ////////////////////////////////////////////////////// */

@media (max-width: 1060px) {

  header.lang-en .main-navigation ul li a {
    padding: 15px 5px;
  }

}

@media (max-width: 925px) {

  header.lang-ja .main-navigation ul li a {
    padding: 15px 10px;
  }

}

@media (max-width: 780px) {

  body.responsive #primary,
  body.responsive #secondary {
    width: auto;
    float: none;
  }

  #category-header,
  #breadcrumb {
    display: none;
  }

  body.responsive #secondary {
    margin-top: 35px;
  }

}

@media (max-width: 680px) {

  #masthead {
    background: #ffffff !important;
  }

  body.responsive #masthead .hgroup #header-sidebar {
    margin-top: 5px;
  }

  #masthead #qtranslate-2 {
    display: none !important;
  }

  .entry-main .not-found .not-found-404 {
    font-size: 200px;
  }

  .entry-main .not-found .not-found-not-found {
    font-size: 78px;
  }

}


@media (min-width: 481px) {

/* //////////////////////////////////////////////////////
 * 404
 ////////////////////////////////////////////////////// */

  body.error404 ul.site-map-list li {
    display: inline;
    margin: 0;
  }

  body.error404 ul.site-map-list a {
    display: block;
    float: left;
    padding: 3px 15px 3px 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

}

@media (max-width: 480px) {

  #main {
    padding: 25px 5px 10px;
  }

  .width-half {
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding-right: 0px;
  }

  .width-half:last-child {
    padding-left: 0px;
  }

  h1#page-title,
  h1.entry-title {
    font-size: 1.75em !important;
  }

  .entry-content h2 {
    font-size: 1.2em !important;
  }

  .entry-content h3 {
    font-size: 1.1em !important;
  }

  article.post .share-buttons,
  article.page .share-buttons {
    padding: 15px 10px;
  }

  article.post .share-buttons li,
  article.page .share-buttons li {
    float: left;
    margin-bottom: 5px;
  }

  article.post .share-buttons li.linkedin,
  article.page .share-buttons li.linkedin {
    margin-left: 0 !important;
  }

  .entry-main .not-found .not-found-404 {
    font-size: 100px;
  }

  .entry-main .not-found .not-found-not-found {
    font-size: 39px;
  }

}
