/*
Template: enfold
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Shinjiro Goto
Author URI: http://www.pitaria.jp
*/


/* Blogのグリッドレイアウトのサイズ調整 */
div .av_one_fourth {
	margin-left: 2%;
	width: 23.5%;
}

@media only screen and (max-width: 767px) {
	.sp-nobg,
	.sp-nobg .avia-full-stretch{
         background-image: none!important;
	}
}


/* MASONRY ギャラリーが 大きいサイズのディスプレイで6カラムになるのを防ぐ*/
@media only screen and (min-width: 1800px) {
.responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry, .responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry {
    width: 24.9%!Important;
}
}

/* サブタイトル */
/*.av-subheading {opacity: 0.7;} */
.av-subheading_above p { padding-bottom: 0 !important;}
.av-subheading_below p { padding-top: 0 !important;}

/* 右下のトップへ戻るボタン */
@media only screen and (max-width: 767px) {
  .responsive #scroll-top-link {
     display: block !important;
	 right: 20px;
	 bottom: 20px;
   }
}
/* セール販売商品 */
.sales-list .slide-meta {
	display:none;
}
.sales-list .slide-entry-excerpt {
	color: yellow;
}
.sales-list .slide-content {position: relative;}
.sales-list .slide-content:before {
    content: "セール品";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2.7em;
    background: red;
    padding: 2px 3px 0;
    border-radius: 2px;
}

@media only screen and (max-width: 480px){
  .sales-list .red {
  	display: block;
	 margin-top: -5px;
  }
	.sales-list .slide-entry-title {
		font-size: 12px;
	}
   .sales-list .avia-content-slider {
		margin-top: 0;
	}
}


/* 中古コンテナ・販売商品 */
.stock-items .slide-meta {
	display:none;
}
.stock-items .slide-entry-excerpt {
	color: yellow;
}

@media only screen and (max-width: 480px){
  .stock-items .red {
  	display: block;
	 margin-top: -5px;
  }
	.stock-items .slide-entry-title {
		font-size: 12px;
	}
   .stock-items .avia-content-slider {
		margin-top: 0;
	}
}

.why-cheap {
	padding: 30px;
   border: 10px solid #656565;
   border-radius: 50px!important;
}
@media only screen and (max-width: 767px){
  .why-cheap {
	  padding: 15px;
     border: 8px solid #656565;
     border-radius: 35px!important;
  }
}

/* スマホ時のロゴ・ヘッダ */
@media only screen and (max-width: 767px){
	.responsive #top .logo {
		width: 60%;
		height: 50px !important;
	}
	.responsive .logo img {
		height: 50px!important;
	}
	.responsive #top #wrap_all .main_menu {
		height: 50px !important;
		right:-25px;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
		padding: 0 10px;
		height: 50px;
      line-height: 76px !important;
	}
	#menu-item-search a:before {
		position: relative !important; 
		bottom: 10px !important; 
	}
.av-hamburger-box{
height:32px!important;
width:25px!important;
}
}

/********** SP時のみ電話番号リンクをクリックできるように *************/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: text;
      color: inherit;
  }
}


/********** Masonry 系のギャラリーのアニメーションをオフにする *************/
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}

/********** トップページ ***********/
/* アイコンボックスにボーダーつける */
#top .iconbox_top {
    border: 5px solid #545454;
    border-radius: 7px;
}

/*トップ上部エリア*/
#top-catch { background: #000 url(/cms/wp-content/uploads/2018/05/bg_image01_half.png) center right no-repeat;}
#top-catch  .av-content-full {padding-top: 30px!important;}
@media only screen and (max-width: 769px) {
	#top-catch {background-position: center center;}
	#top-catch  .av-content-full {padding-top: 20px!important;}
}
#top-catch .hr-inner {border-color: #AAA; box-shadow: #000 0 0 10px, #000 0 0 10px; opacity: 0.7;}
#top-catch .catch-title, #top-2nd-catch {text-shadow: #000 0 0 10px, #000 0 0 10px;}
#top-catch .catch-title p, 
#top-catch .subtitle {
	text-shadow: #000 0 0 10px, #000 0 0 10px;
	display: inline-block;
    border-radius: 100px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 10px 3px !important;
    margin: -30px 0 10px;
    font-size: 11px;
    opacity: 0.9;
}

/********** 納品の流れページ ***********/
.page-id-4251 .avia-icon-list .iconlist_content_wrap {
  border-bottom: 1px solid #444;
}
/*DAY*/
small.day {
    display: inline-block;
    color: #CCC;
    padding: 3px 7px 1px;
    margin-right: 10px;
    background: #333;
    border: 1px solid #666;
}

