/*
Theme Name: gon
Description: gon レスポンシブテンプレート
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: #333333;
/*
	font-family: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/

  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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-4by3::before {
  padding-top: 75%;
  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;
  }
}


.t-red {
  color: #cc0001;
}





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


@font-face {
  font-family: 'vcs-icons';
  src:  url('fonts/vcs-icons.eot?rq0mnn');
  src:  url('fonts/vcs-icons.eot?rq0mnn#iefix') format('embedded-opentype'),
    url('fonts/vcs-icons.ttf?rq0mnn') format('truetype'),
    url('fonts/vcs-icons.woff?rq0mnn') format('woff'),
    url('fonts/vcs-icons.svg?rq0mnn#vcs-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: 'vcs-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:before {
  content: "\e900";
}
.im-line-square:before {
	content: "\e800";
}
.im-twitter:before {
	content: "\f099";
}
.im-twitter-square:before {
	content: "\f081";
}
.im-facebook:before {
	content: "\f09a";
}
.im-facebook-square:before {
	content: "\f082";
}
.im-phone:before {
	content: "\f095";
}
.im-phone-square:before {
	content: "\f098";
}
.im-youtube-square:before {
	content: "\f166";
}
.im-instagram:before {
	content: "\f16d";
}
.im-tumblr:before {
	content: "\f173";
}
.im-tumblr-square:before {
	content: "\f174";
}
.im-envelope:before {
	content: "\f0e0";
}
.im-envelope-square:before {
	content: "\f199";
}
.im-automobile:before {
	content: "\f1b9";
}





/* 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: #1b2132;
	background: transparent;
	top: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
}


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


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


#head-sns {
	background-color: #00153d;
	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;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: normal;
  padding: 0 0 0 0.3rem;
  position: relative;
  top: -0.1rem;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item .item-name {
		display: inline-block;
	}
}

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


#head-sns-row .sns-item-tel .item-name {
  display: inline-block;
}


#head-sns-row .sns-item a {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1.0);
	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: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}


#head-sns-row .sns-item .linkless {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
}


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

@media (min-width: 481px) {
	#head-logo {
		padding: 8px 0;
	}
}

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

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


#head-logo img {
	width: auto;

}

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

@media (max-width: 481px) {
	#head-logo img {
		width: auto;
		height: 2.5rem;
		padding-top: 11px;
	}
}



@media (min-width: 768px) {
	#head-logo img {
		width: auto;
		height: 4rem;
		margin: 6px 0;
	}
}

@media (min-width: 992px) {
	#head-logo img {
		width: auto;
		height: 3.5rem;
		margin: 0;
	}
}





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


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


.navbar-header .nav-title {
  display: none;
	/*display: block;
	float: left;
	text-align: center;
	color: #1b2132;
	width: 100%;
	line-height: 20px;
	font-family: "Spartan", "M PLUS 1p", 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-family: "Spartan", "M PLUS 1p", sans-serif;
	font-weight: 600;
	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: #fff;
}

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

@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: #00153d;
}

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


#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: rgba(255,255,255,0.75);
	text-decoration: none;
}


.link-item a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}


#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: #00153d;
}

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





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


.title-bg {
	background-color: #00153d;
}


.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: 1.5rem;
	line-height: 100%;
	font-family: "Spartan", "M PLUS 1p", sans-serif;
	font-weight: 600;
	color: #fff;


	position: relative;
	z-index: 2;		padding: 20px 0px 15px;

}

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

	}
}





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


.breadcrumb-bg {
	border-bottom: 1px solid #cccccc;
	background: rgba(210,210,210,0.5);
}


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


.breadcrumb a:hover {
	color: #cc0001;
	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: #222;
}


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%;
}


.panel-default > .panel-heading {
  background-image: none;
  background-color: #00153d;
}


.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;
  color: #fff;
	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: #1b2132;
	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 #1b2132;
	background: #1b2132;
}


.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;
  color: #fff;
}


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


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


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


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


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


.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: #1b2132;
	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;
}


#calendar_wrap .wp-calendar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}





/* 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: #1b2132;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

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





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


.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #00153d;
	-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: rgba(27, 33, 50, 0.75);
	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: #c00;
}

.label-other-entry {
	background-color: #64b4cd;
}


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

.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: #cc0001;
}





/* 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: rgba(27, 33, 50, 1.0);
	-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: rgba(27, 33, 50, 0.75);
}


.pagination .current {
	padding: 0;
	background: #cc0001;
	color: #fff;
	-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: rgba(27, 33, 50, 1.0);
	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: rgba(27, 33, 50, 0.75);
}


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: rgba(27, 33, 50, 1.0);
	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: rgba(27, 33, 50, 1.0);
	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: rgba(27, 33, 50, 0.75);
}





/* 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: rgba(27, 33, 50, 1.0);
	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: rgba(27, 33, 50, 0.75);
}


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 {
	color: #cc0001;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


#respond label {
	color: #1b2132;
  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;
}


#respond p.comment-form-cookies-consent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  line-height: 1.2em;
}


#respond p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  display: inline-block;
  width: 20px;
  margin: 0.1em 0 0 0;
}


#respond p.comment-form-cookies-consent label {
  width: calc( 100% - 20px );
}





/* 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="submit"], 
input[type="reset"], 
input[type="button"] {
	display: block;
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: normal;
	color: #fff;
	background: rgba(27, 33, 50, 1.0);
	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: rgba(27, 33, 50, 0.75);
	text-decoration: none;
}


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





/* 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: #cc0001 !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: #cc0001;
	top: 30px;
	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-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 600;
	color: #333333;
  text-align: center;
	margin-bottom: 0.2rem;
}


.content-front > h3.h3-ic {
	font-size: 3rem;
	line-height: 3rem;
}


.content-front h4 {
  font-family: "Spartan", "M PLUS 1p", sans-serif;
	font-size: 0.7rem;
  font-weight: 600;
	line-height: 1.0rem;
	margin-bottom: 0.5rem;
	color: #cc0001;
  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;
}*/


