@charset "UTF-8";
/* CSS Document */
/*
.header {
  height: 80px;
  width:100%;
  background-color: #fff;
  position: fixed;
  box-shadow: 10px 5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
.header__picture {
  height: 60px;
  position: absolute;
  left: 100px;
  top: 10px;
}


.header__navigation {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-right: 40px;
}
.header__navigation ul li {
  display: inline-block;
  margin-right: 40px;
}
.header__navigation ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 300;
  color:#232323;
}
.facebook{
  margin-right: 20px;
  height: 25px;
}
.instagram{
  
  height: 25px;
}
@media (max-width: 800px) {
.header {
  height: 50px;
  }
 .header__picture {
  height: 40px;
  position: absolute;
  left: 50px;
  top: 5px;
} 
}
*/
main {
  margin: 0 auto 0;
  }

.section-work-detail{
  padding: 80px auto 100px;
  }

.section-work-detail h2{
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 300px 110px 110px;
  opacity: 50%;
  font-weight: 300;
}

.section-work-detail h1{
  font-size: 3rem;
}
.section-work-detail h1 br{
  display: none;
}
.gallery-top__container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  text-align: left;
  margin: 100px auto 0;
}
.gallery-top__pic{
  width: 500px;
  margin-right: 40px;
}

.gallery-top__text {
  font-size: 1.4rem;
  max-width:500px; 
}

.gallery-list{
  display: flex;
	flex-wrap: wrap;
	max-width: 1200px; /*最大の幅*/
	margin: 100px auto 0px;
  padding-bottom: 150px;
}
.gallery-list li{
  text-decoration: none;
  list-style: none;
	flex: 1 1 300px; /*１つの記事の大きさ*/
	margin: 3px;
	padding: 0;
}
.gallery-list img{
  width: 100%;
}

 /*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
@media (max-width: 1040px) {
  .section-work-detail h2{
    font-size: 7rem;
    padding: 300px 30px 100px;
  }
  .section-work-detail h1{
  font-size: 2.4rem;
  line-height: 2.8rem;
}
  .section-work-detail h1 br{
  display: inherit;
}
  .gallery-top__container{
   justify-content: center;
   margin: 50px 30px;
}
  .gallery-top__pic{
    width:100%; 
    margin: 0 auto 50px;
  } 
.gallery-top__text {
width:100%; 
    margin: 0 auto;
  }
.gallery-list{
  margin: 100px 30px 0px;
  padding-bottom: 100px;
  }
  
}
.others{
  padding: 100px 0 300px;
}
.others h3{
  font-size: 2.0rem;
  margin: 0 auto;
}
.works__recent {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 30px;
}
.works_01 {
  width: 320px;
  height: 200px;
  margin: 0px 10px 10px;
}
.works_01_img {
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);
}
.works_02 {
  width: 320px;
  height: 200px;
  object-fit: cover;
  margin: 0px 10px 10px;
}
.works_02_img {
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);
}
.works_03 {
  width: 320px;
  height: 200px;
  object-fit: cover;
  margin: 0px 10px 10px;
}
.works_03_img {
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);
}
.others a{
  text-decoration: none;
  color: #545454;
}


/*
.footer {
  height: 120px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}

.footer_navi {
  display: flex;
  text-align: center;
  margin-right: 40px;
  justify-content: center;
}
.footer_navi ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_navi ul li a {
  text-decoration: none;
  color: #232323;
}
.footer_sns{
  display: inline-block;
}
.facebook {
  margin-right: 20px;
  height: 25px;
}
.instagram {
  height: 25px;
}
.footer small {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media (max-width: 800px) {
.footer {
  height: 280px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
  .footer__site-map{
  display: flex;
  justify-content: space-between;
    margin: 0 auto;
}
  .footer_navi {
  display: inherit;
  text-align: left;
  margin:0 auto;
}
  .footer_navi ul li {
  display: inherit;
  margin-bottom: 10px;
  font-size: 1.4rem;
  }
  .footer_sns{
    margin: 0 auto;
  }
}*/