/********** メインメニューの検索結果失敗をオフにする***********/
#top div .ajax_not_found {
	display:none;
}


/********** アイコンリスト（主に問い合わせフォーム） ***********/

.avia-icon-list .iconlist_title {
   font-size:30px;
}
@media only screen and (max-width: 769px) {
  .avia-icon-list .iconlist_icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 24px;
    margin-right:12px;
  }
  .avia-icon-list .iconlist_title {
     font-size:16px;
  }
  .avia-icon-list li {
     margin-bottom: 0;
     padding-bottom: 0;
  }
}
/********** ヘッダメインメニューのCSS *********/

/*ヘッダメニュー全域*/
#header_main_alternate {
  background: rgba(0,0,0,0.3);
}
/*横幅のmin-width*/
.av_seperator_big_border .av-main-nav > li > a {
	min-width: 70px;
}

/*メインボタン*/
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
  color:#FFF;
  min-width:150px;
  background: #4f4848; /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #424242 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%,#424242 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%,#424242 50%,#0a0e0a 51%,#0a0809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}
/*メインメニュー・サブメニューカレント*/
.av-subnav-menu .current-menu-item,
.av-subnav-menu .current-menu-item a,
.main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a,
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul > .current-menu-item > a,
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul > .current-menu-item .current-menu-item > a {
	color: #fff !important;
	background: #555!important;
}
@media screen and (max-width: 968px) {
  .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul > .current-menu-item.current-menu-ancestor > a
  {
     color: #fff !important;
     background: #000!important;
  }	
  .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul > .current-menu-item > a,
  .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul > .current-menu-item .current-menu-item > a  {
     color: #fff !important;
     background: #333!important;
  }	

}
/* メインメニューのカートアイコンを消す */
.responsive #top .cart_dropdown 
 {
  display:none !important;
}

/*設置事例*/
.jirei-title {
    display: block;
    font-size: 12px;
    line-height: 1;
    opacity: 0.7
}

@media screen and (max-width: 768px) {
	.page-id-3277 h3 {
		font-size: 16px;
		line-height: 1.3;
	}
	.togglecontainer {
		margin-top: -10px;
	}
	.single_toggle {
	    border-top: 1px solid #444;
	}
	.page-id-3277 .toggler {
		display: none !important;
	}
}

/* 下層カレント時に上位階層のメニューにもアンダーライン入れる */
.current-page-ancestor .avia-menu-fx {
  opacity: 0.7;
  visibility: visible;
}
/* サブメニュー付きアイコン */
.menu-item-has-children>a .avia-menu-text:after {
    content: "";
    background: url(/cms/wp-content/uploads/2017/11/icon_menu01.png) right top no-repeat;
    width: 11px;
    height: 7px;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 3px;
    margin-top: -4px;
    vertical-align: middle;
    transition: all .4s ease-in-out;
}
.current-menu-item>a .avia-menu-text:after,
.menu-item-has-children>a:hover .avia-menu-text:after {
    background: url(/cms/wp-content/uploads/2017/11/icon_menu01_transparency.png) right top no-repeat;
}
/* サブメニューのCSS */
.header_color .main_menu .menu ul li a {
  color: #FFF;
}
.header_color .main_menu .menu ul li a:hover {
  background: #888;
}
@media screen and (min-width: 986px) {
  #top #menu-item-search {
  	margin-right: -50px;
  }
	#menu-item-4865 {
		display:none;
	}
}

/********** サイトマップページの一覧のCSS *********/
#top .content .flex_column .widget_nav_menu li a {
  padding: 0.8em 5px;
}
#top .content .flex_column .widget_nav_menu .sub-menu a {
  padding: 0.8em 5px 0.8em 21px;
}

/* 第2階層以下の中点位置を調整 */
#top .widget_nav_menu ul ul li:before {
    top: 7px;
    left: 8px;
    display:none;
}

/********** コンテンツ背景 *********/
/*#main, #after_section_1 {
  background: #000 url(//www.ats-japan.com/common_images/paint_header.gif) center center repeat scroll; 
}*/
/********** Full-width SUBメニューのカレント表示 *********/
/* カレントページにアンダーバー */
#top .av-submenu-container .avia-menu-fx {
  display:block;
}
/* カレントページのフォントカラー */
.main_color .av-subnav-menu > .current_menu_item > a,
.main_color .av-subnav-menu > .current_page_item > a {
  color:#CCC!important;
}

