/**
 Theme Name:   lightning Child
 Template:     lightning
 Description:  lightning の子テーマ
 Version:      1.0
**/

@import "css/reset.css";
@import "css/common.css";
/*@import "css/topimage.css";*/
@import "css/style-2021.css";
@import "css/style-2022.css";
@import "css/style-production_example.css";
@import "css/simplegrid.css";

@import url("css-smacss/style-base.css");
@import url("css-smacss/style-layout.css");
@import url("css-smacss/style-module.css");
@import url("css-smacss/style-state.css");
@import url("css-smacss/style-theme.css");

@import "css/style-top.css";
@import "css/style-about.css";
@import "css/style-event.css";
@import "css/style-voice.css";
@import "css/style-mylifesports.css";
@import "css/style-smilecommunityproject.css";
@import "css/style-enjoyjirei.css";
@import "css/style-teamsblog.css";
@import "css/style-item.css";
@import "css/style-single.css";


@import "css/style-kagayaki-free.css";
@import "css/style-helmet.css";
@import "css/style-customfree.css";
@import "css/style-guide.css";
@import "css/style-access.css";
@import "css/style-contact.css";
@import "css/style-customfreeform.css";
@import "css/style-kagayakifreeform.css";


/* デフォルトcss上書き */

p{
	line-height: 1.6;
}

/*パンくず上書き*/
.breadSection{
	padding: 0.75rem 0 ;
	font-size: 1.2rem;
	background-color: #EEE;
}

table{
	border-top:none;;
}

.table-w100{
  width: 100%!important;
  border-collapse: collapse!important;
	table-layout: fixed;
	word-wrap: break-word;
}


.entry-meta_items{
color:#666!important;
}

li.displaynone{
	display:none!important;
}




/*-----------------------------------
 common
-----------------------------------*/

blockquote {
  font-size: inherit;
}

ul, ol, dl {
  margin-top: 1.0em;
}

dd {
  margin-bottom: 1.5em;
}

.mainSection header {
  border-bottom: none;
}

h2, h3, h4, h5, h6, .mainSection-title {
	margin-bottom: 1em;
	margin-top: 5em;
}

h3{
  margin-top: 2em!important;
  margin-bottom: 1em;
}

h2, .mainSection-title {
	text-align: left!important;
	padding: 0 0 5px 0;
	font-size: 22px;
	background-color: inherit;
	border-top: none;
	border-bottom: 4px solid #170762;
  font-weight: bold;
  color: #170762;
}

.entry-title {
  margin-top: 0;
}

h3, .mainSection .media .media-body .media-heading {
  padding-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #170762;
  color: #170762;
}
h3, .mainSection .media-case .media-body .media-heading {
  padding-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #170762;
  color: #170762;
}

.subSection-title {
  border-bottom: 1px solid #170762;
}

h3:after, .subSection-title:after {
  border-bottom: none;
}

h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  background-color: transparent;
  color: #170762;
}
#groundcoat h4{
  margin-top: 0.5em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  background-color: transparent;
  color: #170762;
}



h5 {
  margin-top: 2em;
  padding: 0;
  font-size: 1.0em;
  font-weight: bold;
  border: none;
  background: none;
}
h5, .mainSection .media-case .media-body .media-heading {
  margin-top: 2em;
  margin-bottom: 0!important;
  padding: 0;
  font-size: 1.0em;
  font-weight: bold;
  border: none;
  background: none;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {		/* for Smartphone */
  h2, .mainSection-title {
	text-align: left!important;
	padding: 0 0 5px 0;
	font-size: 16px;
	background-color: inherit;
	border-top: none;
	border-bottom: 4px solid #170762;
	font-weight: bold;
  }
  .nowrap_sp {
    white-space: nowrap;
  }
  .only_notsp {
    display: none;
  }
  .ovrscroll {
    overflow: auto;
  }
  .ovrscroll::-webkit-scrollbar {
    height: 5px;
  }
  .ovrscroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .ovrscroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}


@media (min-width: 768px) {		/* for Tablet or more */
  h2, .mainSection-title {
  }
  .entry-body {
    padding-top: 0;
  }
  .flarge {
    font-size: large;
  }
  .fxlarge {
    font-size: x-large;
  }
  .nowrap_notsp {
    white-space: nowrap;
  }
  .only_sp {
    display: none;
  }
}

@media (min-width: 992px) {		/* for PC */
}

@media (min-width: 1200px) {	/* for PC Wide */
}

table {
  margin-bottom: 1em;
}

th {
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #F6F6F6;
}

td {
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

td.upper_right {
  text-align: right;
  border: none;
}

td.lower_right {
  text-align: right;
  border: none;
}

.nowrap {
  white-space: nowrap;
}

.widthauto {
  width: auto;
}

.ovrscroll {
  margin-bottom: 1em;
}

.ovrscroll table {
  margin-bottom: 5px;
}


.media .postList_thumbnail img {
  border: none;
}
.media .postList_thumbnail-case img {
  border: none;
}


.hinline {
  display: inline;
  line-height: 2.5em;
}

.hnoclear {
  clear: none;
  margin-top: 2em;
}

.hnoclear_afterclr {
  clear: none;
  margin-top: 0.5em;
}



/*-----------------------------------
 header
-----------------------------------*/

.siteContent {
  padding-top: 2em;
}

.under_siteHeadContainer_img {
  margin-bottom: 10px;
  text-align: center;
}

.page-header {
  background: #fff;
}

.page-header_pageTitle, h2.page-header_pageTitle {
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 20px;
  border: none;
text-align: center!important;

}

@media (max-width: 767px) {		/* for Smartphone */
  h1.site-description {
    margin: 10px 10px 8px 10px;
    font-size: 12px;
    color: #999;
  }
}

@media (min-width: 768px) {		/* for Tablet or more */
  .container > .navbar-header {
    margin-bottom: 10px;
  }
  h1.site-description {
    display: inline;
    margin: 0;
    font-size: 14px;
    color: #CCC;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header:after {
    clear: none;
  }
  ul.gMenu a:hover, ul.gMenu a:active {
    color: #999;
  }
  ul.gMenu > li a:hover .gMenu_description {
    color: #999;
  }
  ul.gMenu > li > a:hover:after, ul.gMenu > li.current-post-ancestor > a:after, ul.gMenu > li.current-menu-item > a:after, ul.gMenu > li.current-menu-parent > a:after, ul.gMenu > li.current-menu-ancestor > a:after, ul.gMenu > li.current_page_parent > a:after, ul.gMenu > li.current_page_ancestor > a:after {
    border-bottom: 1px solid #181878;
  }
}

@media (min-width: 992px) {		/* for PC */
}

@media (min-width: 1200px) {	/* for PC Wide */
}


/*-----------------------------------
 side
-----------------------------------*/

.widget_pages ul {
  padding-left: 0;
}

.widget_pages ul li {
  list-style: none;
  margin-bottom: 0;
}

.widget_pages ul li li a {
  padding-left: 0;
}

.widget_pages ul.children {
  padding-left: 1em;
}

.widget_pages ul li a {
  display: block;
  padding: 10px 0.5em 8px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #464646;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

@media (max-width: 359px) {		/* for iPhone5,4,iPod */
  .contact_frame .contact_bt_txt {
    font-size: 17px;
  }
  .veu_contact .contact_bt_subTxt {	/* vkExUnit_style */
    font-size: 11px;
  }
}

@media (max-width: 767px) {		/* for Smartphone */
}

@media (min-width: 768px) {		/* for Tablet or more */
  .contact_bt_txt {
    font-size: 15px;
  }
  .veu_contact .contact_bt_subTxt_side {
    font-size: 10px;
  }
}
@media (min-width: 992px) {		/* for PC */
}

@media (min-width: 1200px) {	/* for PC Wide */
  .contact_bt_txt {
    font-size: 18px;
  }
  .veu_contact .contact_bt_subTxt_side {
    font-size: 12px;
  }
}

#vkexunit_post_list-15 .media {
  padding-top: 0.8em;
  padding-bottom: 0.3em;
}
#vkexunit_post_list-15 .media-case {
  padding-top: 0.8em;
  padding-bottom: 0.3em;
}

#vkexunit_post_list-15 .media:first-child {	/* 効かない */
  padding-top: 1em;
}
#vkexunit_post_list-15 .media-case:first-child {	/* 効かない */
  padding-top: 1em;
}

#vkexunit_post_list-15 .entry-meta_items {
  display: none;
}


/*-----------------------------------
 footer
-----------------------------------*/

footer {
  border-top-color:#170762;
}

footer .footerMenu {
  border: none;
}

.siteFooter .widget .subSection-title {
  margin-left: 0;
  padding-left: 0;
  border: none;
}

.veu_profile .subSection-title {
  margin-bottom: 0;
}

.veu_profile .profile_text {
}

.widget_wp_widget_vkexunit_profile {
  margin-bottom: 0;
}

#text-4  img {
  margin-bottom: 10px;
}

#text-4  p {
  font-size: 14px;
}


/*-----------------------------------
 CTA (Call To Action)
-----------------------------------*/

.veu_cta {
  clear: both;
  margin-top: 50px;
}

.veu_cta h1.cta_title {
  font-size: 16px;
}

.cta_body_txt_inner_link {
  clear: both;
  margin-top: 1.5em;
}

