/*
Theme Name: AD SHOOTING
Description: AUTO DIRECT CLASSIC 撮影用車両貸出サイト
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: #000;
	color: #fff;
	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-4by3::before {
  padding-top: 75%;
  display: block;
  content: "";
}


.img-container-hd::before {
  padding-top: 56.25%;
  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: #e00000;
}





/* 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;
}


.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: #fff;
	background: #000;
	top: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
}


#head-logo {
	padding: 10px 0;
	text-align: center;
}

@media (min-width: 481px) {
	#head-logo {
		padding: 15px 0;
	}
}

@media (min-width: 768px) {
	#head-logo {
		float: left;
		padding: 20px 0;
	}
}


#head-logo a {
  display: block;
}


#head-logo img {
	width: auto;
	height: 50px;
}

@media (min-width: 481px) {
	#head-logo img {
		width: auto;
		height: 60px;
	}
}

@media (min-width: 768px) {
	#head-logo img {
		width: auto;
		height: 75px;
    margin: 0 8px;
	}
}





/* Navigation
   ========================================================================== */


#top-nav {
	margin: 0 -15px;
}


.navbar-header .nav-title {
	display: block;
	float: left;
	text-align: center;
	color: #b09c2c;
	width: 100%;
	line-height: 20px;
	font-family: 'Century Gothic', Futura, sans-serif;
	font-weight: bold;
	margin: 0 -30px 0 0;
}

@media (min-width: 768px) {
	.navbar-header .nav-title {
		display: none;
	}
}


a > .sml-cap {
	display: inline;
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	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: #d52f5a;
}

@media (min-width: 768px) {
  a > .sml-cap {
	  display: block;
	  font-size: 10px;
	  margin: 0 auto;
    letter-spacing: -0.5px;
  }
  a:hover > .sml-cap, 
  a:focus > .sml-cap {
	  color: #d52f5a;
  }
}

@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;
}





/* Camera Slider
   ========================================================================== */


.slide-container {
  width: 100%;
  height: 180px;
}

@media (min-width: 481px) {
  .slide-container {
    height: 288px;
	}
}

@media (min-width: 768px) {
  .slide-container {
    height: 372px;
	}
}

@media (min-width: 992px) {
  .slide-container {
    height: 450px;
	}
}

@media (min-width: 1200px) {
  .slide-container {
    height:  600px;
	}
}





/* Footer
   ========================================================================== */


.footer-bg {
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 80%);
}

@media (min-width: 481px) {
  .footer-bg {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 80%);
  }
}

@media (min-width: 768px) {
  .footer-bg {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 80%);
  }
}


.banner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .banner-wrap {
    padding: 10px;
  }
}


.banner-col {
  width: 100%;
  padding: 0;
  margin: 5px 0px;
}

@media (min-width: 481px) {
  .banner-col {
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .banner-col {
    width: calc( 50% - 20px );
    margin: 10px;
  }
}


.banner-col-contact {
  width: 100%;
  max-width: 720px;
  padding: 0;
  margin: 10px auto 30px auto;
}

@media (min-width: 768px) {
  .banner-col-contact {
    width: calc( 100% - 20px );
  }
}


.banner-col a img {
  transition: all 0.5s ease 0s;
  opacity: 1;
}


.banner-col a:hover img {
  opacity: 0.7;
}


#footer-copyright {
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
}





/* Page Title
   ========================================================================== */


.title-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0;
	background: linear-gradient(to bottom, rgba(78,78,78,1) 0%, rgba(0,0,0,1) 100%);
}

@media (min-width: 481px) {
  .title-bg {
    padding: 30px 0 0 0;
  }
}

@media (min-width: 768px) {
  .title-bg {
    padding: 40px 0 0 0;
  }
}

@media (min-width: 992px) {
  .title-bg {
    height: 150px;
    padding: 0;
  }
}


h2#pagetitle-tx {
  display: inline-block;
  width: auto;
  padding: 0 1em 0.5em 1em;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 481px) {
  h2#pagetitle-tx {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  h2#pagetitle-tx {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  h2#pagetitle-tx {
    font-size: 30px;
  }
}





/* Breadcrumb
   ========================================================================== */


.breadcrumb-bg {
	background: #4e4e4e;
}


.breadcrumb a {
	color: #fff;
	text-decoration: none;
}


.breadcrumb a:hover {
	color: #b09c2c;
	text-decoration: none;
}





