@charset "UTF-8";
/*
Theme Name: 有限会社福家商店
Description: 有限会社福家商店のSCSS/CSS
Version: 1.0
Author: ツバサデザイン
*/
/* =======================================================
COMMON
======================================================= */
html {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html h1 {
  font-size: 56px;
  font-weight: 600;
  color: #1C3241;
}
html h2 {
  font-size: 48px;
  font-weight: 600;
  color: #1C3241;
}
html h3 {
  font-size: 32px;
  line-height: 2;
  font-weight: 600;
  color: #1C3241;
}
html h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
  color: #1C3241;
}
html p {
  font-size: 18px;
  line-height: 2;
  color: #1C3241;
}
html img {
  width: 100%;
}
html button.btn {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 48px;
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #DE8200, #FF4B0F) 1;
     border-image: linear-gradient(to right, #DE8200, #FF4B0F) 1;
  transition: all ease 0.3s;
}
html button.btn:hover {
  background: linear-gradient(45deg, #DE8200, #FF4B0F);
  color: #FFF;
}
html .pc_only {
  display: block;
}
html .sp_only {
  display: none;
}
@media screen and (max-width: 990px) {
  html h1 {
    font-size: 34px;
  }
  html h2 {
    font-size: 26px;
  }
  html h3 {
    font-size: 20px;
  }
  html h4 {
    font-size: 18px;
  }
  html p {
    font-size: 16px;
  }
  html .pc_only {
    display: none;
  }
  html .sp_only {
    display: block;
  }
}

body #wrapper {
  overflow: hidden;
  max-width: 100%;
}
body #wrapper .mainVisual {
  max-height: 730px;
  overflow: hidden;
}
body #wrapper .mainVisual p img {
  width: 100%;
}
body #wrapper header {
  width: 100%;
  height: 100%;
}
body #wrapper header .pc-header {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #FFF;
  z-index: 999;
}
@media screen and (max-width: 990px) {
  body #wrapper header .pc-header {
    display: none;
  }
}
body #wrapper header .pc-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #wrapper header .pc-header .header-wrapper .header-logo {
  padding-left: 50px;
}
body #wrapper header .pc-header .header-wrapper .header-logo h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 56px;
}
@media screen and (max-width: 1800px) {
  body #wrapper header .pc-header .header-wrapper .header-logo h1 a {
    font-size: 48px;
  }
}
@media screen and (max-width: 1500px) {
  body #wrapper header .pc-header .header-wrapper .header-logo h1 a {
    font-size: 36px;
  }
}
body #wrapper header .pc-header .header-wrapper .header-menu {
  padding-right: 50px;
}
body #wrapper header .pc-header .header-wrapper .header-menu ul {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 100px);
}
body #wrapper header .pc-header .header-wrapper .header-menu ul li a {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1800px) {
  body #wrapper header .pc-header .header-wrapper .header-menu ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) {
  body #wrapper header .pc-header .header-wrapper .header-menu ul li a {
    font-size: 16px;
  }
}
body #wrapper header .pc-header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
}
body #wrapper header .sp-header {
  display: none;
}
@media screen and (max-width: 990px) {
  body #wrapper header .sp-header {
    width: 100%;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 999;
  }
}
body #wrapper header .sp-header .sp-header-logo h1 {
  display: flex;
  align-items: center;
}
body #wrapper header .sp-header .sp-header-logo h1 a {
  font-size: 34px;
}
body #wrapper header .sp-header .openbtn {
  position: relative;
  z-index: 9999;
  background: #FF7E00;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
