*{
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
}

body {
	background-color: #dcdcdc;
}

/*Header*/
header {
	position: fixed;
	width: 100%;
	height: 110px;
	background-color: rgba(220,220,220,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;
	/*border: 1px solid #996600;*/
	margin-top: 30px;
}

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

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

.nav-img {
	float: left;
  width: 350px;
  height: 100px;
	margin-top: 20px;
  margin-left: 20px;
  background-image: url("../img/pg_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: 'Questrial', sans-serif;
}

.nav-list a {
	color: #000000;
}

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

.insta-top {
    width: 30px;
    transform: translateY(10px);
}

.main {
	width: 900px;
	padding: 110px 20px 0px 20px;
	background-color: #dcdcdc;
	margin: 0 auto;
	position:relative;
}

/*news*/
.date {
  line-height: 35px;
}
.news_text {
  line-height: 25px;
}

.to_pdf {
  color: #4682b4;
  text-decoration: none;
}

/*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: #dcdcdc;
  padding-top: 35px;
}

/*モーダルウィンドウ*/
.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.5);
    height: 120%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

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

.thumbnail {
	width: 290px;
	float: left;
	border: 5px solid #dcdcdc;
	text-align: center;
	line-height: 150px;
}

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

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

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


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


/*Studio*/
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;
}

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

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

#theTarget {
	padding-top: 10px;
	width: 569px;
	height: 370px;
	z-index: 1;
}

.studio-data {
	padding-top: 20px ;
}

.studio-img {
	width: 70%;
	float: left;
	margin: 0 auto;	
}

.studio-img img {
	width: 280px;
	padding: 0px 15px 9px 0px;
}

.studio-plan {
	width: 30%;
	float: left;
}

.studio-plan-text {
	font-size: 17px;
	font-family: 'Questrial', sans-serif;
	padding-bottom: 5px;
}

hr {
	margin-bottom: 5px;
}

.studio-plan img {
	width: 220px;
	padding-top: 30px;
}

.studio-map {
	margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.studio-map iframe {
	padding-top: 50px;
	position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*Contact*/
.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: #808080;
}

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

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



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

/* =====================
  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: 0px;
   	font-size: 16px;
   }

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

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

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

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

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

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

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

   .modal__bg {
   	display: none;
   }

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

   .js-modal-close {
    margin: -20px 25px;
}

   /*Studio*/
   h2 {
   	font-size: 40px;
   	text-align: left;
   	padding-left: 20px;
   }
   h3 {
   	padding-left: 20px;
   }

   .studio-text p {
   	padding-left: 20px;
   }
   
   #studio {
   	width: 100%;
   	text-align: center;
   }

   .studio-img img {
   	width: 100%;
   	padding: 0;
   	margin: 0 auto;
   }

   .studio-text {
   	text-align: left;
   	width: 90%;
   }

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

   .studio-plan {
   	width: 100%;
   	padding-top: 30px;
    text-align: center;
    top: 0;
    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;
}
   .contact-text h3 {
   	padding: 0;
   }
   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;
   }

}







