@charset "UTF-8";
/*
	Theme Name: VanVan
	Description: 開進堂楽器テーマです。
	Theme URI: https://www.kaishindo-music.co.jp/
	Author: ヒューマンサポート
	Version: 3.0.0
	License: GNU General Public License
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, left-sidebar, two-columns

*/
body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto+Sans+JP","Staatliches",serif;
}
a[href$=".pdf"]:before {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: -4px;
    background: url(./imgs/PDF_32.png) no-repeat;
    background-size: contain;
}
.blackguitars-bg {
  background-color: #302725;
}
#header {
  background-color:#302725;
  position: fixed;
  top:0px;
  z-index: 1000;
  width: 100%;
}
.vanvan #header {
  background-color:#302725;
}
.admin-bar #header {
  top:32px;
}
.head-space {
  height: 86px;
}
#main img {
  max-width: 100%;
  height: auto;
}
.mceContentBody h2 , .blog-content h2 {
	font-size:18px;
	font-weight: bolder;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
	border-bottom: 1px solid #999;
	border-left:10px solid #999;
}
.mceContentBody h2 span, .blog-content h2 span{
	font-size:14px;
	font-weight: normal;
}
.mceContentBody h2 span.red, .blog-content h2 span.red{
	font-size:14px;
	color:red;
	font-weight: normal;
}
.mceContentBody h3 , .blog-content h3 {
	margin: 10px 10px;
	font-size:16px;
	font-weight: bolder;
	text-align:left;
	padding-bottom:5px;
	border-bottom: 1px dashed #999;
}
.mceContentBody h4 , .blog-content h4 {
	text-align:left;
	font-size:14px;
	font-weight: bolder;
}
.mceContentBody h5 , .blog-content h5 {
	font-size:14px;
	font-weight: bolder;
	text-align: right;

}
.bg-main {
  background-color: #3b2821;
}
.wp-block-button__link {
  background-color: #221714;
}
.wp-block-button__link:hover {
  opacity: 0.8;
}
.container-980 {
  margin: 0 auto;
  max-width: 980px;
}
.container-880 {
  margin: 0 auto;
  max-width: 880px;
}
.container-680 {
  margin: 0 auto;
  max-width: 680px;
}
.container-580 {
  margin: 0 auto;
  max-width: 580px;
}
.bg-white-div {
  padding: 40px;
  margin-bottom: 60px;
}
.hissu {
  color: #fff;
  background-color: #dc3545;
  margin-left: 4px;
}
.nini {
  color: #fff;
  background-color: #999;
  margin-left: 4px;
}
.form-control {
  border-radius: 0px;
}
.wpcf7c-elm-step1 {
  background-color:#221714;
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
}
.wpcf7c-elm-step2 {
  background-color:#dc3545;
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
}
span.wpcf7-not-valid-tip {
  background-color: #ffa9a9;
  border: 1px solid #f00;
  border-radius: 4px;
  padding-left: 8px;
  font-size: 12px;
  position: relative;
  margin-top: 4px;
}
span.wpcf7-not-valid-tip::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f00;
  border-left: 10px solid transparent;
}
span.wpcf7-not-valid-tip::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  top: -9px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffa9a9;
  border-left: 10px solid transparent;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sm-only {
    visibility: visible;
  }
}
@media (min-width: 767px) {
  .pc-only {
    visibility: visible;
  }
  .sm-only {
    display: none;
  }
}
loading {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#fff;
	display:block;
	opacity: 0.5;
	padding-top: 100px;
	min-height: 300px;
}
#header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
#home_slider_wrap {
	background-color: #000;
	position: relative;
}
.admin-bar #header.is-fixed {
	top:32px;
}
#home_slider {
	max-width: 1920px;
	margin: 0 auto;

}
/* --------------------------------
	search-wrapper
-------------------------------- */
#header-menu {
  display: flex;
  align-items: center;
}
.search-wrapper {
  position: relative;
  background: #fff;
  border-radius: 15px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 250ms ease;
}
.footer-search .search-wrapper {
  margin: 20px auto;
}
.search-wrapper.focused {
  width: 200px;
}
.search-wrapper.focused input {
  padding: 0 30px 0 13px;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.search-wrapper input {
  background: transparent;
  border: 0;
  color: black;
  outline: none;
  height: 30px;
  width: 0;
  overflow: hidden;
  font-weight: 100;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition: 275ms ease;
}
.search-wrapper input::-webkit-input-placeholder {
  color: #999;
}
.search-wrapper input:-ms-input-placeholder {
  color: #999;
}
.search-wrapper input::-ms-input-placeholder {
  color: #999;
}
.search-wrapper input::placeholder {
  color: #999;
}
.search-wrapper i {
  position: absolute;
  color: #A61E2B;
  font-size: 16px;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_info {

}
.footer_info_logo {

}
.footer_info_add {

}
.home_slider img {
	width: 100%;
	height: auto;
}
.post img ,img.size-full {
	max-width: 100%;
	height: auto;
}
.tag_cloud {


}
#main {
  line-height: 1.8em;
}
.main_the_content {
  line-height: 1.8em;
  width: 100%;
}
.main_the_content p {
  line-height: 1.8em;
}
.home-products {
	margin-bottom: 60px;
}
.bg-eee {
	background-color: #000;//#eee;
}
.row-brand {
  background-color: #000;//#eee;
}
.row-about {

}
.aboutshop {

}
.about-catch {
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.aboutshop  div {

  padding: 0px 0px;
  margin: 0px 15px;
  font-size: 2.1vw;
  text-align: center;
	//background-color: rgba(3,0,40,.4);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	left: 0;
	width: calc(100% - 30px);
	height: 100%;

}
.aboutshop:hover {
  opacity: 0.7;
}
@media (max-width:768px) {
  .aboutshop  div {
    font-size: 4vw;
  }
}
@media (max-width: 576px){
  .head-space {
    height: 60px;
  }
  .admin-bar #header.is-fixed {
    top:0px;
  }
  .admin-bar #home_slider_wrap {
    margin-top: 10px;
  }
}
.tag_cloud a {
	border: 1px solid #ddd;
	font-size: 0.85em;
	padding: 0px 4px;
}
html {
	background-color: #F5F5F5;
	word-wrap:break-word
}
body {
	font-size: 16px;
	background-color: #F9F8F4;
  color: #393c41;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","YuGothic","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Roboto,"Droid Sans",sans-serif;
  height: 100%;
  margin: 0;
	word-wrap:break-word
}