/* Main
   ========================================================================== */


#main {
	margin: 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
	#main {
		padding: 0 15px 0 15px;
	}
}


#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: #fff;
}


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: #333;
  border: none;
}


.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;
  background-color: #454545;
  border: 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: #fff;
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333;
	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: #b09c2c;
	border: 1px solid #000;
	background: #000;
}


.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: #fff;
	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: #333;
	border: none;
	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: 2rem 0 2rem 0;
}

@media (min-width: 481px) {
	.row-wrapper > .row > section#side {
		padding: 2rem 0 4rem 0;
	}
}

@media (min-width: 992px) {
	.row-wrapper > .row > section#side {
		padding: 0 15px 0 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: #fff;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover, a:focus {
	color: #b09c2c;
	text-decoration: underline;
}





/* Buttons
   ========================================================================== */


.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #545454;
	-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: #333;
	text-decoration: none;
}





/* Utilities
   ========================================================================== */


.remove-padding {
	padding-bottom: 0;
}


.remove-border {
	border: none;
}


.divider {
	margin-bottom: 2rem;
}


/*** 強調文字 ***/
.caution {
	color: #e00000;
	font-weight: bold;
}


/*** インデント ***/

.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


.indent2em {
	text-indent: -2em;
	padding: 0 0 0 2em;
}


/*** ノーアイテム ***/

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: #ccc;
	transition: all 0.5s ease 0s;
}


#topscroll .fa:hover, 
#topscroll .glyphicon:hover {
	color: #333;
}





/* 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: #545454;
	-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: #333;
}


.pagination .current {
	padding: 0;
	background: #7f1d31;
	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: #545454;
	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: #333;
}


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: #545454;
	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: #545454;
	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: #333;
}





/* 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: #545454;
	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: #333;
}


a.comment-edit-link {
	color: #888;
}


a.comment-edit-link:hover {
	color: #b09c2c;
}


.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: #e00000;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


#respond label {
	color: #ccc;
  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: #333;
	background: #fff;
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	display: block;
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #545454;
	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: #333;
	text-decoration: none;
}


.content-display input[type="submit"], 
.content-display input[type="reset"], 
.content-display input[type="button"] {
  background: #333;
}


.content-display input[type="submit"]:hover, 
.content-display input[type="reset"]:hover, 
.content-display input[type="button"]:hover {
  background: #000;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}





/* 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: #b09c2c !important;
}


#s {
	width: 200px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 5px;
  color: #333;
}


#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: #b09c2c;
	top: 30px;
	left: 173px;
	position: relative;
}


.screen-reader-text {
	display: none;
}





/* Page Objects
   ========================================================================== */


.content-hero {
  padding: 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(78,78,78,1) 0%, rgba(0,0,0,1) 50%);
}

@media (min-width: 481px) {
  .content-hero {
    background: linear-gradient(to bottom, rgba(78,78,78,1) 0%, rgba(0,0,0,1) 80%);
  }
}

@media (min-width: 768px) {
  .content-hero {
    background: linear-gradient(to bottom, rgba(78,78,78,1) 0%, rgba(0,0,0,1) 75%);
  }
}

@media (min-width: 992px) {
  .content-hero {
    background: linear-gradient(to bottom, rgba(78,78,78,1) 0%, rgba(0,0,0,1) 70%);
  }
}


.hero-img {
  width: 100%;
  max-width: 1200px;
  padding: 20px 10px 0 10px;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .hero-img {
    padding: 30px 15px 10px 15px;
  }
}

@media (min-width: 768px) {
  .hero-img {
    padding: 40px 15px 20px 15px;
  }
}

@media (min-width: 992px) {
  .hero-img {
    padding: 50px 15px 25px 15px;
  }
}


.hero-tx {
  width: 100%;
  max-width: 1200px;
  padding: 10px 10px 20px 10px;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .hero-tx {
    padding: 15px 15px 30px 15px;
  }
}

@media (min-width: 768px) {
  .hero-tx {
    padding: 20px 15px 40px 15px;
  }
}

@media (min-width: 992px) {
  .hero-tx {
    padding: 25px 15px 50px 15px;
  }
}


.hero-tx h1 {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .hero-tx h1 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .hero-tx h1 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .hero-tx h1 {
    font-size: 24px;
  }
}


.content-cap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
}

@media (min-width: 481px) {
  .content-cap {
    margin: 0 auto 50px;
  }
}

