@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	コーケンサービス株式会社
*
* ======================================================= */
body {
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 300;
}

a {
  color: #F03861;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #F03861;
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #727272;
  font-weight: 300;
  font-family: "Roboto", Arial, serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}



::-webkit-selection {
  color: #fcfcfc;
  background: #f56f8d;
}

::-moz-selection {
  color: #fcfcfc;
  background: #f56f8d;
}

::selection {
  color: #fcfcfc;
  background: #f56f8d;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #F03861;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #F03861;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.heading-section {
  margin-bottom: 5em;
}
.heading-section h2 {
  position: relative;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.heading-section h2:before {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 20px;
  height: 3px;
  background: #F03861;
}

header, #fh5co-intro-section, #fh5co-services-section, #fh5co-featured-work-section,
#fh5co-common-section, #fh5co-blog-section, #footer, #fh5co-contact-section,
#fh5co-work-section {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
	header{
		padding-bottom:0 !important;
	}
	
}

header {
  padding-top: 3em;
}
header .fh5co-navbar-brand {
  padding-bottom: 3em;
}
header .fh5co-navbar-brand .fh5co-logo {
  position: relative;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none;
}
header #fh5co-main-nav > ul {
  padding: 0;
  margin: 0;
}
header #fh5co-main-nav > ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
	header {
		padding-top: 1em;
	}
	header .fh5co-navbar-brand {
		padding-bottom: 1em;
		}
		header #fh5co-main-nav > ul li {
			display: block;
			margin-left: 0;
			margin-bottom: 15px;
		}
		
		header img {
			width:90% !important;
			height:auto !important;
		}
		
}

@media screen and (max-width: 980px) {
	header #fh5co-main-nav > ul li {
  margin-left: 20px;
}
}

header #fh5co-main-nav > ul li a {
  padding-bottom: 5px;
  color: #000;
  position: relative;
  font-weight: 400;
}

header #fh5co-main-nav > ul li a:hover, header #fh5co-main-nav > ul li a:focus {
  text-decoration: none;
  color: #76f6f8;
}
header #fh5co-main-nav > ul li:first-child {
  margin-left: 0;
}

#fh5co-intro-section h2 {
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #fh5co-intro-section h2 {
    font-size: 30px;
  }
}

