body {
  font-family: "Lato","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #333;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

ul,
li {
  list-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.section {
  padding: 80px 0;
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #737d6d;
}

.lead {
  margin-bottom: 30px;
  text-align: center;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: background-color .4s;
}

.header.active {
  background-color: #737d6d;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
}

.header-logo {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.header-logo a {
  color: #fff;
}

.header-nav-list {
  display: flex;
  justify-content: space-between;
}

.header-nav-item:not(:last-child) {
  margin-right: 20px;
}

.header-nav-item a {
  font-size: 13px;
  padding: 5px 0;
  letter-spacing: .1em;
  color: #fff;
}

.header-nav-item a:hover {
  opacity: .8;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual-img {
  height: 500px;
  background-image: url(../img/main.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub-main-visual-img {
  height: 180px;
  background-image: url(../img/main.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*--------------------------------
 プロフィール
---------------------------------*/
.profile {
  padding: 50px 0;
}

.profile-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: #737d6d;
}

.profile-text {
  max-width: 500px;
  margin: 0 auto;
}



/*--------------------------------
プロフィールHTML
---------------------------------*/

.profile1 p img{
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50%;
  margin:  0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.profile1 p{
  text-align: center;
  padding-bottom: 10px;
}

.profile2 p{
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 1100px;
}

.kuhaku p{
  text-align: center;
  margin-bottom: 30px;
}

.kuhaku2 p{
  text-align: center;
  margin-bottom: 70px;
}

.pfname{
  font-size: 1.7rem;
}



/*--------------------------------
 Works
---------------------------------*/
.works-list {
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-item {
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #333;
}

.works-item:hover {
  opacity: .9;
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img img {
  border: 1px solid #e6e6e6;
}

.works-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 10px;
}



/*--------------------------------
 Skill
---------------------------------*/
.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
}

.skill-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  margin-bottom: 3px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-item {
  display: block;
  margin: 0 20px;
  text-align: center;
}

.contact-text {
  margin-top: 10px;
  text-align: center;
}
/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #e6e6e6;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #737d6d;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #a3bb95;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 50px 0;
}

.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 20px;
  text-align: center;
}

.article-img {
  margin-bottom: 20px;
}

.article-img img{
  border: solid 1px black;
  display: block;
  margin:  0 auto;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
}

.article-info-title {
  font-size: 15px;
}

.article-body img {
  margin-bottom: 30px;
}

.article-body p {
  margin-bottom: 30px;
}

.home-link {
  text-align: center;;
}

.article-im{
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.article-im img{
  border: solid 1px;
}

  /* リーダーボードパディング */

  .lb-maincontain p,img{
    text-align: center;
  }

  .lb-maincontain img{
    border: solid 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lb-maincontain:last-child{
    padding-bottom: 50px;
  }




/* -------------------------------
 建築ロゴHTML
---------------------------------*/

.kentikuex h2{
  font-size: 1.6rem;
  padding-bottom: 50px;
}

.kentikuex h2{
  padding-top: 100px;
}

.kentikuex p{
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.kentikuex hr{
  margin: auto;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 50px;
}

.kentikuex h2{
  text-align: center;
}



.sec11 h3, .sec22 h3, .sec33 h3{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 30px;
}

.type1 img{
  width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.setumei{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 150px;
}

.flexkentiku {
  display: flex;
  justify-content: space-evenly;
}

.sec22 .flexkentiku :nth-child(3){
  margin-left: -50px;
  margin-right: -80px;
  margin-top: -45px;
}

.sec33 .flexkentiku :nth-child(3){
  width: 450px;
  margin-left: -100px;
  margin-right: -120px;
  margin-top: -40px;
}

.marktext p{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 70px;
}

.kentikuhr{
  border: 1.5px dotted black;
  width: 80%;
  display: block;
  margin: 0 auto;
}




/* --------------------------------
季節ロゴ群 HTML
--------------------------------- */

.seasonlogo hr{
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.seasonlogo{
  margin: 0 auto;
  max-width: 1200px;
}

.seasonlogo h2{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.seasonlogo .explanation p{
  text-align: center;
  max-width: 1000px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.seasonlogo section h3{
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 20px;
}

.seasonlogo section .ex{
  text-align: center;
  padding-bottom: 40px;
}

.sflex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -180px;
}

.sflex img{
  width: 600px;
  height: auto;
}

.exp{
  text-align: center;
  max-width: 550px;
  padding-right: 40px;
}



.aflex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  margin: 0 auto;
  margin-bottom: 100px;
}

.aflex img{
  width: 600px;
  height: auto;
  margin-left: 20px;
  margin-right: -20px;
  margin-top: -100px;
}


.wflex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -180px;
}

.wflex img{
  width: 600px;
  height: auto;
}



/* -------------------------
個人制作企業想定ロゴHTML
---------------------------- */

.companylogo h2{
  display: block;
  margin:  0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
  font-size: 1.6rem;
}



.companylogo img{
  width: 80%;
  height: auto;
}

.comflex{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.comflex2{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.comflex img{
  width: 33%;
  height: auto;
}

.comflex p{
  text-align: center;
  width: 45%;
}

.dsg1{
  text-align: center;
  font-size: 1.2rem;
  padding-top: 50px;
  margin-bottom: -40px;
}

.dsg2{
  text-align: center;
  font-size: 1.2rem;
  padding-top: 150px;
}

.dsg1-1 img{
  display: block;
  margin: 0 auto;
}

.comflex2 img{
  width: 40%;
  height: auto;
}

.comflex2 p{
  text-align: center;
  width: 45%;
  padding-right: 2%;
}

.compa{
  padding-bottom: 50px;
}

.ps h2{
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
}


/* ---------------フォトショップhtml --------------*/

.psex{
  width: 55%;
  margin: 0 auto;
}

.ps h3{
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.ps h3,.ps p{
  text-align: center;
}

.psspan{
  font-size: 1.4rem;
  padding-top: 100px;
}

.ps .cherry img,.ps .snow img,.ps .city img,.ps .nature img{
width: 70%;
}

.before p{
  font-size: 1.5rem;
  padding-top: 50px;
  padding-bottom: 5px;
}

.afexp p{
  padding: 30px;
  border: dotted 1px;
  margin: 50px auto;
  width: 70%;
}





/*media Queries 767 and 820
----------------------------------------------------*/
@media screen and (max-width: 820px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .section {
    padding: 40px 0;
  }

  .inner {
    padding: 0 15px;
  }

  /* ヘッダー */
  .header-logo {
    font-size: 16px;
  }

  .header-nav-item:not(:last-child) {
    margin-right: 10px;
  }

  .header-nav-item a {
    font-size: 12px;
  }

  /* メインビジュアル */
  .main-visual-img {
    height: 60vh;
    background-image: url(../img/main.JPG);
  }
  .sub-main-visual-img {
    height: 100px;
    background-image: url(../img/main.JPG);
  }

  /* プロフィール */
  .profile {
    padding: 30px 0;
  }
  .profile-title {
    font-size: 20px;
  }

  .profile1{
    max-width: 85%;
    margin: 0 auto;
    font-size: 0.9rem;
  }

  .profile2{
    max-width: 85%;
    margin: 0 auto;
    }

  /* Works */
  .works-name {
    font-size: 10px;
  }

  .works-list {
    justify-content: space-between;
    padding: 0;
  }

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }

  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  /* Contact */
  .contact-item {
    margin: 0 10px;
  }

  /* フッター */
  .footer {
    padding: 20px 0;
  }





/* -------建築html------ */


.sec11 h3 , .sec22 h3 , .sec33 h3{
  font-size: 1.2rem;
}

.sec22 .flexkentiku :nth-child(3){
    margin: 0;
    margin-top: -27px;
    margin-left: -20px;
  }

.sec33 .flexkentiku :nth-child(3){
  width: 390px;
  margin: 0;
  margin-top: -23px;
  margin-left: -20px;
}

.flexkentiku img{
  padding-left: 25px;
  padding-right: 25px;
}

.kentikuex p{
  width: 80%;
}

.kentikuex hr{
  width: 80%;
}

.kentikuhr{
  width: 80%;
}

.type1{
  max-width: 80%;
  margin: auto;
}

.flexkentiku{
  margin-top: -60px;
}

.setumei , .marktext p{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 150px;
  max-width: 80%;
}

.marktext p{
  margin: 0 auto;
}


/*  季節ロゴ群  */


.seasonlogo{
  max-width: 95%;
}

.seasonlogo hr{
  max-width: 80%;
  margin-bottom: -20px;
}

.ex, .sflex, .aflex, .wflex{
  margin: 0;
}

.seasonlogo section h3{
  font-size: 1.2rem;
}

.seasonlogo .explanation p{
  max-width: 90%;
  font-size: 0.8rem;
}

.seasonlogo section .sflex, .aflex, .wflex{
  display: block;
}

.seasonlogo section .aflex img{
  margin: 0;
}

.seasonlogo section .ex{
  padding: 0;
}

.exp{
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
}

.seasonlogo section h3{
margin-bottom: -30px;
padding-top: 100px;
}

.seasonlogo section .sflex,.wflex img{
  margin-top: -80px;
}

.wflex .exp{
  margin-top: -100px;
}

.sflex .exp{
  margin-top: -100px;
}

.wflex :nth-child(2){
  margin-bottom: 150px;
}



/*   個人制作架空企業想定ロゴ   */

.companylogo h2{
  font-size: 1.0rem;
}

.dsg1, .dsg2{
  font-size: 0.8rem;
  padding-bottom: 20px;
}

.comflex{
  display: block;
}

.comflex img,p{
  display: block;
  margin: 0 auto;
}

.comflex img{
  display: none;
}

.comflex p{
  padding-top: 10px;
  width: 90%;
}

.comflex2{
  display: block;
}

.comflex2 img,p{
  display: block;
  margin: 0 auto;
}

.comflex2 p{
  padding-top: 10px;
  width: 90%;
}


/* フォトショ */

.psex{
  width: 85%;
}

.afexp p{
  margin: 30px auto;
  width: 90%;
}

.ps .cherry img,.ps .snow img,.ps .city img,.ps .nature img{
  width: 95%;
  }

  .before p{
    font-size: 1.2rem;
  }


}




/* media query ここまで */




