/* カスタマイズ用CSS */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  line-height: 2;
  font-size: 1em;
}
img {;
  max-width: 100%;
}
.ec-headerTitle img {
  position: relative;
  top: -5px;
}
.ec-layoutRole .ec-layoutRole__main {
    padding-bottom: 80px;
}
.ec-layoutRole__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__contentTop,
.ec-layoutRole .ec-layoutRole__contents {
  padding-top: 70px;
}
.ec-headerRole {
  width: 220px;
  margin: 0;
  padding: 0 0 0 50px;
}
.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}
.ec-layoutRole__header nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.ec-layoutRole__header nav ul li {
  margin-left: 20px;
}
.ec-layoutRole__header nav ul li a {
  display: block;
  color: #111;
  transition: .5s;
}
.ec-layoutRole__header nav ul li a:hover {
  color: #339934;
}
.ec-layoutRole__header nav ul li.contact a {
  background: #339934;
  color: #fff;
  text-align: center;
  width: 164px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.fv_container {
  position: relative;
  background: #000;
}
.fv_container video {
  width: 100%;
  height: 680px;
  object-fit: cover;
  opacity: .7;
  vertical-align: bottom;
}
.fv_container .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-slide img {
  width: 100%;
}
.slick-slide {
  padding: 0 5px;
}
.fv_bottom_slider {
  padding: 20px 0;
  margin: 0;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
.home-philosophy {
  padding: 80px 0;
  position: relative;
}
.home-philosophy .bg1 {
  width: 500px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.home-philosophy .flexContents,
.home-store .flexContents,
.home-company .flexContents {
  display: flex;
  justify-content: space-between;
}
.home-philosophy .flexContents .text,
.home-store .flexContents .text,
.home-company .flexContents .text {
  width: 45%;
}
.home-philosophy .flexContents .img,
.home-store .flexContents .img,
.home-company .flexContents .img {
  width: 50%;
}
.home-philosophy .flexContents .img img,
.home-store .flexContents .img img,
.home-company .flexContents .img img {
  border-radius: 30px;
}
.sectionTitle {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 40px;
}
.sectionTitle.text-center {
  text-align: center;
}
.sectionTitle h2 {
  font-size: 36px;
  margin: 0;
  font-weight: normal;
}
.sectionTitle .en {
  font-weight: bold;
  color: #339934;
}
.sp_fixedBtn {
    display: flex;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}
.sp_fixedBtn a i {
    margin-right: 5px;
}
.sp_fixedBtn .tel {
    width: 50%;
    background: #fff;
    color: #339934;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.sp_fixedBtn .contact {
    width: 50%;
    background: #339934;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.home-philosophy .btnGreen,
.home-business .btnGreen,
.home-policy .btnGreen,
.home-store .btnGreen,
.home-works .btnGreen {
  margin-top: 40px;
}
.btnGreen a,
.btnWhite a {
  background: #339934 url(../img/common/ico-arrow1.png) no-repeat;
  background-size: 12px;
  background-position: right 20px center;
  padding: 0 20px;
  min-width: 240px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: left;
  transition: .5s;
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #339934;
}
.btnWhite a {
  background: #fff url(../img/common/ico-arrow2.png) no-repeat;
  background-size: 12px;
  background-position: right 20px center;
  color: #339934;
  border: solid 1px #fff;
}
.btnGreen a:hover {
  background: #fff url(../img/common/ico-arrow2.png) no-repeat;
  background-size: 12px;
  background-position: right 20px center;
  color: #339934;
}
.btnWhite a:hover {
  background: #339934 url(../img/common/ico-arrow1.png) no-repeat;
  background-size: 12px;
  background-position: right 20px center;
  color: #fff;
}
.home-business {
  background: url(../img/common/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
  display: flex;
  justify-content: flex-end;
}
.home-business .textInner {
  background: rgba(255,255,255,.8);
  padding: 80px;
  width: 60vw;
}
.home-works {
  background: #339934;
  padding: 80px 0;
}
.home-works .sectionTitle,
.home-works .sectionTitle .en {
  color: #fff;
  text-align: center;
}
.home-works .btnWhite {
  text-align: center;
  margin-top: 40px;
}
.worksListSlider .slick-list {
  padding-top: 20px!important;
}
.worksBlock {
  padding: 0;
  margin: 0 12px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(32, 32, 32, 0.25), 0px 0px 20px rgba(32, 32, 32, 0.25);
  border-radius: 20px;
}
.worksBlock a {
    color: #111;
}
.worksBlock a:hover {
    opacity: .7;
}
.worksBlock figure {
  border-radius: 18px 18px 0 0;
  margin: 0;
  overflow: hidden;
}
.worksBlock figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.worksBlock .inner {
  padding: 24px;
  text-align: center;
  position: relative;
}
.worksBlock .inner .tag {
  background: #339934;
  font-size: 14px;
  border-radius: 99px;
  display: inline-block;
  padding: 5px 15px;
  position: absolute;
  left: 20px;
  top: -10px;
  color: #fff;
  line-height: 1;
}
.worksBlock .inner h3 {
  font-weight: normal;
  margin: 0;
  font-size: 1em;
}
.home-policy {
  padding: 80px 0;
  background: url(../img/common/bg2.png) no-repeat, url(../img/common/bg3.png) no-repeat;
  background-size: 130px, 130px;
  background-position: left bottom 20px, right bottom 20px;
}
.home-policy .sectionTitle {
  text-align: center;
}
.home-policy .btnGreen {
  text-align: center;
}
.policyList {
  display: flex;
  justify-content: space-between;
}
.policyList>div {
  width: calc(33.3% - 40px);
  position: relative;
}
.policyList>div .number {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 52px;
  color: #92D14F;
  font-style: italic;
  position: absolute;
  line-height: 1;
  top: -20px;
  left: 20px;
  z-index: 5;
}
.policyList>div h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #339934;
  font-size: 24px;
}
.home-store {
  background: #F5F3E4;
  padding: 80px 0;
  overflow: hidden;
}
.home-store .intro {
  position: relative;
  margin-bottom: 80px;
}
.home-store .intro .bg4 {
  width: 324px;
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 5;
}
.home-store .subtitle {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.home-store .subtitle:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,.2);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.home-store .subtitle h3 {
  display: inline-block;
  font-weight: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  padding: 0 40px;
  background: #F5F3E4;
  margin: 0;
  z-index: 5;
  position: relative;
}
.storeItemList {
  display: flex;
  justify-content: space-between;
}
.storeItemList>div {
  width: calc(33.3% - 20px);
}
.storeItemList>div .inner {
  background: #fff;
  padding: 24px;
  border-radius: 24px;
}
.storeItemList>div .inner a {
    color: #111;
}
.storeItemList>div .inner figure {
  text-align: center;
}
.storeItemList>div .inner figure img {
  height: 326px;
  width: auto;
  border-radius: 30px;
}
.storeItemList>div .inner .tag span {
  display: inline-block;
  color: #fff;
  background: #339934;
  border-radius: 99px;
  line-height: 1;
  padding: 5px 15px;
  font-size: 14px;
}
.storeItemList>div .inner h4 {
  color: #339934;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  margin: 0 0 16px;
}
.storeItemList>div .inner .price {
  font-size: 20px;
}
.storeItemList>div .inner .price small {
  font-size: 14px;
}
.home-store .btnGreen {
  text-align: center;
}
.home-company {
  padding: 80px 0;
}
.home-company .flexContents .img {
  order: 1;
}
.home-company .flexContents .text {
  order: 2;
}
.home-company table,
.subpageContents.company table {
  width: 100%;
}
.home-company table tr th,
.home-company table tr td,
.subpageContents.company table tr th,
.subpageContents.company table tr td {
  border-bottom: solid 1px rgba(0,0,0,.2);
  padding: 12px 0;
}
.subpageContents.company table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
}
.home-company table tr th,
.subpageContents.company table tr th {
  width: 35%;
}
.home-company table tr td a,
.subpageContents.company table tr td a {
  color: #111;
}
.home-company .googlemap,
.subpageContents.company .googlemap {
  margin-top: 60px;
  height: 320px;
}
.ec-blockTopBtn {
  display: none!important;
}
.cta {
  background: url(../img/common/bg5.png) no-repeat, #F5F3E4 url(../img/common/bg6.png) no-repeat;
  background-size: 402px, 230px;
  background-position: left bottom -20px, right 50px bottom -10px;
  padding: 80px 0;
}
.cta .sectionTitle,
.cta .text {
  text-align: center;
}
.cta .text .tel {
  margin-top: 40px;
  margin-bottom: 20px;
}
.cta .text .tel a {
  font-weight: bold;
  font-size: 24px;
  color: #339934;
  background: url(../img/common/ico-tel.png) no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 34px;
  font-weight: bold;
  letter-spacing: 5px;
}
.cta .btnGreen {
  text-align: center;
}
.ec-footerRole {
  border-top: none;
  background: #339934;
  margin-top: 0;
}
.ec-footerTitle__logo a {
  width: 220px;
  margin: 0 auto 10px;
  display: block;
}
.ec-footerTitle__logo p {
  color: #fff;
  text-align: center;
}
.footerInfo {
  margin-bottom: 24px;
}
.ec-footerNavi {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ec-footerNavi li {
  line-height: 1;
}
.ec-footerNavi li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 1em;
  border-right: solid 1px #fff;
  margin-right: 1em;
  padding-right: 1em;
}
.ec-footerNavi li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.ec-footerTitle {
  background: #000;
  color: #fff;
  padding: 10px;
  margin-top: 40px;
}
.subpageHeader {
  background: #F5F3E4 url(../img/common/bg4.png) no-repeat;
  background-size: 200px;
  background-position: right 40px bottom;
  padding: 80px 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.subpageHeader h2 {
  font-size: 32px;
  font-weight: normal;
}
.subpageHeader p {
  color: #339934;
  font-size: 18px;
  font-weight: bold;
}
.subpageHeader p.sub {
  color: #888;
  font-weight: normal;
  margin-top: 10px;
}
.subpageContents {
  padding: 80px 0;
}
.subpageContents.bg-color1 {
  background: #EBF5EB;
}
.policyBlock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
}
.policyBlock.last {
  margin-bottom: 0;
}
.policyBlock.imgRight .img {
  order: 2;
}
.policyBlock.imgRight .text {
  order: 1;
}
.policyBlock .img {
  width: 45%;
  position: relative;
}
.policyBlock .img .number {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 52px;
  color: #92D14F;
  font-style: italic;
  position: absolute;
  line-height: 1;
  top: -20px;
  left: 20px;
  z-index: 5;
}
.policyBlock .img img {
  border-radius: 40px;
}
.policyBlock .text {
  width: 50%;
}
.policyBlock .text h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #339934;
  font-size: 32px;
  margin-bottom: 40px;
}
.policyBlock .text p {
  margin-bottom: 20px;
}
.imgListTwo {
  display: flex;
  justify-content: space-between;
}
.imgListOne {
  display: flex;
  justify-content: center;
}
.imgListTwo>div,
.imgListOne>div {
  width: calc(50% - 24px);
}
.imgListTwo>div img,
.imgListOne>div img {
  border-radius: 30px;
}
.businessList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0 0;
}
.businessList.bg>div {
  background: #EBF5EB;
}
.businessList>div {
  width: calc(33.3% - 40px);
  margin: 0 20px 40px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 30px;
}
.businessList.align-center>div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessList>div .number {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 52px;
  color: #92D14F;
  font-style: italic;
  position: absolute;
  line-height: 1;
  top: -20px;
}
.businessList>div h3 {
  font-weight: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.4;
  color: #339934;
  font-size: 24px;
  margin: 0 0 15px;
}
.text-center {
  text-align: center;
}
.categoryList {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 80px;
}
.categoryList li a {
  color: #339934;
  border: solid 1px #339934;
  border-radius: 4px;
  display: block;
  padding: 10px;
  text-align: center;
  transition: .5s;
}
.categoryList li a:hover {
  background: #339934;
  color: #fff;
}
.categoryBlock {
  padding-top: 80px;
}
.categoryTitle {
  background: #339934;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.worksList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.worksList>div {
  margin: 0;
}
.ec-topicpath .ec-topicpath__item a,
.ec-productRole .ec-productRole__category a {
  color: #339934;
}
.product_page .ec-productRole {
  padding: 80px 0;
}
.ec-headingTitle {
  color: #111;
  font-family: "Zen Maru Gothic", sans-serif;
}
.cart_page .ec-layoutRole__main {
  padding: 40px 0 80px;
}
.ec-drawerRole ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ec-drawerRole ul li a {
  color: #fff;
  font-size: 14px;
  border-bottom: solid 1px rgba(255,255,255,.2);
  padding: 12px 15px;
  display: block;
}
.singleArticle {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.articleMeta {
    margin: 0 0 40px;
}
.articleMeta h2 {
    margin: 0 0 10px;
}
.articleMeta .tag a {
    color: #339934;
    border: solid 1px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}
article {
    margin-bottom: 80px;
}
article figure {
    text-align: center;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    max-height: 430px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .ec-headerNaviRole {
    display: none;
  }
  .ec-footerRole {
    margin-top: 0;
  }
  .pcnon {
    display: none!important;
  }
}

@media only screen and (max-width: 1199px) {
  .ec-layoutRole__header nav ul li a {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
  .ec-layoutRole__header nav ul li.contact a {
    width: auto;
  }
  .ec-headerRole {
    padding-left: 15px;
  }
}


@media only screen and (max-width: 767px) {
  .spnon {
    display: none!important;
  }
  body {
    font-size: 14px;
  }
  .ec-layoutRole__header nav,
  .ec-headerNaviRole .ec-headerNaviRole__right {
    display: none;
  }
  .ec-headerNaviRole {
    padding: 0;
  }
  .ec-layoutRole__header {
    display: block;
  }
  .ec-headerRole {
    padding: 0;
    margin: auto;
    width: 120px;
  }
  .ec-layoutRole__header {
    padding: 13px 0;
  }
  .home-philosophy .flexContents,
  .home-store .flexContents,
  .home-company .flexContents {
    display: block;
  }
  .home-philosophy .flexContents .text,
  .home-store .flexContents .text,
  .home-company .flexContents .text,
  .home-philosophy .flexContents .img,
  .home-store .flexContents .img,
  .home-company .flexContents .img {
    width: 100%;
  }
  .sectionTitle h2 {
    font-size: 26px;
  }
  .sectionTitle .en {
    font-size: 14px;
  }
  .home-philosophy .bg1 {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    padding-left: 20%;
    margin: 0 0 20px;
  }
  .home-philosophy {
    padding: 40px 0;
  }
  .btnGreen a,
  .btnWhite a {
    height: 60px;
    line-height: 60px;
  }
  .home-philosophy .flexContents .img,
  .home-store .flexContents .img,
  .home-company .flexContents .img {
    margin-top: 40px;
  }
  .home-business {
    padding: 40px 20px;
  }
  .home-business .textInner {
    padding: 24px;
    width: 100%;
  }
  .home-policy {
    padding: 40px 0;
    background: url(../img/common/bg2.png) no-repeat, url(../img/common/bg3.png) no-repeat;
    background-size: 80px, 80px;
    background-position: left bottom 20px, right bottom 20px;
  }
  .policyList {
    display: block;
  }
  .policyList>div {
    width: 100%;
    margin-bottom: 40px;
  }
  .policyList>div h3 {
    font-size: 20px;
  }
  .home-store .intro .bg4 {
    width: 200px;
    position: absolute;
    right: -20px;
  }
  .home-store .intro {
    margin-bottom: 40px;
    padding-bottom: 160px;
  }
  .home-store .subtitle h3 {
    font-size: 20px;
    padding: 0 20px;
  }
  .storeItemList {
    display: block;
  }
  .storeItemList>div {
    width: 100%;
    margin-bottom: 20px;
  }
  .storeItemList>div .inner h4 {
    font-size: 18px;
  }
  .home-company {
    padding: 40px 0;
  }
  .cta {
    background: url(../img/common/bg5.png) no-repeat, #F5F3E4 url(../img/common/bg6.png) no-repeat;
    background-size: 120px, 80px;
    background-position: left bottom -5px, right 10px bottom -5px;
    padding: 40px 0 80px;
  }
  .cta .text p {
    text-align: left;
  }
  .sectionTitle {
    margin-bottom: 24px;
  }
  .cta .text .tel {
    margin-top: 20px;
  }
  .ec-footerRole__inner {
    padding: 40px 0 0;
  }
  .ec-footerTitle__logo a {
    width: 120px;
  }
  .ec-layoutRole .ec-layoutRole__contentTop,
  .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 57px;
  }
  .subpageContents {
    padding: 40px 0;
  }
  .policyBlock {
    display: block;
    margin-bottom: 40px;
  }
  .policyBlock .img,
  .policyBlock .text {
    width: 100%;
  }
  .subpageHeader h2 {
    font-size: 24px;
    margin: 0;
  }
  .subpageHeader p {
    font-size: 14px;
  }
  .subpageHeader {
    background: #F5F3E4 url(../img/common/bg4.png) no-repeat;
    background-size: 100px;
    background-position: right 0 bottom;
    padding: 60px 0;
  }
  .policyBlock .text h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .imgListTwo {
    display: block;
  }
  .imgListTwo>div,
  .imgListOne>div {
    width: 100%;
  }
  .businessList>div {
    width: 100%;
    margin: 0 20px 20px;
  }
  .businessList>div h3 {
    font-size: 20px;
  }
  .businessList {
    margin-top: 30px;
  }
  .categoryList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .worksList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .categoryBlock {
    padding-top: 40px;
  }
  .product_page .ec-productRole,
  .cart_page .ec-layoutRole__main {
    padding: 40px 0;
  }
}