.owl-carousel {
  margin-bottom: 5em;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-next i,
.owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.item {
  position: relative;
}
.item .pop-up-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(56, 231, 240, 0.51);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item .pop-up-overlay.pop-up-overlay-color-2 {
  background: rgba(248, 125, 9, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-3 {
  background: rgba(23, 231, 164, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-4 {
  background: rgba(249, 197, 53, 0.8) !important;
}
.item .pop-up-overlay .desc {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -60px;
  padding: 30px;
}
.item .pop-up-overlay .desc h3 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.item .pop-up-overlay .desc span {
	display: block;
	color: #BF0620;
	font-weight: bold;
	font-size: 22px;
	text-transform:1px 1px ;
	background-color: #FFF;
}
.item .pop-up-overlay:hover, .item .pop-up-overlay:focus {
  text-decoration: none;
}
.item:hover .pop-up-overlay, .item:focus .pop-up-overlay {
  opacity: 1;
}

.services-num {
  position: relative;
}
.services-num .number-holder {
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 0;
  left: 15px;
  line-height: 100px;
  color: #000;
}
.services-num .desc {
  padding-left: 140px;
}
.services-num .desc h3 {
  font-weight: 300;
  line-height: 26px;
  font-size: 24px;
  margin-bottom: 8px;
}
.services-num.services-num-text-right {
}
.services-num.services-num-text-right .number-holder {
  right: 15px;
}
.c01{
	color:#76f6f8 !important;
}
.c02{
	color:#76f8a1 !important;
}

.services-num.services-num-text-right .desc {
}
@media screen and (max-width: 768px) {
  .services-num.services-num-text-right {
    text-align: left;
  }
  .services-num.services-num-text-right .number-holder {
    right: 0;
    left: 15px;
  }
  .services-num.services-num-text-right .desc {
    padding-left: 140px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .services-num.services-num-text-right .desc {
    padding-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .services-num .number-holder {
    font-size: 50px;
  }
  .services-num .desc {
    padding-left: 80px;
  }
}

.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 500px;
}

@media screen and (max-width: 768px) {

.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 250px;
}
}



.fh5co-hero, .fh5co-parallax {
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	margin-bottom: 7em;
	background-color: #555;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    height: inherit;
    /*padding: 4em 0;*/
  }
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  font-weight:600;
  border-bottom: 5px solid rgba(15, 165, 181, 0.5);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: rgba(15, 165, 181, 1);
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.services-grid {
  margin-bottom: 50px;
}
.services-grid i {
  font-size: 60px;
  display: block;
  margin-bottom: 30px;
  color: #F03861;
}

.fhco-hero2 {
  margin-bottom: 40px;
}
.fhco-hero2 img {
  margin-top: -50px;
}
@media screen and (max-width: 992px) {
  .fhco-hero2 {
    display: none;
  }
}

.fh5co-services {
  position: relative;
  margin-bottom: 40px;
}
.fh5co-services .holder-section {
  padding-left: 100px;
}
.fh5co-services .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
}
.fh5co-services .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F03861;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services .fh5co-table-cell2 {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-services .fh5co-table-cell2 i {
  display: block;
  color: #fff;
  font-size: 32px;
}

.fh5co-services-right {
  margin-bottom: 40px;
  position: relative;
  text-align: right;
}
.fh5co-services-right .holder-section {
  padding-right: 100px;
}
.fh5co-services-right .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
}
.fh5co-services-right .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #F03861;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services-right .fh5co-table-cell2 {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-services-right .fh5co-table-cell2 i {
  display: block;
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .fh5co-services-right {
    margin-bottom: 0;
    text-align: left;
  }
  .fh5co-services-right .holder-section {
    padding-right: 0;
    padding-left: 100px;
  }
  .fh5co-services-right .fh5co-table2 {
    left: 0;
  }
}

.fh5co-table2-color-2 {
  background: #F87D09 !important;
}

.fh5co-table2-color-3 {
  background: #17E7A4 !important;
}

.fh5co-table2-color-4 {
  background: #F9C535 !important;
}

.fh5co-table2-color-5 {
  background: #51DACF !important;
}

.fh5co-table2-color-6 {
  background: #FF7676 !important;
}

@media screen and (max-width: 992px) {
  .blog-section {
    margin-bottom: 80px;
  }
}
.blog-section span {
    display: block;
    font-size: 32px;
    color: #6fe1fb;
    line-height: 0;
    /*margin-bottom: 60px;*/
    font-weight: 700;
    position: relative;
    min-height:  38px;
}
/*.blog-section span:before {
  content: '  ';
  display: block;
  min-height: 38px;
}
.blog-section span:first-child:before {
  content:  'NEW';
  display:  block;
  min-height: 38px;
}*/

.blog-section span small {
  position: absolute;
  top: 0;
  font-size: 16px;
  color: rgba(114, 114, 114, 0.8);
  font-weight: 300;
  line-height: 0;
  margin-left: 20px;
}

.blog-section h3 {
  margin-bottom: 10px;
}
.blog-section h3 a {
  color: #000;
}

.fh5co-grid-work {
  margin-bottom: 60px;
}
.fh5co-grid-work .work-holder {
  position: relative;
  margin-bottom: 30px;
}
.fh5co-grid-work .work-holder img {
  max-width: 100%;
  max-height: 240px;
}
.fh5co-grid-work .work-holder .inner-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 56, 97, 0.9);
  opacity: 0;
}
.fh5co-grid-work .work-holder .inner-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #fff;
  font-size: 30px;
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-2 {
  background: rgba(248, 125, 9, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-3 {
  background: rgba(23, 231, 164, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
  background: rgba(249, 197, 53, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
  background: rgba(81, 218, 207, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-5 {
  background: rgba(255, 118, 118, 0.9);
}
.fh5co-grid-work .desc h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.fh5co-grid-work .desc h3 a {
  color: #000;
}
.fh5co-grid-work .desc span {
  color: rgba(114, 114, 114, 0.5);
  font-size: 16px;
}
.fh5co-grid-work:hover .inner-overlay, .fh5co-grid-work:focus .inner-overlay {
  opacity: 1;
}

.about {
  padding-bottom: 5em;
}
.about img {
  margin-bottom: 50px;
}
.about .team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
}
.about .team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about .team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}
.about .team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.about .team-section-grid .overlay-section p.fh5co-social-icons a:hover, .about .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.about .team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 32px;
}
.about .team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.about .team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.about .team-section-grid:hover .overlay-section {
  opacity: 1;
}
.about .fh5co-social-icons a {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about .fh5co-social-icons a:hover {
  color: white;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #F03861;
}
.contact-info li a {
  color: #F03861;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}


.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer p {
  font-size: 16px;
}
#footer a{
	font-family: Arial, Verdana, "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding: 0 14px;
	color: #000;
}

#footer a:hover{
	color: #76f6f8; !important;
}

#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */


.desc h3{
	font-family: Arial, Verdana, "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500 !important;
}






/*会社概要テーブルレイアウトp */


table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #EAFEFF;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th{
	width:30%;
}

table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #51DACF;
  color:#fff;
}
table tbody th {
	background: #70ecee;
	color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#fff
}



@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%;
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
	width:100%;
	padding:8px 10px;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
}
}

