@charset "utf-8";
/*登録時に消す*/
/*
html {
  font-size: 62.5%;
}*/

.main.feature{
  padding-top: 0 !important;
}

.main.feature .inner{
  width: auto !important;
  padding: 0;
}

.springoffice-wrapper{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 min(21.333vw, 80px);
  letter-spacing: .03em;
  overflow: hidden auto;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  color: #262626;
  scroll-behavior: smooth; 
  filter: none;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

.springoffice-wrapper a[href*="tel:"]{
  text-decoration: underline;
}

@media (768px <= width) {
  .springoffice-wrapper a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.springoffice__title img{
  width: 100%;
}

.springoffice__item:nth-of-type(odd){
  background-color: #FFFFF6;
}

.springoffice__item-inner{
  max-width: 1080px;
  padding: min(16vw, 60px) 20px;
  display: grid;
  align-items: start;
  gap: min(17.333vw, 65px) 0;
  margin: 0 auto;
}

.splide__slide img{
  width: 100%;
}

.springoffice__slide .button {
  background-color: rgb(134 178 65 / 40%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.springoffice__slide .next{
  right: -20px;
}

.springoffice__slide .prev{
  left: -20px;
}

.springoffice__slide .button::before {
  content: "";
  width: 11px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  transform: scale(81%);
}

.springoffice__slide .next::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 19"><polyline points="1.26 1.01 9.74 9.5 1.26 17.99" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.springoffice__slide .prev::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 19"><polyline points="9.74 1.01 1.26 9.5 9.74 17.99" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
}

.springoffice__slide .splide__pagination{
  bottom: -25px;
  padding: 0;
  gap: 0 10px;
}

.springoffice__slide .splide__pagination li{
  line-height: 0;
}

.springoffice__slide .splide__pagination__page{
  margin: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #86B241;
  opacity: 100%;
}

.springoffice__slide .splide__pagination__page.is-active{
  transform: scale(1);
  background: #86B241;
}

.springoffice__shop-name{
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: min(5.866vw, 22px);
  background-image: repeating-linear-gradient(90deg, #8e8e8e, #8e8e8e 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.springoffice__shop-name rt{
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: min(1.02vw, 10px);
}

.springoffice__shop-info{
  padding: min(5.333vw, 20px) 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: min(34.666vw, 130px) auto;
  align-items: start;
  gap: 0 30px;
}

.springoffice__shop-logo{
  border: 1px solid #8E8E8E;
  padding: 0 7px;
  aspect-ratio: 13 / 10;
  display: grid;
  place-items: center;
  background-color: #fff;
  max-width: 130px;
}

.springoffice__shop-logo img{
  transition: opacity 0.3s;
}

.springoffice__shop-logo:hover img{
  opacity: 70%;
}

.springoffice__shop-floor{
  background-color: #86B241;
  border-radius: 9999px;
  width: 120px;
  min-height: 30px;
  display: grid;
  place-items: center;
}

.springoffice__shop-floor span{
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.springoffice__shop-tel{
  margin-top: min(2.666vw, 10px);
  font-size: 1.4rem;
  font-weight: 500;
}

.springoffice__shop-tel a{
  margin-left: 4px;
}

.springoffice__goods-list{
  background-image: repeating-linear-gradient(90deg, #8e8e8e, #8e8e8e 3px, transparent 3px, transparent 6px), repeating-linear-gradient(90deg, #8e8e8e, #8e8e8e 3px, transparent 3px, transparent 6px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
  padding: min(5.333vw, 20px) 0;
}

.springoffice__goods-list li{
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: calc(1em + 4px);
}

.springoffice__goods-list li + li{
  margin-top: min(0.51vw, 5px);
}

.springoffice__goods-list li:before{
  content: "\025cf";
  color: #86B241;
  position:absolute;
	left:0px;
}

.springoffice__goods-list span{
  font-weight: 500;
}

.springoffice__goods-list span + span{
  margin-left: 20px;
}

.springoffice__goods-text{
  padding-top: min(5.333vw, 20px);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.footer__notes{
  max-width: 500px;
  margin: min(5.333vw, 20px) 20px 0;
  padding: 20px;
  border: 1px solid #8e8e8e;
}

.footer__notes li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
}

.footer__notes li + li{
  margin-top: 6px;
}

.footer__notes li::before{
  content: "※";
}

@media (768px <= width) {
.main.feature .inner{
  padding-left: 0;
  padding-right: 0;
}

.springoffice-wrapper{
  padding: 0 0 min(10.204vw, 100px);
}

.springoffice__item-inner{
  padding: min(7.407vw, 80px) 50px;
  grid-auto-flow: column;
  grid-template-columns: 50% auto;
  gap: 0 40px;
}

.splide__slide{
  max-width: 490px;
}

.springoffice__slide .button {
  width: 50px;
  height: 50px;
}

.springoffice__slide .next{
  right: -25px;
}

.springoffice__slide .prev{
  left: -25px;
}

.springoffice__slide .button::before {
  transform: scale(1);
}

.springoffice__slide .splide__pagination{
  bottom: -30px;
}

.springoffice__shop-name{
  padding-bottom: min(2.04vw, 20px);
}

.springoffice__shop-name rt{
  font-size: 1.8rem;
  margin-bottom: min(1.02vw, 10px);
}

.springoffice__shop-info{
  grid-template-columns: 28% auto;
}

.footer__notes{
  margin: min(7.407vw, 80px) auto 0;
  padding: 40px;
}
}