@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  background: #D6EAF5;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
}
.box {
  padding: 50px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.box.first {
  margin-top: -40px;
  border-radius: 5px 5px 0 0;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}
#portfolio .box {
  background: #f3f3f3;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview-link {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

#takihara .red{
  color: #b70101;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#pricing .box {
  background-color: #f9f9f9;
}
#pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#pricing .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
}
#pricing .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
#pricing .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}
#pricing .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
#pricing .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#pricing .plan.featured .plan-price {
  color: #fff;
  background-color: #52b6ec;
  border-bottom-color: #52b6ec;
  margin: 0;
}
/*#services .box {
  padding-bottom: 0;
}
#services .row > div {
  margin-bottom: 50px;
}
*/
.center {
  text-align: center;
}
/*
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
*/
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  margin: 5px 0 10px 20px;
  margin-left: 20px;
  width: 299px;
  height: 78px;
  background: url(../images/logo.png) no-repeat 0 50%;
}


@media only screen and (max-width: 407px){
	.navbar-default .navbar-brand {
	  height: 55px;
	}
}


.navbar-default .navbar-nav > li {
  margin-left: 1px;
  margin-bottom: 1px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  line-height: 18px;
  color: #333;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #4FB855;
  color: #fff;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #52b6ec;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {
  #navbar {
    margin-top: 3px;
    padding-top: 2px;
  }
  #page-title {
    background-image: url(../images/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 100px 0 50px 0;
    color: #fff;
  }
  #page-title h1 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }
  #page-title .description {
    font-size: 16px;
  }
  #home #top-view {
    background-image: url(../images/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 80px 0;
  }
  #home #top-view #catchcopy {
    margin-top: 30px;
  }
  #home #top-view #contact-box {
    max-width: 480px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
  }
  #home #top-view #contact-box #contact-box-tel {
    padding: 10px 10px 0 10px;
  }
  #home #top-view #contact-box ul {
    padding: 15px 0 5px 0;
  }
  #home #top-view #contact-box ul li {
    line-height: 1.2;
  }
  #home #portfolio .box h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 24px;
  }
  #home #portfolio .portfolio-filter {
    margin-bottom: 30px;
  }
  #home #portfolio .portfolio-filter li {
    margin-bottom: 5px;
  }
  #home #portfolio .portfolio-items.col-3 > li {
    width: 100%;
    color: #333;
  }
  #home #portfolio .portfolio-items.col-3 > li h5 {
    font-weight: bold;
    font-size: 18px;
  }
  #home #portfolio .portfolio-items.col-3 > li p {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  #home #info #info-box {
    padding-top: 0!important;
  }
  #home #info h2 {
    margin-top: 0;
    width: 100%;
    background-color: #777;
    color: #FFF;
    font-size: 24px;
  }
  #home #info .info-item {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-left: #229AD6 4px solid;
  }
  #home #info .info-item .info-tit {
    font-size: 20px;
  }
  #home #info .info-item .info-txt {
    font-size: 18px;
    line-height: 1.5;
  }
  #home #step h3 {
    color: #333!important;
    font-size: 22px;
  }
  #home #step p {
    color: #333!important;
    padding: 0 20px;
    font-size: 18px;
  }
  #home #step .step-item {
    background: url(../images/home_step_arrow01.gif) no-repeat bottom center;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  #company #about {
    font-size: 16px;
    color: #333;
  }
  #company #map .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #company #map .ggmap iframe,
  #company #map .ggmapr object,
  #company #map .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #bosyu .box h2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }
  #bosyu #about {
    font-size: 16px;
    color: #333;
  }
  #faq h3 {
    border-left: 5px #1586C3 solid;
    padding-left: 10px;
  }
  #faq #faq-list .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
  }
  #faq #faq-list .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
  }
  #faq em {
    font-weight: bold;
    font-style: normal;
  }
  #faq .faq-ul li {
    list-style-type: none;
  }
  #lineup #portfolio .box h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 24px;
  }
  #lineup #portfolio .portfolio-filter {
    margin-bottom: 30px;
  }
  #lineup #portfolio .portfolio-filter li {
    margin-bottom: 5px;
  }
  #lineup #portfolio .portfolio-items.col-3 > li {
    width: 100%;
    color: #333;
  }
  #lineup #portfolio .portfolio-items.col-3 > li h5 {
    font-weight: bold;
    font-size: 18px;
  }
  #lineup #portfolio .portfolio-items.col-3 > li p {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  #lineup-item #slide h2 {
    width: 100%;
    background-color: #1586C3;
    color: #fff;
    font-size: 22px;
  }
  #lineup-item #slide p {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 2.0;
  }
  #lineup-item .zaseki-box {
    background-color: #E8E8E8;
  }
  #lineup-item table tr th,
  #lineup-item table tr td {
    padding: 10px;
    display: list-item;
    list-style: none;
  }
  #lineup-item table tr th {
    white-space: nowrap;
  }
  #cancel #cancel-policy {
    font-size: 18px;
  }
  #cancel #cancel-policy ul {
    list-style-type: square;
    list-style-position: outside;
  }
  #cancel #cancel-policy ul li {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  #cancel #cancel-policy p {
    line-height: 1.5;
    padding: 10px 0 0 20px;
  }
  #flow #step {
    line-height: 1.5;
    font-size: 16px;
  }
  #flow #step .step-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/flow_arrow01.png) no-repeat bottom center;
  }
  #flow #step .step-item p {
    margin-bottom: 20px;
  }
  #flow #step .step-item-last {
    padding-bottom: 20px;
    background: none;
  }
  #flow #step .step-item-last p {
    margin-bottom: 20px;
  }
  #flow #step .step-item-bg {
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #EFEFEF;
  }
  #flow #step em {
    font-style: normal;
    color: #f00;
  }
  #mitsumori fieldset {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #mitsumori fieldset legend {
    padding: 5px 10px;
    background-color: #0088C0;
    color: #fff;
  }
  #mitsumori fieldset .hissu {
    color: #B94A48;
  }
  #mitsumori .txt01 {
    font-size: 16px;
  }
  #news .box.first,
  #entry .box.first {
    padding-top: 20px;
  }
  #news .news-item,
  #entry .news-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #0088C0 1px solid;
  }
  #news .news-item .news-tit,
  #entry .news-item .news-tit {
    font-size: 24px;
    padding: 0;
  }
  #news .news-item .news-content,
  #entry .news-item .news-content {
    line-height: 1.5;
    font-size: 16px;
  }
  #news .news-item .news-cat,
  #entry .news-item .news-cat {
    font-size: 16px;
    margin-top: 30px;
  }
  #news .pagenation,
  #entry .pagenation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #news .side-box,
  #entry .side-box {
    margin-bottom: 10px;
    border: #ccc 1px solid;
    border-radius: 4px;
    background-color: #F9F9F9;
  }
  #news .side-box h3,
  #entry .side-box h3 {
    margin-left: 10px;
    font-size: 18px;
  }
  #contact .box {
    background-color: #0088C0;
    color: #fff;
  }
  #contact .box h1,
  #contact .box h2,
  #contact .box h3 {
    color: #fff;
  }
  #contact .box a {
    color: #fff;
  }
  #contact .box a:hover {
    color: #52b6ec;
  }
  #contact .box input[type="text"],
  #contact .box input[type="email"],
  #contact .box textarea {
    background-color: #fff;
    border: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  #contact .box input[type="text"]:focus,
  #contact .box input[type="email"]:focus,
  #contact .box textarea:focus {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #contact .contact-btn {
    margin: 10px 0;
  }
  #contact #contact-nav {
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
  }
  #contact h2#campany-name {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
  #contact address {
    font-size: 16px;
    font-weight: normal;
  }
  #contact .wpcf7-mail-sent-ok {
    border: 2px solid #fff!important;
    font-size: 16px;
  }
  #footer {
    color: #333;
  }

  #takihara #step {
    line-height: 1.5;
    font-size: 16px;
  }
  #takihara #step .step-tit {
    line-height: 1.5;
    font-size: 24px;
  }
  #takihara #step .step-txt {
    line-height: 2;
  }
  #takihara #step .step-tit2 {
    margin: -18px 0 40px !important;
  }

  #takihara #step .step-txt01 {
    line-height: 1.5;
    font-size: 18px;
    color: #b70101;
    border-bottom: 2px solid #b70101;
    display: inline;
  }
  #takihara #step .txt01{
    color: #b70101;
    border-bottom: 2px solid #b70101;
  }
  #takihara #step .txt02{
    color: #b70101;
    font-size: 20px;
    border-bottom: 2px solid #b70101;
  }
  #takihara #step .txt03{
    font-size: 30px;
  }
  #takihara #step .step-txt02 {
    font-size: 14px;
	text-align: center;
  }
  #takihara #step .step-txt03 {
    font-size: 12px;
	text-align: right;
  }

  #takihara #step .step-item {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #takihara #step .step-item p {
    margin-bottom: 20px;
  }
  #takihara #step .step-item-last {
    padding-bottom: 20px;
    background: none;
  }
  #takihara #step .step-item-last p {
    margin-bottom: 20px;
  }
  #takihara #step .step-item-bg {
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #EFEFEF;
  }
  #takihara #step em {
    font-style: normal;
    color: #b70101;
  }
}
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #home #top-view {
    padding: 110px 0 80px 0;
  }
  #home .portfolio-items.col-3 > li {
    width: 33%!important;
  }
  #lineup-item table tr th,
  #lineup-item table tr td {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) {
  #home .portfolio-items.col-3 > li {
    width: 33%!important;
  }
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #home #top-view {
    padding: 145px 0 80px 0;
  }
  #home #top-view #catchcopy {
    margin-top: 0;
    margin-left: 50px;
  }
  #home #top-view #contact-box {
    margin-left: 50px;
  }
  #home .portfolio-items.col-3 > li {
    width: 33%!important;
  }
  #home #step .step-item {
    background: url(../images/home_step_arrow02.gif) no-repeat center right;
  }
  #lineup .portfolio-items.col-3 > li {
    width: 33%!important;
  }
  #contact #campany-name {
    font-size: 26px;
  }
  #contact address {
    font-size: 18px;
    font-weight: normal;
  }
  #contact #contact-nav {
    padding-left: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.5;
  }



}
.img-responsive-overwrite {
  margin: 0 auto;
}
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
#mitsumori .wpcf7 .wpcf7-response-output {
  margin: 10px 0 10px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#mitsumori .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
#mitsumori .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}
#pagenation01 {
  padding-bottom: 20px;
}
#pagenation01:before,
#pagenation01:after {
  content: " ";
  display: table;
}
#pagenation01:after {
  clear: both;
}
.wp-pagenavi {
  clear: both;
  margin-top: 10px;
  font-family: 'Federo', sans-serif;
  /*Webフォント*/
  font-size: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  float: left;
  padding: 2px 5px;
  margin: 5px;
  min-width: 23px;
  height: 22px;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  /*角丸*/
  -webkit-border-radius: 5px;
  /*角丸*/
  border-radius: 5px;
  /*角丸*/
}
.wp-pagenavi a {
  -webkit-box-shadow: 1px 1px 1px #666;
  -moz-box-shadow: 1px 1px 1px #666;
  box-shadow: 1px 1px 1px #666;
}
.wp-pagenavi span.current {
  background: #ccc;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px #666 inset;
  -moz-box-shadow: 1px 1px 1px #666 inset;
  box-shadow: 1px 1px 1px #666 inset;
}
.takihara-hr{
  margin-top: 0px;
  margin-bottom: 60px;
  border: 0;
  border-top: 1px solid #c5c5c5;
  max-width: 710px;
}