body #wrapper header .sp-header .openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
body #wrapper header .sp-header .openbtn span:nth-child(1) {
  top: 15px;
}
body #wrapper header .sp-header .openbtn span:nth-child(2) {
  top: 23px;
}
body #wrapper header .sp-header .openbtn span:nth-child(3) {
  top: 31px;
}
body #wrapper header .sp-header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
body #wrapper header .sp-header .openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
body #wrapper header .sp-header .openbtn.active span:nth-of-type(3) {
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
body #wrapper header .sp-header nav#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FFFAEF;
  /*動き*/
  transition: all 0.6s;
}
body #wrapper header .sp-header nav#g-nav.panelactive {
  right: 0;
}
body #wrapper header .sp-header nav#g-nav.panelactive#g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body #wrapper header .sp-header nav#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #wrapper header .sp-header nav#g-nav ul li {
  list-style: none;
  text-align: center;
}
body #wrapper header .sp-header nav#g-nav ul li a {
  color: #1C3241;
  text-decoration: none;
  padding: 30px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
}
body #wrapper main section.section-container {
  background-color: #FFFAEF;
}
body #wrapper main section.section-container .content {
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body #wrapper main section.section-container .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body #wrapper main section.section-container .content .button-area {
  margin-top: 80px;
}
body #wrapper main section.section-container.contact-area {
  width: 100%;
  background-color: #1C3241;
}
body #wrapper main section.section-container.contact-area .content {
  max-width: 100%;
  display: flex;
  justify-content: right;
  gap: clamp(80px, 5vw, 100px);
  padding: 0;
}
@media screen and (max-width: 990px) {
  body #wrapper main section.section-container.contact-area .content {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }
}
body #wrapper main section.section-container.contact-area .content .txt-area {
  width: 50%;
  max-width: 410px;
  padding-top: 55px;
}
@media screen and (max-width: 1450px) {
  body #wrapper main section.section-container.contact-area .content .txt-area {
    padding-top: 35px;
  }
}
@media screen and (max-width: 990px) {
  body #wrapper main section.section-container.contact-area .content .txt-area {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
body #wrapper main section.section-container.contact-area .content .txt-area h2 {
  color: #FFF;
  padding-bottom: 32px;
}
@media screen and (max-width: 1500px) {
  body #wrapper main section.section-container.contact-area .content .txt-area h2 {
    font-size: 36px;
  }
}
body #wrapper main section.section-container.contact-area .content .txt-area p {
  color: #FFF;
}
@media screen and (max-width: 1500px) {
  body #wrapper main section.section-container.contact-area .content .txt-area p {
    font-size: 16px;
  }
}
body #wrapper main section.section-container.contact-area .content .img-area {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 990px) {
  body #wrapper main section.section-container.contact-area .content .img-area {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) {
  body #wrapper main section.section-container.contact-area .content .img-area img {
    width: 650px;
  }
}
@media screen and (max-width: 990px) {
  body #wrapper main section.section-container.contact-area .content .img-area img {
    width: 100%;
  }
}
body #wrapper main section.section-container.contact-area .content .button-area {
  width: 50%;
}
@media screen and (max-width: 1450px) {
  body #wrapper main section.section-container.contact-area .content .button-area {
    margin-top: 35px;
  }
}
body #wrapper main section.section-container.contact-area .content .button-area button.btn {
  color: #FFF;
}
body #wrapper footer .footer-wrapper {
  margin: 0 auto;
  padding: 30px 0 0;
}
body #wrapper footer .footer-wrapper .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  body #wrapper footer .footer-wrapper .footer-content {
    flex-direction: column;
    gap: 50px;
  }
}
body #wrapper footer .footer-wrapper .footer-content .footer-logo {
  padding-left: 50px;
}
@media screen and (max-width: 990px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-logo {
    padding-left: 0;
  }
}
body #wrapper footer .footer-wrapper .footer-content .footer-logo h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 56px;
}
@media screen and (max-width: 1800px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-logo h1 a {
    font-size: 48px;
  }
}
@media screen and (max-width: 1500px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-logo h1 a {
    font-size: 36px;
  }
}
body #wrapper footer .footer-wrapper .footer-content .footer-menu {
  padding-right: 50px;
}
@media screen and (max-width: 990px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-menu {
    padding-right: 0;
  }
}
body #wrapper footer .footer-wrapper .footer-content .footer-menu ul {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
}
@media screen and (max-width: 990px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-menu ul {
    flex-direction: column;
    gap: 8vw;
  }
}
body #wrapper footer .footer-wrapper .footer-content .footer-menu ul li a {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1800px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-menu ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) {
  body #wrapper footer .footer-wrapper .footer-content .footer-menu ul li a {
    font-size: 16px;
  }
}
body #wrapper footer .footer-wrapper .footer-copyright {
  padding: 100px 0 20px;
  text-align: center;
}
body #wrapper footer .footer-wrapper .footer-copyright p {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */