/*
Theme Name: TCA
Description: トランスコンチネンタルオートモービル レスポンシブテンプレート
Author: Wintel
*/





/* Basic Elements
   ========================================================================== */


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	font-size: 100%;
	line-height: 150%;
}


body {
	background-color: #fff;
	color: #231815;
	font-family: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	word-break: normal;
}


hr {
	border: 0;
	border-top: 1px solid #ddd;
	margin: 2rem auto;
	width: 3rem;
}

@media (min-width: 481px) {
	hr {
		margin: 2.5rem auto;
	}
}


hr.small {
	margin: 1.5rem auto;
}


img {
	margin: 0;
	max-width: 100%;
	height: auto;
}


embed, iframe, object, video {
	max-width: 100%;
}


.defs {
	display: none;
}


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
  }
}





/* Additional icon
   ========================================================================== */


@font-face {
  font-family: 'head-icons';
  src: url('fonts/head-icons.eot?nu8zwa');
  src: url('fonts/head-icons.eot?nu8zwa#iefix') format('embedded-opentype'),
    url('fonts/head-icons.ttf?nu8zwa') format('truetype'),
    url('fonts/head-icons.woff?nu8zwa') format('woff'),
    url('fonts/head-icons.svg?nu8zwa#head-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="im-"], [class*=" im-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'head-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.25;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-line-square:before {
	content: "\e800";
}
.im-twitter-square:before {
	content: "\f081";
}
.im-facebook-square:before {
	content: "\f082";
}
.im-phone-square:before {
	content: "\f098";
}
.im-youtube-square:before {
	content: "\f166";
}
.im-instagram:before {
	content: "\f16d";
}
.im-tumblr-square:before {
	content: "\f174";
}
.im-envelope-square:before {
	content: "\f199";
}





/* Layout
   ========================================================================== */


.container-wrapper {
	background-color: transparent;
}


.container-wrapper-front {
	padding-top: 2rem;
}

@media (min-width: 481px) {
	.container-wrapper-front {
		padding-top: 4rem;
	}
}


/*.content-2nd {
	margin: 0 15px;
}*/


.row-wrapper {
	margin: 0 15px;
}


.nobreak {
	display: inline-block;
}


.break { display: block; }

@media (min-width: 768px) {
	.break { display: inline; }
}


.break-md { display: block; }

@media (min-width: 992px) {
	.break-md { display: inline; }
}


.break-xxs {
	display: block;
}

@media (min-width: 481px) {
	.break-xxs {
		display: inline;
	}
}


.break-xs {
	display: block;
}

@media (min-width: 768px) {
	.break-xs {
		display: inline;
	}
}


.show-xxs {
	display: inline;
}

@media (min-width: 481px) {
	.show-xxs {
		display: none;
	}
}


.show-xs {
	display: inline;
}

@media (min-width: 768px) {
	.show-xs {
		display: none;
	}
}


.hide-xxs {
	display: none;
}

@media (min-width: 481px) {
	.hide-xxs {
		display: inline;
	}
}


.hide-xs {
	display: none;
}

@media (min-width: 768px) {
	.hide-xs {
		display: inline;
	}
}


.hide-all {
	display: none;
}


.tal-sm-tac-md {
  display: inline-block;
  margin: 0 auto;
	text-align: left;
}

@media (min-width: 768px) {
	.tal-sm-tac-md {
    display: block;
    margin: 0;
		text-align: center;
	}
}





/* Header
   ========================================================================== */


header {
	color: #231815;
	background: #fff;
	top: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
}


header a {
	color: #231815;
	text-decoration: none;
}


header a:hover,
header a:focus {
	color: #d31818;
	text-decoration: none;
}


#head-sns {
	background-color: #e7e7e7;
	min-height: 28px;
}

@media (min-width: 992px) {
	#head-sns {
		min-height: 34px;
	}
}


#head-sns-row {
	float: right;
}


#head-sns-row .sns-item {
	float: left;
	margin: 0 0 0 0.5rem;
	font-size: 1.5rem;
	line-height: 1;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item {
		font-size: 2rem;
	}
}


#head-sns-row .sns-item:first-child {
	margin: 0;
}


#head-sns-row .sns-item .item-name {
	display: none;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item .item-name {
		display: inline-block;
		font-size: 0.8rem;
		line-height: 1;
		font-weight: normal;
		padding: 0 0 0 0.3rem;
		position: relative;
		top: -0.1rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item .item-name {
		top: -0.3rem;
	}
}


#head-sns-row .sns-item a {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	color: #999;
	text-decoration: none;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item a {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item a {
		font-size: 2rem;
	}
}


#head-sns-row .sns-item a:hover {
	color: #d31818;
	text-decoration: none;
}


#head-sns-row .sns-item .linkless {
	display: inline-block;
	color: #999;
}


#head-logo {
	float: none;
	padding: 5px 0;
	text-align: center;
}

@media (min-width: 768px) {
	#head-logo {
		float: left;
    padding: 10px 0;
	}
}


#head-logo img {
	width: auto;
	height: 2rem;
}

@media (min-width: 481px) {
	#head-logo img {
		height: 2.5rem;
	}
}

@media (min-width: 768px) {
	#head-logo img {
		height: 3rem;
	}
}

@media (min-width: 992px) {
	#head-logo img {
		height: 4rem;
	}
}





/* Navigation
   ========================================================================== */


#top-nav {
	margin: 0 -15px;
}


