.page-links > span{
										color: #5393e8;
									}
									.blog-item .page-links > a:hover{
										color: #5393e8;
									}
									a{
										color: #5393e8;
									}
									input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
									  background-color: #5393e8;
									}
									.blog-item table a:hover{
										color: #5393e8;
									}
									.dropdown-menu > li > a:hover, .menu-nav > li  .dropdown-menu a:hover,
								    .menu-nav > li a.dropdown-toggle:hover > span, .menu-nav > li a:hover > span.fa-sort-down{
									    color: #5393e8;
									}
									.blog-item h2 a:hover{
									    color: #5393e8;
									}
									.blog-item .group-share a:hover{
									    color: #5393e8;
									}
									.widget_archive ul li a:hover {
									  color: #5393e8;
									}
									.widget_archive ul li a:hover:before, .widget_archive ul li:hover a:before {
									  background-color: #5393e8;
									}
									.widget_archive ul li:hover, .widget_archive ul li:hover a {
									   color: #5393e8;
									}
									.widget_categories ul li > a:hover {
									  color: #5393e8;
									}
									.widget_categories ul li a:hover:before{
									  background-color: #5393e8;
									}
									.widget_categories ul li:hover .children > li > a:hover{
									    color: #5393e8;
									}
									#wp-calendar a:hover{
									    color: #5393e8;
									}
									.widget_pages  ul li a:hover,
									.widget_recent_entries  ul li a:hover,
									.widget_meta  ul li a:hover{
									  color: #5393e8;
									}
									.widget_pages ul li a:hover:before,
									.widget_recent_entries ul li a:hover:before,
									.widget_meta ul li a:hover:before{
									  background-color: #5393e8;
									}
									.widget_rss .rsswidget:hover{
										color: #5393e8;
									}
									/*woocommer*/
									.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
									        color: #5393e8;
									}
									.woocommerce .addresses .title .edit:hover, .woocommerce-page .addresses .title .edit:hover{
									    background: #5393e8;
									}
									.widget_price_filter .price_slider_amount .button:hover{
										background: #5393e8;;
									}
									.product-categories li a:hover {
									    color: #5393e8;
									}
									.product-categories li a:hover::before {
									    background-color: #5393e8;
									}
									.woocommerce  a.button.product_type_simple:hover,
									.woocommerce  a.button.product_type_variable:hover,
									.woocommerce  a.button.add_to_cart_button:hover,
									.woocommerce  a.button.product_type_simple.added:hover,
									.woocommerce  a.button.product_type_simple:hover{
									    background: #5393e8;
									    color: #5393e8;
									}
									.woocommerce .comment-form input[type="submit"]:hover{
									    background: #5393e8;
									}
									.shipping_calculator h2 a:hover{
									    color: #5393e8;
									}
									.added_to_cart.wc-forward:hover{
									    background: #5393e8;
									}

									.widget_tag_cloud .tagcloud a:hover{
									  color: #5393e8;
									}
									li.mini-shoping-cart-wraper .buttons a:hover{
										background:#5393e8;
									}
									.social-network-team a:hover {
								        color: #5393e8;
								    }
								    .menu-nav > li a:hover,
							        .menu-nav > li.current-page > a {
							            color: #5393e8;
							            border-bottom: 1px solid #5393e8;
							        }
							        .filter-portfolio li a:hover,
						            .filter-portfolio li.active a {
						                border-bottom: 1px solid #5393e8;
						                color: #5393e8;
						            }
						            .blog-item .link-button:hover, .link-button:hover{
						            	background: #5393e8;
						            	border: 1px solid #5393e8;
						            }
						            .widget_recent_comments  ul li a:hover{
						            	color: #5393e8;
						            }
						            .footer-social .social-network li a:hover
									{   
									    border-bottom: 1px solid #5393e8;
									    color: #5393e8;
									}
									.pagenavigato .pagi a:hover{
										 color: #5393e8;
									}
									#searchform #submit_btn:hover{
										color: #5393e8;
									}
									.twitter-title a:hover{
										color: #5393e8;
									}
									.navigate li a:hover{
										color: #5393e8;
									}
									.navigate li a:hover i{
										color: #5393e8;
									}
									.blog-date li a:hover{
										color: #5393e8;
									}
									.page-intro .read-more:hover{
										border-bottom: 1px solid #5393e8;
										color: #5393e8;
									}
									.widget-cart-title-product > a:hover{
										color: #5393e8;
									}
									td.product-name a:hover{
										color:  #5393e8;
									}
									.navigate li a {
  -webkit-transition:all 0.3s linear;
  display:none;
}