.blueguitars_bg {
	background-color: #0A325A;
}
.blueguitars_bg.activate {
	color: #fff;
}
.infomation_box {
	background-color: #fff;
}
.main_bg {
	background-color: #F6F6F6;
}
.thumbnail {
	border-radius: 0px;
}
.thumbnail:hover {
box-shadow:0px 0px 2px 2px #c9c9c9;
-moz-box-shadow:0px 0px 2px 2px #c9c9c9;
-webkit-box-shadow:0px 0px 2px 2px #c9c9c9;
background-color: #F6F6F6;
}
.list-group-item.active {
	background-color: #0A325A;
	border-color:#0A325A;
}
h1,h2,h3,h4,h5,h6 {

	font-weight: 300;
}
h1{margin-top: 0px;}
h2 {
	font-size: 2.7em;
}
h2.main-single-title {
  text-align: center;
  margin: 60px 0px;
}
h3 {
  font-size: 2em;

}
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}
.top_link_logo {
	position: absolute;
	float: left;
	z-index: 10000;
}

.top_link_logo img {
	margin-top: -18px;
}
.footer_info {
	max-width: 1170px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_info_logo {

}
.footer_info_add {
	margin-left: 60px;
	font-size: 0.8em;
}
.foot-googlemap {
	height: 400px;
	overflow: hidden;
}
.foot-space {
	height: 0px;
}
@media (max-width: 576px){
	.footer_info {
		display: block;
		margin: 60px auto 80px;
		text-align: center;
	}
	.footer_info_logo {
		display: block;
	}
	.footer_info_add {
		display: block;
	}
	.footer_info_add {
		margin-left: 0px;
	}
}


.youtube {
	position:relative;
  max-width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
#main div.main-single {
	max-width: 960px;
	margin: 0 auto;

	color: #333;
	min-height:740px;
}
#main div.main-single.repair {
  background-color : inherit;
}
.page-template-Worldwide #main div.main-single {
  background-color : transparent ;
}

.page-template-Worldwide .bg-white ,.page-template-kaitori .bg-white{
  padding: 40px;
  margin-bottom: 60px;
}
@media (max-width: 576px){
  .page-template-Worldwide .bg-white ,.page-template-kaitori .bg-white {
    padding: 10px;
    margin-bottom: 60px;
  }
  .bg-white-div {
    padding: 15px;
  }
}
img.aligncenter {
  display: block;
  margin:auto;
  text-align: center;
}
.page-template-Worldwide a.btn ,.page-template-kaitori a.btn, .page-template-kaitorilist_lists a.btn {
  background-color: #221714;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px;
  margin: 30px auto 10px auto;
}

.page-template-Worldwide a.btn:hover ,.page-template-kaitori a.btn:hover,.page-template-kaitorilist_lists a.btn:hover{
  opacity: 0.8;
}
.page-template-kaitori a.btn, .page-template-kaitorilist_lists a.btn{
  max-width: 380px;
}
.page-template-kaitori a.btn span.small , .page-template-kaitorilist_lists a.btn span.small{
  display: block;
  font-size: 12px;
}
.btn-white-bordered {
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-next {
	padding: 10px 20px;
	border: 1px solid #999;
	border-radius: 0px;
}
@media (max-width: 576px){
	#footer {
		display: none;
	}
	#main div.main-single {


	}
	.foot-space {
		height: 80px;
	}
}
@media (max-width: 768px) and (min-width: 320px){
	.top_link_logo {
		width:100px;
		height: 40px;
	}
}
@media (min-width: 750px) and (max-width: 1000px) {ul.topovernemu li a {width:60px;} }