.navbar-header .nav-title {
	display: block;
	float: left;
	text-align: center;
	color: #231815;
	width: 100%;
	line-height: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0 -30px 0 0;
}

@media (min-width: 768px) {
	.navbar-header .nav-title {
		display: none;
	}
}


a > .sml-cap {
	display: inline;
	font-size: 0.7rem;
	color: #666;
	margin: 0 0 0 20px;
	transition: all 0.5s ease 0s;
}
a:hover > .sml-cap, 
a:focus > .sml-cap {
	color: #d31818;
}

@media (min-width: 768px) {
  a > .sml-cap {
	  display: block;
	  font-size: 10px;
	  font-weight: 300;
	  color: #666;
	  margin: 0 auto;
    letter-spacing: -0.5px;
  }
  a:hover > .sml-cap, 
  a:focus > .sml-cap {
	  color: #d31818;
  }
}

@media (min-width: 992px) {
  a > .sml-cap {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
  }
}





/* Carousel
   ========================================================================== */


#carousel-top {
	margin: 0 auto;
	max-width: 1600px;
}


.carousel-indicators {
	display: none;
}

@media (min-width: 768px) {
	.carousel-indicators {
		display: block;
	}
}


.carousel-caption {
	display: none;
}

@media (min-width: 768px) {
	.carousel-caption {
		display: block;
	}
}


.carousel-control:focus {
	opacity: 0.5;
}


.carousel-control:hover {
	opacity: 1;
}





/* Footer
   ========================================================================== */


.footer-bg {
	background-color: #231815;
}

@media (min-width: 768px) {
	.footer-bg {
		border-top: 5px solid #d31818;
	}
}


#footer-link {
	display: none;
}

@media (min-width: 768px) {
	#footer-link {
		display: block;
		text-align: center;
		padding: 15px 0;
	}
}


.link-item {
	display: none;
}

@media (min-width: 768px) {
	.link-item {
		display: inline;
		padding: 0 10px;
		font-size: 0.75rem;
		line-height: 1.5rem;
		white-space: nowrap;
	}
}


.link-item a {
	color: #fff;
	text-decoration: none;
}


.link-item a:hover {
	color: #d31818;
	text-decoration: none;
}


#footer-link .break {
	display: none;
}

@media (min-width: 768px) {
	#footer-link .break {
		display: block;
		text-align: center;
	}
}

@media (min-width: 992px) {
	#footer-link .break {
		display: inline;
  }
}


#footer-copyright {
	text-align: center;
	padding: 10px;
	font-size: 0.8rem;
	line-height: 1rem;
	color: rgba(255,255,255,0.75);
	background-color: #231815;
}

@media (min-width: 768px) {
	#footer-copyright {
		padding: 10px 0;
	}
}





/* Page Title
   ========================================================================== */


.title-bg {
	background-color: #333;
}


.title-img {
	display: block;
	min-width: 320px;
	height: auto;
	margin: 0 -15px;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.title-img {
		min-width: 750px;
	}
}

@media (min-width: 992px) {
	.title-img {
		min-width: 970px;
	}
}

@media (min-width: 1200px) {
	.title-img {
		min-width: 1170px;
	}
}


h2#pagetitle-tx {
	text-align: center;
	font-size: 2rem;
	line-height: 100%;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 2px 4px #231815;
	margin: 0 0 -2rem 0;
	position: relative;
	z-index: 2;
	top: -3rem;
}

@media (min-width: 768px) {
	h2#pagetitle-tx {
		text-align: right;
		font-size: 3rem;
		font-height: 100%;
		top: -5rem;
		margin: 0 0 -3rem 0;
	}
}





/* Breadcrumb
   ========================================================================== */


.breadcrumb-bg {
	border-bottom: 1px solid #cccccc;
	background: #d5d5d5;
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #d5d5d5 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f4f4f4',GradientType=0 );
}


.breadcrumb a {
	color: #231815;
	text-decoration: none;
}


.breadcrumb a:hover {
	color: #d31818;
	text-decoration: none;
}





/* Main
   ========================================================================== */


#main {
	margin: 0 auto;
}

@media (min-width: 768px) {
	#main {
		padding: 4rem auto;
	}
}


#content p {
	margin: 0 0 1.0rem 0;
}


#content img {
	vertical-align: baseline;
}


#content img.alignleft {
	border: none;
	padding: 0;
	margin: 0 1.0rem 1.0rem 0;
	float: left;
}


#content img.alignright {
	border: none;
	padding: 0;
	margin: 0 0 1.0rem 1.0rem;
	float: right;
}


#content img.aligncenter {
	border: none;
	padding: 0;
	clear: both;
	display: block;
	margin: 0 auto 1.0rem auto;
}


#content img.alignnone {
	border: none;
	padding: 0;
	margin: 0;
}


@media (max-width: 480px) {
  #content img.alignleft,  
  #content img.alignright {
    display: block;
    float: none;
    margin: 1.0rem auto;
  }
}


#content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 1rem 0;
	overflow: hidden;
}


#content .video-container iframe, 
#content .video-container object, 
#content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


div.blog_info {
	padding: 0.3rem 0;
	margin: 0 0 1.0rem 0;
	font-size: 0.7rem;
	line-height:1.0rem;
	border-top: 1px dotted #ddd;
}

