@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #24292e;
  font-family: 'Shippori Mincho B1', serif;
  font-feature-settings: "palt";
  padding-top: 100px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}

.wrapper {
  font-size: 0.9rem;
  padding: 100px 4% 0 4%;
}
.site-title {
  line-height: 1px;
}
.site-title img{
  width: 100px;
}
.sec-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #897858;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* PCでは非表示にしておく */
.nav_toggle,
.nav {
  display: none;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.pc-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  padding: 0 4%;
  position: fixed;
  top: 0;
  z-index: 1;
  background-image: url("../images/washi_back.jpg");
  background-size: cover;
}
.pc-header ul {
  display: flex;
  padding: 10px 0;
}
.pc-header .pc-li {
  font-size: 0.95rem;
  margin-right: 25px;
}
.pc-header li a {
  color: #897858;
}
.pc-header .pc-icon {
  width: 20px;
  margin-right: 15px;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  position: relative;
}
#mainvisual img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
#mainvisual p {
  position: absolute;
  top: 18%;
  right: 10%;
  font-size: 1.5rem;
  line-height: 4rem;
  text-align: right;
  color: white;
  text-shadow: 2px 2px 4px rgba(44,44,44,0.9);
}

/*-------------------------------------------
商品紹介
-------------------------------------------*/
#products ul {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#products li {
  width: 31%;
  margin-bottom: 23px;
}
#products li img {
  width: 100%;
  margin-bottom: 10px;
}
#products li .font-garamond {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #a86f4c
}
#products p {
  width: 100%;
  max-width: 1000px;
  margin: 5px auto 0 auto;
}

/*-------------------------------------------
店舗紹介
-------------------------------------------*/
#shop .shop-inner {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#shop .shop-inner .map-text {
  width: 50%;
}
#shop .shop-inner .img {
  width: 50%;
}

#map iframe {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------------------
取扱店
-------------------------------------------*/
#shop-2 ul {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#shop-2 li {
  width: 31%;
  text-align: center;
}
#shop-2 li p {
  margin: 30px 0;
}
#shop-2 li span {
  font-size: 1.1rem;
  color: #cd853f;
}

/*-------------------------------------------
会社概要
-------------------------------------------*/
#company {
  width: 100%;
  background-image: url("../images/company.jpg");
  background-size: cover;
  height: 550px;
  padding: 0 4% 0 4%;
  margin-top: 100px;
  display: table;
  color: white;
}
#company .company-inner {
  display: table-cell;
  vertical-align: middle;
}
#company .company-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: white;
}
#company dl {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c8c8c8;
  margin-bottom: 20px;
}
#company dt {
  width: 25%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}
#company dd {
  width: 75%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}

/*-------------------------------------------
金加屋の想い
-------------------------------------------*/
#message {
  width: 100%;
  height: 100vh;
  background-image: url("../images/message.jpg");
  background-size: cover;
  background-position: center;
  padding: 0 4% 0 4%;
  display: table;
  color: white;
}
#message .message-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 50px 0;
  color: white;
}
#message p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin-bottom: 60px;
}

/*-------------------------------------------
お問合わせ
-------------------------------------------*/
#contact {
  position: relative;
}
#contact img {
  width: 100%;
  height: 250px;
  object-fit: cover;

}
#contact h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(44,44,44,0.9);
}
.contact-text {
  height: 600px;
  background-image: url("../images/contact_back.jpg");
  background-size: cover;
  background-position: center;
  padding: 0 4% 0 4%;
}
.contact-text-inner {
  max-width: 700px;
  margin: auto;
}
.contact-text-inner h3 {
  padding: 130px 0 20px 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.contact-text-inner a {
  display: block;
  padding: 40px 10px;
  border: solid 3px #c8c8c8;
  font-size: 2.5rem;
  color: #897858;
  text-align: center;
}
.contact-text-inner p {
  font-size: 0.9rem;
  margin-top: 15px;
}
/*-------------------------------------------
フッター
-------------------------------------------*/

#footer {
  width: 100%;
}
.footer-text {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer p {
  font-size: 0.8rem;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 760px) {

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header .pc-nav {
    display: none;
  }


  /* ハンバーガーのマーク */
  .nav_toggle {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
    margin-right: 10px;
    z-index: 2;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  /* クリックされた後のハンバーガーのマーク */
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  /* クリックで表示されるメニュー：クリックされた後 */
  .nav {
    display: flex;
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: #fff;
    z-index: 1;
  }
  .nav_menu_ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 100px;
  }
  .nav_menu_li {
    padding-bottom: 25px;
  }
  .nav_menu_li a {
    font-size: 1.3rem;
    color: #897858;
    text-decoration: none;
  }
  .sp-icon {
    width: 30px;
    margin: 20px 0;
  }


  /* クリックで表示されるメニュー：クリックされる前 */
  .nav.show {
    opacity: 1;
    visibility: visible;
  }

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual img {
    height: 500px;
  }
  #mainvisual p {
    position: absolute;
    top: 56%;
    left: 8%;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: left;
  }

  /*-------------------------------------------
  商品紹介
  -------------------------------------------*/
  #products li {
    width: 48%;
  }

  /*-------------------------------------------
  店舗紹介
  -------------------------------------------*/
  #shop .shop-inner .map-text {
    width: 100%;
    margin-bottom: 40px;
  }
  #shop .shop-inner .img {
    width: 100%;
    text-align: center;
  }
  /*-------------------------------------------
  取扱店
  -------------------------------------------*/
  #shop-2 li {
    width: 47%;
    justify-content: space-between;
    font-size: 0.8
  }
  #shop-2 li span {
    font-size: 0.9rem;
  }

  /*-------------------------------------------
  会社概要
  -------------------------------------------*/
  #company {
    margin-top: 70px;
  }
  #company dl {
    font-size: 0.9rem;
  }
  /*-------------------------------------------
  想い
  -------------------------------------------*/
#message p {
  font-size: 0.9rem;
  line-height: 2rem;
}

}