/********** フッター *********/

/*ブログ村リンク*/
#footer #custom_html-2 {
	height: 10px !important ;
	opacity: 0 !important;
}

/* フッターリンクの行間 */
#footer .widget_nav_menu a {
  padding:0;
}
#footer .widget_nav_menu ul ul li a {
  padding:0px 0px 0px 1em;
}
#footer .widget_nav_menu ul ul li:last-child a {
  padding-bottom:5px;
}
#footer .widget_nav_menu ul ul li:before {
  top:0;
}
#footer .widget_nav_menu .current_page_ancestor > ul, #footer .widget_nav_menu .current-menu-ancestor > ul {
  padding:0;
}

/* フッターウィジェットの間隔 */
#footer {
  padding: 45px 0 30px 0;
}
#footer .widget {
  margin:10px 0 10px 0;
}

#footer div .av_one_fourth:last-child {
    border: 1px solid #333;
    background: #000;
    padding: 0 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  #footer div .av_one_fourth {
    margin-left: 0;
    width: 24.9%;
  }
}

/* フッターナビのフォントサイズ */
@media only screen and (max-width: 979px) and (min-width: 768px) {
  #footer .container {
     font-size:90%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .widget_nav_menu a {
    font-size: 90%;
  }
}

/* フッターウィジェットのレスポンシブ対応 */
@media only screen and (max-width: 769px) {
  #footer .widget {
    margin:0;
    line-height: 1.2em;
  }
  #footer .flex_column .widget .widgettitle {
    font-size:90%;
  }
  #top #wrap_all #footer .flex_column {
    width:50%;
  }
  .responsive #top #wrap_all #footer .flex_column:last-child {
    margin:0;
    width:100%;
  }
}
/* フッターボトムのメニュー・レスポンシブ対応 */
@media only screen and (max-width: 769px) {
#socket .copyright {
    position: absolute;
    bottom: 5px;
}
.responsive #socket .sub_menu_socket {
    display: block;
    float: left;
    font-size: 80%;
    margin-bottom:10px;
}
#socket .sub_menu_socket li {
  padding-bottom:10px;
}

}
/************* フルサイズ サブメニュー  *************/
@media only screen and (min-width: 980px) {
  #top .av-submenu-container.av-sticky-submenu {
    background: #000;
  }
  /* リンクボタン */
  #top .av-subnav-menu > li > a {
    color:#FFF;
    background:none;
    padding: 5px 10px 5px 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
	#top .av-subnav-menu > li > a:hover > .avia-menu-fx {
		opacity: 1;
      visibility: visible;
	}
	
}

@media only screen and (max-width: 767px) {
  /*余分なマージン削除*/
  .responsive #top #wrap_all .container.av-menu-mobile-disabled  {
    max-width:100%;
    width:100%;
  }

  /*背景カラー*/
  #top .av-submenu-container {
    background: #000;
  }
  #top .av-subnav-menu > li {
    padding:0;
    width: 50%;
    float:left;
  }
  /* リンクボタン:first-childのみ調整 */
  .responsive #top .av-subnav-menu > li:first-child {
    margin-top:0;
  }
  #top .av-subnav-menu > li:first-child a {
    border-left: 1px solid #333;
  }
  /* リンクボタン */
  #top .av-subnav-menu > li > a {
    border: 1px solid #333;
    padding:15px 0;
    background:#000;
    color:#FFF;
  }
  #top .av-subnav-menu > li > a:hover {
    background:#444;
  }

/* モバイルのみサブメニュー表示 */
  #after_submenu {
    display:none;
  }
  #header_meta {
    display:block;
  }
}
@media only screen and (max-width: 767px)  {
  #after_submenu {
    display:block;
  }
  #header_meta {
    display:none;
  }
}
/********** カタログモジュールのuppercaseを辞める *********/
.av-catalogue-title {
    text-transform: none;
}
.av-catalogue-title,
.av-catalogue-content {
  padding-right:0;
}


/********** 4列レイアウトモジュールの隙間なしバージョンの崩れ修正 *********/
@media only screen and (max-width: 989px) and (min-width: 768px) {
  #top .no_margin.av_one_fourth {
     width:50%;
  }
}
/********** テーブル *********/
/* ハイライトの背景色を指定 */
.main_color .avia-data-table .avia-highlight-col {
  background:#2d2d2d;
  font-weight:bold;
  width:30%;
}
/* 勝手に色がだんだんになるの辞める */
.main_color tr:nth-child(even){
  /*color: #8c8c8c; デフォルト*/
  /*background-color: #191919; デフォルト */
  color:#FFF;
  background-color:#111;
}
/* td側の設定*/
.main_color td {
  color: #CCC;
}

