/*$color-sub01: mix($color-main01, $color-main02, 3%);
$color-sub02: mix($color-main02, #eee, 35%);*/
/*
@mixin left-top-shadow {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@mixin top-shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@mixin bottom-shadow {
	box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}

@mixin hoge($color: #fff, $fSize: 16px) {
	color: $color;
	font-size: $fSize;
}
	//.text {
		//@include hoge(black, 20px);
	//}

@mixin sp-width {
	width: $sp-width;
	margin: auto;
}

@mixin pc-width {
	width: $pc-width;
	margin: auto;
}
*/
/*--------------------------------------------
		sales
---------------------------------------------*/
.information {
  margin: 2em 0 50px;
}

/*-------------- .sales-list ----------------*/
.sales-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.sales-list__item {
  overflow: hidden;
  padding-top: 6vw;
  position: relative;
}

.sales {
  padding-bottom: 60px;
}

.sales__subtitle {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}

.sales__subtitle__word {
  display: inline-block;
}

.sales__subtitle__word::before, .sales__subtitle__word::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background: #444;
  vertical-align: bottom;
}

.sales__subtitle__word::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 1em;
  margin-bottom: -1px;
}

.sales__subtitle__word::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.8em;
  margin-bottom: -1px;
}

.sales__pre-heading {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.sales__txt {
  background: #f5efe2;
  border-radius: 8px;
  line-height: 1.5;
  padding: 0.8em 1em 0.75em;
  position: relative;
}

.sales__txt img {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.sales__detail__ttl {
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.sales__detail dt {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}


/* 2025 2/6追加　
住所情報と地図画像を横並びにするためのラッパー */
.address-map-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 30px;
}

.address-info {
  flex: none;
}

.map-image {
  flex: none;
  max-width: 300px;
}

.map-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 600px) {
  .address-map-wrapper {
    flex-direction: column;
  }
  .map-image {
    max-width: 100%;
  }
}

/* インスタグラムリンク */
.instagram-link {
  color: #9a9a9a;
  text-decoration: underline;
}

.instagram-link:hover {
  color: rgb(51, 51, 51);
  background-color: #f4efe3;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
/* ここまで */


.sales__detail small {
  display: block;
}

.sales__box--twitter {
  display: none;
}

.sales__twitter {
  width: 100%;
  max-width: 500px;
  border: 5px solid #eff3f5;
  border-width: 5px 6px;
  border-radius: 8px;
  margin: 2.4em auto 0;
}

.sales__twitter__ttl {
  font-weight: bold;
  color: #343434;
  background: #eff3f5;
  padding: 2px 6px 5px;
}

@media screen and (max-width: 959px) {
  .sales-list__item {
    margin-bottom: 60px;
  }
}

.sales-list__img {
  width: 170px;
  height: 230px;
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #ebd9b2;
  margin: 0 auto 50px;
}

@media screen and (max-width: 400px) {
  .sales-list__img {
    width: 40vw;
    height: 54vw;
  }
}

.sales-list__img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebd9b2;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.sales-list__img img {
  display: inline-block;
  width: 70%;
  position: relative;
  z-index: 3000;
  margin-top: 34px;
}

@media screen and (max-width: 400px) {
  .sales-list__img img {
    margin-top: 7vw;
  }
}

.sales-list__english {
  display: block;
  width: 100%;
  font-family: shadows-into-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #404040;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  margin-top: 20px;
}

@media screen and (max-width: 400px) {
  .sales-list__english {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 4.3vw;
  }
}

.sales-list__english:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #666;
  margin: 10px auto 0;
}

.sales-list__english--others {
  background: url("/common/img/bg_radiation.png") no-repeat center center;
  background-size: 55%;
  height: 100%;
  margin-top: 0;
  padding-top: 103px;
}

@media screen and (max-width: 400px) {
  .sales-list__english--others {
    padding-top: 24vw;
    background-size: 67%;
  }
}

.sales-list__english--others:after {
  display: none;
}

.sales-list__ttl {
  color: #717171;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1em;
}

.sales-list__lead {
  margin-bottom: 2em;
  margin-top: 0;
}

.sales-list__lead > * {
  letter-spacing: 0.2em;
}

.sales-list__lead small {
  font-size: 80%;
  letter-spacing: 0.06em;
}

.sales-list__print {
  margin-top: 20px;
}

.sales-list__print-page-btn {
  display: none;
}

.sales {
  margin-top: 60px;
}

.sales__list {
  overflow: hidden;
  position: relative;
  left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.sales__list + .btn-set {
  margin-top: 3%;
  margin-bottom: 10%;
}

@media screen and (max-width: 700px) {
  .sales__list + .btn-set {
    text-align: center;
  }
}

.sales__item {
  width: 32%;
  float: left;
  margin-right: 2%;
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2000;
}

@media screen and (min-width: 701px) {
  .sales__item:nth-child(3n) {
    margin-right: 0;
  }
  .sales__item:nth-child(4n) {
    clear: both;
  }
}

@media screen and (max-width: 700px) {
  .sales__item {
    width: 48%;
    margin-right: 4%;
  }
  .sales__item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}

.sales__item__img {
  width: 100%;
  height: 32vw;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

.sales__item__img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebd9b2;
  left: 7px;
  top: 7px;
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}

.sales__item__img img {
  display: inline-block;
  width: 70%;
  position: relative;
  z-index: 3000;
  margin-top: 5vw;
}

@media screen and (max-width: 700px) {
  .sales__item__img {
    height: 51.5vw;
  }
  .sales__item__img img {
    margin-top: 8vw;
  }
}

.sales__item a {
  display: block;
  color: inherit;
  padding: 10px 7px 0 13px;
}

.sales__item__ttl {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3vw;
  z-index: 3500;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (min-width: 701px) {
  .sales__item__ttl {
    padding: 0 1em;
  }
}

@media screen and (max-width: 700px) {
  .sales__item__ttl {
    bottom: 8vw;
  }
}

@media screen and (max-width: 350px) {
  .sales__item__ttl {
    bottom: 6.5vw;
    letter-spacing: 0;
  }
}

.sales__item__ttl:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #666;
  margin: 12px auto 0;
}

@media screen and (max-width: 700px) {
  .sales__item__ttl:after {
    margin-top: 9px;
  }
}

.sales__item__english {
  font-family: shadows-into-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #dec082;
  font-size: 3.5vw;
  line-height: 1.1;
  display: block;
  position: absolute;
  left: 5px;
  top: 8px;
  z-index: 2500;
  text-align: left;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

.sales__item__english:after {
  content: "";
  display: block;
  width: 22vw;
  height: 1px;
  background: #dec082;
}

@media screen and (max-width: 700px) {
  .sales__item__english {
    font-size: 4.3vw;
    left: 0;
  }
  .sales__item__english:after {
    width: 35vw;
  }
}

@media screen and (max-width: 500px) {
  .sales__item__english {
    font-size: 6vw;
    left: 3px;
    top: 6px;
  }
}

/*ECサイト案内*/
.sales__box_img {
  margin:0 auto;
  text-align: center;
}

.buongstaio_img {
  width: 50vw;
  margin:0 auto;
}
.buongstaio_img:hover{
  transform: scale(1.2);
  transition-duration: 0.5s;
}