/* --------------------------------
	home
-------------------------------- */
.home-about {
	background-color: #3b2821;
	padding-top: 20px;
	padding-bottom: 60px;
}
.home-about h2 {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.home-News {
	background-color: #000;//#3b2821;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-News h2 {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.topics-flame {
  padding: 20px 15px;
}

.topic {
	max-width: 560px;
	margin: 0 auto;
}
.topic a {
	display: block;
}
.topic a:hover {
	opacity: 0.7;
}
.topic .pickup_item_img img {
	max-width: 100%;
	height: auto;
}
.topic .pickup_item_txt {
	margin-top: 10px;
	line-height: 1.6em;
	height: 5em;
	overflow: hidden;
  font-size: 14px;
  margin-bottom: 0px;
}
.topic .pickup_item_txt p {
  margin-bottom: 0px;
}
.news-flame a , .topics-flame a {
	color: #fff;
	line-height: 1.2em;
  display: block;
  width: 100%;
}
.news-flame a:hover , .topics-flame a:hover {
	color: #ccc;
}
.news-list {
  display: flex;
  width: 100%;
  height: 140px;
	border-top: 1px solid #666;
	margin : 0px 10px;
	padding: 20px 15px;
}
.news-list:first-child {
	border-top: 0px solid #999;
}
.news-list img {
  width: 100px;
  height: auto;
  margin-right: 10px;
  float: left;
}
.news-line {
  width: 100%;
  height: 140px;
}
.news-flame-link {
	color: #ccc;
	max-width: 820px;
	margin: 0 auto;
	padding: 20px;
	font-size: 0.8em;
}
.news-flame-link a {
	color: #ccc;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.news-flame-link a:hover {
	color: #fff;
  border: 1px solid #fff;
}
.news-time {
  display: block;
}
.about-blueguitars {

	height: 260px;
	padding: 60px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-blueguitars-bg {
  background-image: url(imgs/about-blueguitars-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  padding: 60px 0px;
}
.about-blueguitars h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;

}
.about-blueguitars p {
	text-align: center;
	color: #fff;

}
.about-blueguitars a {
	color: #ccc;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
.about-blueguitars a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.row-about , .row-brand{
	padding: 60px 0px;
}
.row-about h2,.row-brand h2 {
	text-align: center;
	margin-bottom: 60px;
}
.row-about img {
	width: 100%;
}
.fas-right {
  margin-left: 1em;
}
@media (min-width:576px) {
	.about-blueguitars {
		height: 360px;
	}



  .news-list img {
    display: inline-block;
  }
  .news-line {
    	display: block;
      align-items: center;
  }
	.news-time {
		display: block;
		margin-right:  30px;
    margin-bottom: 10px;
	}
	.news-title {
		display: block;
    width: auto;
	}
}
/*サイド*/
#sidebar {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 20px;
}
@media (max-width: 768px) and (min-width: 320px){
	#sidebar {
	margin: 0px;
	margin-bottom: 20px;
	}
	.about-blueguitars h2 {
		font-size: 2em;
	}
}
.blogcatenav .list-group-item {
	font-size: 1em;
}
.recommend {
	width:auto;
	height:45px;
	position: relative;
	background-image: url(./imgs/buttonside_recommend.png) ;
	background-position: 50% 50% ;
	background-repeat: no-repeat;
}
.recommend-bannar {
	width:100%;
	position:relative;
	margin-top: 10px;
}
.webuyguitars {
	margin-top: 20px;
	width:100%;
	height:80px;
	position: relative;
	background-image: url(https://www.kaishindo-music.co.jp/blueguitars/webshop/user_data/buttonside_webuyguitars.png);
	background-position:center,center;
	background-repeat:no-repeat;

}
a.webuyguitars.blueguitars_bg.list-group-item {
	background-color: #0A325A;
}
.side_webshop_btn {
	margin-top: 20px;
	height:80px;
	position: relative;
	background-image: url(https://www.kaishindo-music.co.jp/blueguitars/webshop/user_data/buttonside_webshop.png);
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
/*サイド end*/

.container-top-link {
	width:100%;
	height:100%;
}

/* home */
.notification-col {
	margin-bottom: 10px;
}
.notification-col img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*slider custom*/
.home_slider .sp-thumbnails-container {

}
.home_slider .wrap-sp-bottom-thumbnails {
	background-color: #CCC;
	padding: 5px 5px 8px 5px;
}
.home_slider .wrap-sp-bottom-thumbnails .sp-bottom-thumbnail {
	margin-top: -2px;
}
.home_slider .sp-slide p {
	display: none;
}
@media (min-width: 320px) and (max-width: 750px) {
	.home_slider .wrap-sp-bottom-thumbnails {
	background-color: #CCC;
	padding: 0;
	}
	.home_slider .wrap-sp-bottom-thumbnails .sp-bottom-thumbnail {
	margin-top: 0px;
	}
}
.collections_search {
	width: 100%;
	padding: 5px;

}
.collections_search label {
	color: #fff;

	font-weight: bold;
}
#home #mainpickup , #home #main {
	border: 1px solid #eee;
	padding: 0px 20px 20px 20px;
}
#home #main {
	margin-top :20px;
}
@media (max-width: 767px) and (min-width: 320px){
	#home #main {
		margin-top :20px;
		padding: 0px 0px 20px 0px;
		border: 0px solid #eee;
	}

	.collections_search input,.collections_search select {margin-bottom: 5px;}
	.collections_search button.btn-success {
		width: 100%;
	}
}
#main-a {
	border: 1px solid #eee;
	padding: 0px 20px 20px 20px;
}
#main {
	width:100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainpickup .whatsnewtitle {
	width:100%;
	height:60px;
	display:block;
	background: url("imgs/title_news_info.png") center center no-repeat;
}
@media (min-width: 320px) and (max-width: 320px) {
	#mainpickup .whatsnewtitle {
	background: url("imgs/title_news_info.png") center center no-repeat;
	background-size: 90%;
}
}
#mainpickup .title_bar {
	width:100%;
	height:35px;
	color:#fff;
	font-size: 1.3em;
	padding-left: 16px;
	line-height: 35px;
}
#mainpickup .title_pickup {
	padding: 12px 0px;
	background-image: url("imgs/titlesub_pickup.png");
	background-position:10px center;
	background-repeat:no-repeat;
}
#mainpickup .pickup_area {
	padding: 12px 0px;
	width:100%;
}
#mainpickup .pickup_area ul {
	list-style: none;
	margin: 0px;
	padding:0px 15px;
}
#mainpickup .pickup_area ul li {
	max-height:100px;
	margin: 5px 0px;
	padding:0px;
	width: 50%;
	float: left;
	font-size:1.2em;
	overflow: hidden
}
#mainpickup .pickup_area ul li a{
	line-height: 1.1em;
}
#mainpickup .pickup_area ul li .pickup_item_img {
	height: 100px;
	width: 100px;
	display: table-cell;
	vertical-align:top;
}
#mainpickup .pickup_area ul li .pickup_item_txt {
	display: table-cell;
	padding:5px;

  font-size:0.8em;
  color: #666;
  line-height: 1.1em;

}
#mainpickup .pickup_area ul li .pickup_item_txt .title {
	color:#004E95;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom: 1px solid #eee;
	line-height: 1.1em;
}
#mainpickup .news_area {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mainpickup .news_area .dl-horizontal {
	margin-bottom: 4px;
}

#main {
	margin-top: 0px;
}
#main .title_collections {
	width:100%;
	height:60px;
	display:block;
	background: url("imgs/title_collections.png") center center no-repeat;
}
#main ul.thumbnails {
	margin-top:10px;
	margin-left:0px;
	margin-right:-15px;
	padding: 0px;
}
#main ul.thumbnails li {
	width: 32%;
    float:left;
    margin-right:1%;

}
.prod_item {
	height: 300px;
    overflow: hidden;
}
.home_center {
	margin: 0 auto;
}
@media (max-width: 767px) {
	#main ul.thumbnails li {
    width: 48.5%;
	}
	#main ul.thumbnails {
		margin-right: 0px;
		margin-left: 15px;
	}
}

.collections_area .thumbnail_title , .collections_area .selling_price {

}
.collections_area {
	position: relative;
}

