@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a{
  text-decoration: none;
  color: black;
}

.container{
  width:80%;
  margin-right:auto;
  margin-left:auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:normal;
}

body {
-webkit-text-size-adjust: 100%;
}

.header{
  width: 100%;
   height: 50px;
  min-width: 540px;
  padding: 30px 0 0 0;
  position: fixed;
  display: flex;
  background-color: white;
}

.title a{
	margin: 20px 0;
}

.big_img a img{
	width: 100%;
	margin: 0;
	padding: 0;
}

.title{
  min-width: 200px;
  text-align: left;
  text-decoration: none;
}

.nav{
	height: 30px;
	width: auto;
  font-size: 12px;
  padding-top: 3px;
  display: flex;
}

.nav a{
  font-color: #0000;
}

.nav a:hover{
  color: #dcdcdc;
}

.nav_contents{
  margin-left: 20px;
}

.nav_contents_instagram{
	justify-content: flex-end;
}

.main_contents {
  padding-top: 56px;
}

.contents{
	margin-bottom:30px;
}

.contents a img{
width:100%;
}

.projectsL{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 100px;
}

.projectsM{
	width:30%;
	margin:0.1%;
}

.projectsM a img{
	width:100%;
}

.projectsM a img:hover {
	opacity: 0.5 ;
}

.projectsM h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 8pt;
	text-align: right;
	-webkit-text-size-adjust: 100%;
}

.profile{
  padding-top: 100px;
  display: left;
}

.profile1 h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 11pt;
}

.profile1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 10px;
}

.profile2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 20px;
}

.profile2 p{
	margin: 15px 0;
}

.profile3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 40px;
	line-height: 18px;
}

.profile3 h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 11pt;
	padding-top: 40px;
	line-height: 18px;
}

.reqest{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:11pt;
	padding-top: 100px;
}

.CustomContainer{
	display: grid;
	grid-template-columns: 300px 840px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 20px;
	line-height: 18px;
}

.CustomContainer2{
	display: grid;
	grid-template-columns: 300px 840px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 30px;
	line-height: 18px;
}

.request1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 11pt;
	padding-top: 0px;
}

.request2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 0px;
}

.request2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	font-weight:bold;
	padding-top: 0px;
}

.contact{
  padding-top: 150px;
  display: left;
}

.contact1 h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12pt;
}

.contact1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	padding-top: 50px;
}

.contact2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9pt;
	padding-top: 20px;
}

.contact2 p{
	margin: 15px 0;
}

.contact2 br{
	margin: 50px 0 7px 0;
}

.footer{
    width: 100%;
    height: 30px;
	padding-top: 40px;
    text-align: right;
    text-decoration: none;
	font-size: 8pt;
}

.footer1{
    width: 100%;
    height: 30px;
	padding-top: 200px;
    text-align: right;
    text-decoration: none;
	font-size: 8pt;
}

.footer2{
    width: 100%;
    height: 30px;
	padding-top: 265px;
    text-align: right;
    text-decoration: none;
	font-size: 8pt;
}

.footer3{
    width: 100%;
    height: 30px;
	padding-top: 126px;
    text-align: right;
    text-decoration: none;
	font-size: 8pt;
}

.data h1{
	font-size: 11pt;
	padding-top: 10px;
}

.data h2{
	font-size: 10pt;
	padding-top: 30px;
}

.data p{
	font-size: 9pt;
	padding-top: 10px;
	color: #808080;
}

/*
form {
  padding-top: 150px;
  width: 400px;
}

form div + div {
  margin-top: 1em;
}

label {
  display: inline-block;
  width: 90px;
  text-align: right;
}

input, textarea {
  font: 1em sans-serif;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #999;
}

input:focus, textarea:focus {
  border-color: #000;
}

textarea {
  vertical-align: top;
  height: 5em;
}

label for{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9pt;
　　display: left;
}


.button {
  background-color: #333;
  border: 2px;
  color: #fff;
  line-height: 40px;
}
.button:hover {
  background-color:  #333;
  border-color:  #dcdcdc;
  color:  #fff;
}



@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html{ 
  background-size: cover;
  height:100%;
}

#feedback-page{
    text-align:center;
}

#form-main{
    width:100%;
    float:left;
    padding-top:0px;
}

#form-div {
    background-color: 	#ffffff;
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
  margin-top:30px;
    margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
    color:#000000;
    font-family: Helvetica, Arial, sans-serif;
 　 font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border: 1px solid #000000;
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #3498db;
    color: #3498db;
    outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
    color:#30aed6;
    border:#30aed6 solid 3px;
}


textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:white;
}

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    cursor:pointer;
    background-color: #000000;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
    background-color: #a9a9a9;
    color: #000000;
}
    
.submit:hover {
    color: #3498db;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}
*/


