@charset "UTF-8";
/* Scss Document */
/*=============================================================
 レイアウト設定
=============================================================*/
.flexBox {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.jc-flex-end {
  justify-content: flex-end;
}

.al-center {
  align-items: center;
}

.al-stretch {
  align-items: stretch;
}

.al-flex-end {
  align-items: flex-end;
}

.al-flex-start {
  align-items: flex-start;
}

@media screen and (max-width: 519.9px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
/*=============================================================
 common
=============================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  color: #3a3a3a;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  /*font-feature-settings: "palt" 1; */
  background-color: #fff;
}
@media screen and (max-width: 519.9px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  body {
    font-size: 18px;
  }
}
body b {
  font-weight: 700;
  font-style: normal;
}
body .en {
  font-family: "EB Garamond", sans-serif;
}
body .kaisei {
  font-family: "Kaisei Opti", serif;
}
body a {
  color: #333333;
  text-decoration: none;
}
body a:hover {
  /*opacity: 0.7;*/
  transition: all 0.3s;
}
body p {
  letter-spacing: 0.05em;
}
body img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body .object-fit {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
body .view-navi {
  display: block;
}
body .view-sp {
  display: block;
}
@media screen and (min-width: 519.9px) {
  body .view-sp {
    display: none;
  }
}
body .view-pc {
  display: none;
}
@media screen and (min-width: 519.9px) {
  body .view-pc {
    display: block;
  }
}
body #wrap,
body #contents {
  overflow: hidden;
}
body #contents {
  position: relative;
  padding-top: 0px;
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) {
  body #contents {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1023.9px) {
  body #contents {
    padding-top: 110px;
  }
}
@media screen and (min-width: 519.9px) and (max-width: 1023.9px) {
  body #contents {
    zoom: 0.8;
  }
}
body .container {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 519.9px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  body .container {
    width: 1274.9px;
    max-width: 95%;
  }
}
/*=============================================================
 #gheader
=============================================================*/
@media screen and (min-width: 1023.9px) {
  #gheader {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.5s;
    background-color: #FFF;
    position: fixed;
    width: 100%;
    z-index: 5;
    font-size: 16px;
  }
  #gheader .header .sp-cv-contact {
    display: none;
  }
  #gheader .header-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1336px;
    max-width: 96%;
    height: 110px;
  }
  #gheader .header-col-left-logo img {
    width: 300px;
    height: auto;
  }
  #gheader .header-navi nav {
    display: grid;
  }
}
@media screen and (min-width: 1023.9px) and (min-width: 1023.9px) and (max-width: 1365.9px) {
  #gheader .header-navi nav {
    zoom: 0.9;
  }
}
@media screen and (min-width: 1023.9px) {
  #gheader .header-navi .btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-row: 1/2;
    margin-top: 15px;
  }
  #gheader .header-navi .btn li a {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 42px;
    padding: 0 25px;
  }
  #gheader .header-navi .btn li a img {
    margin-right: 10px;
    width: auto;
    height: 22px;
  }
  #gheader .header-navi .btn li a:hover {
    opacity: 0.5;
  }
  #gheader .header-navi .btn li.sodan {
    margin-right: 17px;
    grid-row: 2/3;
  }
  #gheader .header-navi .btn li.sodan a {
    background-color: #40210F;
  }
  #gheader .header-navi .btn li.catalog a {
    background-color: #51B748;
  }
  #gheader .header-navi .navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    grid-row: 2/2;
  }
  #gheader .header-navi .navi li {
    margin-left: 30px;
    letter-spacing: 0.07em;
  }
  #gheader .header-navi .navi li:first-child {
    margin-left: 0;
  }
  #gheader .header-navi .navi li a {
    display: block;
    color: #3a3a3a;
    font-weight: 700;
  }
  #gheader .header-navi .navi li.menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #gheader .header-navi .navi li.menu a.active {
    color: #51B748;
  }
  #gheader .header-navi .navi li.menu a:hover {
    color: #51B748;
  }
  #gheader .header-navi .navi:nth-child(2) {
    margin-left: 20px;
  }
  .fixed #gheader {
    background-color: rgba(255, 255, 255, 0.9);
    /*.header {
        &-col {
            height: 85px;
            justify-content: center;
            &-left {
                display: none;
            }
            &-right {

            }
        }
        nav {
            display: flex;
            align-items: center;
            justify-content: center;
            @include m.mq(note) {
                zoom:0.8;
            }
        }
        &-navi {
            .btn {
                    margin-left: 50px;
                    margin-top: 0;
                    white-space: nowrap;
            }
            .navi { 
                    justify-content: center;
            }
        }
    }*/
  }
  .drawer-hamburger {
    display: none;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) {
  #gheader {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.5s;
    background-color: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  #gheader .header-col {
    margin: 0 auto;
    width: 96%;
    height: 70px;
    display: flex;
    align-items: center;
  }
  #gheader .header-col-left-logo {
    line-height: 1;
  }
  #gheader .header-col-left-logo img {
    width: auto;
    height: 28px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) and (min-width: 519.9px) and (max-width: 1023.9px) {
  #gheader .header-col-left-logo img {
    width: auto;
    height: 40px;
    margin-left: 0;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) {
  #gheader .header-navi nav {
    padding: 0 20px;
  }
  #gheader .header-navi .btn {
    display: none;
  }
  #gheader .header-navi .navi {
    display: block;
  }
  #gheader .header-navi .navi li {
    letter-spacing: 0.07em;
  }
  #gheader .header-navi .navi li a {
    display: block;
    color: #3a3a3a;
    font-weight: 700;
  }
  #gheader .header-navi .navi li.menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #gheader .header-navi .navi li.menu a {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) and (min-width: 519.9px) and (max-width: 1023.9px) {
  #gheader .header-navi .sp-cv-contact {
    zoom: 0.8;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) and (min-width: 519.9px) and (max-width: 1023.9px) {
  #gheader .header-navi .sp-cv-contact .com-cv-contact-col {
    gap: 2vw;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) {
  .fixed #gheader {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .drawer-hamburger {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    /*background-color: f.$main_color;*/
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) and (min-width: 309.9px) and (max-width: 1023.9px) {
  .drawer-hamburger {
    display: block;
    position: fixed;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 1023.9px) {
  .drawer-hamburger-icon {
    display: block;
    width: 60%;
    background-color: #333;
    transform: scale(1);
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
    height: 1.5px;
  }
  .drawer-hamburger-icon:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #333;
    position: absolute;
    transition: 0.5s;
    top: -8px;
    height: 1.5px;
  }
  .drawer-hamburger-icon:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #333;
    position: absolute;
    transition: 0.5s;
    bottom: -8px;
    height: 1.5px;
  }
  .drawer-nav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 98%; /* IE8以下とAndroid4.3以下用フォールバック */
    height: calc(100% - 70px);
    left: 0;
    top: 70px;
    display: none;
    box-sizing: border-box;
  }
  .drawer-open {
    overflow: hidden;
  }
  .drawer-open .drawer-nav {
    display: block;
  }
}
/*=============================================================
  drawer
=============================================================*/
@media screen and (max-width: 519.9px) {
  .drawer-scroll {
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
}

/*=============================================================
 #pankz
=============================================================*/
#pankz {
  text-align: left;
  padding: 10px 0;
  background-color: #edf1f3;
  width: 100%;
  z-index: 3;
}
#pankz li {
  color: #51B748;
}
#pankz li a {
  position: relative;
  color: #3a3a3a;
}
#pankz li a:after {
  content: ">";
  display: inline-block;
  margin: 0 1em;
  color: #3a3a3a;
}