@media (min-width: 481px) {
	div.blog_info {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
}


div.blog_info ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div.blog_info li {
	float: right;
	padding: 0px;
	list-style: none;
	margin: 0 0 0 1rem;
	color: #231815;
}


div.blog_info li:last-of-type {
	margin: 0;
}


div.blog_info li .glyphicon {
	margin: 0 0.3rem 0 0;
}


.title {
	margin: 0 0 0.2rem 0;
	padding: 0;
}


.title a {
	text-decoration: none;
}


.title a:hover {
	text-decoration: none;
}





/* Side
   ========================================================================== */


#side {
	margin: 0 auto;
}


.widget-area ul {
	margin: 0;
	padding: 0;
	width: 100%;
}


.widget-area ul li.widget-container {
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0 10px 5px 10px;
	border-bottom: 2px solid #bbb;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

@media (min-width: 481px) {
	.widget-area ul li.widget-container {
		margin: 0 0 3rem 0;
	}
}


.widget-area h3.widget-title {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 0 0.5rem;
}


.widget-area > ul > li {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}


.widget-area > ul > li:last-of-type {
	margin: 0;
}


.widget-area ul li ul {
	padding: 0.5rem;
	margin: 0;
}


.widget-area ul li ul li {
	list-style: none;
  padding: 0 0 0 1rem;
  margin: 0.5rem 0;
}


.widget-area ul li ul li a {
	font-size: 0.9rem;
	line-height: 1.2rem;
	list-style: none;
	padding: 0;
	margin: 0;
}


.widget-area ul li ul li a:hover {
	text-decoration: underline;
}


.widget-area ul li.widget_recent_entries ul li:before {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 0.9rem;
	margin: 0 0 0 -1rem;
}


.widget-area ul li.widget_categories ul li:before {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 0.9rem;
	margin: 0 0.3rem 0 -1rem;
}


.widget-area p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;
	display: block;
}

@media (min-width: 481px) {
	.widget-area p {
		margin: 0 1rem 0.5rem 0;
		float: left;
	}
}

@media (min-width: 992px) {
	.widget-area p {
		float: none;
	}
}


/* Monthly Archive */

.widget-area ul li.widget_archive ul {
	display: table;
	padding: 0.5rem;
	margin: 0;
}


.widget-area ul li.widget_archive ul li {
	list-style: none;
	display: block;
  padding: 0;
	margin: 1%;
	float: left;
	width: 31.33%;
}

@media (min-width: 481px) {
	.widget-area ul li.widget_archive ul li {
		width: 23%;
	}
}

@media (min-width: 551px) {
	.widget-area ul li.widget_archive ul li {
		width: 18%;
	}
}

@media (min-width: 661px) {
	.widget-area ul li.widget_archive ul li {
		width: 14.66%;
	}
}

@media (min-width: 768px) {
	.widget-area ul li.widget_archive ul li {
		width: 12.28%;
	}
}

@media (min-width: 992px) {
	.widget-area ul li.widget_archive ul li {
		width: 31.33%;
	}
}


.widget-area ul li.widget_archive ul li a {
	display: block;
	color: #454545;
	background-color: #f8f8f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0.35rem 0;
	margin: 0;
	position: relative;
	top: -1px;
	white-space: nowrap;
	font-size: 0.7rem;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
}


.widget-area ul li.widget_archive ul li a:hover {
	color: #fff;
	border: 1px solid #d31818;
	background: #d31818;
}


.widget-area ul li.widget_archive ul li a:before {
	content: none;
	margin: 0;
}


.widget-area ul.children {
	padding: 0;
  margin: 0 0 0 -0.1rem;
}


.widget-area .tagcloud {
	padding: 0.5rem;
}



/*** Sidebar Icons ***/

.widget_calendar .panel-heading:before {
	content: "\f508";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_archive .panel-heading:before {
	content: "\f145";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_recent_entries .panel-heading:before {
	content: "\f464";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_tag_cloud .panel-heading:before {
	content: "\f323";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_categories .panel-heading:before {
	content: "\f318";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_text .panel-heading:before {
	content: "\f103";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_banner .bn-img {
}


.widget_banner .bn-padding {
	padding: 5px;
}





/* Calendar
   ========================================================================== */


#calendar_wrap {
	padding: 0.5rem;
}


#wp-calendar {
	width: 100%;
}


table#wp-calendar {
	border-collapse: separate;
	border-spacing: 0.2rem;
}


#wp-calendar caption {
	color: #222;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

@media (min-width: 768px) {
	#wp-calendar caption { font-size: 0.8rem; }
}


#wp-calendar thead {
	font-size: 0.8rem;
}


@media (min-width: 768px) {
	#wp-calendar thead { font-size: 0.6rem; }
}


#wp-calendar thead th {
	text-align: center;
}


#wp-calendar tbody {
	color: #999;
}


#wp-calendar tbody td {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0.2rem;
	text-align: center;
}

@media (min-width: 768px) {
	#wp-calendar tbody td {
		padding: 0.1rem;
		font-size: 0.9rem;
	}
}


#wp-calendar tbody .pad {
	background: none;
	border: none;
}


#wp-calendar tfoot td {
	padding: 0.2rem 0;
}


#wp-calendar tfoot #next {
	text-align: right;
}





/* Section
   ========================================================================== */


section {
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	section { padding: 4rem 0; }
}


.row-wrapper > .row > section#side {
	padding: 0 15px 2rem 15px;
}

@media (min-width: 481px) {
	.row-wrapper > .row > section#side {
		padding: 0 15px 4rem 15px;
	}
}