@media (min-width: 768px) {
  .content-cap {
    margin: 0 auto 60px;
  }
}


.content-cap h2 {
  display: inline-block;
  width: auto;
  padding: 0 1em 0.5em 1em;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 481px) {
  .content-cap h2 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .content-cap h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .content-cap h2 {
    font-size: 30px;
  }
}


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;
}


.news-wrap p.archive-link {
  margin: 15px 0 0 0 !important;
  text-align: right;
}


ul.car-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
  margin: 0 auto;
}


ul.car-wrap li {
  display: block;
  width: calc( 100% - 4px );
  padding: 0;
  margin: 2px;
  list-style: none;
}

@media (min-width: 481px) {
  ul.car-wrap li {
    width: calc( 50% - 4px );
  }
}

@media (min-width: 992px) {
  ul.car-wrap li {
    width: calc( 25% - 4px );
  }
}


.car-img {
  width: 100%;
  padding: 0;
  margin: 0 auto 4px;
}


.car-img a img {
  opacity: 1;
  transition: all 0.5s ease 0s;
}


.car-img a:hover img {
  opacity: 0.7;
}


.tax-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 auto 4px;
}


.tax-col {
  display: block;
  width: calc( 50% - 2px );
  padding: 0;
  margin: 0;
}


.tax-col a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #b09917;
}


.tax-col a:hover {
  opacity: 0.7;
}


.tax-col a:nth-of-type(n+2) {
  display: none;
}


.car-info {
  width: 100%;
  padding: 15px 5px 40px 5px;
}


.car-info h3 {
  display: block;
  width: 100%;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #7f1d31;
}


.car-info h3 a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.car-info h3 a:hover {
  color: #b09c2c;
  text-decoration: none;
}


.car-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}


.content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  width: 100%;
  height: auto;
  padding: 50vw 0 0 0;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (min-width: 481px) {
  .content-wrap {
    padding: 52vw 0 0 0;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 768px) {
  .content-wrap {
    justify-content: flex-end;
    align-content: center;
    height: 320px;
    padding: 0;
    margin: 0 auto 80px;
    background-position: -50% bottom;
  }
  
  .content-wrap-inverse {
    justify-content: flex-start;
    background-position: 150% bottom;
  }
}

@media screen and (min-width: 992px) {
  .content-wrap {
    height: 380px;
    background-position: -30% bottom;
  }
  
  .content-wrap-inverse {
    background-position: 130% bottom;
  }
}

@media screen and (min-width: 1200px) {
  .content-wrap {
    height: 380px;
    background-position: left bottom;
  }
  
  .content-wrap-inverse {
    background-position: right bottom;
  }
}


.content-wrap-flow {
  background-image: url("images/index/01.jpg");
  margin-bottom: 0;
}


.content-wrap-support {
  background-image: url("images/index/02.jpg");
  margin-bottom: 0;
}


.content-wrap-about {
  background-image: url("images/index/03.jpg");
  margin-bottom: 0;
}


.content-wrap-flow01 {
  background-image: url("images/flow/01.jpg");
}


.content-wrap-flow02 {
  background-image: url("images/flow/02.jpg");
}


.content-wrap-flow03 {
  background-image: url("images/flow/03.jpg");
}


.content-wrap-flow04 {
  background-image: url("images/flow/04.jpg");
}


.content-wrap-flow05 {
  background-image: url("images/flow/05.jpg");
}


.content-wrap-flow06 {
  background-image: url("images/flow/06.jpg");
}


.content-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  padding: 15px;
  background-color: rgba(255,255,255,0.8);
}