#ic-nav {
	display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


#ic-nav h3 {
  display: block;
  width: calc( 100% - 2px );
  height: auto;
  padding: 5px;
  margin: 1px;
  font-size: 0.8rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0067b1;
}

@media (min-width: 481px) {
  #ic-nav h3 {
    padding: 10px;
    font-size: 1rem;
  }
}


#ic-nav a {
  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: calc( 50% - 2px );
  height: auto;
  padding: 15px 0;
  margin: 1px;
  font-size: 0.7rem;
  line-height: 1.7em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #e7e7e7;
}

@media (min-width: 481px) {
  #ic-nav a {
    width: calc( 33.33% - 2px );
    padding: 20px 0;
    font-size: 0.8rem;
    line-height: 2em;
  }
}

@media (min-width: 768px) {
  #ic-nav a {
    width: calc( 20% - 2px );
    padding: 25px 0;
  }
}

@media (min-width: 992px) {
  #ic-nav a {
    font-size: 0.9rem;
  }
}


#ic-nav a:hover {
  background-color: #d5d5d5;
}


#ic-nav a .ic-nav-jp, 
#ic-nav a .ic-nav-en {
  width: 100%;
}


#ic-nav a .ic-nav-en {
  font-family: "Spartan", "M PLUS 1p", sans-serif;
  font-size: 0.6rem;
  color: #666;
}

@media (min-width: 481px) {
  #ic-nav a .ic-nav-en {
    font-size: 0.7rem;
  }
}

@media (min-width: 992px) {
  #ic-nav a .ic-nav-en {
    font-size: 0.8rem;
  }
}


#ic-nav a .ic {
  width: 100%;
  padding: 0 0 5px 0;
  font-size: 1.1rem;
  color: #fff;
}

@media (min-width: 481px) {
  #ic-nav a .ic {
    padding: 0 0 10px 0;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  #ic-nav a .ic {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  #ic-nav a .ic {
    font-size: 3rem;
  }
}


#ic-nav a .ic .fa-inverse {
  color: #cc0001;
}


.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: Verdana, Geneva, sans-serif;
	font-weight: 700;
	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: #222;
	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: #1b2132;
	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: #999;
}


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


.news-wrap .entry-img a:hover {
	color: #cc0001;
	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: #fff;
  border-bottom: 4px solid #e7e7e7;
	color: #1b2132 !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: #1b2132 !important;
  border-bottom: 4px solid #1b2132;
}


.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: #1b2132 !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: #1b2132 !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: #1b2132;
  text-decoration: none;
}


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


.shop-bg {
	background-color: #fff;
	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;



}




@media (min-width: 481px) {
  section.content-shop p.shop-name {

  }
}

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

  }
}

@media (min-width: 992px) {
  section.content-shop p.shop-name {
    font-size: 1.2rem;

  }
}


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: #1b2132;
	text-decoration: none;
}


section.content-shop a:hover {
	color: #cc0001;
	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: rgba(27, 33, 50, 1.0);
  text-decoration: none;
  position: relative;
}


[class^="sns-"], [class*=" sns-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vcs-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;
}


section.content-shop .shop-sns a.sns-line: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: "\e900";
  font-size: 1.5rem;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}


section.content-shop .shop-sns a.sns-fb: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: "\f09a";
  font-size: 1.5rem;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}


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-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-size: 1.5rem;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}