@media (min-width: 992px) {
	.row-wrapper > .row > section#side {
		padding: 4rem 15px;
	}
}





/* Article
   ========================================================================== */


article {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	article {
		padding: 4rem 0;
	}
}


article:first-of-type {
	border-top: none;
	padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
	article:first-of-type {
		padding: 0 0 4rem 0;
	}
}





/* Typography
   ========================================================================== */


h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 0;
}


h1 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
}


h2 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}


h3 {
	font-size: 1.0rem;
	margin-bottom: 0.5rem;
}


h4 {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}


h5 {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}


p {
	margin: 0 auto;
	line-height: 1.5rem;
}


blockquote {
	margin: 0;
}


blockquote p {
	color: #bbb;
	font-style: italic;
	margin-bottom: 1.5rem;
}


cite {
	color: #bbb;
}





/* Lists
   ========================================================================== */


ul {
	margin: 0;
	text-align: left;
}





/* Links
   ========================================================================== */


a {
	color: #231815;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover, a:focus {
	color: #d31818;
	text-decoration: underline;
}





/* Buttons
   ========================================================================== */


.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #231815;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	padding: 0.7rem 1.5rem;
	vertical-align: middle;
	white-space: nowrap;
}

@media (min-width: 481px) {
	.button {
		display: inline-block;
    min-width: 240px;
		font-size: 0.9rem;
	}
}


.button:hover, 
.button:focus {
	color: #fff;
	background: #d31818;
	text-decoration: none;
}





/* Utilities
   ========================================================================== */


.remove-padding {
	padding-bottom: 0;
}


.remove-border {
	border: none;
}


.divider {
	margin-bottom: 2rem;
}


/*** 強調文字 ***/
.caution {
	color: #A94442;
	font-weight: bold;
}


/*** インデント ***/

.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


.indent2em {
	text-indent: -2em;
	padding: 0 0 0 2em;
}


/*** 新着ラベル ***/

.label-new-entry {
	background-color: #d31818;
}


/*** ノーアイテム ***/

.content-front p.no-item {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin: 1rem auto;
}


.content-2nd p.no-item {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin: 5rem auto;
}





/* topscroll
   ========================================================================== */


#topscroll {
	display: block;
	font-size: 28px;
	line-height: 28px;
}


#topscroll .fa, 
#topscroll .glyphicon  {
	color: #999;
	transition: all 0.5s ease 0s;
}


#topscroll .fa:hover, 
#topscroll .glyphicon:hover {
	color: #d31818;
}





/* Clearfix
   ========================================================================== */


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}


.clearfix:after {
	clear: both;
}


.clearfix {
	*zoom: 1;
}





/* Pagination
   ========================================================================== */


.pagenationmm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 1025px) {
  .pagenationmm {
    display: block;
  }
}


.pagination {
	clear: both;
	padding: 2rem 0 0 0;
	margin: 0;
	position: relative;
	font-size: 10px;
	line-height: 1.4rem;
	text-align: center;
}

@media (min-width: 481px) {
	.pagination {
		padding: 4rem 0 0 0;
    font-size: 12px;
    line-height: 1.6rem;
	}
}


.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-decoration: none;
	min-width: 1.4rem;
	color: #fff;
	background: #231815;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}

@media (min-width: 481px) {
  .pagination span, 
  .pagination a {
    min-width: 1.6rem;
  }
}


.pagination a:hover {
	color: #fff;
	background: #d31818;
}


.pagination .current {
	padding: 0;
	background: #231815;
	color: #d31818;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link {
	display: block;
	float: left;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #231815;
	margin: 1em auto;
	text-align: center;
	width: 7.0rem;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link:hover {
	color: #fff;
	background: #d31818;
}


div.nav-below {
	width: 16rem;
	margin: 2rem auto;
	overflow: auto;
	text-align: center;
}

@media (min-width: 768px) {
	div.nav-below {
		margin: 4rem auto;
	}
}


.nav-previous a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #231815;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: left;
}


.nav-next a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #231815;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: right;
}


.nav-previous a:hover, 
.nav-next a:hover {
	color: #fff;
	background: #d31818;
}





/* Comments
   ========================================================================== */


#comments {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding: 0.5rem 0 0 0;
}


#comments .navigation {
	padding: 0 0 18px 0;
}


h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}


h3#comments-title {
	padding: 24px 0;
}


.commentlist {
	list-style: none;
	margin: 0;
}


.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 21px;
	margin: 0 0 24px 0;
	padding: 0 0 0 40px;
	position: relative;
}


.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}


#comments .comment-body p:last-child {
	margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}


.commentlist p {
	font-size: 0.9rem;
}


ol.commentlist {
	margin: 0;
	padding: 0;
}


.commentlist ol {
	list-style: decimal;
}


.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}


.comment-author {
}


.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}


.comment-author .says {
	font-size: 0.8rem;
}


.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}


.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}


.comment-meta a:active,
.comment-meta a:hover {
	color: #2A6496;
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}


.commentlist .reply a {
	display: block;
	width: 3rem;
	padding: 0 0.5rem;
	background: #231815;
	font-size: 0.8rem;
	line-height: 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.commentlist .reply a:hover {
	color: #fff;
	background: #d31818;
}


a.comment-edit-link {
	color: #888;
}


a.comment-edit-link:hover {
	color: #ff4b33;
}


.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}


