@charset "UTF-8";

body{
  color: #333333;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

/* 上に４０ｐｘ下に５６ｐｘ余白 */
.aboutme,.works,.service,.contact,.footer{

  padding: 40px 0 56px 0;

}


.text{
  /* コンテンツの幅最大幅を９６０ｐｘ */
  max-width: 960px;
  /* 中央寄せ */
  margin: 0 auto ;
  /* 文字中央寄せ */
  text-align: center;
}


.title {
  /* フォント指定 */
  font-family:'Hahmlet';
  /* フォントサイズ */
  font-size:60px;
  /* 文字間：÷1,000 */
  letter-spacing:0.11em;
  /* ウェイト（太さ） */
  font-weight:Regular;

  margin-top: 30px;
}

.title_jp{
  font-family: "遊ゴシック体";
  font-size: 20px;
  color: #87878c;
  font-weight: bold;
  padding: 47px 0 87px  0;
  margin-top:0;
}






/* ヘッダー */

.header{
  display: flex;
  justify-content:space-between;
  background-color: #f5f5f6;
  width: 100%;
  height: 128px;
  padding-left: 25px;
}


.navi{
  display:flex;
  font-size: 20px;
  text-transform:uppercase;
  list-style: none;

}

.navi li a{
  display: block;
  padding:50px 30px 30px 30px;
  text-decoration: none;
  /* font-size: 20px;
  letter-spacing: 1.1; */
  color: #333333;
}

.navi li a span {
  display: block;
  text-align: center;
}

.navi li a span.menucontact{
  color: #f6b73f;
  margin-left: -10px;
}


/* スマホ用のメニューを非表示 */
.gnav-wrapper {
  display: none;
}


.img{
  max-width: 100%;
}

.logo{
  width: 210px;
  margin-top:33px;
  margin-left:25px;
}








/* メインビジュアル */
.mainvisual {
  /* 画面いっぱいに */
  width: 100%;
  /* 高さヘッダー分（70px)減らす */
  height: calc(100vh - 70px);
  /* 背景画像 */
  background-image: url(../images/img-main.png);
  /* 背景画像が常に縦横比を維持したまま全面を覆うようにサイズ指定 */

  /* 背景画像が常に中央に配置されるように指定 */
  background-position: center;
  /* 背景画像が繰り返さないように指定 */
  background-repeat: no-repeat;
}

.title{

}


/* 画面サイズ */
/* .main{
width: 90%;
margin: 0 auto;
} */




/* 私について */

#aboutme{
  /* 画面いっぱいに */
  width: 100vw;
  /* 高さヘッダー分（70px)減らす */
  /* height: calc(100vh - 70px); */
  /* 背景画像 */
  background-image: url(../images/backimg-aboutme200％.png);
  /* 背景画像が常に縦横比を維持したまま全面を覆うようにサイズ指定 */

  /* 背景画像が常に中央に配置されるように指定 */
  background-position: center;
  /* 背景画像が繰り返さないように指定 */
  background-repeat: no-repeat;

  width: 1301px;
  height: 814px;
  margin: 0 auto;

}





/* 白の四角 */
#aboutme .text{
  background-color: #fff;
  height:814px;
}



/* 0817とみがし追加 */
.aboutme02{
  position: relative;
}
.aboutme02 img{
  position: absolute;
  top:0;
  left:0;
  margin-left: 90px;
  margin-top: 130px;
}



.text_1{
  text-align: left;
}
.text_1, .text_2{
  width:55%;
  margin: 0 auto;
  letter-spacing: 0.11em;

}


.text_2{
  margin-top: 47px;
  text-align: left;
  line-height: 2.7;
}

.text_3{
  color: #cf899a;
  margin-top: 100px;
  line-height: 2.7;
  margin-bottom: 234px;

}

  taxt_3 span{
font-weight: bold;
}



/* 実績 */


.picture{
  display: grid;
  grid-template-columns: 300px 300px 300px;
  gap:20px;
  margin: 0 auto;

}

.item .box{
  border: 1px solid #000000;
  height: 200px;
  position: relative;
}

/* 画像を真ん中にする */
.item .item1{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.item .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


#works{
  width: 100%;
  background-image:url(../images/backimg-works200％.png);
  background-position: center;
  background-repeat: no-repeat;
  /* height: calc(100vh - 70px); */
  margin-top: 234px;
}

#works, .rogo1, .rogo2, .rogo3, .rogo4, .rogo5, .rogo6{
  margin-top: 35px;
  margin-bottom: 90px;
  text-align: left;
}




/* メニュー */

#service{
  margin-top:0px;
}

#service .text ul li{
  list-style: none;
  font-size: 30px;
  line-height: 1.8;
  display: flex;
}

#service .text .nedan span{
  font-family:'EB Garamond',sans-serif;
  font-family:'Hahmlet',sans-serif;
  font-family:'Roboto Condensed',sans-serif;
  color: #cf899a;
  font-size: 30px;
}

#service .text .nedan span.yen{
  font-size: 30px;
  color: #333333;
  padding-left: 10px;
}

.title span{
  display:block;
  text-align: center;
}


.name,.nedan{
  display: flex;
  justify-content:flex-start;
  display: inline-block;
  letter-spacing:0.1em;

}

.name{
  width: 300px;
  text-align: left;
  font-weight: bold;
}




#service .text table{
  padding-top: 0;
  padding-bottom:0px;
  text-align: left;
  width:606px;
  margin: auto;
  font-weight: bold;
}

#service .text table .name {
  list-style: none;
  font-size: 25px;
  line-height: 1.8;
}


#service .title {
  margin-top: 0;
}


.menu_wrap{
  margin: 0 80px;
  padding: 0 200px;
  margin-top: -100px;
  margin-bottom: 100px;
}

.menu_wrap li{
  line-height: 1.0;
  /* letter-spacing: 1.1em; */
}



/* 中央揃えのまま左寄せ */
.titleset {
  text-align: left;
  margin-top: 0 ;
  margin-left: -100px;
}

.title{
  display: inline-block;
}


#aboutme,title_jp{
  margin-bottom: 10px;
}

.menu_wrap{
  margin: 0 80px;
  padding: 0 0px;
  margin-top: -100px;
  margin-bottom: 100px;
}




#service {
  position: relative;
}


#service::before,#service::after{

  content: "";
  display: block;

  width:460px;
  height:536px;

}


#service::before{

  background: url(../images/logo1-service200％.png) no-repeat;

  position: absolute;
  top:0;
  right: 0;
}

#service::after{
  background: url(../images/logo2-service200％.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}



#service .text_7 {
  font-size: 20px;
  margin-left: auto;
  width: 55%;
  text-align: left;
  display: inline-block;
  margin-right: -200px;
  margin-top: -100px;
  margin-bottom:100px;
}

.come{
  text-align: right;

}



/* お問い合わせ */

#contact{
  margin-top: 80px;
  width:100%;
}

#contact .text{
  border: 2px solid #e4d0aa;
  /* height: 200px; */
  height:850px;
  margin-bottom:60px;
  box-shadow:30px;
  box-shadow: 1px 0 5px 1px #e4d0aa;
}

#contact .title{
  margin-top: 100px;
}

.text_4{
  margin-bottom:100px;
  line-height: 2.75;
  letter-spacing: 0.11em;
}

.text_5,.text_6 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;

}

.mail,.insta {
  text-align: left;
  display: flex;
  justify-content:center;
  /* align-items: center; */
  line-height: 1.15;
  margin-bottom:40px;

}

.contact{
  text-align: center;
}

.iconimg{
  text-align: center;
  padding-left: 200px;
  width:270px;
}

.iconimg img{
  width:40px;
}




.insta, .text_6{
  padding-left: 0px;

}

.contact table {
  margin: 0 auto;
}
.contact table tr td {
  text-align: left;
  padding-left: 20px;
  vertical-align:middle;
  font-size: 25px;
  font-weight: bold;
}
/* mailのbottomに余白をつける */
.contact table tr:first-child th,
.contact table tr:first-child td {
  padding-bottom: 20px;
}


/* フッター */

.footer{
  display: flex;
  justify-content:space-between;
  background-color: #f5f5f6;
  width: 100%;
  height: 104px;

}


.footer p {color: #333333;
  font-size:20px;
  margin: 0 auto;
}



h2.section-title {
  padding: 30px;
}





.pc-only {
  /* 表示させる */
  display: block;
}

.sp-only {
  /* 消す */
  display: none;
}

#menu-button{
  display: none;
}


/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/
@media screen and (max-width:640px){




  h2.mainvisual {
    /* 左右に２４ｐｘの余白 */
    padding: 0 24px;
    /* 最大幅５５０ｐｘ */
    max-width: 550px;
  }


  .pc-only {
    display: none;
  }

  .sp-only {
    /* 表示させる */
    display: block;
  }

  #aboutme,#works,#service,#contact{
    padding:40px 0 30px 0;
  }


  /* テキスト */
  .title{
    font-size:40px;
  }

  .text{
    font-size: 13px;
  }


  /* メインビジュアル */
  .mainvisual {
    /* 画面いっぱいに */
    width: 100vw;
    /* 高さヘッダー分（70px)減らす */
    height: calc(100vh - 70px);
    /* 背景画像 */
    background-image: url(../images/spimg-main.png);
    /* 背景画像が常に縦横比を維持したまま全面を覆うようにサイズ指定 */

    /* 背景画像が常に中央に配置されるように指定 */
    background-position: center;
    /* 背景画像が繰り返さないように指定 */
    background-repeat: no-repeat;
  }




  /* ヘッダー */
  .header {
    width: 100%;
    height:60px;
  }

  .logo {
    width: 100px;
    margin-left: 0px;
    margin-top: 17px;
  }


  /* 私について */

  #aboutme{
    width:100%;
  }
  #aboutme .text{
    width:90%;
  }

  .aboutme02 img {
    width: 80px;
    margin-left: 0px;
  }


  .text_2 {
    text-align:left;
    width: 100%;
    padding: 0 18px;
  }

  .text_1 {
    width: 100%;
    text-align: center;
  }

.text_3{
  margin-top: 50px;
  margin-bottom: 50px;
}

.text_2 span{
  text-align: center;
  width: 100%;
  display: block;
}

/* .text_3 span{
  font-weight: bold;
  width: auto;
} */

.text_3 span.text_3_1{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 18px;

}



  #aboutme{
    /* 背景画像 */
    background-image: url(../images/backimg-aboutme200％.png);
    margin-top: 30px;
  }





  /* 実績 */
  #works{
    background-image: none;
    width:100%;
  }

  #works,.picture{
    padding-left: 0px;
  }


  .picture{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:20px;
    margin: 0 auto;
  }





  /* メニュー */
  #service{
    width:100%;
  }

  #service.text{
    width:90%;
  }



  .titleset {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
  }



  .menu_wrap{
    margin: 0 20px;
    font-size: 5px;
  }


  #service .text table{
    width:100%;
    line-height: 1.9;
  }

  #service .text table .name{
    width:60%;
    font-size: 14px;
  }

  #service .text .nedan span{
    font-size: 20px;
  }



  #service .text .nedan span.yen{
    font-size: 20px;
  }


  #service::before, #service::after{
    height: 120px;
  }


  #service::before{

    background: url(../images/logo1-service200％.png) no-repeat;
    width: 100px;
    position: absolute;
    top:-20px;
    right: 0;
  }

  #service::after{
    background: url(../images/logo2-service200％.png) no-repeat;
    width:100px ;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
  }



  #service .text_7 {
    font-size: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
    display: inline-block;
    /* margin-right: 10px; */
    margin-top: 50px;
    margin-bottom:50px;
  }



  /* コンタクト */


  #contact{
    width:100%;
    padding-top: 0px;
  }

  #contact .text {
    border: 2px solid #e4d0aa;
    height:700px;
    margin-bottom:60px;
    box-shadow:30px;
    box-shadow: 1px 0 5px 1px #e4d0aa;
  }


  .title_jp {
padding-bottom: 70px;
}

  .iconimg{
    padding-left: 40px;
    width: 100px;
  }

  .iconimg img{
    width: 30px;
  }

  .mail .iconimg{
    padding-right: 15px;
    padding-left:55px;
  }

.text_4{
  margin-bottom: 30px;
}

  .text_5, .text_6 {
    font-size: 16px;
    margin-left: 20px;
  }

  .text_6 {
    font-size: 11px;
    line-height: -3px;
  }

  .text_6 span{
    font-size: 16px;
  }

  .contact table tr td {
    text-align: center;
    font-size: 15px;
  }


  /* フッター*/
  .footer{
    width:100%;
  }

  .navi{
    /* PCのナビゲーションをスマホ非表示 */
    display: none;
  }

  /* メニューボタン */
  #menu-button {
    display: block;
    width: 60px;
    height: 60px;
    padding:22px 18px;
    z-index: 100;
  }

  .menu-button-inner{
    position: relative;
    display: block;
    width:100%;
    height: 100%;
  }
  /* ハンバーガーボタン */
  .menu-button-inner span{
    display:block;
    /* 高さ２ｐｘ横幅１００%の短形にする */
    height: 2px;
    width:100%;
    /* 短形の背景色 */
    background-color: #333333;
    position: absolute;
  }

  .menu-button-inner span:nth-child(1) {
    top: 0;
  }
  .menu-button-inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .menu-button-inner span:nth-child(3) {
    bottom: 0;
  }

/* ハンバーガボタン装飾 */
.gnav-wrapper{
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #f5d7d1;
  position: fixed;
  left: 0;
  z-index: 100;
  padding-top: 100px;
}

.gnav-sp{
  font-size: 20px;
  text-transform:uppercase;
  list-style: none;
  text-align: center;
}

.gnav-sp li a{
  display: block;
  text-align:center;
  margin-bottom:30px;
  /* padding:50px 30px 30px 30px; */
  text-decoration: none;
  /* font-size: 20px;
  letter-spacing: 1.1; */
  color: #ffffff;
}

.ngnav-sp li a span {
  display: block;
  text-align: center;
}

.gnav-sp li a span.menucontact{
  color: #d698a4;
}
