@charset "UTF-8";

html{
    font-size: 62.5%;
    background-color: #fafaf7;
}

body{
    color: #D6B992;
    font-size: 1.9rem;
    padding-top: 60px;
    font-family: "Noto Sans JP";
}

a{
    text-decoration: none;
    display: block;
}

img{
    max-width: 100%;
}

li{
    list-style: none;
}

p{
    letter-spacing: 0.05em;
    line-height: 30px;
}

.inner{
    max-width: 1500px;
    margin: 0 auto;
}

.inner{
    max-width: 1500px;
    margin: 0 auto;
}

.site-title img{
    width: 35%;
    line-height: 1;
    padding: 10px 0;
}

.site-title a{
    display: block;
}


.section-title{
    font-size: 4rem;
    margin: 60px 0 10px 80px;
    position: relative;
    display: inline-block;
    font-family: "Comic Sans MS", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.section-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 250px;
    height: 2px;
    background-color: #D6B992;
}

#header{
    background-color: #B9D08B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 90px;
}

#header ul{
   display: flex; 
   letter-spacing: 0.1em;
}

#header li a{
   color: #fafaf7;
   margin-left: 40px;
   font-weight: 700;
   font-family: "Comic Sans MS", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;

}

a:hover{
    opacity: 0.7;
}

#menu-toggle {
    display: none;
}

.hamburger {
    display: none;
    width: 30px;
    height: 22px;
    position: relative;
    flex-direction: column;
    cursor: pointer;
}
.hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fafaf7;
}

.hamburger span:nth-child(1) { 
    top: 0; 
}
.hamburger span:nth-child(2) {
    top: 9px; 
}
.hamburger span:nth-child(3) {
    top: 18px; 
}

#mainvisual{
    position: relative;
}

#mainvisual img{
    width: 100%;
    display: block;
}

#mainvisual p{
    position: absolute;
    top: 40%;
    margin-left: 90px;
    padding-left: 10px;
    background-color: rgba(250,250,247,0.6);
    font-size: 4.1rem;
    line-height: 60px;
    letter-spacing: 0.2em;
}

.work-title{
    display: inline-block;
    color: #fafaf7;
    background-color: #D6B992;
    padding: 2px 25px;
    margin: 30px 0;
    letter-spacing: 0.1em;
    text-align: left;
}


#work a :hover{
    opacity: 0.7;
}

.work-inner{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 100%;
}

.item p{
    color: #D6B992;
}

.item img{
    width: 420px;
    height: auto;
}
.pick-up{
    margin: 30px 0;
}

.pick-up-title{
    font-size: 4rem;
    color: #B9D08B;
    padding-left: 50px;
    letter-spacing: 0.05em;
}

.pick-up-box{
    background-color: #F3F6ED;
    border: 2px solid #B9D08B;
    margin: 10px 50px;
    padding: 0 20px 20px 20px;
}

.pick-up-item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 100%;
}

.pick-up-box p{
    padding: 30px 0;
    color: #B9D08B;
}

.pick-up-detail{
    font-weight: 600;
    margin-left: 50px;
    letter-spacing: 0.15em;
    text-align: left;
    font-size: 2.2rem;
}

.pick-up-box a{
    text-align: right;
    color: #B9D08B;
}

.banner{
    margin-bottom: 50px;
}

.banner .work-title{
    margin-left: 80px;
}

.items-single{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}
.single-site{
    margin-right: 100px;
}

.single-mesi img{
    width: 300px;
}

#about{
    background-color: #B9D08B;
    color: #fafaf7;
    margin: 0 0;
}

.about-content{
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    padding: 30px 0;
    gap: 50px;
}

.about-text{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.about-text p{
    width: 100%;
    max-width: 750px;
    margin-top: 70px;
}

#about img{
    width: 360px;
    height: auto;
    border-radius: 50%;
}

#about .section-title::after{
    background-color: #fafaf7;
}

h4{
    font-size: 3rem;
}

#skill .section-title::after{
    background-color: #fafaf7;
}

#skill{
    background-color: #B9D08B;
    color: #fafaf7;
}

.skill-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 80px 0;
    padding: 40px 0;
    gap: 10px;
}

.skill-item{
    display:flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.skill-item img{
    width: 115px;
    height: auto;
    margin: 0 10px;
    border: 1px solid #fafaf7;
    border-radius: 50%;
}

h3{
    font-size: 2.6rem;
}

#contact{
    padding-bottom: 30px;
}

.contact-form{
  max-width: 600px;
  margin: 40px auto 0;
}

.form-item{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-item label{
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.form-item input,
.form-item textarea{
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #D6B992;
  border-radius: 4px;
}

.form-btn{
  text-align: center;
  margin-top: 30px;
}

.form-btn button{
  padding: 12px 40px;
  font-size: 1.6rem;
  background-color: #B9D08B; 
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.form-btn button:hover{
  opacity: 0.8;
}


#footer{
    color: #fafaf7;
    background-color: #B9D08B;
    text-align: center;
    padding: 10px 0;
}




.work-detail{
    max-width: 100%;
    margin: 50px auto 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.detail-title{
    font-size: 4rem;
}

.work-detail img{
    width: 490px;
    height: auto;
    margin: 40px auto;
}

.work-detail dl{
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: start;
}

.work-detail dt{
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
}

.work-detail dd{
    margin:0 0 30px 30px;
    text-align: left;
    padding-top: 7px;
}

.work-detail dd,
.work-detail dt{
    line-height: 1.6;
}

.banner-consept{
    text-align: left;
    max-width: 530px;
}

.work-detail dd a{
    color: #D6B992;
}

.work-detail dd a:hover{
    opacity: 0.7;
}

.pick-up-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pick-up-content h2{
    font-size: 4rem;
}

.pick-up dl{
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: start;
    padding-bottom: 30px;
}

.pick-up dd{
    max-width: 660px;
    margin-bottom: 30px;
}

.pick-up-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

h6{
    font-size: 3rem;
}

.list-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin-top: 30px;
}

.list-item a{
    color: #D6B992;
}

.list-item img{
    max-width: 420px;
    height: auto;
}


@media screen and (max-width:400px) {

body{  
    font-size: 1.3rem;
    padding-top: 40px;
}
#nav {
     display: none;
}

#menu-toggle:checked ~ #nav {
    display: block;
}

#menu-toggle:checked ~ .site-title{
    display: none;
}

.hamburger{
    display: flex;
}

#header{
    padding: 0 30px;
}

#header ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    background-color: B9D08B_1;
  }

  #header li a{
    margin: 0;
    width: auto;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  #nav{ 
    position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #B9D08B;
     }

.section-title{
    font-size: 2rem;
    margin: 30px 0 10px 30px;
    position: relative;
    display: inline-block;
}

.section-title::after{
    width: 120px;
}


#mainvisual p{
    font-size: 1.5rem;
    line-height: 20px;
    letter-spacing: 0.2em;
    margin-left: 20px;
}

.pick-up-detail{
    font-size: 1.5rem;
    width: 220px;
    text-align: center;
    align-items: center;
}

.pick-up-title{
    font-size: 2.5rem;
}

.item ,
.items-single{
        flex-direction: column;
        align-items: center;
        padding: 0 25px;
}

.work-title{
    font-size: 1.4rem;
    padding: 2px 15px;
}

.single-site{
    margin-right: 0px;
}

.banner .work-title{
    margin-left: 25px;
}


.about-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

.about-text{
    margin: 0 auto;
    text-align: center;
}

#about img{
    width: 250px;
    height: auto;
    margin: 30px auto 0;
}

h4{
    font-size: 2.5rem;
}

.about-text p{
    width: 300px;
    margin-top: 30px;
}

.skill-content{
    display: flex;
    flex-direction: column;
    margin: 0 25px;
}

h3{
    font-size: 2rem;
}

.skill-item{
    padding-bottom: 10px;
}

.skill-item img{
    width: 90px;
}

.skill-item p{
    line-height: 20px;
}

.contact-form{
    padding: 0 10px;
}

.work-detail{
    padding: 0 20px;
}

.detail-title{
    font-size: 2.5rem;
}

.work-detail img{
    width: 350px;
    height: auto;
    margin: 20px auto 30px;
}

.work-detail dt{
    font-size: 1.7rem;
}

.work-detail dd{
    margin:0 0 30px 10px;
     padding-top: 1px;
}

.banner-consept{
    max-width: 300px;
}


.pick-up h2{
    font-size: 2.3rem;
    padding: 0 20px;
}

.pick-up-box{
    margin: 10px 20px;
    padding: 0 1px 20px 1px;
}

.pick-up-list {
    margin: 0 20px;
}

.list-item{
    gap: 5px;
}

.list-item p{
    line-height: 15px;
}

.list-item img{
    width: 330px;
}

h6{
    font-size: 2.3rem;
}

.pick-up-list{
    gap: 10px;
}

.pick-up-content dl{
    padding: 0 20px;
}

.pick-up dl{
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: start;
    padding-bottom: 0px;
}

}