section.content-shop .shop-sns a.sns-contact: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: "\f0e0";
  font-size: 1.5rem;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}


section.content-shop .shop-sns a:hover {
  color: #fff;
  background-color: rgba(27, 33, 50, 0.75);
  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: #222;
	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: #1b2132;
	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#company h4 {
  font-weight: 600;
}


section#access {
}


section#access .access-info {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px dotted #1b2132;
}


section#access .access-info:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}


.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: #00153d;
	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;
  color: #1b2132;
}


#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;
  color: #1b2132;
}


#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;
  color: #1b2132;
}


#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;
  color: #1b2132;
}


#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: #1b2132;
  text-align: left;
  vertical-align: top;
  padding: 0 0 0.4rem 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #1b2132;
}

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 #1b2132;
  }
  
	table.full-width tr td {
    width: 66.66%;
    padding: 1rem 0.7rem;
    display: table-cell;
    border-bottom: 1px dotted #1b2132;
  }
}

@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: #1b2132;
  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;
	}
}


#privacy-btn.line-btn {
  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;
}


#privacy-btn.line-btn a.button {
  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;
  padding: 0;
  margin: 0.5rem 0;
  height: 3rem;
  width: 100%;
  font-family: Arial, Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 481px) {
  #privacy-btn.line-btn a.button {
    width: auto;
    margin: 1rem;
  }
}



#privacy-btn.line-btn a.button-line {
  background-color: rgba(0, 185, 0, 1.0);
}


#privacy-btn.line-btn a.button-line:hover, 
#privacy-btn.line-btn a.button-line:focus {
  color: #fff;
  background: rgba(0, 185, 0, 0.75);
  text-decoration: none;
}


#privacy-btn.line-btn a.button-line .im {
  font-size: 1.8rem;
  margin-right: 0.3rem;
}


.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: #cc0001;
	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: #1b2132;
	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;
}





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


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

@media (min-width: 768px) {
	.navbar {
		border: none;
		background: transparent;
	}
}


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


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


.navbar-default {
	border-right: none;
	border-bottom: 3px solid #00153d;
	border-left: none;
  box-shadow: none;
  background: #fff;
	width: 100%;
}

@media (min-width: 768px) {
  .navbar-default {
    background: transparent;
  }
}


.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 22px 15px 20px 15px;
	margin: 0;
	width: 60px;
}


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


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


.navbar-default .navbar-nav > li > a {
	color: #1b2132;
	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: #ec6617;
	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-weight: bold;
}
.navbar-nav > li:last-of-type {
	border-bottom: none;
}

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

@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;
  border: 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: #e5f1f1;
	color: #1b2132;
}


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


.breadcrumb > .active {
    color: #1b2132;
}


.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%; }
}


.shop-img{
	padding-top: 0px;

}


.m-center{
	display: table;
	margin:0 auto; 
	text-align: center !important;

}



/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.carousel-indicators {
    bottom: 80px;
}



.xml-wrap-2{

}


.xml-wrap-2 a{
	width: 100%;
	display: table;
}

.xml-wrap-2 a:hover{
	text-decoration: none;
	color: #333;
}


.xml-wrap-2 .img-container{
	display: table-cell;
	vertical-align: middle;
	width: 40%;

}

.xml-wrap-2 .speck-wrap{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding-left: 30px;
	background: #fff;
}

.xml-wrap-2 h2{


	display: inline-block;
	font-size: 18px;

}

.xml-wrap-2 h3{
		display: inline-block;
	font-size: 18px;

}

.xml-wrap-2 h4{

}





.xml-wrap-2 .pprice{
	padding-top: 20px;
	font-size: 24px;
	color: red;

}



.speck-dl-wrap{
	padding-top: 10px;
}

.speck-dl-wrap dl{
	margin-bottom: 0px;
	padding: 5px 0;
}


.speck-dl-wrap dt{
	display: inline;
}

.speck-dl-wrap dd{
		display: inline;
}




@media (max-width: 640px) {



.xml-wrap-2{

}


.xml-wrap-2 a{
	width: 100%;
	display: block;
}

.xml-wrap-2 a:hover{
	text-decoration: none;
	color: #333;
}


.xml-wrap-2 .img-container{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
		display: block;

}

.xml-wrap-2 .speck-wrap{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px;
	background: #fff;
		display: block;
}

.xml-wrap-2 h2{


	display: inline-block;
	font-size: 16px;

}

.xml-wrap-2 h3{
		display: inline-block;
	font-size: 16px;

}

.xml-wrap-2 h4{

}





.xml-wrap-2 .pprice{
	padding-top: 20px;
	font-size:20px;
	color: red;

}


}


.carousel-fade .carousel-inner img{
	display: table;
	margin: 0 auto;

}