/*←「next project、pref project」を消した跡の隙間を埋めた。*/
.owl-portfolio-singer {
  margin-top:-5px;
  position:relative;
}
.owl-portfolio-singer .next-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #777777;
    background-color: rgba(255,255,255,0);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

/*コンタクトフォームのセンドボタン*/
.wpcf7-form input[type="submit"] {
  -webkit-transition:all 0.3s linear 0s;
  background-color:transparent;
  border:2px solid #B0C4DE;
  color:#7A7A7A;
  display:inline-table;
  float:none;
  font-family:'Open Sans';
  font-size:12px;
  font-style:normal;
  font-weight:500;
  letter-spacing:2px;
  line-height:40px;
  margin-top:30px;
  padding:0 30px;
  text-transform:uppercase;
  transition:all 0.3s linear 0s;
  width:auto;
}

.footer {
    border-bottom: 0px solid #000;
}

/*カテゴリボタン消した*/
.portfolio .icon-bars {
    display: none;
}


/*ポートフォリオ内の物件名の下の線を消した*/
.hr
 {
    display: none;
}

/*ポートフォリオ内の物件名の上隙間を消した*/
.portfolio-single {
    margin-top: 0px;
}

.copyright p {
    font-family: Raleway;
　　font-weight: 300;
　　font-style: normal;
}

.copyright {
border-top: none;
}

.portfolio-title {
     font-weight: normal;
    text-transform: none;
}

/*一番下の提案文を消した*/
.testimonial.portfolio-review h5 {
    display: none;
}


.filter-portfolio li.active a{
    font-size:13px;
    font-family:Raleway;
    font-style: normal;
    letter-spacing: 1px;
    border-bottom: none;
    text-transform: uppercase;
    color: #333;
}


/*カテゴリの文字の色とかの設定*/
.filter-portfolio > li a:hover, .filter-portfolio > li.current-page > a {
    color: #5393e8;
    border-bottom: 1px solid #5393e8;
}


.filter-portfolio li a {

    color: #7a7a7a;
    font-size: 13px;
    font-family: 'Raleway';
    font-style: normal;
    letter-spacing: 1px;
}
    
    .filter-portfolio li::before {
    content: ' ';
}

.header .logo {
width:250px;
margin: auto;
}

#header {
    border-bottom: 1px solid #0000;
}

.col-xs-12 {
    width: 33.33%;
}

.menu-nav > li a.dropdown-toggle > span, .menu-nav > li a > span.fa-sort-down {
    display: none;
}

.menu-nav.ts-response-stack > li {
    display: inline;
    float: none;}
    
    
    div.wpcf7-mail-sent-ok {
    border: none;
    color:  #5393e8;
}

.testimonial {
    display: none;
}

.profile-right {
 display: none;
}

.header {
    margin-top: 80px;
        margin-bottom: 15px;
}


.button-menu {
    margin-top: -70px;
}

.menu-nav > li > a::after {
    content: none;
}

.porotfolio-text span {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
}


.portfolio-single-left {
    font-family:'Noto Sans JP', sans-serif;
}

.container {
    font-family:'Noto Sans JP', sans-serif;
    margin-top: 40px;
}

.filter-portfolio {
    margin-top: -80px;
}