@media (max-width: 567px) {
	#mainpickup .news_area {
		padding-left: 15px;
	}
	#mainpickup .pickup_area ul li {
		width: auto;
	}
	#main ul.thumbnails {
		margin-right: 0px;
		margin-left: 0px;
	}
	#main ul.thumbnails li {
		margin: 10px 10px 0px 10px;
		width: auto;
	}
	.collections_area .item_photo_thumbnail  {
		width: 41.66666667%;
		float:left;
		display: inline-block;
	}
	.item_info {float: left;
	display: inline-block;
	width: 58.33333333%;
	}
	.collections_area .thumbnail_title , .collections_area .selling_price {
		font-size: 1.2em;
		line-height:1em;
		padding-left: 20px;
	}
}


.collections_area a ,.collections_area a:hover{
	text-decoration: none;
	color: #3073B5;
}
.collections_area .thumbnail_title {
	color:#333;
	overflow: hidden;
	text-align: left;

	font-weight:bold;
	margin: 0 0 8px;
}
.collections_area .selling_price {
	overflow: hidden;
	color: #333;

	font-weight: bold;
	margin-right: 5px;
	font-size: .825em;
line-height: 1.4em;
}
.collections_area .selling_price .small{
	font-size: .85em;
}
.collections_area .selling_price .large{
	color: #A61E2B;
	font-size: 1.25em;
}


