@charset "UTF-8";
/*
normalize
BASE
LAYOUT
MODULE
STATUS
HEADER
PAN
CONTENTS
FOOTER

INDEX
ARCHIVE
 PAGE NAVI
-FORM

REMODAL
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol {
  padding: 0;
  list-style: none;
}
/*****************************************************
BASE*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}
body {
  color: #212121;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  width: 100%;
  background: #fff;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .1em;
  overflow-x: hidden;
}
a:link, a:visited {
  color: #009845;
  text-decoration: none;
  transition: color .6s ease-out;
}
a:hover {
  color: #009845;
}
a[href^="tel:"] {
  pointer-events: none;
}
p {
  margin-bottom: 1.8em;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4 {
  font-weight: 400;
  letter-spacing: .05em;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.strng {
  font-weight: 500;
}
/*****************************************************
LAYOUT*/
.l-w-100 {
  width: 100%;
  max-width: 100%;
}
.l-w-88 {
  width: 88%;
  max-width: 88%;
}
.l-w-88 {
  max-width: 1440px;
}
.l-w-70 {
  width: 70%;
}
.l-w-50 {
  width: 50%;
}
.l-w-40 {
  width: 40%;
}
.l-w-60 {
  width: 60%;
}
.l-w-32 { 
  width: 32.5%;
  max-width: 376px;
}
.l-wrp-contents { /*header height分下げる*/
  margin-top: 96px;
}
.l-w-master { /**/
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  position: relative;
}
.l-w-mid { /*w1280 works-entry,*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1324px;
  position: relative;
}
.l-w-1160 { /*w1160 works-entry,*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  position: relative;
}
.l-w-narrow { /*w740 contact*/
  margin-left: auto;
  margin-right: auto;
  max-width: 788px;
  position: relative;
}
.l-w-ex-narrow { /*w600 news-entry*/
  margin-left: auto;
  margin-right: auto;
  max-width: 648px;
  position: relative;
}
.l-aside { /*news entry, */
  width: 20%;
  max-width: 240px;
}
.l-flex-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mgn-ex-high {
  margin-top: 160px;
  margin-bottom: 160px
}
.mgn-high {
  margin-top: 120px;
  margin-bottom: 120px
}
.mgn-ex-mid {
  margin-top: 104px;
  margin-bottom: 104px
}
.mgn-mid {
  margin-top: 80px;
  margin-bottom: 80px
}
.mgn-low {
  margin-top: 56px;
  margin-bottom: 56px !important;
}
.mgn-ex-low {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mgn-bottom-ex-high {
  margin-bottom: 160px
}
.mgn-bottom-high {
  margin-bottom: 120px
}
.mgn-bottom-ex-mid {
  margin-bottom: 104px
}
.mgn-bottom-mid {
  margin-bottom: 80px
}
.mgn-bottom-low {
  margin-bottom: 56px;
}
.mgn-bottom-ex-low {
  margin-bottom: 32px;
}
.mgn-bottom-ex-low {
  margin-bottom: 32px;
}
.mgn-side-auto {
  margin-left: auto;
  margin-right: auto
}
.pd-side {
  padding-left: 24px;
  padding-right: 24px;
}
.pd-ex-high {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pd-high-plus {
  padding-top: 132px;
  padding-bottom: 160px
}
.pd-high {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd-ex-mid {
  padding-top: 104px;
  padding-bottom: 104px;
}
.pd-mid {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd-low {
  padding-top: 56px;
  padding-bottom: 56px;
}
.pd-ex-low {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pd-mid-top {
  padding-top: 80px;
}
.pd-mid-bottom {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-wrp-contents { /*header height分下げる*/
    margin-top: 48px;
  }
  .l-flex-wrp {
    flex-wrap: wrap;
  }
  .l-container {
    margin-top: 0;
  }
  .l-w-88, .l-w-32, .l-w-60, .l-aside {
    width: 100%;
    max-width: 100%
  }
  .mgn-ex-high {
    margin-top: 128px;
    margin-bottom: 128px
  }
  .mgn-high {
    margin-top: 96px;
    margin-bottom: 96px
  }
  .mgn-ex-mid {
    margin-top: 84px;
    margin-bottom: 84px
  }
  .mgn-mid {
    margin-top: 64px;
    margin-bottom: 64px
  }
  .mgn-low {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .mgn-ex-low {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mgn-bottom-ex-high {
    margin-bottom: 128px
  }
  .mgn-bottom-high {
    margin-bottom: 96px !important;
  }
  .mgn-bottom-ex-mid {
    margin-bottom: 84px
  }
  .mgn-bottom-mid {
    margin-bottom: 64px
  }
  .mgn-bottom-low {
    margin-bottom: 44px;
  }
  .mgn-bottom-ex-low {
    margin-bottom: 25px;
  }
  .mgn-bottom-ex-low {
    margin-bottom: 25px;
  }
  .pd-ex-high { /**/
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-high-plus {
    padding-top: 84px;
    padding-bottom: 120px
  }
  .pd-high { /**/
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pd-mid {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pd-mid-top {
    padding-top: 56px;
  }
  .pd-mid-bottom {
    padding-bottom: 56px;
  }
  .l-w-40, .l-w-50, .l-w-70 {
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 48px;
  }
  .words-entry .l-w-50 {
    width: auto;
    max-width: none;
  }
  .l-w-25 {
    width: 50%;
    margin-bottom: 40px;
  }
  .l-w-25:nth-child(2n) {
    border: 0;
    padding-right: 0;
  }
  .l-w-25:nth-child(3n) {
    padding-left: 0;
    margin-bottom: 0;
  }
  .l-w-25:last-child {
    margin-bottom: 0;
  }
}
/*****************************************************
MODULE*/
.title-large { /*entry title*/
  font-size: 4.8rem;
  line-height: 1.7;
  font-weight: 500;
}
.title-large span { /**/
  font-size: 2rem;
  color: #009845;
  line-height: 1.8em;
  display: block;
  margin-top: 1em;
}
.title-middle {
  font-size: 2.4rem;
}
.title-side-line {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}
.title-side-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #707070;
  display: block;
}
.title-side-line:after {
  margin-left: .4em;
}
.title-small {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: .5em;
}
.title-ex-small {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .6em;
}
.title-img {
  height: 83px;
  margin-bottom: 24px;
  ;
}
.title-img-sub {
  font-size: 1.2rem;
  color: #4D545B;
  line-height: 1;
}
.l-aside .title-ex-small, .title-ex-small {
  margin-bottom: .6em;
}
.outline-table tr td {
  border-bottom: 1px solid #ddd;
  line-height: 2;
  padding: 1em 0;
  font-size: 1.4rem;
}
.table-header {
  font-weight: 300;
  width: 24%;
}
.btn {
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  padding: 1.5em 1em;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  transition: border-radius 600ms ease-out;
  border-radius: 20px;
}
.btn:hover, .btn:focus {
  border-radius: 46px;
}
.btn-frm {
  border: 1px solid #000;
  display: inline-block;
  line-height: 1;
  text-align: center;
  background: none;
  cursor: pointer;
}
a.btn-frm {
  color: #363636 !important;
}
.btn-frm-background { /*contact*/
  background: #000;
  color: #fff;
  border: none;
  line-height: 1;
}
.btn-frm-background:hover {}
a.btn-frm-background {
  color: #fff;
}
.btn-frm-width {
  width: 100%;
  max-width: 346px;
}
.float-l {
  float: left;
}
.border-top {
  border-top: 1px solid #707070;
}
.txt-c, .txt-c-to-l {
  text-align: center;
}
.txt-l, .txt-l-to-c {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-u {}
.link-underline-dotted {
  border-bottom: 1px dotted #000;
}
.txt-middle {
  font-size: 1.8rem;
}
.txt-small {
  font-size: 1.3rem;
}
.txt-height-high {
  line-height: 2.3;
}
.dot-eo {
  color: #E0DEDA;
}
.bg-f {
  background-color: #fff;
}
.bg-f8 {
  background-color: #f8f8f8;
}
.bg-green {
  background-color: #009845;
}
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .title-ex-large, .title-ex-large-sub {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .title-large-img { /**/
    margin-bottom: 56px;
  }
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none;
  }
  .without-frm {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .txt-l-to-c {
    text-align: center;
  }
  .txt-c-to-l {
    text-align: left;
  }
}
/*****************************************************
STATUS*/
.is-btn-active {
  background: #E0DEDA;
  color: #fff !important;
  opacity: 1;
}
.is-opacity-1 {
  opacity: 1 !important;
}
.link-txt-mov::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.link-txt-mov:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.link-txt-mov:hover {
  color: #fff;
}
.link-txt-mov::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #009845;
  z-index: -1;
  transition: transform .2s ease-out;
}
.link-txt-mov {
  position: relative;
  line-height: 1;
  height: 1em;
}
/*****************************************************
HEADER*/
.hdr {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  height: 96px;
  top: 0;
  left: 0;
  z-index: 99;
  transition: height .6s ease-out, background-color .1s ease-out;
  padding-top: 40px;
}
.hdr-logo {
  width: 100%;
  max-width: 256px;
  line-height: 1;
  font-size: 0;
}
/****************************************************
スクロールするとheigh減少*/
.hdr.size-s {
  height: 64px;
  padding-top: 24px;
  box-shadow: 0 0 1.6rem hsl(0 0% 0% / 10%);
  background-color: rgba(255, 255, 255, 1);
}
.hdr.size-s .logo {
  max-width: 120px;
}
.hdr.size-s .sub-nav {
  margin-bottom: 10px;
}
.hdr.size-s .gnavi-list {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .hdr-logo {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .hdr, .hdr.size-s {
    height: 48px;
    padding-top: 17px;
  }
  .front-page .hdr .hdr-logo {
    opacity: 0;
    transition: all .6s ease-out;
  }
  .l-wrp-contents {
    margin-top: 48px;
  }
}
/****************************************************
PAN*/
.pan-list {
  line-height: 1;
  font-size: 1.2rem;
  padding-top: 22px;
  padding-bottom: 22px;
}
.pan-list li {
  display: inline;
}
.pan-list li:before {
  content: " / ";
  font-size: 1rem;
}
.pan-list li:first-child:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .pan-list {
    line-height: 1.4;
  }
  .cont-wrp {
    margin-bottom: 160px;
    margin-top: 60px;
  }
  .category-panel-showroom img {
    object-fit: cover;
    height: 268px;
  }
}
/*****************************************************
FOOTER*/
.ftr {
  color: #fff;
  font-weight: 100;
  font-size: 1.2rem;
}
.ftr a {
  color: #fff !important;
}
.ftr-logo {
  width: 240px;
  margin-bottom: 12px;
  line-height: 1;
}
.ftr-gs-logo {
  width: 64px;
  display: inline-block;
  margin-bottom: 24px;
}
.ftr-lst {
  margin-bottom: 24px;
  line-height: 1;
}
.ftr-lst li {
  display: inline;
  margin-left: 24px;
  font-size: 1.3rem;
  line-height: 1;
}
.ftr-lst li.sns {
  font-size: 1.8rem;
  padding-top: .2rem;
}
.ftr-lst li.sns i {
  vertical-align: middle;
}
.ftr-lst li:nth-child(3)::before {
  content: "|";
  font-size: 1.2rem;
  padding-right: 24px;
}
.ftr-lst li.sns:last-child {
  margin-left: 8px;
}
a.btn-up {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #009845;
  text-align: center;
  color: #fff !important;
  transition: bottom .6s ease-out;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(77, 84, 91, .8);
  font-size: 1.3rem;
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: -50px;
}
a.btn-up:hover {
  bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .ftr-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .ftr-lst {
    text-align: center;
  }
  .ftr-lst li {
    display: inline-block;
    margin: 0 8px 10px;
  }
  .ftr-lst li:nth-child(3)::before {
    content: "";
    padding-right: 0;
  }
  .ftr-gs-logo {
    display: block;
    margin: 0 auto;
  }
}
/**********************************************************************************************************
LOADING****************************************/

.loading-wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #009845;
  text-align: center;
  color: #fff;
  display: none;
  top: 0;
  left: 0;
}
.loadign-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  border: 1px solid #fafafa;
  border-radius: 50%;
  border-top: 1px solid #009845;
  width: 60px;
  height: 60px;
  animation: loader-spin 1.2s linear infinite;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**********************************************************************************************************
INDEX****************************************/
.loader-wrp {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.kv-wrp {
  width: 100%;
  max-width: 1680px;
  height: auto;
  margin: 160px auto;
  overflow: hidden;
}
.kv-txt {
  width: 46%;
  padding-top: 3%;
  float: left;
}
.kv-title {
  margin-bottom: 200px;
}
.kv-description {
  width: 74%;
}
.kv-img {
  width: 54%;
  float: right;
}
a.btn-shoplist,
a.btn-map-pdf{
  position: relative;
  height: 104px;
  width: 104px;
  border: 1px solid #009845;
  border-radius: 50%;
  background: #fff;
  line-height: 104px;
  text-align: center;
  display: block;
  margin: 40px auto;
  transition: background-color .6s ease-out;
}

a.btn-shoplist span ,
a.btn-map-pdf span{
  color: #009845;
  font-size: 1.3rem;
}
a.btn-shoplist::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 120px;
  background: #009845;
  animation: line-move 2s ease-in-out infinite;
  opacity: 0;
}
a.btn-shoplist:hover,
a.btn-map-pdf:hover{
  background: #009845;
  color: #fff !important;
  box-shadow: 0 0 4px rgba(77, 84, 91, .8);
}
a.btn-shoplist:hover span,
a.btn-map-pdf:hover span{
  color: #fff;
}
@keyframes line-move {
  0% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
.index-lead {
  width: 80%;
  max-width: 1176px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .kv-wrp {
    margin: 16px auto;
    overflow: hidden;
  }
  .kv-txt, .kv-img, .kv-description, .index-lead {
    width: 100%;
    float: none;
  }
  .kv-img {
    margin-bottom: 48px;
  }
	a.btn-map-pdf{
  height: 88px;
  width: 88px;
  line-height: 88px;
}
}
/*****************************************************
INDEX SHOPLIST*/

.btn-map{
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: 240px;
	z-index: 99;
}
.tab li {
  vertical-align: bottom;
  display: inline-block;
  padding: 0 20px 20px;
}
.tab li img {
}
.tab li a {
  opacity: .4;
}
.tab li.active a {
  opacity: 1;
}
.shop-category-wrp {
  display: none; 
  opacity: 0;
  max-width: 1176px;
}
.shop-category-wrp.is-active {
  display: block;
  animation-name: tab-anime;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
}
@keyframes tab-anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cap-shop-category {
  display: flex;
  align-items: center;
  position: relative;
  color: #009845;
  font-size: 2rem;
  font-weight: 500;
}
.cap-shop-category:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #cacaca;
  display: block;
  margin-left: 40px;
}
.green-line {
  position: absolute;
  right: 0;
  width: 120px;
  border-bottom: 1px solid #009845;
  z-index: 2;
}
.accordion-area {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {}
.accordion-area section {
  border-bottom: 1px dotted #cacaca;
	word-break: break-all;
}
.title {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 3% 0;
  line-height: 1;
}

.shop-name {
  width: 40%;
  display: inline-block;
}
.shop-category {
  color: #4D545B;
  font-size: 1.4rem;
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #009845;
}
.title::before {
  top: 48%;
  right: 0;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 0;
  transform: rotate(90deg);
}
.title.close {
  color: #009845;
  font-weight: 500;
}
.title.close .shop-name {
  padding-bottom: 1em;
  font-size: 1.8rem;
  border-bottom: 2px solid #009845;
  transition: font-size .6s ease-out;
  margin-bottom: 1em;
}
.title.close .shop-category {
  display: none;
}
.title.close::before {
  transform: rotate(45deg);
	top: 30%;
}
.title.close::after {
  transform: rotate(-45deg);
	top: 30%;
}
.box {
  display: none;
  padding: 0 0 3%;
  height: auto;
}
.box .title-ex-small {
  margin-bottom: 2em;
}
.box p {
  line-height: 1.7;
  font-size: 1.5rem;
}
.shop-img {
  float: right;
  width: 40%;
  margin: 0 0 56px 56px;
}
@media screen and (max-width: 768px) {
	.btn-map{
	position: absolute;
	left: 80%;
	margin-left: 0;
}
  .tab li {
    padding: 0 8px 8px;
  }
  .title {
    padding: 6% 0;
  }
  .shop-name {
    width: 100%;
    margin-bottom: .8em;
  }
  .shop-category {
    display: block;
    font-size: 1.4rem;
  }
  .shop-img {
    float: none;
    width: 100%;
    margin: 24px auto 40px;
  }
  .cap-shop-category.no-line:after, .cap-shop-category.no-line .green-line {
    display: none;
  }
}
/*****************************************************
ILLUSTRATOR*/
.box-3 {
  width: 30%;
}
.box-3-2 {
  width: 64%;
}
.box-3-2 p {
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .box-3 {
    width: 80%;
    margin: 0 auto 32px;
  }
  .box-3-2 {
    width: 100%;
  }
}
/*****************************************************
INDEX ARCHIVE*/

.slider .slick-slide {
  margin: 0 32px;
}
.entry-list {
  max-width: 300px;
  margin-bottom: 80px;
}
.entry-thumb {
  margin-bottom: 40px;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
	position: relative;
}
.entry-thumb:before{
    content: "";
  display: block;
  padding-top: 100%;
}
.entry-thumb img {
  transform: scale(.96);
  transition: all .6s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.entry-thumb img:hover {
  transform: scale(1);
}
.entry-title {
  line-height: 1;
}
.entry-meta {
  margin-bottom: 12px;
}
.slide-arrow {
  position: absolute;
  z-index: 999;
  border: 1px solid #ccc;
  height: 48px;
  width: 48px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  background: #fff;
  transition: border-color .6s ease-out, background-color .6s ease-out, color .6s ease-out;
  outline: none;
}
.slide-arrow:hover {
  border-color: #009845;
  background-color: #f5f5f5;
  color: #666;
}
.prev-arrow {
  top: -72px;
  right: calc(5% + 56px);
}
.next-arrow {
  top: -72px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    margin: 0 16px;
  }
  .slide-arrow {
    height: 32px;
    width: 32px;
    line-height: 30px;
  }
  .prev-arrow {
    top: -72px;
    right: calc(5% + 40px);
  }
}
/**********************************************************************************************************
ARCHIVE****************************************/
.entry-list-1st {
  width: 48.27%;
  float: left;
  margin-right: 3.4%;
}
.entry-list-1st .entry-thumb:before{
  padding-top: 75%;
}
.entry-list-2-3 {
  width: 48.27%;
  float: left;
}
.entry-list-2-3 .entry-thumb {
  width: 46.4%;
}
.entry-list-2-3 .entry-txt-wrp {
  width: 46.4%;
}
.entry-list-wrp .entry-list {
  float: left;
  width: 22.4%;
  margin-right: 3.4%;
  max-width: none;
}
.entry-list-wrp .entry-list:nth-child(4n) {
  margin-right: 0;
}
.entry-list-2-3 .entry-thumb, .entry-list-wrp .entry-list .entry-thumb {
  position: relative;
}
.entry-list-2-3 .entry-thumb:before, .entry-list-wrp .entry-list .entry-thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.entry-list-2-3 .entry-thumb img, .entry-list-wrp .entry-list .entry-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.entry-list .entry-title {
  margin-bottom: 0;
}
.entry-list-1st .entry-body a ,
.entry-list-2-3 .entry-body a,
.entry-list .entry-body a {
  color: #000 !important;
}
.entry-list .entry-body a:hover {
  color: #009845 !important;
}
@media screen and (max-width: 768px) {
  .entry-list-1st, .entry-list-2-3, .entry-list-2-3 .entry-thumb, .entry-list-2-3 .entry-txt-wrp, .entry-list-wrp .entry-list {
    width: 100%;
    float: none;
  }
  .entry-list-1st, .entry-list-2-3, .entry-list-wrp .entry-list {
    margin-bottom: 80px;
  }
}
/*****************************************************
ARCHIVE ENTRY*/
.title-large.entry-title {
  border-top: 4px solid #009845;
  padding-top: 8px;
  letter-spacing: .5;
  margin-bottom: 6px;
}
.entry-page .entry-meta {
  margin-bottom: 0;
}
.entry-eyecatch {
  margin-bottom: 104px;
	padding: 32px;
/*  background: #f7f7f7;*/
}
.entry-body {
  font-size: 1.6rem;
  line-height: 2;
}
.img-set figure {
  width: 47.6%
}
.entry-shop-list {
  column-count: 3;
  line-height: 1.7;
  font-size: 1.5rem;
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.2em;
}
.entry-shop-list li {
  padding-right: .5em;
}
.entry-sns li {
  display: inline-block;
 
}
.entry-sns li a {
	 font-size: 3rem;
  color: #009845 !important
}
.entry-list-1st .entry-body, .entry-list-2-3 .entry-body, .entry-list .entry-body {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .entry-shop-list {
    column-count: 2;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .entry-list-wrp .entry-list.entry-page-list {
    width: 46%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .entry-list-wrp .entry-list.entry-page-list .entry-body {
    display: none
  }
}
/*****************************************************
PAGE NAVI*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: 1.3rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff;
  margin: 0 2px 13px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi span.pages {
  margin-right: 12px;
  border: none;
}
.wp-pagenavi a.last {
  margin-left: 12px;
}
.page, .nextpostslink, .previouspostslink, .extend {
  width: 40px;
  height: 40px;
  border: 1px solid #E0DEDA;
  display: inline-block;
  line-height: 40px;
  transition: background-color .6s ease-out;
}
.wp-pagenavi span.current {
  width: 40px;
  height: 40px;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1 !important;
  display: inline-block;
  line-height: 40px;
  color: #fff !important;
}
.page:hover, .nextpostslink:hover, .previouspostslink:hover, .extend:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  opacity: 1;
} 
.pager {
  border-bottom: 1px dotted #cacaca;
  border-top: 1px dotted #cacaca;
  line-height: 1;
}
.pager-50 {
  width: 49.5%;
  display: inline-block;
  line-height: 1.8;
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn-prev {
  text-align: left;
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn-next {
  text-align: right;
  padding-left: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pager-entry {
  vertical-align: middle;
}
.pager-anchor {
  line-height: 1;
}
.btn-prev span, .btn-prev .pager-title {
  margin-right: 1em;
}
.btn-next span, .btn-prev .pager-title {
  margin-left: 1em;
}
.btn-prev .pager-title, .btn-next .pager-title {
  padding-bottom: 2em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog-aside {
  border-top: 2px solid #000;
  padding-top: 2em;
  width: 31%;
  font-size: 1.4rem;
}
.blog-aside.words-category-list {
  width: 65.6%;
}
.blog-aside.words-category-list .aside-list li {
  display: inline;
}
.blog-aside.words-category-list .aside-list li:after {
  content: ', ';
}
.blog-aside.words-category-list .aside-list li:last-child:after {
  content: '';
}
blog-aside {}
@media screen and (max-width: 768px) {
  .news-entry-list .entry-date, .news-entry-list .entry-txt, .news-entry, .news-entry time, .news-entry .entry-txt, .news-entry .entry-meta {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news-entry .entry-hdr {
    padding-top: 84px;
    padding-bottom: 72px;
  }
  .entry-eyecatch {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 64px;
		padding: 16px;
  }
  .news-entry .entry-body {
    max-width: 100%;
    margin-bottom: 64px;
  }
  .news-entry .entry-body h3, .news-entry .entry-body p {
    width: 100%;
    max-width: 100%;
  }
  .page-nav {
    margin-bottom: 72px;
  }
  .entry-img-2.l-flex-wrp figure, .entry-img-2.l-flex-wrp img {
    width: 100%;
    max-width: 100%;
  }
  .entry-img-2.l-flex-wrp figure:first-child, .entry-img-2.l-flex-wrp img:first-child {
    margin-bottom: 32px;
  }
  .pager {
    font-size: 1.3rem;
  }
  .pager div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
/*    width: 100%;*/
    padding-top: .6em;
    padding-bottom: .2em;
  }
  .btn-prev {}
  .btn-next {}
  .pager img {
    display: none;
  }
  .pager .txt-c {
    display: none;
  }
  .blog-aside, .blog-aside.words-category-list {
    width: 100%;
    max-width: 100%;
  }
}
/*****************************************************
WORKS */
.works-entry-list {
  width: 23%;
}
.works-entry-list-img {
  margin-bottom: 12px;
  position: relative;
}
.works-entry-list-img:before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.works-entry-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.entry-date, .entry-cat {
  display: inline;
  color: #009845;
  font-size: 1.4rem;
}
.entry-cat a {
  color: #009845;
}
.words-entry .entry-date, .words-entry .entry-cat, .words-entry-list-first .entry-date, .words-entry-list-first .entry-cat, .works-entry .entry-date, .works-entry .entry-cat {
  font-size: 2rem;
  font-weight: 400;
}
.works-entry-wrp:after {
  content: "";
  display: block;
  max-width: 266px;
  width: 23%;
  height: 0;
}
.work-spec-table {
  width: 100%;
}
.work-spec-table td {
  border-bottom: 1px solid #E3D8D8;
  padding: 1em 0;
}
.work-spec-table-item {
  width: 24%;
}
.work-spec-table-item-free {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .works-entry-list {
    width: 100%;
    max-width: 100%;
  }
  .column-category-list ul {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .column-category-list ul li {
    margin: 0;
    width: 50%;
    text-align: left;
    line-height: 2.4;
    font-size: 1.4rem;
  }
}
/*****************************************************
DRAWER */
.btn-drawer {
  display: block;
  position: fixed;
  top: 8px;
  right: 24px;
  width: 72px;
  height: 72px;
  line-height: 70px;
  cursor: pointer;
  z-index: 9999;
  font-size: 1.3rem;
  border: 2px solid #009845;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: width .6s ease-out, height .6s ease-out, background-color .6s ease-out, font-size .6s ease-out;
}
a.btn-drawer:hover {
  background: #009845;
  color: #fff !important;
  box-shadow: 0 0 4px rgba(77, 84, 91, .8);
}
.btn-drawer-inner {
  display: block;
  color: #009845 !important;
}
.btn-drawer-inner:hover {
  color: #fff !important;
}
.drawer-menu-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.drawer-list {
  padding-bottom: 3em;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
a.drawer-list {
  color: #fff !important;
}
.drawer-list a {
  color: #fff !important;
}
.drawer-sns {
  width: 72px;
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.drawer-sns a {
  color: #fff;
}
.drawer-menu-inner .ftr-gs-logo {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn-drawer, .btn-drawer.size-s {
    top: 4px;
    right: 8px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1rem;
    border: 1px solid #009845;
  }
  .drawer-menu {
    height: 100%;
    width: 100%;
    list-style: none;
    position: relative;
  }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/*html.remodal-is-locked body{
	padding-right: 0!important;
}*/
/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  /*overflow-y: auto;
  overflow-x: hidden;*/
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background-color: rgba(0, 152, 69, .9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 600ms ease-out;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 10001;
}
.remodal-close:hover, .remodal-close:focus {
  color: #009845;
}
/*.remodal-close:before {
  font-size: 3rem;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  content: "\00d7";
  text-align: center;
}*/
.remodal-close:before, .remodal-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #fff;
}
.remodal-close:before {
  transform: rotate(45deg);
}
.remodal-close:after {
  transform: rotate(-45deg);
}
/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 600ms ease-out;
  transition: background 600ms ease-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .remodal {
    max-width: 100%;
  }
}
.remodal-is-locked .btn-drawer, .remodal-is-locked .btn-up {
  margin-right: 15px; /*fix scrollbar shift*/
}
/*
     FILE ARCHIVED ON 07:46:12 Jan 28, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:56:34 Mar 14, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.059
  cdx.remote: 0.09
  esindex: 0.009
  LoadShardBlock: 1187.909 (6)
  PetaboxLoader3.resolve: 1187.841 (3)
  PetaboxLoader3.datanode: 245.438 (9)
  load_resource: 297.607 (2)
  loaddict: 61.688
*/