@charset "UTF-8";
/* --------------------------
     全端末共通のCSS
-------------------------- */
body{
	font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	margin: 0;
	height: auto;
	position: relative;
    letter-spacing: 3px;
	}


h1 span{
	display: block;
	font-size: .3rem
}

h1{
	font-size: 14px;
	}

h2{
	font-size: 12px;
	argin-bottom: 30px;
	}
	
h3{
	font-size: 12px;
	font-weight: bold;

	}

.border{
position: relative;
    left: -10px;
    padding-left: 10px;
    border-left: 3px solid #000;
}
	
p{
	font-size: .8rem;
	text-align: justify;
	line-height: 30px;
	}

figure{
	width: 100%;
	overflow: hidden;
}

.hover figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover figure:hover img {
opacity: .5;
}



a{
	text-decoration: none;
	color: #000; 
	font-weight: bold;
	letter-spacing: 5px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	}


li{
	font-size: .6rem;
	list-style-type: none;
	}
	
	
	
nav li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 14px;
	background: rgba(154, 186, 136, 0.44);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}

nav li:last-child {
    margin-right: 0;
}

nav li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	background: rgba(154, 186, 136, 0.44);
	}

.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
	height: 100%;
	}

.button a{
	font-size: .6rem;
	display: inline-block;
	width:auto;
	margin-top: 15px;
	font-weight: bold
	}

.br::before {

}

/* wrapper -------------------------------- */
.wrapper{	
	width: 100%;
	margin: 0 auto;
}
	
.wrapper img{
	width:100%;
	max-width: 100%;
	height: auto;
}
	

/* header-content */
#header-content{
	width: 90%;
    margin: 30px auto 100px;
}

	
/* nav */
nav{
	float: right;
}
						
#main_nav{
width: 100%;
	height: auto;
	display: inline-block
}
							
nav li{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}	
	
						
/* Header -------------------------------- */
header{
	idth: 87%;
	margin: 0 auto;
}
					
.header{
	margin: 0 auto;
	display: flex;
}
						
.value{
	width: 100%;
	float: left;
	text-align: center;
	argin: 55px 0 0;
}
								
header h1{
	height: auto;
	white-space: nowrap;
	font-weight: 100;
	font-size:;
	display: inline-block;
	ine-height: .5rem;
}
											
header a{
	color: #000;
	padding: 0;
	float: left;
}
				
	
/* main -------------------------------- */	
main{
	width: 100%;
	margin: 0 auto;
}
	
/* section */	
				
.sec{
	width:90%;
	margin: 0 auto 100px;

}



/* work -------------------------------- */

#work .content{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
    display: block;
    adding: 10px;
    float: none;
	}	
	
#work .img_box{
	max-width: 100%;
	margin-bottom: 3px;
	display: block;
}

#work .title h2{
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	z-index: 2;
	margin-bottom: 8px;
}

#work .title p {
    font-size: 8px;
    color: #c1c1c1;
    font-weight: bold;
    line-height: 1;
    z-index: 2;
}
	
	
	
/* About -------------------------------- */	

.title h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
}

.service_content{
	margin-top: 50px;
}

.service_data{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    display: inline-block;
   adding: 0 10px 0 0;
    float: none;
    box-sizing: border-box;
	}
	
.service_data:last-child {
margin-bottom: 0;
}

.service_data h4{
	font-size: 12px;
margin-bottom: 20px
	}	

	
.l_space{
padding-left: 0;
	}	
.r_space{
padding-right: 0;
	}	
.border {
	order-bottom: 1px solid #222222;

}

/* profile */
#profile .content{
	width: 90%;
}

#profile dd a{
	letter-spacing: 2px;
}

.data{
	margin-top: 50px;
}

#profile dt, #profile dd {
	font-size: .8rem;
	padding: 10px 0;
	line-height: 2em;
}
					
#profile dt {
	width: 22%%;
	float: left;
	clear: left;
	margin-right:;
	font-weight: bold;
	ackground: aqua
}
					
#profile dd {
	width: 88%;
	margin-left: 23%;
	ackground: #a9a9a9
}

/* address */	
.gmap-wrap{
	margin-top: 50px;
    position : relative;
	height : 0;
	padding-bottom : 56.25%; /* 縦横比の指定 */
	overflow : hidden;
	}
						
						
.address h4{
	font-size: 12px;
	margin: 10px 0;
	}
						
.second{
	line-height: 2;
	border-top: 1px solid #efefef;
	}

.address p{
	text-align: inherit;
	margin: 10px 0;
	}
	