@media screen and (min-width: 481px) {
  .content-col {
    width: 80%;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .content-col {
    width: 60%;
    padding: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .content-col {
    width: 60%;
    padding: 30px;
  }
}


.content-2nd .content-col {
  background-color: rgba(78,78,78,0.8);
}


.content-col h3 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: normal;
  color: #000;
}

@media screen and (min-width: 481px) {
  .content-col h3 {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .content-col h3 {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1025px) {
  .content-col h3 {
    font-size: 1.6em;
  }
}


.content-2nd .content-col h3 {
  color: #fff;
  margin: 0 0 0.5em 0;
}


.content-2nd .content-col h3 .title-num {
  font-size: 130%;
  margin-right: 5px;
}


.content-2nd .content-col p {
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 481px) {
  .content-2nd .content-col p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .content-2nd .content-col p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .content-2nd .content-col p {
    font-size: 16px;
  }
}


.content-2nd .content-col p a {
  color: #fff;
  text-decoration: underline;
}


.content-2nd .content-col p a:hover {
  color: #b09c2c;
  text-decoration: none;
}


.content-col p.go-detail {
  display: block;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: right;
  color: #00;
}

@media screen and (min-width: 481px) {
  .content-col p.go-detail {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .content-col p.go-detail {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1025px) {
  .content-col p.go-detail {
    font-size: 1.6em;
  }
}


.content-col p.go-detail a {
  color: #000;
}


.content-col p.go-detail a:hover {
  color: #b09c2c;
}


.blog-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 2px;
}


.blog-wrap a.entry {
	display: block;
	width: calc( 100% - 4px );
	height: auto;
	margin: 2px;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 481px) {
  .blog-wrap a.entry {
		width: calc( 50% - 4px );
	}
}
@media screen and (min-width: 768px) {
	.blog-wrap a.entry {
		width: calc( 50% - 4px );
	}
}
@media screen and (min-width: 992px) {
  .blog-wrap a.entry {
		width: calc( 25% - 4px );
	}
}


.blog-wrap a.entry:hover {
  opacity: 0.7;
}


.entry-img {
  position: relative;
}


.display-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.label.label-new-entry {
  display: block;
  width: 80px;
  height: 30px;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0;
	background-color: #7f1d31;
  background-image: url("images/ic-new.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}


.blog-wrap a.entry .blog-entry {
  padding: 15px 5px 40px 5px;
}


.blog-wrap a.entry .blog-entry h3 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.blog-wrap a.entry:hover .blog-entry h3 {
  color: #b09c2c;
  text-decoration: none;
}


.map-container {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .map-container {
    height: 500px;
  }
}


.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.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: #fff;
  text-align: left;
  vertical-align: top;
  padding: 0 0 0.4rem 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}

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 #ccc;
  }
  
	table.full-width tr td {
    width: 66.66%;
    padding: 1rem 0.7rem;
    display: table-cell;
    border-bottom: 1px dotted #fff;
  }
}

@media (min-width: 992px) {
	table.full-width tr th {
    width: 25%;
  }
  
	table.full-width tr td {
    width: 75%;
  }
}


table.full-width tr th p, 
table.full-width tr td p {
  margin: 0;
}


section#carlist {
  padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
  section#carlist {
    padding: 0 0 4rem 0;
  }
}


section.slider_body {
  padding: 0;
}


section.slider_body .sp-button {
  border: 2px solid #b09c2c;
}


section.slider_body .sp-selected-button {
  background-color: #b09c2c;
}


section#cardetail {
  padding: 2rem 0 0 0;
}

@media (min-width: 481px) {
  section#cardetail {
    padding: 4rem 0 0 0;
  }
}


section#to-owner {
  background-color: #fff;
  margin: 0 auto 20px;
  text-align: center;
}

@media (min-width: 481px) {
  section#to-owner {
    margin: 0 auto 40px;
  }
}


section#to-owner h3 {
  display: inline-block;
  width: auto;
  padding: 0 1em 0.5em 1em;
  margin: 0 auto 1em auto;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
}

@media (min-width: 481px) {
  section#to-owner h3 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  section#to-owner h3 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  section#to-owner h3 {
    font-size: 30px;
  }
}


section#to-owner p {
  font-size: 12px;
  line-height: 1.8em;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 481px) {
  section#to-owner p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  section#to-owner p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  section#to-owner p {
    font-size: 18px;
  }
}


section#to-owner p a {
  color: #000;
}


section#to-owner p a:hover {
  color: #b09c2c;
}


section#flow {
  padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
  section#flow {
    padding: 0 0 4rem 0;
  }
}


section#support {
  padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
  section#support {
    padding: 0 0 4rem 0;
  }
}


.content-display {
  background-color: #454545;
  padding: 10px;
  margin: 0 auto 20px auto;
  text-align: center;
}

@media (min-width: 481px) {
  .content-display {
    padding: 20px;
    margin: 0 auto 40px auto;
  }
}

@media (min-width: 768px) {
  .content-display {
    padding: 30px;
    margin: 0 auto 60px auto;
  }
}

@media (min-width: 992px) {
  .content-display {
    padding: 40px;
    margin: 0 auto 80px auto;
  }
}


.content-display h3 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