@media (max-width: 767px) {		/* for Smartphone */
  .cta_body_txt_inner_link_left {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {		/* for Tablet or more */
  .cta_body_txt_inner_link_left {
    width: 50%;
    float: left;
  }
  .cta_body_txt_inner_link_right {
    width: 50%;
    float: right;
    text-align: center;		/* necessary */
  }
  .cta_body_txt_inner_link .btn-block {
    width: 95%;
    margin: 0 auto;
  }
  .widget .veu_contact .contact_bt {
    margin-top: 0;
  }
}


/*-----------------------------------
 Bootstrap 印刷時に表示されるURLを消す
-----------------------------------*/

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


/*-----------------------------------
 top
-----------------------------------*/

#text-5 .textwidget {
  font-weight: bold;
  text-align: center;
}

.veu_prBlocks .prBlock_title {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {		/* for Smartphone */
  #text-5 {
    margin-bottom: 1em;
  }
  #text-5 .textwidget {
    font-size: 17px;
  }
  .veu_prBlocks .col-sm-3 {
    width: 25%;
    float: left;
  }
  .veu_prBlocks .col-sm-3:nth-child(4n+1) {
    padding-left: 9px;
    padding-right: 0px;
  }
  .veu_prBlocks .col-sm-3:nth-child(4n+2) {
    padding-left: 6px;
    padding-right: 3px;
  }
  .veu_prBlocks .col-sm-3:nth-child(4n+3) {
    padding-left: 3px;
    padding-right: 6px;
  }
  .veu_prBlocks .col-sm-3:nth-child(4n) {
    padding-left: 0px;
    padding-right: 9px;
  }
  .veu_prBlocks .prBlock_image img {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 768px) {		/* for Tablet or more */
  #text-5 .textwidget {
    font-size: 28px;
  }
  #text-7 {
    margin-bottom: 3em;
  }
}

.postImgList {
  margin-bottom: 2em;
}

.media:first-child {
}

.postImgList:after {
  content: " ";
  display: block;
  clear: both;

}
.postImgList .media {
  width: 24%;
  height: 24%;
  margin: 0 1% 1% 0;
  float: left;
  padding: 0;
  border: none;
}
.postImgList .media-case
  width: 24%;
  height: 24%;
  margin: 0 1% 1% 0;
  float: left;
  padding: 0;
  border: none;
}

.postImgList .media .postList_thumbnail {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 152px;
}
.postImgList .media .postList_thumbnail-case {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 500px;
}


/*-----------------------------------
 category
-----------------------------------*/

.cat_top_img {
  margin-bottom: 1em;
}


/*-----------------------------------
 item
-----------------------------------*/

.type-item .entry-meta {
  display: none;
}

.imglist {
  margin-bottom: 2em;
}

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

.imglist img {
  width: 24%;
  height: 24%;
  margin: 0 1% 1% 0;
  padding: 0;
  border: none;
  max-width: 152px;
  border: 1px solid #e5e5e5;
}


/*-----------------------------------
 contact
-----------------------------------*/

.form-required {
  color: #FF0000;
}

.form-title {
  font-weight: bold;
}
.form-content{
	margin-top: 3rem;
}


/*-----------------------------------
 guide
-----------------------------------*/

.step {
  margin: 0 auto 50px;
}

.step .stepbox {
  margin: 0 auto 50px;
  width: 100%;
  padding: 1.4em;
  position: relative;
}

.step .stepyou {	/* even は間に<h3>があると使えない */
  border: 2px solid #FF6600;
  border-radius: 4px;
}
.step .stepus {		/* oddc */
  border: 2px solid #0099FF;
  border-radius: 4px;
}

.step .stepbox h4,
.step .stepbox p {
  line-height: 1.8em;
  margin-bottom: 0;
}

.step .stepbox:after {
  border-top: 25px solid #FFCC00;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  position: absolute;
  bottom: -40px;		/* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%;			/* 中央寄せに使用 */
  margin-left: -70px;	/* 中央寄せに使用 */
}

.step .stepbox:last-child:after {
  border: none;	/* 最後のボックスだけ三角形を表示しない */
}



/*-----------------------------------
 パンくず
-----------------------------------*/
.breadSection{
font-size: 0.8em;

}




/*-----------------------------------
 アイテムページ
-----------------------------------*/

.money {
  text-align: right;
}