.view-sale-price {
	color: red;

	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
/* 買取 */
.kaitoripage {

}
.kaitoripage p {
	margin: 10px;
}
.kaitoripage a , .kaitoripage a:hover{
	color:#3073B5;
	font-weight: bolder;
}
.kaitoripage .kaitori-taishou {
	color:#3073B5;
	font-size:1.6em;
	font-weight: 500;
	border: 3px solid #3073B5;
	padding: 6px 16px;
	display: inline-block;
}
.kaitoripage .kaitori-step {
		color:#3073B5;
	font-size:1.6em;
	font-weight: 500;
	border: 3px solid #3073B5;
	padding: 6px;
}
.kaitoripage .btn-default {
	color: #fff;
	margin-top:20px;
	margin-bottom:20px;
background-color: #DC4149;
border-color: #c63a41;
font-weight: bolder;
	font-size: 1.7em;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f15a24+0,cf4147+100 */
background: rgb(241,90,36); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,90,36,1) 0%, rgba(207,65,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,90,36,1) 0%,rgba(207,65,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,90,36,1) 0%,rgba(207,65,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.kaitoripage .btn-default span:last-child {
	font-weight: normal;
	font-size: 0.7em;
}

.kaitoripage a.btn-default , .kaitoripage a.btn-default:hover{
	color: #fff;
	font-size: 1.4em;
}
@media (max-width: 567px) {
	.kaitoripage a.btn-default span {
		display: block;
	}
}
.kaitoripage h1 {
	color:#0A325A;
	padding:10px;
	background-color: #F4F5F5;
	font-size: 20px;
	margin-bottom: 0px
}
.kaitoripage h2 {
	color:#fff;
	padding:10px;
	background-color: #0A325A;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
}
.kaitoripage h2.up {
	color:#fff;
	padding:10px;
	background-color: #DC4149;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
}
.kaitoripage h3 {
	color:#fff;
	padding:10px;
	background-color: #0A325A;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
}
.kaitori h4 {
  font-size: 24px;
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: sans-serif;
}
.kaitori .kaitori-step-title {
  color: #A73237;
  font-size: 24px;
}
.kaitori-step-col .wp-block-column:first-child {
  flex-basis: 30%;
}
.kaitori-step-col .wp-block-column:last-child {
  flex-basis: 70%;
}
.kaitori .has-3-columns .wp-block-column figure {
  text-align: center;
}
.kaitori-step-col .wp-block-column .wp-block-column figure{

}
@media (max-width: 567px){
  .kaitori-step-col .wp-block-column:first-child {
    flex-basis: 100%;
    width: 100%;
  }
  .kaitori-step-col .wp-block-column:last-child {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width:782px) {
  .wp-block-columns.has-3-columns .wp-block-column {

  }
  .kaitori-step-col .wp-block-column:first-child {
    flex-basis: 30%;
  }
  .kaitori-step-col .wp-block-column:last-child {
    flex-basis: 60%;
  }
}
.kaitoripage p.up {
	color:#DC4149;
	font-size: 1.4em;
	font-weight: bold;
}
.kaitoripage .h1img {
	margin: 0 0 0px 0px;
}
figure.wp-block-image.kaitori-step-img {
  background-color: #fff;
  position: relative;
  margin-bottom: 8px;
}
figure.wp-block-image.kaitori-step-img figcaption {
  font-size: 1.3em;
  margin-bottom: 0px;
}
.in-kaitori-tel {
  background-color: #fff;
	padding: 20px 0px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.in-kaitori-tel h4 {
  margin: 0;
}
.in-kaitori-tel div {
	padding: 2px 12px;
}
.in-kaitori-tel a ,.in-kaitori-tel a:hover {
	font-size: 1.8em;
  font-weight: bold;
}
@media (max-width: 567px) and (min-width: 320px){
	.in-kaitori-tel div span {width: 100%;
	display: block;}
}
.zenkokutaiou {
  display: flex;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #ccc;
  align-items: center;
	justify-content: center;
  font-size: 1.2em;
}
.kaitori-maker-logo {
  background-color: #221714;
  padding: 0px 0 10px 0;
}
.kaitori-maker-logo:hover {
  opacity: 0.8;
}
.in-kaitori-tel p {
	color: #444;
	font-size: 12px;
	padding: 10px;
	line-height: 1.4em;
}
.in-kaitori-tel p .btn {
  margin: 0 auto 10 auto;
}
.in-kaitori-link {
	margin-top:0px;
	margin-left:0px;

	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
}
.in-kaitori-link > div {
	margin-bottom: 10px;

}
.in-kaitori-link div p{

	border-bottom: 0px;
}
.in-kaitori-link div h3{
  margin-top: 10px;
	font-size: 20px;
}
.btn-transparent a {
  background-color: transparent;
  color: #393c41;
}
.in-kaitori-link p {
	margin: 0px;

}
.in-kaitori-link h3 {
	color:#fff;
	margin: 0px;
	font-size: 17px;
	text-align: center;
}
.k_top_campaign_item_detail h2 {
	color:#fff;
	padding:10px;
	background-color: #3073B5;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
}
.k_top_campaign_item_detail table {
	width: 100%;
}
.kaitoripage table {

}

.k_h_nenu_div {
	margin: 0px -15px 0px 0px;
	text-align: center;
}
ul.k_h_nenu {
	display:inline-block;
	margin:0 auto;
	padding:0px;
	list-style: none;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: center;
}

ul.k_h_nenu li {
	float: left;
}

ul.k_h_nenu li a {
	width: 120px;
	height: 53px;
	display: block;
	text-indent: -2000px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	z-index: 100;
	margin: 0 8px 10px 0px;
}
ul.k_h_nenu li a span {text-indent: -2000px;}

ul.k_h_nenu li a:hover {
	background-position: bottom center;
	background-repeat: no-repeat;
}

ul.k_h_nenu li a.k_h_nenu_kaitoritop {
	background-image: url(../images/h_menu_01.png);}

ul.k_h_nenu li a.k_h_nenu_tentou {
	background-image: url(../images/h_menu_02.png);}

ul.k_h_nenu li a.k_h_nenu_tsushin {
	background-image: url(../images/h_menu_03.png);}

ul.k_h_nenu li a.k_h_nenu_itaku {
	background-image: url(../images/h_menu_04.png);}

ul.k_h_nenu li a.k_h_nenu_campaign {
	background-image: url(../images/h_menu_05.png);}
body.page-id-1582 a.k_h_nenu_kaitoritop,
body.page-id-1685 a.k_h_nenu_tentou,
body.page-id-1741 a.k_h_nenu_tsushin,
body.page-id-1765 a.k_h_nenu_itaku {
		background-position: bottom center;
}
@media (max-width: 990px) and (min-width: 768px){
	ul.k_h_nenu li a {
		width : 100px;
		height: 45px;
	}
}
@media (max-width: 670px) and (min-width: 568px){
	ul.k_h_nenu li {

	}
	ul.k_h_nenu li a {
		width : 100px;
		height: 45px;
	}
}
@media (max-width: 567px) and (min-width: 320px){
	.k_h_nenu_div {margin:0px;}
	body.page-id-1582 a.k_h_nenu_kaitoritop,
body.page-id-1685 a.k_h_nenu_tentou,
body.page-id-1741 a.k_h_nenu_tsushin,
body.page-id-1765 a.k_h_nenu_itaku {
		background-color: #33443f;color:#fff;
}
	ul.k_h_nenu li a.k_h_nenu_kaitoritop{background-image: none;}
	ul.k_h_nenu li a.k_h_nenu_tentou{background-image: none;}
	ul.k_h_nenu li a.k_h_nenu_tsushin{background-image: none;}
	ul.k_h_nenu li a.k_h_nenu_itaku{background-image: none;}
	ul.k_h_nenu li a.k_h_nenu_campaign{background-image: none;}
	ul.k_h_nenu {margin: 0px;width:100%;}
	ul.k_h_nenu li {	float: none;}
	ul.k_h_nenu li a {
		display: block;
		padding: 10px 15px;
		margin-bottom: -1px;
		background-color: #fff;
 		border: 1px solid #ddd;
 		text-indent: 0;
 		width:100%;
 		height: auto;
 		color: #33443f;
 		text-align: left;
	}
	ul.k_h_nenu li:first-child a {border-top-left-radius: 4px;
    border-top-right-radius: 4px}
    ul.k_h_nenu li:last-child a {margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px}
	ul.k_h_nenu li a:hover {background-color: #33443f;color:#fff;}
	.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
}


.k_top_copy {
	text-align: center;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	background-color: rgb(52,68,63);
	margin: -10px 0 0 0;
	padding: 16px 0;
}

.k_top_subt01 {
	color: rgb(52,68,63);
	border-left: 9px solid rgb(52,68,63);
	line-height: 1em;
}

.k_top_link_r {
	margin: 30px 0 30px 0;
	text-align: right;
}

.k_top_campaign_menu {
	-webkit-padding-start: 0px;
	list-style: none;
	width: 100%;
	margin: 20px -10px 20px 0;
	overflow: hidden;
}

.k_top_campaign_menu li {
	float: left;
	width: 32%;
	margin-left: 1%;
	text-align: center;
}

.k_top_campaign_menu li a {
	display: block;
	text-align: center;
}


.k_top_campaign_item {
	clear: both;
	background: #eeefef;
	overflow: hidden;
	margin: 30px 0 20px 0;
	padding: 15px 0 15px 15px;
}

.k_top_campaign_item h4 {
	font-size: 240%;
	color: #04245e;
	clear: both;
}

.k_top_campaign_item ul {
	-webkit-padding-start: 0px;
	list-style: none;
	width: 100%;
	margin: 20px 0 20px 0;
}

.k_top_campaign_item ul li {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}

.k_top_campaign_item ul li img {
	margin: 0 0 10px 0;
}

.k_top_campaign_item_detail {
	width:100%;
	margin: 30px 0 30px 0;
}
.k_top_campaign_item_detail .maker-logo {
	padding-top: 30px;
}
.k_top_campaign_item_detail h4 {
	color: rgb(52,68,63);
}


.k_top_campaign_item_detail th {
	font-size:1.3em;
	width: 68%;
	font-weight: normal;
	padding: 8px 0;

	font-weight: bold;
}

.k_top_campaign_item_detail td {
	font-size:1.3em;
	width: 30%;
	text-align: right;
	padding: 8px 0;

	font-weight: bold;
}

.k_top_campaign_item_detail tr:nth-child(odd) {
	background:#e5e5e5;
}

.k_cam_pickup {
	color: #bf1e2a;
}

.k_top_footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 15px;
	overflow: hidden;
	background: rgb(52,68,63);
	color: #FFF;
}

/* 店頭買取り／下取り----------------------------------------------------------*/

.k_step {
	overflow: hidden;
	background: #f6f7f7;
}

.k_step_pt {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.k_step_pt_l {
	width: 210px;
	float: left;
}

.k_step_pt_r {

	padding: 0 20px 20px 0;
	float: left;
}

.k_step_at {
	margin: 20px 20px 20px 50px;
	list-style: disc;
	font-size: 0.85em;
}

.k_bt_otoiawase {
	height: 59px;
	overflow: hidden;
	margin: 30px 0 40px 0;
}

.k_step_arrow {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.k_step_arrow img {
	width: 90px;
	margin: 0 auto;
}

.k_step_text {
	margin: 20px 0;
	padding: 0 20px;
}


.k_konpokit_item {
	-webkit-padding-start: 0px;
	list-style: none;
	width: 100%;
	margin: 20px 0 20px 0;
}

.k_konpokit_item li {
	float: left;
	display: block;
	margin: 20px 50px;
}
/* blog */
.txt {
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
	display: table-cell;
	vertical-align: middle;
}
.main_the_content .social4i , #footer .social4i {
	display: none;
}
#main > h1 {
	font-size:1.4em;
	color: #fff;

	font-weight: bold;
	background-color: #0A325A;
	padding: 5px 5px 5px 20px;
}
#main .navigation {
	width: 100%;
}
#main .main_the_content h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#main div.main-single h2.main-single-title {
	color:#fff;
	font-size:20px;
	background-color: #BC1E21;
	margin: -10px -10px 10px -10px;
	padding: 10px;
  border-left: 0px;
}
.search-title {
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
#main div.main-single h2.main-single-title a {
	color:#fff;
}
#main div.main-single h2.main-single-title a:hover {
	color:#fff;
}
#main div.main-single img {
	max-width: 100%;
	height: auto;

}