/* ボタン */	
.arrow_btn{
	font-size: 10px;
}


	.arrow_btn {
		display: inline-block;
		position: relative;
		text-decoration: none;
		color: #5a5a5a;
		background: #fff;
		transition: transform ease .3s;
		margin: 0 15px 0 0;
		}
		
	.arrow_btn:hover {
		 cursor: pointer;
		 text-decoration: none;
		}
		
	.arrow_btn span {
		padding-left: 5px;
		display: inline-block;
		text-decoration: none;	
		transition: transform ease .3s;
		}
		
	.arrow_btn:hover span{
		cursor: pointer;
		text-decoration: none;
		transform: translateX(6px);
		}   

					
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	}



/* Project -------------------------------- */

.project_data{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    display: inline-block;
   adding: 0 10px 0 0;
    float: none;
    box-sizing: border-box;
}	

.top_title{
	margin-bottom: 15px;
}

.project_data figure {
    margin-bottom: 50px;
}

.project_data img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


.project_data h4, .credit{
font-size: 12px;
margin-bottom: 20px
}	

.project_title{
margin-top: 20px;
}	



#project dd a{
	letter-spacing: 1px;
}


.credit_title{
	margin-top: 100px;
}

.credit_data{
	display: inline-block;
}

.credit_data dt, .credit_data dd {
	font-size: 10px;
	padding: 0;
	line-height: 1em;
}
	
.credit_data dt {
    width: 100px;
    float: left;
    clear: left;
    margin-right: ;
    font-weight: bold;
    ackground: aqua;
    border-right: 1px solid;
    height: 12px;
    margin-bottom: 24px;
}
					
.credit_data dd {
    margin-left: 12px;
    float: left;
    width: auto;
}

.othersites {
    width: 100%;
    margin-top: 50px;
    zargin-bottom: 100px;
    font-size: 12px;
    clear: both;
    display: block;
    position: relative;
}

.othersites .pre {
	position: relative;
    display: block;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

				

.othersites .pre p{
	font-size: 10px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
					

.othersites .next {
    display: inline-block;
    align-items: center;
    width: 50%;
    font-weight: bold;
    letter-spacing: 1px;
    float: right;
    box-sizing: border-box;
}

.othersites .next a{
	
}

.othersites .next p{
	font-size: 10px;
	color: #000;
font-weight: bold;

line-height: 20px;
text-align: right;
}

img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: brightness(65%) grayscale(100%);
transition: all 0.3s ease-in;
}

img.gray:hover {
filter: none;

transition: all 0.3s ease-in;
}

/* contact -------------------------------- */

.contact_data{
	margin-top: 50px;
	width: ;
	float: none;
}
.contact_data h3{
	ext-align: center;
}

#contact p {
	margin: 25px 0;
}

#contact a{
    width: 100px;
    display: block;
    margin: 0;
 }
				
/*== ボタン共通設定 */
.btn{
	margin-top: 30px;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;/* ボーダーの色と太さ */
	padding: 13px 60px;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/   
	transition: ease .2s;
}
	
/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#000;
	font-weight: bold;
	font-size: 13px;
}

.btn:hover span{
	color:#fff;
}
	
/*== 背景が流れる（左から右） */
.bgleft:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/*色や形状*/
	background:#000;/*背景色*/
	width: 100%;
	height: 100%;
	/*アニメーション*/
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
	
/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}








						

/* footer -------------------------------- */
footer{
width: 90%;
	position: relative;
}
			
.footer{
	bottom: 0;
	    margin: 20px auto 0;
	font-size: .3rem;
}
				
.copylight{
	color: #000;
	bottom: 0;
	padding: 30px 0;
}
						
.pagetop{				
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px 0;
}
					
.pagetop p{
	line-height: 1;
}
					 
.pagetop a {
	display: block;
	text-align: right;
	padding: 0;
	text-decoration: none;
}
					
					
				








@media only screen and (min-width: 581px)
{
	
.br::before {
	content: "\A" ;
	white-space: pre ;
}

.sec{
margin: 0 auto 200px;
}

#header-content{
	width: %;
    margin: 40px auto 200px;
}
	


#work .content {
    width: calc(50% - 5px);
    /* height: 190px; */
    margin: 0 auto;
    margin-bottom: 70px;
    display: inline-block;
    /* margin: 0 30px 30px 0; */
    /* float: left; */
    box-sizing: border-box;
}

#work .sec {
    margin-bottom: 80px;
}

.title{
	display: inline-table;

}

.title h2{
	font-size: 26px;
	font-weight: bold;
	line-height: 2;
}