/*お問い合わせフォームをスマホ時に拡張*/
.items-form {
    background: #333;
    border-radius: 6px!important;
}


/*モバイルのときのみ*/
@media only screen and (max-width: 767px) {
  .responsive .avia_responsive_table .avia-data-table {
    border: none;
    background: none;
  }
  /* テキスト左寄せ */
  .responsive div .avia_responsive_table .avia-data-table td {
    text-align:left;
    line-height: 1.4;
    padding: 10px 10px 20px;
    color:#FFF;
    font-size:100%;
    border: 1px solid #444;
    border-top: none;
  }
  .responsive div .avia_responsive_table .avia-data-table td.avia-highlight-col {
    padding: 5px 0 5px 10px;
    width:100%;
    border-bottom: none;
    color:#CCC;
    font-size:100%;
    font-weight:normal;
    border: 1px solid #444;
    margin-top:10px;
  }
  /*お問い合わせフォームをスマホ時に拡張*/
  .items-form {
    padding: 20px 13px !important;
    background: #333;
    border-width: 3px!important;
    border-radius: 6px!important;
  }
}


/********** 下層ページのサイドリンク・左サイドメニュー ***********/
.sidebar .widget_nav_menu ul:first-child>.current-menu-item,
.sidebar .widget_nav_menu ul:first-child>.current_page_item {
  margin-bottom:0;
}
.widget_nav_menu ul:first-child>.current-menu-item,
.main_color .widget_nav_menu ul:first-child>.current_page_item {
  background: none;
}
.widget_nav_menu ul:first-child>.current-menu-item>a,
.widget_nav_menu ul:first-child>.current_page_item>a {
  padding:3px 0px 6px 0;
}
.sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, 
.sidebar_left .widget_nav_menu ul:first-child>.current_page_item {
  padding-right: 0;
}

/********** ギャラリー一覧（Masonryテンプレー）の画像用CSS ***********/
#top .av-inner-masonry {
  border: 1px solid #444;
  border-radius: 2px;
}
.av-masonry-outerimage-container {
   /* border: 7px solid #191919!important;*/
}
/* テキスト部分 */
.main_color .container .av-inner-masonry-content {
   background: rgba(0,0,0,1);
   min-height: 78px;
}
.av-masonry-entry .av-inner-masonry-content {
  padding:12px 15px 5px;
}

/* 説明のフォントサイズ */
.av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
   font-size:90%;
   padding-top:0;
    display:none;
}
  /* 販売商品ページだけ表示 */
  .used-items .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content,
  .page-id-6513 .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
    padding-top:0;
	 margin-top: 3px;
    display:block;
    color: #ffee38;
    font-weight: bold;
  }
@media only screen and (min-width: 481px) {
	.used-items .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content,
  .page-id-6513 .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
    font-size:120%;
	}
}

.soldout .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content,
  .page-id-6579 .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
     color: #999;
  }

/*日付を消す*/
.no-date .av-masonry-entry .av-masonry-date {
		display: none;
}


/* 480px以下（スマホ）で2カラムレイアウト */
@media only screen and (max-width: 480px) {
	.sp-twice .av-masonry-entry
	{
      width: 49.9%!important;
	}
	.sp-twice .av-masonry-entry .av-masonry-entry-title {
		font-size: 11px!important;
		margin-bottom: -5px;
	}
	.sp-twice .av-masonry-entry .av-masonry-date {
		font-size: 9px!important;
	}
	.main_color .container .av-inner-masonry-content,
	.sp-twice .av-masonry-entry .av-inner-masonry-content {
		min-height: 0;
	}
	.av-masonry-entry .av-inner-masonry-content,
	.sp-twice .av-masonry-entry .av-inner-masonry-content {
		padding: 5px 5px 0;
	}
}
/********** *********/


.pickup-items {
  background: url(/cms/wp-content/uploads/2017/11/top_item_line02.png) left bottom repeat-x;
}
.pickup-items .av-inner-masonry-content {
  background: rgba(0,0,0, .5)!important;
}
.pickup-items .av-masonry-entry-title:before {
	content: "セール品";
	display: inline-block;
	position: absolute;
    left: 0;
    top: -1.7em;
    background: red;
    padding: 2px 3px 0;
    border-radius: 2px;
}