div.bloglists div.tilediv {
	display:inline-block;
	text-align:center;
	position:relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}
div.bloglists div.tilediv a {
  color: #555;
}
div.bloglists div.tilediv img {
	display:inline-block;
}


div.bloglists div.tilediv img:hover {
	opacity:0.5;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
div.bloglists div.tilediv h2 {
	width: 100%;
  font-weight: normal;
	margin:0px;
	padding:10px 0px;
	font-size: 14px;
	overflow: hidden;
  text-align: left;
}
div.bloglists div.tilediv div.obi-message{
	text-decoration:none;
font-size: 12px;
font-weight: bold;
width: 150px;
padding: 5px;
text-align: center;
background-color: yellow;

-webkit-transform: translate(105px,-40px) rotate(45deg);
-moz-transform: translate(105px,-40px) rotate(45deg);

-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
}


/* gallery*/
img.attachment-thumbnail {
	display: block;
	max-width: 100%;
	height: auto;
}
.breadcrumb {
	background: none;
	background: transparent;
	margin: 10px 0 0 0;
	padding: 0px;
	height: auto;
}

.tagcloud a {
	border:1px solid #ccc;
	padding: 3px;
	border-radius: 0.5em;
	margin: 2px;
	line-height: 2em;
}
span.accordion-title-btn {
		color: #fff;
		padding-left: 3px;
		line-height: 22px;
		float: right;
		position: absolute;
		top: 44px;
		right: 8px;
		width: 22px;
		height: 22px;
		border: 1px solid #ccc;
}

span.accordion-title-btn:hover {
		cursor: pointer;

}




.anc_point {
	padding-top:40px;
	margin-top: -40px;
	clear: both;

}

.page-template h2 {
  border: none;
}

.webspec table > tbody > tr > td, .webspec table  > tbody > tr > th, .webspec table  > tfoot > tr > td, .webspec table  > tfoot > tr > th, .webspec table  > thead > tr > td, .webspec table  > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.webspec table > tbody > tr > td:first-child {
	width: 40%;
}

.text-center > img {
	margin: 0px auto;
}
@media (max-width: 567px) and (min-width: 480px){

	.hidden-xs {
		display: none;
	}
}
@media (max-width: 479px) and (min-width: 320px){

	.hidden-xxs {
		display: none;
	}
}
.clearfix {

}

.btn-bg-div {
	margin: 5px 10px 0px 0px;
	background-color: #fff;
	display: block;
	z-index: 99999;
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 4px;
}
.topmenuopenbtn {
	width: 46px;
}
.btn-bg-div img{
	padding:4px;
	background-color: #fff;}

.togglemenu {
	float:left;
	top:60.5px;
	width:100%;
	position:absolute;
	color:#fff;
	font-weight:bold;
	background-color: rgba(0,0,0,0.8);
	z-index: 99997;
	opacity:0;
}

.togglemenu ul {
	background: 0 0;
clear: none;
list-style: none;
margin: 0;
padding: 0;
position: relative;
text-indent: 0;
z-index: 99998;
}
.togglemenu li a {
	font-size: 1.4em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.togglemenu li a span.j_name {
	color: #ddd;
	font-size:0.6em;
	text-align: center;
	padding-right: 10px;
	display: inline-block;
	text-align: center;
	float: right;
}
.togglemenu li a:hover span.j_name {
	color: #337ab7;
}

.recommend-bannar {
		display: inline-block;
	}
.recommend-bannar img {
	display: inline-block;
}
@media (max-width: 736px) and (min-width: 480px){
	.recommend-bannar {
		width: 49%;
	}
}
/***************************** facebook like circle **********************************/
#circleloading{width: 100%;}
#circle{
	margin: 0px auto;
	margin-top:40px;
	width: 120px;
}
.circle{
	background-color:#CCC;
	float:left;
	height:15px;
	margin-left:8px;
	width:15px;
	-webkit-animation-name: bounce_circle;
	-webkit-border-radius:10px;
 	-webkit-animation-duration: 1.5s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	opacity:0.3;
}
#circle_1{
 	-webkit-animation-delay: .3s;
 }
#circle_2{
 	-webkit-animation-delay: .7s;
}
#circle_3{
 	-webkit-animation-delay: .9s;
}
@-webkit-keyframes bounce_circle{
	0%{opacity:0.3;}
	50%{opacity:1;background-color:#111}
	100%{opacity:0.3;}
}
a {
	color: #3073B5;
text-decoration: none
}
a:hover {
	color: #0A325A;
text-decoration: none
}
.view-sale-price {
	color: rgb(144,103,55);
}
#main img.k_top_banner {
	display:block;
}
@media (min-width: 320px) and (max-width: 375px){
	#main img.k_top_banner {
		display: none;
	}
}
#main img.k_top_banner_mini {
		display: none;
}
@media (min-width: 320px) and (max-width: 375px){
	#main img.k_top_banner_mini {
		display:block;
	}
}