.commentlist .children li {
	border: none;
	margin: 0;
}


.nopassword,
.nocomments {
	display: none;
}


#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
	margin-top: -6px;
}


#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}


#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}





/* Comments form
   ========================================================================== */


#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	padding: 0.5rem 0 0 0;
	overflow: hidden;
	position: relative;
}


#respond p {
	font-size: 0.9rem;
	margin: 0;
}


#respond .comment-notes {
	margin-bottom: 1em;
}


.form-allowed-tags {
	line-height: 1em;
}


.children #respond {
	margin: 0 48px 0 0;
}


h3#reply-title {
	margin: 18px 0;
}


#comments-list #respond {
	margin: 0 0 18px 0;
}


#comments-list ul #respond {
	margin: 0;
}


#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url {
  margin-top: 1.5rem;
}


#respond .required {
	font-size: 0.9rem;
	font-weight: 400;
	color: #888;
}


#respond label {
	color: #888;
  font-size: 0.7rem;
	font-weight: 400;
}


#respond input {
  display: block;
	margin: 0 0 5px;
	width: 100%;
}

@media (min-width: 768px) {
	#respond input {
		width: 40%;
	}
}


#respond textarea {
	width: 100%;
}


#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


#respond .form-allowed-tags code {
	font-size: 11px;
}


#respond .form-submit {
	margin: 2.5rem 0 1rem 0;
}


#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* si capcha code */

.si_captcha_small {
	margin-top: 1.5rem;
}

#respond p label {
  margin: 0;
}

#respond p input#si_captcha_code {
  display: block;
	width: 100px;
}





/* Form Objects
   ========================================================================== */


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
input[type="file"], 
textarea, 
select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #999;
	padding: 5px;
	color: inherit;
	background: #fff;
}


input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="file"]:focus, 
textarea:focus, 
select:focus {
	border: 1px solid #d31818;
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	display: block;
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: normal;
	color: #fff;
	background: #231815;
	margin: 1em auto;
	padding: 0.7rem 1.5rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: 100%;
	transition: all 0.5s ease 0s;
}

@media (min-width: 481px) {
	input[type="submit"], 
	input[type="reset"], 
	input[type="button"] {
		max-width: 12rem;
	}
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	background: #d31818;
	text-decoration: none;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
}





/* Search Unit
   ========================================================================== */


.search_unit {
	display: block; padding: 0;
}


.search_unit input[type="submit"] {
	margin: 0;
	padding: 0;
}


.search_unit p {
	margin: 50px 0px 5px 0px !important;
}


h2.search {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 0px !important;
}


h2.result {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 50px 0 5px 0 !important;
}


.search_word {
	color: #d31818 !important;
}


#s {
	width: 200px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 5px;
}


#searchsubmit {
	display: inline-block;
	margin-left: -33px;
	box-shadow: none;
	background-image: url(none);
	background-color: transparent;
	width: 25px;
	border: none;
	text-indent: -100px;
	cursor: pointer;
	position: relative;
}


#searchform {
	margin-top: -20px;
}


#searchform:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 1.5rem;
	line-height: 1.0rem;
	color: #d31818;
	top: 28px;
	left: 173px;
	position: relative;
}


.screen-reader-text {
	display: none;
}





/* Page Objects
   ========================================================================== */


section.content-front {
	padding: 0 0 2rem 0;
}

@media (min-width: 480px) {
	section.content-front {
		padding: 0 0 4rem 0;
	}
}


.content-front > h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 400;
	color: #231815;
  text-align: center;
	margin-bottom: 0.2rem;
}


.content-front h4 {
	font-size: 0.7rem;
	line-height: 1.0rem;
	margin-bottom: 0.5rem;
	color: #d31818;
  text-align: center;
}

@media (min-width: 481px) {
	.content-front h4 {
		margin-bottom: 1rem;
	}
}


.content-front p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 1rem;
}


p.archive-link {
	display: block;
  width: 100%;
	padding: 0 !important;
	margin: 15px 0 0 0 !important;
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
	text-align: center;
}

@media (min-width: 481px) {
  p.archive-link {
    margin: 30px 0 0 0 !important;
  }
}


.container-fruid p.archive-link {
  width: auto;
  margin: 0 15px 0 15px !important;
}


p.archive-link i {
	margin-left: 0.2rem;
	font-size: 0.9rem;
}


/*section.content-stock, 
section.content-parts, 
section.content-shop {
	margin-right: 15px;
	margin-left: 15px;
}*/


.news-wrap .news-entry {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem;
  margin: 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
}


.news-wrap .date-display {
	display: inline-block;
  width: 125px;
  font-size: 0.8rem;
  line-height: 1.4rem;
  position: relative;
}


.news-wrap .date-display .display-icon {
  width: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 85px;
}


.news-wrap .date-display .display-icon .label {
	font-size: 0.7rem;
	/*font-family: 'Share', cursive;*/
	font-weight: 400;
	padding: 0.2em 0.5em 0.2em;
}


.news-wrap .entry-title {
  display: inline-block;
  margin: 0.1rem 0 0 0;
  padding: 0;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.4rem;
}

@media (min-width: 481px) {
  .news-wrap .entry-title {
    margin: 0 0 0 -125px;
    padding: 0 0 0 130px;
  }
}


@media (min-width: 481px) {
  .news-imgplus .entry-title {
    margin: 0 -30px 0 -125px;
    padding: 0 35px 0 130px;
  }
}