@media (min-width: 481px) {
  .content-display h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .content-display h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .content-display h3 {
    font-size: 28px;
  }
}


.carinfo {
  padding: 0;
}

@media (min-width: 481px) {
  .carinfo {
    padding: 5px 0 0 0;
  }
}

@media (min-width: 768px) {
  .carinfo {
    padding: 10px 0 0 0;
  }
}

@media (min-width: 992px) {
  .carinfo {
    padding: 20px 0 0 0;
  }
}


.content-display h4 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.75em;
}

@media (min-width: 481px) {
  .content-display h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .content-display h4 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .content-display h4 {
    font-size: 24px;
  }
}


.carinfo h4 {
  text-align: left;
}


.price-wrap {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #fff;
}

@media (min-width: 481px) {
  .price-wrap {
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
  }
}

@media (min-width: 768px) {
  .price-wrap {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
  }
}

@media (min-width: 992px) {
  .price-wrap {
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
  }
}


.carinfo .price-wrap h4 {
  text-align: center;
}


.content-display p {
  font-size: 12px;
  line-height: 1.8em;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .content-display p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .content-display p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .content-display p {
    font-size: 18px;
  }
}


.content-display .form-content p {
  text-align: center;
  padding-bottom: 20px;
}


section#blog {
  padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
  section#blog {
    padding: 0 0 4rem 0;
  }
}


section#about {
  padding: 0;
}


.about-img {
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
}

@media (min-width: 481px) {
  .about-img {
    padding: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .about-img {
    padding: 0 0 40px 0;
  }
}


.about-img img {
  width: 75%;
  max-width: 720px;
  margin: 0 auto;
}


section#company {
  padding: 1rem 0;
}

@media (min-width: 481px) {
  section#company {
    padding: 0 0 4rem 0;
  }
}


.company-img {
  width: 100%;
  padding: 0 0 40px 0;
  text-align: center;
}

@media (min-width: 481px) {
  .company-img {
    padding: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .company-img {
    padding: 0 0 40px 0;
  }
}


.company-img img {
  width: 75%;
  max-width: 320px;
  margin: 0 auto;
}


.table-content {
  max-width: 600px;
  margin: 0 auto;
}


section#access {
  padding: 1rem 0 2rem 0;
}

@media (min-width: 481px) {
  section#access {
    padding: 2rem 0 4rem 0;
  }
}


.access-tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px 0;
}

@media (min-width: 481px) {
  .access-tx {
    padding: 30px 0 20px 0;
  }
}

@media (min-width: 768px) {
  .access-tx {
    padding: 50px 0 30px 0;
  }
}


#access ul {
	padding-left: 1.5em;
}


#access ul li {
  font-size: 0.8rem;
}

@media (min-width: 481px) {
  #access ul li {
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  #access ul li {
    font-size: 1.2rem;
  }
}


#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: #fff;
}


#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: #fff;
}


#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: #fff;
}


#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: #222;
}


#access .access-by {
	padding: 1rem 0 1rem 0;
}


#access .access-by p.how-to-go {
	margin: 0 0 0.5rem 2em;
}


.access-address {
  padding: 30px 2px 0 2px;
}


.access-address p .fa {
  margin: 0 3px 0 2px;
}


section#search-404 {
  padding: 0 0 2rm 0;
}

@media (min-width: 481px) {
  section#search-404 {
    padding: 0 0 4rem 0;
  }
}


section#privacy {
  padding: 1rem 0;
}

@media (min-width: 481px) {
  section#privacy {
    padding: 0 0 4rem 0;
  }
}


#privacy h2 {
	margin: 3rem 0 1rem 0;
	color: #b09c2c;
  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 {
  padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
  section#contact {
    padding: 0 0 4rem 0;
  }
}


section#contact-car {
  padding: 0;
}

@media (min-width: 481px) {
  section#contact-car {
    padding: 0;
  }
}


#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: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-weight: bold;
  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: #d52f5a;
	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: #fff;
	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
   ========================================================================== */


section.content-banner {
	padding: 0 0 4rem 0;
}


.bn-container {
  padding: 0;
  margin: 20px auto 0 auto;
}

@media (min-width: 768px) {
  .bn-container {
    padding: 0 20px;
  }
}


.bn-container:first-of-type {
  margin: 10px auto 0 auto;
}

@media (min-width: 768px) {
  .bn-container:first-of-type {
    margin: 0 auto;
  }
}