.pickup-title {
    background: url(/cms/wp-content/uploads/2017/11/top_item_new.png) left center no-repeat,
                url(/cms/wp-content/uploads/2017/11/top_item_line02.png) left 59px repeat-x;
    padding: 25px 0 25px 70px !important;
	 margin-bottom: 25px!important;
}

.banner {
  border: 10px solid #FFF200!important;
}

.bold {font-weight: bold;}

/* お知らせ投稿シングルページ */
/* ボーダーとマージンなど */
#top .fullsize .template-blog .post .entry-content-wrapper > .entry-content-header {
  border-bottom: 1px solid #888;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#top .fullsize .template-blog .post .entry-content-wrapper > .entry-content {
    border-bottom: 1px solid #888;
    padding-bottom: 40px;
    margin-bottom: -40px;
}
/* 日付周りの調整 */
.text-sep-date {
  display: none;
}
/* 横幅調整 */
#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 46em;
}
/* 以下サイズで説明部分を表示 */
@media only screen and (max-width: 989px) and (min-width: 767px) {
.responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
    display: block; 
}
}

/* 販売商品詳細 */
.selling {
    display: inline-block;
    margin-top: -10px;
    padding: 5px;
    background: #ffef38;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.item-zaiko {
    display: inline-block;
    position: relative;
    height: 26px;/*高さ*/
    line-height: 26px;/*高さ*/
    vertical-align: middle;
    text-align: center;
    margin-top:-5px;
    padding: 0 18px 0 7px;/*文字の左右の余白*/
    font-size: 13px;/*文字サイズ*/
    font-weight:bold;
    background: red;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}
.item-price {
  font-weight: bold;
  color: #ffee38; 
}

.soldout .item-zaiko {
  background: #999;
} 
.soldout .item-price {
  color: #999;
}
#top .soldout .avia-gallery .avia-gallery-big:after {
    content: "";
    background: rgba(0,0,0, .5) url(/cms/wp-content/uploads/2017/11/top_item_soldout.png) center center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 235;
    position: absolute;
    top:0;
    left:0;
}

.item-zaiko:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.item-zaiko:after {
    top: 0;
    right: 0;
    border-width: 13px 7px 13px 0px;
    border-color: transparent #191919 transparent transparent;
    border-style: solid;
}

.av-catalogue-list {
  font-size: 88%;
}


/********** アコーディオンパネルのサイズ調整 *********/

/*モバイル以外*/
@media only screen and (min-width: 768px) {

/* タイトル部分 */
.js_active .toggler {
  padding:9px 3px 9px 35px;/*default*/
  padding:19px 3px 19px 40px;
  font-size: 1rem;
  background:#2d2d2d;
}
.toggle_icon  {
  top: 12px; /*default*/
  top: 22px;
  left:15px;
}
/* コンテンツ部分 */
.toggle_content {
  font-size: 0.9rem;
  color:#eaeaea;
  margin: 0px 0 15px 0;
}
}

/*モバイルのときのみ*/
@media only screen and (max-width: 767px) {
/* タイトル部分 */
.js_active .toggler {
  background:#2d2d2d;
}
/* コンテンツ部分 */
.toggle_content {
  font-size: 0.9rem;  
  color:#eaeaea;
  margin: 0px 0 15px 0;
}
}

/********** カテゴリ一覧のcurrentカテゴリのCSS *********/
.current-cat {
  background:#2d2d2d;
}

/********** パンくずリストの編集 *********/
/* 現在位置：　を消す*/
.breadcrumb-trail .trail-before .breadcrumb-title {
  display:none;
}

/********** Woocommerce（販売商品）の編集 *********/
/* シングルページ */
#top .woocommerce-tabs h2, /*商品説明の"商品説明"タイトルを消す*/
.summary .cart /*カートに入れる ボタンを消す*/
 {
  display:none;
}
/* 売り切れ商品の写真の色を退廃色にする */
#top .product_cat-soldout .thumbnail_container img {
  filter: grayscale(100%);
}
.product_cat-soldout .product_title {
  color:#CCC;
}
.product_cat-soldout:first-child p:first-child {
  color:red;
}


/********** シングルページ・左右の関連postへのリンク *********/
#top .avia-post-nav {
  display:none;
}

/********** 商品ページのお問い合わせボタンの配置調整 *********/
#top div.product .woocommerce-tabs {
  padding:20px 0 80px 0;
}

.product .avia-button-wrap {
  position: absolute;
  bottom: 40px;
}

