@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 2015.06.16 ver0.0.0.1  @emix
 works.css

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* **************************************************************
共通
************************************************************** */
@media screen and (min-width:769px) {
	.simg{display:none!important;}
	.pimg{display:block!important;}
}
@media screen and (max-width:768px) {
	.pimg{display:none!important;}
	.simg{display:block!important;}
}
/*header*/
@media screen and (max-width:768px) {
	.pamquz {
    
		padding-top: 0;}
		header #logo {
    float: left;
    width: 100%;
    height: 60%;
    background: url(../images/common/logo.png) no-repeat left;
    background-size: contain;
    opacity: 1;
}
	header #logo {
  
    position: absolute;
   top: 15%;
}
	header #navi {
    display: none;
}
	
/*menu*/
	/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 14px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#333;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration :none;
	font-size: 14px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}



}
@media screen and (max-width: 768px){
nav.globalMenuSp ul li a {
   
	padding: 1em 0;}
}
@media screen and (max-width: 425px){
	.hamburger {
    
		top: 10px;}
	
	header {
    height: 40px;
}
	#update li {
  
    height: 150px;
}
}
@media screen and (max-width:375px){
	
	header #logo {
    float: left;
    width: 100%;
    height: 60%;
    background: url(../images/common/logo.png) no-repeat left;
    background-size: contain;
    opacity: 1;
}
	.hamburger {
  
    top:9px;
	}
header {
   
    height: 40px;
}
	header #logo {
    position: absolute;
    top: 15%;
}
}


/* --------------------------------------------------------------
　実績紹介
--------------------------------------------------------------- */
.content{

	}

/* --------------------------------------------------------------
　一覧 list2.html
--------------------------------------------------------------- */
ul.list2{
/*background:url(../images/common/line_gw.png) repeat-x bottom;*/
padding-bottom: 30px;
margin-bottom:30px;
	}
ul.list2 li{
	width:100%;
	float:left;
	display:block;
	margin-bottom: 0px;
	}

ul.list2 li h4{
	font-size:17px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px dotted #333;
	font-weight:normal;
	padding-left: 6px;
	padding: 10px 0px 5px 5px;
	}
ul.list2 li p{
	padding-left:4px;
	
	}
ul.list2 li p span{
line-height: 1em;
padding-bottom: 5px;
display: inline-block;
width: 23%;
font-size: 12px;
margin-right: 2%;
font-size: 12px;
	}
	
ul.list2 li p span:nth-child(4n){
	margin-right:0;
	}
@media screen and (max-width: 550px){
	
#country h5 {

    font-size: 14px!important;
}
	ul.list2 li p span {
    line-height: 1.5;
    margin-right: 0;
    font-size: 14px;
		    display: block;
    width: 100%;
}
}
/* --------------------------------------------------------------
　海外物件
--------------------------------------------------------------- */
#country h5{
padding:4px 5px;
margin-bottom:5px;
background:#E4E3E3;
font-size:12px;
/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #D5D5D5;
*/
}
#country p{
	margin-bottom:30px;} 