/* Bottom Inquiry
   ========================================================================== */


#inq-display {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 768px) {
  #inq-display {
    display: none;
  }
}


.inq-bottom {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: rgba(0,0,0,0.9);
	background: -moz-linear-gradient(top, rgba(51,51,51,0.9) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(51,51,51,0.9) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0.9) 0%, rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6333333', endColorstr='#e6000000', GradientType=0 );
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.3);
	display: none;
}


.inq-bottom * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}


.inq-fixed {
	display: block;
	position: fixed;
	left: 0;
	z-index: 10000;
}


.inq-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}


.inq-wrap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 3px;
	margin: 0 auto;
}


.inq-wrap ul li {
	display: block;
  width: calc( 50% - 6px );
	margin: 3px;
}


.inq-wrap ul li 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: 100%;
  height: 40px;
	font-size: 14px;
  line-height: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 481px) {
  .inq-wrap ul li a {
    font-size: 18px;
  }
}


.inq-wrap ul li.inq-tel a {
	background-color: #940000;
}


.inq-wrap ul li.inq-mail a {
	background-color: #0068b7;
}


.inq-wrap ul li.inq-line a {
	background-color: #00b900;
}


.inq-wrap ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}


.inq-wrap ul li a .im {
  font-size: 150%;
  line-height: 1;
  margin-right: 0.2em;
  vertical-align: middle;
}


.inq-bottom i.fa {
  font-family: "FontAwesome";
  margin-right: 0.2em;
}


.inq-bottom i.fa-mobile {
  font-size: 1.8em
}


.inq-bottom i.fa-mobile {
  font-size: 1.4em
}





/* 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: #222;
	float: right;
}


@media (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}
}


.navbar-default {
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 100%;
  background-color: #000;
  background-image: url(none);
  border: none;
  box-shadow: none;
}


.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
  border-color: transparent;
}


.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 12px 15px;
	margin: 0;
	width: 100%;
}

@media (min-width: 481px) {
  .navbar-default .navbar-toggle {
    padding: 15px;
  }
}


.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-default .navbar-toggle .fa {
	font-size: 1.5rem;
	color: #b09c2c;
}


.navbar-default .navbar-nav > li > a {
  font-size: 12px;
	color: #b09c2c;
	background-color: transparent;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 3px;
    font-size: 14px;
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #b09c2c;
	background-color: #333;
	text-shadow: none;
}


.navbar-nav {
    margin: 0 -15px;
}

@media (min-width: 768px) {
	.navbar-nav {
		width: 100%;
		margin: 0;
	}
}


.navbar-nav > li {
	border-top: none;
  border-bottom: 1px solid #333;
	font-weight: 700;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		text-align: center;
		border: none;
		font-weight: 700;
		float: none;
		width: 1%;
		display: table-cell;
		border-right: none;
    border-bottom: none;
	}
	.navbar-nav > li:first-of-type {
		border-left: none;
	}
}

@media (min-width: 992px) {
	.navbar-nav > li {
		letter-spacing: 0em;
	}
}


.nav-justified {
    width: auto;
    border-top: 1px solid #333;
}

@media (min-width: 768px) {
	.nav-justified {
		width: 100%;
    border-top: none;
		margin: 0;
	}
}


@media (min-width: 768px) {
	.nav-tabs.nav-justified {
		border-bottom: none;
	}
}


.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 > a, 
.nav-tabs > li > a:focus, 
.nav-tabs > li > a:hover {
  padding: 10px;
}


.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #fff;
	color: #d52f5a;
  font-weight: bold;
}


.breadcrumb {
	background-color: transparent;
	margin: 0 -15px;
}


.breadcrumb > .active {
    color: #fff;
}


.breadcrumb > li + li::before {
	color: #fff;
}


.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-blog .col-xs-6, 
  .introduce .col-xs-6 { width: 100%; }
}


/*** 特定id/class配下の .col-**-* グリッドを480pxのブレークポイント以下で2カラム表示 ***/

@media (max-width: 480px) {
  .introduce .col-xs-3 { width: 33.33333333%; }
}





/* Tab
   ========================================================================== */


.tab-changer {
  padding-bottom: 2rem;
}


.tab-changer .nav-tabs > li {
  width: 50%;
}


.tab-2nd-row {
  display: block;
}

@media (min-width: 481px) {
  .tab-2nd-row {
    display: inline-block;
  }
}