.news-wrap .entry-title a {
  display: block;
  width: 100%;
	color: #231815;
	text-decoration: none;
}

@media (min-width: 768px) {
  .news-wrap .entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


.news-wrap .entry-title a:hover {
	color: #d31818;
	text-decoration: underline;
}


.news-wrap .entry-img {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 481px) {
  .news-wrap .entry-img {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
  }
}


.news-wrap .entry-img {
	width: 30px;
	padding: 0.1rem 0 0 0;
  margin: 0;
	text-align: center;
}


.news-wrap .entry-img .fa {
	font-size: 1.2rem;
}


.news-wrap .entry-img .no-img .fa {
	color: #e7e7e7;
}


.news-wrap .entry-img a {
	color: #231815;
	text-decoration: none;
}


.news-wrap .entry-img a:hover {
	color: #d31818;
	text-decoration: none;
}


.blog-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 15px 0 0 0;
}


.blog-wrap a.entry {
	display: block;
	width: calc( 100% - 1px );
	height: auto;
	margin: 0.5px;
	background-color: #231815;
  border-bottom: 4px solid #231815;
	color: #fff !important;
	text-decoration: none;
	position: relative;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 481px) {
  .blog-wrap a.entry {
		width: calc( 50% - 1px );
	}
}
@media screen and (min-width: 768px) {
	.blog-wrap a.entry {
		width: calc( 50% - 1px );
	}
}
@media screen and (min-width: 992px) {
  .blog-wrap a.entry {
		width: calc( 25% - 1px );
	}
}


.blog-wrap a.entry:hover {
	text-decoration: none;
	color: #fff !important;
  border-bottom: 4px solid #d31818;
}


.blog-wrap .img-container {
	position: relative;
	margin: 0;
}

.blog-wrap .img-container:before {
	padding-top: 66.66%;
	display: block;
	content: "";
}

.blog-wrap .img-container .container-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.blog-wrap .img-cover {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  top: 0;
  background-color: rgba(0,0,0,0);
  transition: all 0.5s ease 0s;
}

.blog-wrap a.entry:hover .img-cover {
  background-color: rgba(0,0,0,0.15);
}


.blog-wrap .blog-entry{
  padding: 1rem;
}


.blog-wrap .blog-entry h2 {
	font-family: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 0.9rem !important;
	line-height: 1.4em !important;
	font-weight: normal !important;
  text-align: left !important;
	color: #fff !important;
	margin: 0 !important;
  word-break: break-all;
  transition: all 0.5s ease 0s;
}


.blog-wrap .blog-entry p {
	font-family: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 0.7rem !important;
	line-height: 1.2em !important;
	font-weight: normal !important;
  text-align: left !important;
	color: #fff !important;
	margin: 0.7rem 0 0 0 !important;
  word-break: break-all;
  transition: all 0.5s ease 0s;
}


.blog-wrap a.entry:hover .blog-entry h2, 
.blog-wrap a.entry:hover .blog-entry p {
  color: #fff;
  text-decoration: none;
}


.fb-container {
  height: auto;
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
}


.shop-bg {
	background-color: #e7e7e7;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	.shop-bg {
		padding: 4rem 0;
	}
}


section.content-shop {
	padding: 0;
	text-align: center;
}


section.content-shop p.shop-name {
  display: block;
  width: 100%;
  height: auto;
	font-size: 1.0rem;
	line-height: 1.5em;
  padding: 55px 0 0 0;
	margin: 1rem 0 0.5rem 0;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 40px;
}

@media (min-width: 481px) {
  section.content-shop p.shop-name {
    padding: 55px 0 0 0;
    background-size: auto 45px;
  }
}

@media (min-width: 768px) {
  section.content-shop p.shop-name {
    font-size: 1.2rem;
    text-align: left;
    padding: 55px 0 0 0;
    margin: 0 0 0.5rem 0;
    background-position: left 10px;
    background-size: auto 40px;
  }
}

@media (min-width: 992px) {
  section.content-shop p.shop-name {
    font-size: 1.4rem;
    padding: 65px 0 0 0;
    background-size: auto 50px;
  }
}


section.content-shop p.shop-info {
	font-size: 0.7rem;
	line-height: 1.5em;
	margin: 0 0 0.5rem 0;
}

@media (min-width: 768px) {
  section.content-shop p.shop-info {
    font-size: 0.9rem;
    text-align: left;
  }
}


section.content-shop .shop-img {
	margin: 0.5rem auto 1rem auto;
  max-width: 100%;
}


section.content-shop a {
	color: #231815;
	text-decoration: none;
}


section.content-shop a:hover {
	color: #d31818;
	text-decoration: underline;
}


section.content-shop .shop-sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 20px 5px 0 5px;
}

@media (min-width: 768px) {
  section.content-shop .shop-sns {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}


section.content-shop .shop-sns a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0.5px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #231815;
  text-decoration: none;
  position: relative;
}


section.content-shop .shop-sns a.sns-tw:after {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  content: "\f099";
	font-family: "FontAwesome";
  font-size: 1.5rem;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}


section.content-shop .shop-sns a.sns-insta:after {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  content: "\f16d";
	font-family: "FontAwesome";
  font-size: 1.5rem;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}


section.content-shop .shop-sns a:hover {
  color: #fff;
  background-color: #d31818;
  text-decoration: none;
}