/*=============================================================
 #gFooter
=============================================================*/
#gFooter {
  position: relative;
}
@media screen and (min-width: 519.9px) and (max-width: 1023.9px) {
  #gFooter {
    zoom: 0.8;
  }
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer .container {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-navi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
  }
}
#gFooter .footer-navi li {
  line-height: 1;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-navi li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-navi li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-navi li:first-child {
    margin-top: 0;
  }
}
#gFooter .footer-navi li a {
  padding: 0 25px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-navi li a {
    display: inline-block;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-navi li a {
    display: block;
    margin-left: -1px;
  }
}
#gFooter .footer-navi li a:hover {
  color: #51B748;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-logo {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-logo {
    margin: 60px 0 30px 0;
  }
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-logo img {
    width: 80%;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-logo img {
    width: 418px;
    height: auto;
  }
}
#gFooter .footer address {
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer address {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer address {
    font-size: 16px;
    font-weight: 700;
  }
}
#gFooter .footer address b {
  font-weight: 800;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer address b {
    font-size: 14px;
    font-weight: 500;
  }
}
#gFooter .footer-link {
  margin: 1em 0 0 0;
}
#gFooter .footer-link a {
  text-decoration: underline;
}
#gFooter .footer-btn {
  font-weight: 600;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-btn {
    margin-top: 25px;
    font-size: 16px;
  }
}
#gFooter .footer-btn a {
  border: 1px solid #333333;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-btn a {
    width: 80%;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-btn a {
    width: 310px;
  }
}
#gFooter .footer-btn a img {
  margin-left: 1em;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-btn a img {
    width: 20px;
    height: auto;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-btn a img {
    width: 21px;
    height: auto;
  }
}
#gFooter .footer-btn a:hover {
  color: #51B748;
}
#gFooter .footer-copy {
  background-color: #333333;
  color: #fff;
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-copy {
    font-size: 3vw;
    padding: 10px 0;
  }
}
@media screen and (min-width: 519.9px) {
  #gFooter .footer-copy {
    font-size: 12px;
    padding: 20px 0;
  }
}
.pageTop {
  display: none;
}
@media screen and (min-width: 519.9px) {
  .pageTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 519.9px) {
  .pageTop img {
    width: 10px;
    height: auto;
  }
}

@media screen and (min-width: 519.9px) {
  .fixed .pageTop {
    display: block;
  }
}/*# sourceMappingURL=style_basic.css.map */