.maplink{
	border: #CCC 1px solid;
	padding:10px;
	height:500px;
}

@media screen and (max-width: 600px) {
	.maplink{
	border: #CCC 1px solid;
	padding:10px;
	height:240px;
}
}

/*ボタンレイアウト */

.btn-flat-border {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  width:240px;
  text-align:center;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.thanks_tel{
	font-size:24px;
	color:#39C;
}


/*不動産物件ページレイアウト */



.estate_hero{
	height:250px !important;
}
.fh5co-hero, .estate_hero {
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	margin-bottom: 7em;
}

.fh5co-hero .overlay, .estate_hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .estate_hero {
    height: inherit;
	margin-bottom: 3em;
  }
}
.fh5co-hero .fh5co-intro h1, .estate_hero .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .estate_hero .fh5co-intro h1 {
    font-size: 30px;
  }
}

.services-num .detailbox {
  padding-left: 10px;
}




.detailbox table th, table td {
    padding: 0.5em;
    border-right: 2px solid #fff;
    text-align: left;
}
@media screen and (max-width: 600px) {
.detailbox table th, table td  {
	border-right: none !important;
}
}

.detailbox table tr{
	background-color: #F7F7F7;
}
.detailbox table th{
	background: #b9b9b9;
}

.detailbox table td{
	font-size:14px;
}


.services-num ul{
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-left:0;
  flex-wrap: wrap;
}
.services-num li{
    width: calc(1 / 4 * 100% - 2%);
	list-style:none !important;
}
.services-num li img{
	width:100%;
}


#estate_area{
	margin-bottom:2em;
}

.estatebox{
}

.estate_btn{
	text-align:center;
}



.estate-btn-flat-border {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  width:360px;
  text-align:center;
  background: #fff;
}

.estate-btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}



@media screen and (max-width: 600px) {
	.estate-btn-flat-border {
		width:90%;
}
}



.comment{
	margin-top:1em;
}

.comment p{
	font-size:16px;
}
.comment span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#F03861;
	display:block;
	margin-bottom:0.2em;
	background-image:url(../../images/check.png) ;
	background-size:28px;
	background-repeat:no-repeat;
	padding-left:2em;
}
.services-num li img{
	margin-bottom:10px;
}


/*物件カテゴリ*/
.category1,
.rent {
	background-color: #44d4d6;
	font-size: 12px !important;
	color: #FFF !important;
	border-radius: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px;
	margin: 0 5px;
	width: 110px;
	display: inline-block;
}

.category2,
.store {
	background-color: #768ef8;
	font-size: 12px !important;
	color: #FFF !important;
	border-radius: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px;
	margin: 0 5px;
	width: 110px;
	display: inline-block;
}

.category3,
.office {
	background-color: #f87676;
	font-size: 12px !important;
	color: #FFF !important;
	border-radius: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px;
	margin: 0 5px;
	width: 110px;
	display: inline-block;
}


/*---------------------------blogコンテンツ---------------------------*/

.blog-section{
	margin-bottom:5em;
	text-align:left;
}