/********** お問い合わせページ *********/
/* TEL/FAXでモバイル時のボーダーがなくなるので追加 */
@media screen and (max-width: 769px) {
  #contact-tel-fax .avia-builder-el-last {
    border-top: 1px solid #444!important;
  }
}
/* 必須マーク */
.alternate_color .required {
  text-decoration: none;
}
/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: red !important;
  margin: -15px 0 20px 5px;
  padding: 0 0 0 16px;
	background: url(/cms/wp-content/uploads/2017/11/mfp_error_dark.gif) left center no-repeat;
}

/* タイトルとフォームの間のマージン */
.wpcf7-form-control {
  margin-top: 7px!important;
}
/* フォームパーツのサイズ：Contact form 7 Contactform7 */
/* テキストフォーム、テキストエリア */
.wpcf7-text,
.wpcf7-textarea {
  padding: 13px!important;
  border-radius: 2px!important;
  color: #fff!important;
  font-size: 14px!important;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  color:#fff!important;
}
/* ラジオボタン */
.wpcf7-radio label {
    background: #111111;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
}
.wpcf7-radio input[type=radio] {
	opacity:.3;
}
.wpcf7-radio input[type=radio]:checked {
	opacity:1;
}
.wpcf7-radio input[type=radio] + span {
   color: #888!important;
}
.wpcf7-radio input[type=radio]:checked + span {
    color: #fff !important;
}
@media screen and (max-width: 769px) {
.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin: 0 0 20px 0;
}
}
@media only screen and (max-width: 767px) {
.responsive .tabcontainer .tab_content {
    padding: 15px !important;
}
}
/* 添付ファイル */
.attatchment input[type=file] {
  cursor: pointer; 
  background: #555;
  padding: 5px;
  border-radius: 5px;
}
.attatchment input[type=file]:hover {
  background: #999
}
/* 送信ボタン */
.wpcf7-submit {
    padding: 16px 20px !important;
    border-radius: 2px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
}
span.wpcf7-list-item-label {
  color: #fff!important;
	display: inline-block;
}
.contact-form .privacy {
	cursor: pointer;
}
.privacy span.wpcf7-list-item-label {
    display: none;
}
.wpcf7-privacy-text {
    color: #FFF !important;
    font-weight: bold!important;
    top: -2px;
    position: relative;
}
/*エラー表示*/
.wpcf7-validation-errors {
	border-color: red!important;
	color: red;
}
.wpcf7-not-valid {
  background:#42040f !important;
  border: 1px solid red!important;
}
/*フォームエリアのサイズ*/
.contact-form {
    max-width: 760px;
    margin: 0 auto;
}
.alternate_color .tabcontainer .active_tab_content {
  padding-bottom: 50px;
}
#top .contact-form label {
  font-size: 1em;
}
.contact-form p {
  padding: 0!important;
}
.tab_content hr {
  border-color: #888;
}
/*送信ボタンのローディング*/
div.wpcf7 .ajax-loader {
    background-image: url(/cms/wp-content/uploads/2017/11/mfp_loading.gif);
    background-size: 30px;
	 width: 30px !important;
	 height: 30px !important;
}
/*タブタイトル*/
.alternate_color .tabcontainer .tab {
  font-size: 14px;
}
/* スマホのタブ表示調整 */
@media only screen and (max-width: 767px) {
.responsive #top .alternate_color .tabcontainer .active_tab {
    background-color: #111111;
    color: #FFF;
    font-size: 1.1em;
    background: #333;
}
}

.container p {
margin:0;
padding: 0.85em 0;
}

/* h2タイトルのボーダー */
.special-heading-inner-border {
  opacity: 0.45;
}


/* モバイルのみ改行 */
.br-sp {
  display:none;
}
@media screen and (max-width: 769px) {
  .br-sp {
    display:block;
  }
} 

.d-none, .display-none {display:none!important;}
.d-inline, .display-inline {display:inline!important;}
.d-inline-block, .display-inline-block {display:inline-block !important;}
.d-block, .display-block {display: block !important;}

/*-------------------------------------------------------------------
form
-------------------------------------------------------------------*/
.form_small {
width:50px;
height:14px;
font-size:12px;
}
.form_middle {
width:120px;
height:14px;
font-size:12px;
}
.form_long {
width:260px;
height:14px;
font-size:12px;
}
/* 全角日本語を指定 */
.ime_active{ime-mode: active;}
/* 半角英数を指定 */
.ime_inactive{ime-mode: inactive;}
/* 半角英数に固定 */
.ime_disabled{ime-mode: disabled;}