span.category {

}

div.media-left img{
	margin: 0px;
	width: 64px;
	float: none;
	display: block;
}
.page-template-kaitorilist_csv-php .blueguitars_bg ,
.page-template-kaitori-php .blueguitars_bg ,
.page-template-kaitorilist_csv-php #sidebar .widget_search ,
.page-template-kaitori-php #sidebar .widget_search ,
.page-template-kaitorilist_csv-php #sidebar h2 ,
.page-template-kaitori-php #sidebar h2 ,
.page-template-kaitorilist_csv-php a.blueguitars_bg:hover,
.page-template-kaitori-php a.blueguitars_bg:hover {
	background-color: #0A325A;
}
div.gakkilistsub {
	color: #0A325A;
	font-size: 1.8em;
	font-weight: bolder;
	margin-top: 20px;
}
.togglemenu.in {
	opacity: 1;
}
/* bootstrap hack */

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
.kaitori-bannar {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.kaitori-bannar img {
	display: inline-block;
}
/*全国対応 高価買取実施中*/
.smartnav-kaitori {
	background-color: #fff;
	color:#d93a15;
	font-weight: bolder;
	padding: 8px 0px;
	font-size: 1.6em;
	text-align: center;
}
.btn-success {
    color: #fff;
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.prod_items {

}
.item_photo_thumbnail {
    position:relative;
}
.item_photo {
    margin: 0 0 4px;
    position: relative;
}

.item_photo img.soldout-icon {
    position :absolute;
    top:0;
    left:0px;
    opacity:1;
    width:100%;
}
.product_makername {
	color: #777;
	margin-top: 12px;
}

.product_item .item_name ,.item_info .item_comment{
	font-size:.9em;
	line-height:1em;
	font-weight: bold;
}
.item_name {
    font-size: .9em;
line-height: 1em;
font-weight: bold;
}
.red {
	color: #A61E2B;
}
.blueguitars-nav {
	margin-bottom: 10px;
}

.item_comment2 {
	position: relative;
	text-align: center;
	margin: 0 0 4px;
}
.item_comment2 span {
	color:#c12332;
	font-weight:bold;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.item_comment2::before{
    position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #A61E2B;
}
.item_comment2:after{
    left: 0;
    border-right: 5px solid #A61E2B;
}
.stock-selecte-label {
	text-shadow: 1px 1px white;
}
.sns-icon-links {

	font-size: 4em;
}
.sns-icon-links a {
	display: inline-block;
}
.widget_bs_search {
	padding: 5px;
}
.btn-black {
	color:#fff;
	background-color: #000;
}
#sidebar h2.widgettitle.blueguitars_bg {
	background-color: #0A325A;
}
a.facebook { color: #3b5998; }
a.google { color: #dd4b39; }
a.twitter { color: #55acee; }
a.rss { color: #ff9500; }
a.mail { color: #696969; }
/* pagination */

.pagination {
    width: 100%;
    margin: 16px auto;
    position: relative;
    clear: both;
}
.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative;
}

.pagination ul li a {
    color: #525263;
    display: block;
    line-height: 1.8;
    padding: 5px 1em;
    text-decoration: none;
}
.pagination ul li a:hover, .pagination ul li a:focus {
    background: #f1f1f1;
}
.pagination ul li.active a {
    background: #F3F3F3;
    text-decoration: none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus {
    background: #F3F3F3;
}
.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
    color: #9797A0;
}
a.shop-now-btn {
  border: 1px solid #666;
  color: #666;
  padding: 10px 20px;
}
a.shop-now-btn:hover {
  opacity: 0.8;
}
.blog-pagination {

  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 5px;
}
.blog-pagination .page-numbers {
  display: inline-block;
  justify-content: center;
  padding:5px 1em;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #fff;
  color: #666;
}
.blog-pagination .page-numbers:hover {
  background: #F3F3F3;
  color: #0056b3;
}
.blog-pagination .page-numbers.current {
  background-color: #666;
  color: #fff;
}
.blog-pagination .next , .blog-pagination .prev {
  display: flex;
  padding:5px 1em;
}
@media (max-width: 567px) {
  .blog-pagination .page-numbers {
    font-size: 0.9em;
    padding:5px .6em;
  }
}
.wp-caption {
	max-width: 100%;
}
.kaitori_lists_db {
	overflow: visible;
}
.search-form-area {
	position: sticky;
	top:0px;
}
.kaitori_campains h3{
	display: block;
	width: 100%;
}
#footer {
	line-height: 1.4em;
}
#footer-links ul {
	height: 280px;
}
#footer-links ul li {
	padding: 3px;
}

.footer_shop_link {
	justify-content: center;
	text-align: center;

}
.footer_shop_link a {
	border-radius: 4px;
	display: block;
	background-color: #A61E2B;
	width:100%;
	margin-bottom: 10px;
}
.footer_shop_link img {
	width:140px;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.productitem {
	width: 50%;
}
.home-products h2 {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}
.row-about .originTop p {
	display: none;
}
.header-sns-icon-links {
	position: absolute;
	top:15px;
	right: 20px;
}
.header-sns-icon-links a {
	font-size: 30px;

	color: #fff;
	letter-spacing:10px;
}
.header-sns-icon-links img {
  max-width: 30px;
  height: auto;
}
@media (min-width:640px) {
  .new-arrivals > div {
    margin-bottom: 20px;
  }
  .productitem {
    width: 33.3333%;
  }

}
@media (min-width:768px){

}
@media (min-width: 1200px){

  .productitem {
    width: 25%;
  }
}

.table {
	width: 100%;
}
table {
  font-size: 14px;
	margin-bottom: 20px;
}
.repair table th , .repair .table-bordered th{
  background-color: #011C33;
  color: #fff;
}
.repair .table-bordered th:first-child {
	width:75%;
}
.table-bordered td.bikou {
  font-size: 0.85em;
  color: #999;
  padding: 0em .75em 0em 2em;
  border-top: 1px solid #fff;
}
.table-bordered td.bikou::before {
	content: "※";
}
@media (max-width: 567px) {

	.repair .table-bordered th:first-child {
		width:75%;
	}
  table th , .table-bordered th ,.table-bordered td{
    padding: .3em .3em;
  }
	table .bikou {
		color: #999;
		font-size: 10px;
	}

}
/* --------------------------------
	footer
-------------------------------- */
footer {
  background-color: #000;
}
#footer-info {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#footer-info img {
  width: 240px;
  margin-bottom: 10px;
}
.footer-sns {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
}
.footer-sns a {
  font-size: 28px;
  color: #ccc;
  padding: 5px 10px;
}
.footer-sns a:hover {
  opacity: 0.8;
}

#bottom-menus.active a span {
  float: right;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
}
.page-template-kaitori a.btn-red {
  color: #A61E2B;
  background-color: inherit;
  font-size: 28px;
  border: 3px solid #A61E2B;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.page-template-kaitori a.btn-red:hover {
  color: #fff;
  background-color: #A61E2B;
}
.page-template-kaitori a.btn-darkgray {
  background-color: #414442;
}
.ms-theme-cubic {
  padding-bottom: 0px;
}
@media (max-width: 567px) {
  .page-template-kaitori a.btn-red {
    max-width: 300px;
    padding: 10px 0px;

  }
}
#footer .fa-facebook , footer .fa-facebook{
	color: #3C5A99;
}
#footer .fa-twitter , footer .fa-twitter {
	color: #1DA1F2;
}
.kaitori-step-img figcaption {
  background-color: #A73237;
  color: #fff;
  margin-top: 0px;
}
#main-nenu a.top-contact {
  border: 0px;
}
.btn-top-contact {
  padding: 6px 12px;
  border: 0px;
  float: none;
  border-radius: 4px;
}
.btn-top-contact:hover {
  opacity: 0.8;
}
.btn-orange-gra {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7b22a+0,ed7003+100 */
background: #f7b22a; /* Old browsers */
background: -moz-linear-gradient(top,  #f7b22a 0%, #ed7003 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7b22a 0%,#ed7003 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7b22a 0%,#ed7003 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b22a', endColorstr='#ed7003',GradientType=0 ); /* IE6-9 */

}
.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #A73237;
}
.page-id-14 table.table {
  margin-bottom: 60px;
}
.page-id-14 table.table tr:first-child {
  background-color: #A61E2B;
  color: #fff;
}
.page-id-14 table.table tr:first-child td {
  font-weight: bold;

}
.page-id-14 table.table td:nth-child(1) {
  width: 70%;
}
.page-id-14 table.table td:nth-child(2) {
  width: 30%;
}
#row-about {
  width: 100%;
  overflow:hidden;

}
.tel-red a {
  color:#A61E2B;
  font-size: 1.8em;
  font-weight: bold;
}
.wp-block-button.aligncenter {
  display: block;
}
.wp-block-button.aligncenter a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.is-style-outline a.wp-block-button__link {
  border: 3px solid #A61E2B;
  border-radius: 0px;
  color: #A61E2B;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0px;
}
.is-style-outline a.wp-block-button__link:hover {
  background-color: #A61E2B;
  color: #fff;
}
.is-style-outline.btn-more a.wp-block-button__link {
  padding: 6px 24px;
  font-weight: 500;
  border: 2px solid #A61E2B;
}
h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
  margin-top: 0px;
}
p.line-height-1 {
  margin-top: -0.2em;
  line-height: 1.2em;
}
.v-bg-white {
  background-color: #fff;
}
.v-bg-red {
  background-color: #A61E2B;
  color: #fff;
}
.has-vivid-red-color.has-vivid-red-color {
  color: #A61E2B;
}
.brandlist {

}
.brandlist a {
  color:#fff;
}
/* REPAIR */
.page-template-repair #main h2 {
	padding: 15px 5px 15px 20px;
	background-color: #8B1D3C;
	color:#fff;
	border: 0px;
	font-size:20px;
}