.blog_box{
	border-top: 5px solid rgba(15, 165, 181, 0.5);
}

.news__contentTitleArea{
	width: 100%;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-flow: row-reverse wrap;
	-webkit-box-align: end;
	align-items: flex-end;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	position: relative;
	border-bottom: 5px solid rgba(15, 165, 181, 0.5);
	margin-bottom:2em;
}



.news__contentTitleArea span{
	    font-size: 32px;
    color: #6fe1fb;
    line-height: 0;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}

.news__contentTitleArea small {
    font-size: 16px;
    color: rgba(114, 114, 114, 0.8);
    font-weight: 300;
}
/* ブログページネーション  */

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.blog_pager .pagination {
  text-align: center;
  display: block;
}

.blog_pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.blog_pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  border:none;
}
@media screen and (max-width: 768px) {
  .pagination > li > a{
    padding: 10px;
  }
}

.blog_pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
  color:#727272;
}

.blog_pager .pagination li a:hover,
.blog_pager .pagination li a.active{
	color:#FFF;
	background: #D7D7D7;
}

@media only screen and (max-width: 767px){
  .blog_pager .pagination li{
    display: none;
  }

  .blog_pager .pagination li.pre,
  .blog_pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .blog_pager .pagination li.pre a,
  .blog_pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .blog_pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .blog_pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

.....................................................................

.blog_pager_detail{
}



.blog_pager_detail .pagination {
  text-align: center;
}

.blog_pager_detail .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.blog_pager_detail .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  border:none;
}

.blog_pager_detail .pagination li a span{
  display:table-cell;
  vertical-align:middle;
  color:#727272;
}

.blog_pager_detail .pagination li a:hover,
.blog_pager_detail .pagination li a.active{
	color:#FFF;
	background: #D7D7D7;
}

@media only screen and (max-width: 767px){
  .blog_pager_detail .pagination li{
    display: none;
  }

  .blog_pager_detail .pagination li.pre,
  .blog_pager_detail .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .blog_pager_detail .pagination li.pre a,
  .blog_pager_detail .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .blog_pager_detail .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .blog_pager_detail .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

/* スマホメニュー */
.pc-nav {
  display: block;
}
.sp-menu {
  display:  none;
}

@media only screen and (max-width: 767px){
  .pc-nav {
    display: none;
  }
  /*アコーディオン全体*/
.sp-menu {
  display: block;
  width: 100%;
  padding: 10px 10px 20px;
}
.sp-menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.sp-menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #70ecee;
}
/*開いたときに表示される部分*/
.sp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.sp-menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#links01 a {
  color: #000;
  font-size: 18px;
}
#links01 a:hover {
  color: #70ecee;
}
#sp-menu_bar01:checked ~ #links01 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #f1f1f1;
  padding: 10px;
}
 /*開いたときの下の余白*/
#sp-menu_bar01:checked ~ #links01 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.sp-menu label:after{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 6%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.sp-menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 6%;
  top: 5%;
  bottom: 0;
  margin: auto;
}
}



/*---------------------------プライバシポリシーコンテンツ---------------------------*/


#privacy{
	background: url(../images/hero-4.jpg) no-repeat;
	padding:2em;
	margin:0 0 2em 0;
}
#privacy h3{
	text-align:center;
	color:#FFF;
}

.privacy-box {
    text-align: left;
    width: 80%;
    padding: 20px;
    margin: 30px auto;
    max-width: 1000px;
    height: 360px;
    border: #CCC 1px solid;
    overflow: auto;
	background-color: rgba(255, 255, 255, 0.7);
}

.privacy-box h4 {
    color: #333;
    margin: 40px auto 20px;
    font-size: 16px;
    font-weight: bold;
}

.privacy-box li {
    list-style: decimal;
    margin-left: 10px;
    margin-top: 16px;
    padding-left: 5px;
}

.privacy-box p{
	color:#000;
}

ul.number{
	padding-left:10px;
}

.number li{
	list-style-type:none;
}
.number span{
	color:#000;
}


@media only screen and (max-width: 767px){
	#privacy{
		padding:1em 0;
	}
	.privacy-box {
		width:90%;
	}
	
}
