@charset "utf-8";
/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */
/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/
/*
1. General
**********************************************************************/
body {
  font-family: 'Roboto', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth"100;
  background: #181A1C;
  color: #FFF;
  line-height: 1.6;
  font-size: 16px;
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  color: #181A1C;
  text-decoration: none;
}
a:visited {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: orange;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin: 10px;
}
p {
  padding: 10px;
  color: #fff;
}
.navbar {
  width: 100%;
  /*background: #181A1C;*/
  background-color: rgba(24, 26, 28, 0.7);
  margin-bottom: 0;
  min-height: 70px;
  border-radius: 0;
}
/*.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}*/
#serch {
  margin: 20px 0 30px 0;
  width: 90%;
}
/*#serch img {
	float:left;
}*/
#serch span {
  display: block;
  height: 12px;
  font-size: 12px;
  padding: 0 0 0 5px;
  margin: 0;
  float: left;
}
/*
map title
**********************************************************************/
#map_title {
  position: absolute;
  top: -70px;
  right: 0;
  background-size: cover;
  text-align: center;
}
#map_title {
  font-size: 14px;
  padding: 18px;
}
@media (max-width: 979px) {
  #map_title {
    font-size: 12px;
    padding: 20px 12px 8px 12px;
  }
}
#map_title02 {
  position: absolute;
  top: -70px;
  right: 0;
  background-size: cover;
  text-align: center;
}
#map_title02 {
  font-size: 14px;
  padding: 8px 18px;
}
@media (max-width: 979px) {
  #map_title02 {
    font-size: 12px;
    padding: 10px 12px 5px 12px;
  }
}
/*
map category title
**********************************************************************/
.top_title {
  background-image: url(../img/top_title.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.market_title {
  background-image: url(../img/market_title.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.native_title {
  background-image: url(../img/native_title.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.public_title {
  background-image: url(../img/public_title.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
/*
map category border
**********************************************************************/
.market_border {
  background-image: url(../img/market_border.png);
  background-position: left;
  background-repeat: repeat-y;
}
.native_border {
  background-image: url(../img/native_border.png);
  background-position: left;
  background-repeat: repeat-y;
}
.public_border {
  background-image: url(../img/public_border.png);
  background-position: left;
  background-repeat: repeat-y;
}
/*
mapbook logo
**********************************************************************/
.brand {
  display: block;
  float: left;
  overflow: hidden;
}
@media (max-width: 979px) {
  .brand img {
    width: 190px;
    height: auto;
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media (min-width: 980px) {
  .navbar .brand img {
    width: 220px;
    height: auto;
  }
}
@media (max-width: 979px) {
  #potal .brand img.mp_logo-portal {
    width: 1890px;
    height: auto;
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media (min-width: 980px) {
  #potal .brand img.mp_logo-portal {
    width: 220px;
    height: auto;
  }
}
.nav-pills {
  margin-bottom: 30px;
}
.nav-pills > li > a {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background: #181A1C;
  color: #fff;
}
.btn-navbar:hover, .navbar .btn-navbar {
  border-radius: 0;
  background: #FECE1A;
  color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
/* Use this class if you want ceter element with span* class */
.center {
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}
.highlighted-box {
  background: #F4F8F9;
  padding: 20px 30px;
}
.highlighted-box h1 {
  margin: 0px;
}
.large-text {
  line-height: 1.2em;
  font-size: 30px;
  color: #181A1C;
  padding: 20px;
  margin-bottom: 20px;
}
.highlighted-box h1, .highlighted-box p {
  color: #181A1C !important;
}
.circle-border {
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -khtml-border-radius: 500px;
  border: 3px solid #fff;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: left;
}
.error {
  color: #CF0000;
  display: none;
}
.invisible {
  display: none;
  visibility: visible;
}
.triangle {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #181A1C;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.triangle_gray {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #999;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
/*
2.1 Animations
**********/
.zoom-in {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.zoom-in:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
  display: inline-block;
  border: 1px solid #181A1C;
  color: #181A1C;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
  line-height: auto;
}
.button:hover, .button:active {
  background-color: #181A1C;
  color: #fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
  border: none;
  background-color: #FECE1A;
  color: #181A1C;
}
.button-sp:hover, .button-sp:active {
  background-color: #181A1C;
  color: #FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
  border: none;
  background-color: #181A1C;
  color: #FECE1A;
}
.button-ps:hover, .button-ps:active {
  background-color: #FECE1A;
  color: #181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background: #F2F2F2;
}
.thumbnail .more {
  display: block;
  z-index: 4;
  position: absolute;
  top: -100px;
  left: 50%;
  margin: 0 auto;
  margin-left: -41px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  text-align: center;
}
.thumbnail:hover .more {
  top: 40%;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3 s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumbnail h3, .thumbnail p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}
.thumbnail h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}
.thumbnail h4 {
  color: #2A3F00;
  margin-top: 10px;
  font-size: 16px;
}
.thumbnail .market h3 {
  color: #a552bc;
  margin-top: 10px;
  font-size: 20px;
}
.thumbnail .public h3 {
  color: #436ac8;
  margin-top: 10px;
  font-size: 20px;
}
.thumbnail .naity h3 {
  color: #BDD430;
  margin-top: 10px;
  font-size: 20px;
}
.thumbnail > p {
  text-align: left;
  padding: 0 20px 20px 20px;
  font-size: 12px;
}
.thumbnail .mask {
  /*opacity: 0.85;*/
  filter: alpha(opacity=85);
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #181A1C;*/
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2 s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
  top: 0;
}
@media (max-width: 979px) {
  .map_block_sp {
    margin-bottom: 20px;
  }
}
/*
2.4 Socail icons
************/
.social {
  list-style: none;
  float: none;
  position: relative;
  margin: 5px;
  auto;
}
.social li {
  display: inline-block;
  line-height: 32px;
  font-family: 'Porta';
  font-size: 32px;
  padding: 0 5px;
}
.social li a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #FECE1A;
}
.social li a:hover {
  color: #181A1C;
}
/*
3. Sections 
***************************************************************************/
#contents_wrapper02 {
  position: relative;
}
@media (max-width: 979px) {
  #contents_wrapper {
    position: relative;
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  #contents_wrapper_lc {
    position: relative;
    padding-top: 110px;
  }
}
/*@media (min-width: 481px) and (max-width: 1024px) {
#contents_wrapper {
	position: relative;
	padding-top: 55px;
}
}*/
.title h1.title_02 {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 1);
  font-size: 20px;
}
.title h1.title_01 {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 1);
  font-size: 32px;
  margin: 0;
  padding-top: 20px;
}
.title h2.title_02 {
  color: #2A3F00;
  text-shadow: 1px 1px 2px rgba(55, 55, 55, 1);
  font-size: 18px;
}
.container .title h2.title_02.cube:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(/img/mbl/mk.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.title > p {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.title_01_base {
  width: 95%;
  display: block;
  padding: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70&amp;0.2+0,0+70 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(70%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  margin: 0 auto;
  background-image: url(../img/title_01_base.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.title_01_base p {
  color: #fff;
}
.section {
  padding-bottom: 50px;
}
.section .container {
  padding-top: 10px;
}
.section .title {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.section .title .market {
  color: #a552bc;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.8);
}
.section .title .public {
  color: #436ac8;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.8);
}
.section .title .naity {
  color: #BDD430;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.8);
}
.section .title h1 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 10px;
  padding: 0;
}
.section .title > p {
  font-size: 16px;
  color: #FFF;
  font-weight: lighter;
}
.section .restaurant_list h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.section .restaurant_list {
  width: 90%;
  margin: 0 auto 15px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #fff;
}
.section .restaurant_list .list_box {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.section .restaurant_list .list_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section .restaurant_list .list_box ul li {
  float: left;
  margin: 0 20px 10px 0;
  padding: 0;
}
.section .restaurant_list span {
  margin: 0 30px 0 0;
}
.primary-section {
  /*background:#181A1C;*/
}
.primary-section a {
  color: #fff;
}
.primary-section a:hover {
  color: orange;
}
.primary-section .triangle {
  border-top: 40px solid #F5F5F5;
}
.primary-section .title {
  border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
  color: #999;
}
.primary-section h1 {
  color: #FFF;
}
.secondary-section {
  background: #F5F5F5;
}
.secondary-section .title {
  border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
  color: #181A1C;
}
/* Third section use bacground image */
.third-section {
  padding-bottom: 70px;
  background: #181A1C url(../img/brand-bg.png) no-repeat center;
  border-top: 6px solid #FECE1A;
}
.third-section .container {
  padding-top: 20px;
  position: relative;
}
.third-section .title {
  border-bottom: 1px solid #A1AAB7;
  color: #FECE1A;
}
.sub-section {
  margin-top: 30px;
}
.sub-section .title {
  padding: 0;
}
.fouth-section {
  background: #000;
}
/*******
3.1 Services  
***************************************/
.service {
  margin-top: 20px;
}
.service, .service h2 {
  padding-top: 15px;
}
.service p {
  padding: 0px 50px;
  text-align: left;
}
.service img {
  width: 150px;
  height: 150px;
}
.service02 {
  margin-top: 20px;
}
.service02, .service02 h2 {
  padding-top: 15px;
}
.service02 h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}
.service02 p {
  font-size: 12px;
  width: 90%;
  padding: 0px;
  margin: 7px auto 0 auto;
  text-align: left;
  color: #ddd;
}
.service02 img {
  /*width: 150px;
	height: 150px;*/
  width: 80%;
  height: auto;
}
.service02 ul {
  width: 85%;
  padding: 0px;
  margin: 7px auto 0 auto;
  text-align: left;
  color: #fff;
}
.service02 ol {
  width: 85%;
  padding: 0px;
  margin: 7px auto 0 auto;
  text-align: left;
  color: #ddd;
  font-weight: normal;
}
.service02 ol {
  color: #ddd;
}
/*
3.2 Portfolio
***************************************/
.single-project {
  margin-bottom: 30px;
  background: #181A1C;
}
.single-project img {
  width: 100%;
}
.project-description {
  padding-right: 20px;
}
.project-description p {
  padding-left: 0;
}
.project-title {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FECE1A;
}
.project-title h3 {
  float: left;
  margin-top: 0;
  padding: 0;
  width: 80%;
}
.project-title .close {
  color: #FECE1A;
  margin-top: 10px;
}
.project-info span, .project-title h3 {
  color: #FECE1A;
}
.project-info {
  font-weight: 100;
  padding: 10px 0;
}
.project-info span {
  width: 80px;
  display: inline-block;
}
.project-info div {
  margin-bottom: 5px;
}
.close {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
}
#portfolio-grid .mix {
  opacity: 0;
  display: none;
}
#column {
  width: 100%;
  text-align: left;
}
#column p {
  margin: 0;
  padding: 0;
  color: #999;
}
#column .ttl {
  margin: 15px 0 0 0;
  font-weight: bold;
  color: #fff;
}
#column .backnumber {
  width: 100%;
  display: block;
  text-align: right;
  border-top: 1px solid #fff;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
}
/*
3.3 About
******************************************************************/
.team .thumbnail {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  border: 1px solid #fff;
}
.team .thumbnail:hover .social {
  z-index: 5;
}
.team .thumbnail:hover .social a {
  color: #fff;
}
.team .thumbnail .mask_top {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.team .thumbnail .mask_public {
  background-color: rgba(58, 89, 164, 0.85);
}
.team .thumbnail .mask_market {
  background: #a552bb;
  background-color: rgba(165, 82, 187, 0.85);
}
.team .thumbnail .mask_native {
  background: #bdd430;
  background-color: rgba(189, 212, 48, 0.85);
}
.team .thumbnail .mask h2 a {
  margin-top: 40%;
  color: #fff;
}
.team .thumbnail .mask .button01 {
  margin-top: 10px;
}
.team .thumbnail .mask, .mask_public, .mask_market, .mask_nativ, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
  color: #181A17;
}
.about-text {
  margin-top: 30px;
}
.about-text p {
  padding: 0;
  font-size: 16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
.skills {
  list-style-type: none;
  position: relative;
  margin: 0px;
}
.skills li {
  margin-bottom: 30px;
  background: #FFF;
  height: 40px;
  padding: 1px;
}
.skills li h3 {
  position: relative;
  font-size: 15px;
  padding: 0;
  margin: 0;
  left: 10px;
  z-index: 1;
  color: #181A1C;
}
.skills li .bar {
  height: 40px;
  position: absolute;
  background-color: #FECE1A;
  left: 0px;
}
/*
3.4 Clients
**********************************************************************/
.client-slider img {
  border: 1px solid white;
}
.client-slider img:hover {
  background-color: #FECE1A;
}
.client-nav {
  list-style: none;
  margin-top: 10px;
}
.client-nav li {
  float: left;
  display: block;
  margin-left: 10px;
}
.client-nav li a {
  display: inherit;
  padding: 5px;
  background: #FECE1A;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.client-nav li a:hover {
  background: #181A1C;
}
.testimonial p {
  color: #181A1C;
  background: #FECE1A;
  padding: 15px;
  margin: 0;
}
.testimonial .arrow {
  margin-left: 10px;
  width: 0;
  border-top: 10px solid #FECE1A;
  border-left: 20px outset transparent;
  border-right: 20px outset transparent;
}
.testimonial .whopic {
  display: inline-block;
}
.testimonial .whopic img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  float: left;
}
.testimonial .whopic strong {
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}
.testimonial .whopic small {
  display: block;
  font-size: 12px;
}
.testimonial-text {
  display: block;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 70%;
  line-height: 1.3em;
}
/*
3.5 Price table
******************************************************************/
.price-table {
  margin-top: 70px;
  margin-bottom: 20px;
}
.price-column {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.price-column h3 {
  background-color: #181A1C;
  text-transform: uppercase;
  text-align: center;
  color: #FECE1A;
  padding: 40px 0px;
  font-size: 36px;
  margin-top: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.price-column .list {
  list-style: none;
  margin: 20px 50px;
}
.price-column .list li {
  font-weight: lighter;
  color: #747C89;
  font-size: 20px;
  border-bottom: 1px solid #747C89;
  padding: 25px 0px;
}
.price-column .list li.price {
  text-align: center;
  font-size: 31px;
  background-color: white;
  color: #747C89;
  margin-top: 25px;
}
.price-text {
  margin: 30px 0 20px;
  font-size: 20px;
  color: #181A1C;
  font-weight: normal;
}
/*
3.6 Newsletter
********************************************************************/
.newsletter, .newsletter h2 {
  color: #D7DDDE;
}
.newsletter .title h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
.newsletter form {
  text-align: right;
}
.newsletter input {
  margin-top: 10px;
  padding: 15px;
  height: auto;
}
.newsletter button {
  margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
  background-color: #FFF;
  color: #181A1C;
}
/*
3.7 Contact
********************************************************************/
.contact {
  background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
  color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
  padding: 10px;
  line-height: 20px;
  height: auto;
}
.contact textarea {
  height: 120px;
}
.contacts, .contact .social {
  color: #fff;
  list-style: none;
  margin-left: 10px;
}
.contacts > li {
  margin-top: 15px;
}
.contacts > li > a {
  color: #fff;
}
.contact-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-info p {
  font-weight: normal;
}
.contact-info .icon {
  margin: 10px auto;
  font-size: 30px;
}
/*
map button
********************************************************************/
#home {
  position: relative;
  width: 95%;
  height: 70%;
  margin: 0 auto;
}
/*PC タブレット*/
@media (min-width: 979px) {
  #sousa_button {
    width: 65%;
    position: absolute;
    top: -65px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
  }
  #sousa_button img {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
}
/*スマホ*/
@media (max-width:978px) {
  #sousa_button {
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
    position: absolute;
    /*position:relative;*/
    top: 100%;
    text-align: center;
    z-index: 999;
  }
  #sousa_button img {
    width: 45px;
    height: 45px;
    margin: 2px;
    padding: 0;
  }
}
/*@media (min-width: 769px) and (max-width: 1024px) {
#sousa_button {
	width:100%;
	position:absolute;
	top:0;
	left:50%;
	}
}*/
/*スマホ横 タブレット横*/
/*@media (min-width: 481px) and (max-width: 768px) {
#sousa_button {
	width:95%;
	height:auto;	
	margin:0 auto;
	position:absolute;
	position:relative;
	top:100%;
	}
}
*/
/*
map
********************************************************************/
@media (min-width: 1601px) {
  .map-wrapper {
    position: relative;
    height: 700px;
    width: 100%;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .map-wrapper {
    position: relative;
    height: 600px;
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1439px) {
  .map-wrapper {
    position: relative;
    height: 500px;
    width: 100%;
  }
}
@media (max-width: 979px) {
  .map-wrapper {
    position: relative;
    height: 360px;
    width: 100%;
  }
}
.silver_bar {
  width: 100%;
  height: 3px;
  display: block;
  background-image: url(../img/silver_bar.jpg);
  background-repeat: repeat-x;
  margin: 0 auto;
  padding: 0;
}
.map {
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  color: #29383F;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: left;
}
.market_map {
  border-top: 5px solid #a552bc;
}
.public_map {
  border-top: 5px solid #000196;
}
.naity_map {
  border-top: 5px solid #BDD430;
}
#map_wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.contact .social {
  display: inline-block;
  margin-left: 0;
}
.contact .social li {
  line-height: 32px;
  padding: 10px 10px;
  font-family: 'Porta';
  font-size: 50px;
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
}
.contact .social li a {
  color: #fff;
}
.contact .social li a:hover {
  color: #181A1C;
}
.contact-form {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 110;
  position: relative;
  margin-top: -25px;
  padding: 20px;
}
.contact-form h3 {
  color: #838589;
  padding-bottom: 20px;
}
.message-btn {
  border: 1px solid #747C89;
  color: #747C89;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
}
.message-btn:hover {
  background-color: #FECE1A;
}
.contact-info {
  text-align: center;
  font-size: 22px;
}
.info-mail {
  border: 1px solid white;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  color: #181A1C;
}
.black {
  color: #181A1C;
}
/*
3.8 Footer
********************************************************************/
.footer {
  background: #181A1C;
  text-align: center;
}
.footer > p {
  color: #fff;
  margin: 0;
}
.footer > p a {
  color: #fff;
}
.footer > p a:hover {
  color: orange;
}
.scrollup {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: 1px solid #fff;
  display: none;
  background: #000;
  z-index: 999;
}
.scrollup > a {
  position: relative;
  top: 7px;
  color: #fff;
}
/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
  .thumbnail .more {
    margin-left: -41px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
  }
}
@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
  }
  .navbar .nav > li > a {
    line-height: 20px;
    vertical-align: middle;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse, .nav-collapse.collapse {
    width: 100%;
    display: inherit;
  }
  .thumbnail .more {
    margin-left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
  }
  .thumbnail:hover .more {
    margin-top: -20px;
  }
  .newsletter form {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .info-mail {
    width: 90%;
    padding: 15px 0px;
  }
  .project-description {
    padding-left: 20px;
  }
  .price-column, .testimonial {
    margin-top: 30px;
  }
}
/*
gallery
********************************************************************/
@media (min-width: 1601px) {
  .gallery-wrapper {
    position: relative;
    /*height: 680px;*/
    width: 100%;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .gallery-wrapper {
    position: relative;
    /*height: 580px;*/
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1439px) {
  .gallery-wrapper {
    position: relative;
    /*height: 480px;*/
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 979px) {
  .gallery-wrapper {
    position: relative;
    /*height: 380px;*/
    width: 100%;
  }
}
@media (max-width: 499px) {
  .gallery-wrapper {
    position: relative;
    height: 295px;
    width: 100%;
  }
}
/*
 float
**********************************************************************/
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
::-webkit-scrollbar {
  width: 12px;
}
/*
scrollbar
**********************************************************************/
/* Let's get this party started */ ::-webkit-scrollbar {
  width: 12px;
} /* Track */ ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
} /* Handle */ ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.4);
}
/*
PC・スマホどちらかにのみ表示
**********************************************************************/
@media (min-width: 980px) {
  .sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .sp2 {
    display: none;
  }
}
/*
iframe使用時
********************************************************************/
.map-wrapper-if {
  position: relative;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 979px) {
  .map-wrapper-if {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  #contents_wrapper-if {
    position: relative;
  }
}