.repair-storys {
	display:flex;
	flex-wrap: wrap;
}
.repair-storys > div{
	display:flex;
	flex: 0 0 25%;
	line-height: 1.2em;
}
.repair-storys > div a {

}
.repair-storys > div a:hover {
	opacity:0.8;
}
.repair-storys > div img {
	margin-bottom: 10px;
}
.repair-storys-more {
	display:flex;
	justify-content: flex-end;
}
.repair-storys-more a {
	display:inline-block;
	border:1px solid #8B1D3C;
	padding: 5px 20px;
}
.wp-block-button.aligncenter {
    text-align:center
}
.has-vivid-red-color.has-vivid-red-color {
    color:#cf2e2e
}
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border:2px solid
}
.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap:break-word
}
@media (max-width: 767px){
	.repair-storys > div{
		display:flex;
		flex: 0 0 50%;
		line-height: 1.2em;
	}
}
@media (min-width:320px) and (max-width: 420px) {
	#store_view {
		height:2600px;
	}
}
@media (min-width:421px) and (max-width: 576px) {
	#store_view {
		height:2800px;
	}
}
@media (min-width:577px) and (max-width: 639px) {
	#store_view {
		height:2880px;
	}
}
@media (min-width:640px) and (max-width: 670px) {
	#store_view {
		height:3000px;
	}
}
@media (min-width:671px) and (max-width: 768px) {
	#store_view {
		height:2100px;
	}
}
@media (min-width:769px) and (max-width: 992px) {
	#store_view {
		height:2080px;
	}
}

@media (min-width:993px) and (max-width: 1200px) {
	#store_view {
		height:2200px;
	}
}
@media (min-width: 1201px) {
	#store_view {
		height:2000px;
	}
}
