*{
	margin: 0;
	padding: 0;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
    color: #6f4b3e;
}

body {
	background-color: white;
}

/*Header*/
header {
	position: fixed;
	width: 100%;
	height: 110px;
	background-color: rgba(255,255,255,0.8);
	z-index: 2;
}

.nav-container {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

/*ハンバーガーメニュー*/
.menu-box{
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 25px;
	margin-top: 30px;
  color: #b4866b;
}

.list-bar{
	display: block;
	width: 25px;
	height: 2px;
	margin: 7px 20px;
  color: #b4866b;
	background-color: #000000;
}

.list-bar:first-child{
	margin-top: 10px;
}

.nav-img {
	float: left;
  width: 300px;
  height: 100px;
	margin-top: 15px;
  margin-left: 20px;
  background-image: url("../img/gd_title_l.svg");
  background-repeat: no-repeat;
}

.nav-list {
	float: left;
	list-style: none;
	line-height: 170px;
	margin-left: 40px;
	font-size: 17px;
	font-family: 'Spectral', serif;
  color: #6f4b3e;
}

.nav-list a {
	color: #6f4b3e;
}

ul {
	float: right;
  margin-right: 20px;
}

.main {
	width: 900px;
	padding: 170px 20px 0px 20px;
	background-color: white;
	margin: 0 auto;
	position:relative;
}

/*Works*/
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}

.content {
	display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #ffffff;
}

/*モーダルウィンドウ*/
.js-modal-open {
	float: left;
}

.modal {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch
}

.modal__bg{
    background: rgba(0,0,0,0.4);
    height: 120%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.modal__content{
    background: rgb(255,255,255);
    position: absolute;
    width: 900px;
    text-align: center;
    padding: 40px;
    top: 0;
    left: 0;
  }

.thumbnail {
	width: 250px;
	float: left;
	border: 25px solid #ffffff;
	text-align: center;
	line-height: 150px;
}

.content-img {
    margin-top: 80px;
}

.work-img {
	width: 80%;
    padding-top: 100px;
	padding-bottom:50px;
}

.modal-title {
    position: fixed;
    width: 900px;
    height: 50px;
	text-align: left;
	font-family: "A1 Mincho",'Spectral', serif;
	font-size: 16px;
	color: #6f4b3e;
}

.js-modal-close {
	font-size: 60px;
	color: #887f7a;
	font-family: "A1 Mincho", serif;
    font-weight: lighter;
    float: right;
    line-height: 1;
    margin: -20px 0;
}





/*Contact*/
h2 {
  font-size: 48px;
  font-family: 'Spectral', serif;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  padding-bottom: 10px;
  padding-top: 120px;
  color: #6f4b3e;
}

h3 {
  font-size: 18px;
  font-family: "A1 Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #6f4b3e;
}

p {
  font-size: 13px;
  font-family: "A1 Mincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 25px;
  color: #6f4b3e;
}

.contact-text {
	padding: 10px 0px 40px 0px;
}

.contact-name-eiji {
	font-size: 14px;
	font-family: 'Spectral', serif;
	font-feature-settings: "palt";
}

dl {
	padding-top: 60px;
}

dt {
    float: left;
    clear: left;
    margin-right: 10px;
    width: 120px ;
    font-size: 18px;
	  font-family: 'Spectral', serif;
	  line-height: 50px;
	  color: #b4866b;
}

dd {
    float: left ;
    margin-left: 1em ;
    font-size: 15px;
	  font-family: "A1 Mincho", serif;
	  line-height: 40px;
    color: #6f4b3e;
}

.linkline {
    text-decoration: underline;
    text-decoration-color: #6f4b3e;
}

.instagram {
    width: 40px;
    padding-top: 20px;
}

footer {
	width: 100%;
	font-family: 'Spectral', serif;
    font-size: 15px;
	text-align: center;
	line-height: 80px;
	height: 70px;
	color: #b4866b;
	background-color: #ffffff;
}

/* =====================
  Media Queries
===================== */

@media(max-width: 767px){

	/* =====================
	  setting
	===================== */
  .main {
	 width: 100%;
     padding: 110px 0px 0px 0px;
  }

/*Header*/
   header {
   	width: 100%;
   	height: 80px;
   }

   .nav-container {
   	width: 100%;
    height: 80px;
   }

   .nav-img {
    width: 250px;
    height: 60px;
   	margin-left: 20px;
    margin-top:  20px;
    background-repeat: no-repeat;
   }

   .menu-box {
   	display: block;
   }

   nav {
   	float: none;
   }

   ul {
   	width: 100%;
   }

   .nav-list {
   	display: none;
   	float: none;
   	width: 100%;
   	line-height: 60px;
   	border-top: 1px solid #e3e3e3;
   	text-align: center;
   	background-color: rgba(255,255,255,0.8);
   	margin: 0 auto;
   	font-size: 16px;
   }

   /*Works*/
   .main {
    padding-top: 30px 0 0 0;
    text-align: center;
   }

   #works {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
   }

   .content img {
   	text-align: center;
    width: 90%;
    z-index: 11;
    padding-top: 0px;
   }

   .thumbnail {
   	width: 100%;
   	float: none;
   	margin: 0 auto;
    text-align: center;
    border: 0px solid #fff;
    padding-bottom: 20px;
   }

   .modal {
    width: 100%;
    left: 0;
   }

   .modal__content {
   	width: 100%;
    padding: 0px;
   }

   .work-img {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 30px;
   }

   .modal__bg {
   	display: none;
   }

   .modal-title {
    font-size: 15px;
    width: 90%;
    height: 50px;
    padding: 20px 15px;
   }

   .js-modal-close {
    margin: -10px 0px;
   }

   .content-img {
    padding-top: 40px;
    margin-top: 70px;
    margin-bottom: 50px;
}


   /*Studio*/
   h2 {
   	font-size: 40px;
   }
   
   #studio {
   	width: 100%;
   	text-align: center;
   }

   .studio-text {
   	text-align: left;
   }

   #theTarget {
   	width: 380px;
    height: 270px;
   	padding-bottom: 20px;
    left: 0;
    top: 0;
   }

   .studio-plan {
   	width: 100%;
   	padding-top: 30px;
    text-align: center;
    left: 0;
   }

   .studio-plan-text {
    text-align: center;
    left: 0;
   }

   hr {
   	width: 95%;
   }

   .studio-plan img {
   	width: 50%;
    padding: 0px;
    text-align: center;
   }

   iframe {
   	width: 100%;
   	/*margin: 0 auto;*/
   }

   #contact {
   	width: 100%;
   }
   .contact-text {
    padding: 10px 20px 40px 20px;
    text-align: left;
}

   dl {
   	text-align: left;
   }

   dd {
   	font-size: 14px;
   	margin-left: 0px;
   	padding-bottom: 15px;
   }

   dt {
   	font-size: 17px;
   	float: none;
   	line-height: 10px;
   }

   footer {
    font-size: 13px;
   }

   a {
    color: #6f4b3e;
   }
}