#service .content{
    width: 100%;
    height: 300px;
    margin: 0 auto;

    display: inline-block;
   adding: 0 10px 0 0;
    loat: left;
    box-sizing: border-box;
	}	

.credit_data dt {
	font-size: 12px;
   width: 120px;
}

.credit_data dd {
	font-size: 12px;
    margin: 0 0 0 14px;
    float: left;
    width: auto;
}


.cut img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.othersites {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 12px;
    clear: both;
    display: inline-block;
}

.othersites .pre {
	display: inline-block;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	order-right: 1px solid #000;
	padding: 0;
	border-bottom: none;
}	
					
.othersites .pre a{
	
}		
					
.othersites .pre p {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.othersites .next {				
	display: inline-block;
	align-items: center;
	width: 50%;
	height: auto;
	font-weight: bold;
	letter-spacing: 1px;
	float: right;
	box-sizing: border-box;
	padding: 0;
}	

.othersites .next a{

}

.othersites .next p {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: end;
}


#contact a{
    width: 100px;
    display: block;
    margin: 0;
 }
 
 
.footer{
	bottom: 0;
	argin: 50px auto 0;
	font-size: .3rem;
}

}

@media only screen and (min-width: 1121px)
{
	
.br::before {
	content: "\A" ;
	white-space: pre ;
}


/* Header -------------------------------- */


#header-content {
    display: table;
    width: 90%;
    margin: 40px auto 150px;
}

.site-header {
    margin: 0 auto;
    width: 90%;
    background: rgba(255,255,255,0.8);
    padding: 20px 0 25px;
    position: fixed;
    top: 0;
    transition: .5s;
    /* width: 91%; */
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

nav ul{
	position: relative;
	display: block;
	right: 0;
}


nav li {
    display: inline-block;
    margin: 0 35px 0 0;
}

.value {
    width: 100%;
    float: left;
    text-align: center;
    argin: 55px 0 0;
    left: 0px;
    position: relative;
}

.sec{
margin: 0 auto 120px;
}



/* Work -------------------------------- */

#work .content {
    width: calc(33.33333333% - 30px);
    /* height: 190px; */
    margin: 0 auto;
    margin-bottom: 130px;
    display: inline-block;
    margin: 0 36px 60px 0;
    float: none;
    box-sizing: border-box;
}

#work .content:nth-child(3n) {
    margin-right: 0;
}

#work .title {
    float: none;
}




/* About -------------------------------- */

/* copy */

.title{
	ackground: aqua;
	width: 80%;
	float: right;
	display: inline-table;
}

.title h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 2;
}





.border{
	width: 18%;
	float: left;
    left: 0;
}


/* service */
.service_content {
    margin-top: 0;
}

.service_data{
	margin-top: 0;
	display: inline-block; 
	width: 80%;
	float: right;
	/* height: 300px; */
	/* margin: 0 auto; */
	op: -60px;
    position: relative;
	box-sizing: border-box;
}	



	
/* profile */
#profile .content{
	idth: 70%;
}

.data{
    width: 78%;
    float: right;
    margin-top: -15px;
}

#profile dt, #profile dd {
	font-size: .8rem;
	padding: 10px 0;
	line-height: 2em;
}
					
#profile dt {
	width: 15%;
	float: left;
	clear: left;
	margin-right:;
	font-weight: bold;
	ackground: aqua
}
					
#profile dd {
	width: 100%;
	margin-left: 15%;
	ackground: #a9a9a9
}

.address{
width: 80%;
    left: -7px;
    /* background: aqua; */
    float: right;
    position: relative;
}

.contact_data{
	width: 80%;
	float: right;
	margin: 0;
}

#contact p {
	margin: 50px 0;
}


/* Project -------------------------------- */

.cut img{
    width: 70%;
    max-width: 100%;
    height: auto;
}

.project_data{
    width: 80%;
    height: auto;
    margin: 0 auto;
    argin-top: 50px;
    display: inline-block;
   adding: 0 10px 0 0;
    float: right;
    box-sizing: border-box;
}	

.credit_data dt {
   width: 120px;
}

.credit_data dd {
    margin: 0 0 0 18px;
    float: left;
    width: auto;
}

.othersites {
    width: 80%;
    margin-top: 0;
    float: right;
    top: -11px;
   }

.othersites .next p, .othersites .pre p  {
    font-size: 12px;
}   

.footer {
    bottom: 0;
    margin: 0 auto;
    font-size: .3rem;
}

.pagetop a {
	display: block;
	text-align: right;
	padding: 0;
	text-decoration: none;
}


}