section#stocklist, 
section#parts {
	padding: 3rem 0 3rem 0;
}


section#assessment {
}


section#news {
	padding: 4rem 0 4rem 0;
}


#show-all-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
	#show-all-btn {
		text-align: right;
	}
}


section#company {
}


#company .img-container {
	margin: 0 0 2rem 0;
}


#company p {
	margin: 0 0 1rem 0;
}


#company .introduce {
	padding: 0 0 3rem 0;
}


#company .introduce h2 {
	margin: 3rem 0 1rem 0;
	color: #231815;
	line-height: 1.5rem;
}


#company .introduce h2:first-child {
	margin: 0 0 1rem 0;
}


#company .introduce .text-strong {
	font-size: 140%;
	font-weight: bold;
	color: #D9534F;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
}


section#company h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #231815;
	padding: 0.5rem;
	margin: 0 auto 2rem auto;
}

@media (min-width: 481px) {
	section#company h2.cap {
		margin: 0 auto 1rem auto;
	}
}


section#company h2.cap:nth-of-type(n+2) {
	margin: 2rem auto 1rem auto;
}

@media (min-width: 481px) {
	section#company h2.cap:nth-of-type(n+2) {
		margin: 4rem auto 1rem auto;
	}
}


section#access {
}


.map-container {
  padding-bottom: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 481px) {
	.map-container {
		padding-bottom: 75%;
	}
}

@media (min-width: 992px) {
	.map-container {
		padding-bottom: 56.25%;
	}
}


section#access h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #231815;
	padding: 0.5rem;
	margin: 0 auto 1rem auto;
}


#access ul {
	padding-left: 1.5em;
}


#access li.by-train {
	list-style: none;
	text-indent: -1.05rem;
	padding-left: 1.05rem;
	margin-left: -1.05rem;
}


#access li.by-train:before {
	content: "\f239";
	font-family: "FontAwesome";
	margin-right: 0.25rem;
}


#access li.by-car {
	list-style: none;
	text-indent: -1.15rem;
	padding-left: 1.15rem;
	margin-left: -1.15rem;
}


#access li.by-car:before {
	content: "\f1b9";
	font-family: "FontAwesome";
	margin-right: 0.15rem;
}


#access li.by-bus {
	list-style: none;
	text-indent: -1.05rem;
	padding-left: 1.05rem;
	margin-left: -1.05rem;
}


#access li.by-bus:before {
	content: "\f207";
	font-family: "FontAwesome";
	margin-right: 0.25rem;
}


#access li.add-info {
	list-style: none;
	text-indent: -1rem;
	padding-left: 1rem;
	margin-left: -1rem;
}


#access li.add-info:before {
	content: "\f05a";
	font-family: "FontAwesome";
	margin-right: 0.3rem;
}


#access .access-by {
	padding: 1rem 0 1rem 0;
}


#access .access-by p.how-to-go {
	margin: 0 0 0.5rem 2em;
}


.form-content .form-tab {
    margin: 3rem 0 1rem 0;
}

@media (min-width: 481px) {
	.form-content .form-tab {
		margin: 3rem 0 0 0;
	}
}


.form-content p {
	margin: 0 0 1rem 0;
}


table.full-width {
	width: 100%;
	margin-left:　auto;
	margin-right: auto;
}


table.full-width tr th { font-weight: bold; color: #000; text-align: left; vertical-align: top; padding: 0 0 0.4rem 0; width: 100%; display: block; border-bottom: 1px solid #bbb; }
table.full-width tr td { text-align: left; vertical-align: top; padding: 1rem 0.5rem 2rem 0.5rem; width: 100%; display:block; }

@media (min-width: 481px) {
	table.full-width tr th { width: 33.33%; padding: 1rem 0.7rem; display: table-cell; border-bottom: 1px solid #231815; }
	table.full-width tr td { width: 66.66%; padding: 1rem 0.7rem; display: table-cell; border-bottom: 1px dotted #231815; }
}

@media (min-width: 992px) {
	table.full-width tr th { width: 25%; }
	table.full-width tr td { width: 75%; }
}


section#blog {
	padding: 0;
}


section#search-404 {
}


section#privacy {
	padding: 4rem 0 3rem 0;
}


#privacy h2 {
	margin: 3rem 0 1rem 0;
	color: #d31818;
  font-weight: bold;
}


#privacy h2:first-of-type {
	margin: 0 0 1rem 0;
}


#privacy h3 {
  font-weight: bold;
}


#privacy p {
	margin: 0 0 1rem 0;
}


#privacy ul {
	margin: 0 0 1rem 0;
	padding-left: 1.5em;
}


section#contact {
}


#privacy-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
	#privacy-btn {
		text-align: right;
	}
}


.formbox-mini { width: 100px; }
.formbox-short { width: 150px; }
.formbox-middle { width: 100%; }
.formbox-long { width: 100%; }

@media (min-width: 481px) {
	.formbox-middle { max-width: 450px; }
}


.hissu {
	color: #d31818;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


.tdsubmit {
	text-align: center;
	padding: 0;
}

@media (min-width: 481px) {
	.tdsubmit {
		padding: 2rem 0 0 0;
	}
}


.formInner {
	padding: 0;
}


.formInner label {
	font-weight: 400; 
}


.formInner .confirm {
	margin-left: 0.5em; 
}


.sent .formInner {
	display: none;
}


.complete-display {
	display: none;
}


.sent .complete-display {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 6rem 0;
	display: block;
	text-align: center;
}


.sent .complete-display h3 {
	color: #000;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
}


span.wpcf7-not-valid-tip {
	top: 0px;
	left: 1rem;
}


span.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}





/* Banner Objects
   ========================================================================== */


.banner-box {
	display: block;
	position: relative;
	margin: 0 0 1rem 0;
	border: 5px solid #c3c3c3;
}


.banner-img {
	display: block;
	position: relative;
	padding-bottom: 33.33%;
	width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
}





/* Instagram
   ========================================================================== */


.insta-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  width: 100%;
	height: auto;
  padding: 15px 0 15px 0;
}

@media (min-width: 481px) {
  .insta-wrap {
    padding: 15px 0 30px 0;
  }
}


.insta-wrap a {
  display: block;
	width: calc( 25% - 1px );
	height: auto;
	padding: 0;
  margin: 0.5px;
	overflow: hidden;
	text-decoration: none;
}

@media (min-width: 481px) {
  .insta-wrap a {
    width: calc( 20% - 1px );
  }
}

@media (min-width: 992px) {
  .insta-wrap a {
    width: calc( 10% - 1px );
  }
}


.insta-wrap a figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}


.insta-wrap a figure .insta-img {
}


.insta-wrap a figure .insta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.insta-wrap a figure .figurecap {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


.insta-wrap a:hover>figure img {
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


.insta-wrap a:hover>figure .figurecap {
	opacity: 1;
}





/* Stock Detail
   ========================================================================== */


#msp.vcs-stockdetail {
 padding-top: 24px;
}





/* Override Bootstrap
   ========================================================================== */


.navbar {
	border-radius: 0px;
	margin: 0;
}

@media (min-width: 768px) {
	.navbar {
		border: none;
		background: #ffffff;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #efefef 66%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(66%,#efefef));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#efefef 66%);
		background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#efefef 66%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#efefef 66%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#efefef 66%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	}
}


.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	background-color: #231815;
	float: right;
}


@media (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}
}


.navbar-default {
	border-right: none;
	border-bottom: 3px solid #231815;
	border-left: none;
	width: 100%;
}


.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 12px 15px 10px 15px;
	margin: 0;
	width: 100%;
}


.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-default .navbar-toggle .fa {
	font-size: 1.5rem;
	color: #231815;
}


.navbar-default .navbar-nav > li > a {
	color: #231815;
	background-color: transparent;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 5px 10px;
		background-color: transparent;
	}
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #231815;
	text-shadow: none;
}


.navbar-nav {
    margin: 0 -15px;
}

@media (min-width: 768px) {
	.navbar-nav {
		width: 100%;
		margin: 0;
	}
}


.navbar-nav > li {
	border-bottom: 1px solid #e7e7e7;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.navbar-nav > li:last-of-type {
	border-bottom: none;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		text-align: center;
		border: none;
		font-weight: 400;
		float: none;
		width: 1%;
		display: table-cell;
		border-right: 1px solid #e7e7e7;
	}
	.navbar-nav > li:first-of-type {
		border-left: 1px solid #e7e7e7;
	}
}

@media (min-width: 992px) {
	.navbar-nav > li {
		letter-spacing: 0em;
	}
}


.nav-justified {
    width: auto;
}

@media (min-width: 768px) {
	.nav-justified {
		width: 100%;
		margin: 0;
	}
}


@media (min-width: 768px) {
	.nav-tabs.nav-justified {
		border-bottom: 1px solid #c3c3c3;
	}
}


.nav-justified > li > a {
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
	.nav-justified > li > a {
		text-align: center;
	}
}


.nav-tabs.nav-justified > li > a {
	background-color: #f3f3f3;
	border-color: #c3c3c3;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		margin: 0 3px;
		border-bottom: none;
	}
}

.nav-tabs.nav-justified > li > a:hover, 
.nav-tabs.nav-justified > li > a:focus {
	border-color: #23527C;
}


.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #c3c3c3;
	background-color: #c3c3c3;
	color: #fff;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > .active > a, 
	.nav-tabs.nav-justified > .active > a:hover, 
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom: none;
	}
}


@media (min-width: 768px) {
	.navbar-nav > li > a {
		white-space: nowrap;
	}
}


@media (min-width: 768px) {
  .nav-justified {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .navbar .nav-justified > li {
    display: table-cell;
    width: 100%;
  }
}


.navbar-collapse {
	box-shadow: none;
}


.carousel-control:focus {
	opacity: 0.5;
}


.carousel-control:hover {
	opacity: 1;
}


ul.nav-tabs li.active .caret {
    display: none;
}


.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #fff;
	color: #231815;
}


.breadcrumb {
	background-color: transparent;
	margin: 0 -15px;
}


.breadcrumb > .active {
    color: #231815;
}


.breadcrumb > li + li::before {
	color: #555;
}


.breadcrumb > .post-title {
	display: none;
}

@media (min-width: 768px) {
	.breadcrumb > .post-title {
		display: inline-block;
	}
}


/*** 特定id/class配下の .col-**-* グリッドを480pxのブレークポイント以下で1カラム表示 ***/

@media (max-width: 480px) {
	.content-stock .col-xs-6, 
	.content-parts .col-xs-6, 
	.content-blog .col-xs-6, 
  .introduce .col-xs-6, 
	#stocklist .col-xs-6, 
	#parts .col-xs-6 { width: 100%; }
}