.copy{
	color: #170762;
	font-size: 28px;
	line-height: 1.4;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
@media (max-width: 767px) {		/* for Smartphone */
	.copy{
		color: #170762;
		font-size: 20px;
		line-height: 1.2;
		font-weight: bold;
		margin: 1em 0 1em 0;
	}
}

/*textbox*/
.textbox{
display: block;
border:1px solid #CCC;
padding: 20px;
}

/*cap*/
.cap{
margin-top:0.5em;
font-size: 0.8em;
padding: 0;
}

.cap-photo ul {
margin: auto 0;
list-style: none;
}
.cap-photo ul li,
.cap-photo ul li a{
	display: inline;
	float: left;
	margin-right: 5px;
}

.cap-photobox ul {
margin: auto 0;
list-style: none;
}
.cap-photobox ul li a{
	display: inline;
	float: left;
	border:none;
	margin:0 25px 0 0;
}

.os-area{
}
.os-area ul {
}
.os-area ul li{
	text-align: center;
	float: left;
	display: inline;
	font-size: 0.9em;
	width: 10%;
}
.os-area ul li img{
	margin-bottom: 5px;
}
.os-area ul li.os-left{
	margin-right: 7px;
}
.os-area ul li.os-right{
	margin-right: 25px;
}
@media only screen and (max-width: 736px){
	.os-area{
	}
	.os-area ul {
	}
	.os-area ul li{
	text-align: center;
	float: left;
	display: inline;
	font-size: 0.8em;
	width: 19%;
	margin-right: 7px;
	}
	.os-area ul li img{
	margin-bottom: 5px;
	}
}



/*menulist
ul.menulist{
	margin-left: 0!important;
}
ul.menulist li{
	list-style: none!important;
	margin-bottom:-10px!important;
}
ul.menulist li img{
	width: 100%!important;
}
*/


/*種目別ページmenu*/
ul.menulist-a{
	margin-left: 0!important;
}
ul.menulist-a li{
	list-style: none!important;
	margin-bottom:10px!important;
}

ul.menulist-a li img{
	width: 100%!important;
}



/*種目別ページ*/
#event .eventmain{
margin-bottom: 60px;
margin-top:-28px;
text-align: center;
}



/* 野球ユニフォームデザイン例 */
.asset-body-frame-ex{
	float: left!important;
	margin-right: 1%;
	
}



.tbl_wide table{
display: block!important;
width: 100%;
}

/* 野球：ブラックオーダーパンツ */

#blackpants{}

#blackpants #pantskiji table{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	font-size: 0.9em;
}

#blackpants #pants_size_tbl table{
	display: block;
  overflow-x:auto;
  white-space:normal;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

#blackpants table th, #blackpants table td {
    padding: 4px;
    border-bottom: 1px solid #e5e5e5;
}

/* pc */
.pc { display: block !important; }
.sp { display: none !important; }

/* sp */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
	
#blackpants #pants_size_tbl table{
	display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
	
	
}




/*-----------------------------------
 店舗ページ
-----------------------------------*/
.about .about-copy{
font-weight: bold!important;
font-size: 20px!important;
margin-top: 15px;
}


.asset-body-frame-ex-vl{
float: left;
margin-right: 10px;
}








ul.case-list-top {
margin-bottom: 50px!important;

}


ul.case-list-top li{
font-size: 0.9em;
display: inline-block;
float: left;
width: 30%;
border: 1px solid #CCC;

}



/*-----------------------------------
 バレーボール ゲームパンツページ
-----------------------------------*/

.sq-tanzome{
	text-align: right!important;font-size: 14px;color: #333;padding: 3px 10px;border: 3px solid #333;border-radius: 5px;margin-left: 10px;
}




span.entry-meta_items_term a{
	font-size: 9px!important;
	
}


.btn-detail a{
	display: inline-block;
	border: 1px solid #333;
	padding: 5px;
	font-size: 0.8em;
	font-weight: bold;

}




.marker {
	display:inline;
	background:linear-gradient(transparent 80%, #d01126 80%);
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-weight:bold;
	color: #000;
	font-size: 1.1em;
	margin: 0 0.3em;
}






.hayatoku-hukidashi{
	position: relative;
	padding: 12px 0 10px 0;
	background-color: #333;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

/* beforeで三角を表現 */
.hayatoku-hukidashi::before{
  content: '';
  position: absolute;
  left: 48%;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #333;
  border-left: 15px solid transparent;
}










/*スマホ～750pxの幅サイズまで*/
@media screen and (max-width:750px){
.single #body, .category #body {
    padding-bottom: 100px;
}
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.7 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 15px 0;
    font-size: 18px;
    margin-left: 15px;
	line-height: 1.5;
    
}
.inquiry_btn {
   	/*background-color: #EE86A1;
    -webkit-border-radius: 3px;*/
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 22%;
    padding: 7px 0 4px 0;
    font-size: 12px;
    font-weight: bold;
	line-height: 1em;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
	letter-spacing: 0.1em;
}
#siteBottom{
	margin-bottom: 85px;
}
.footertel_txt{
	font-size: 0.6em;
}
.fottertel_ico{
	font-size: 1.5em;
}
.fottertel_ico img{
	width: 32px;
}
.footer_border-first{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	}
.footer_border{
	border-right: solid 1px #fff;
	}
}
	
	


