
.scube-pickup-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-pickup-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 20px;
  padding-top: 2px;
  justify-content: center
}

.scube-pickup-item {
  border: 1px solid #FFF5D5;
  width: 630px;
  position: relative;
}

.scube-pickup-item:hover img {
  opacity: 0.7;
}

.scube-pickup-comment {
  line-height: 16px;
  color: #333333;
  text-decoration: underline;
  padding-left: 10px;
  padding-top: 15px;
}

.scube-pickup-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
}

.scube-pickup-property {
  display: flex;
  flex-direction: row;
}

.scube-pickup-img-wrapper {
  /* width: 61%; */
  display: flex;
  border: 1px solid #CCC;
}

.scube-pickup-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 50%;
}

.scube-pickup-text {
  border-top: 1px solid transparent;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-pickup-price {
  font-size: 32px;
  line-height: 1.1;
  text-align: left;
  color: #D80000;
  background: #FFF5D5;
  font-weight: bold;
  padding-top: 24px;
  padding-left: 10px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #ccc;
}

/* 金額の単位（万、円）*/
.scube-pickup-price .unit {
  font-size: 0.5em;
  color: #333333;
}

.scube-pickup-info {
  padding-top: 5px;
  text-align: left;
  font-size: 12px;
  color: #333333;
  background: #FFF5D5;
  line-height: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scube-pickup-address234 {
  padding-left: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.scube-pickup-other {
  padding-top: 5px;
  padding-left: 10px;
}

.scube-pickup-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


  .scube-new-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-new-list {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    list-style: none;
    gap: 13px;
    padding-top: 2px;
    justify-content: center
  }

  .scube-new-item {
    border: 1px solid #FFF2FF;
    width: 136px;
    position: relative;
  }

  .scube-new-item:not(:last-child) {
    position: relative;
  }

  .scube-new-item:not(:last-child)::after {
    position: absolute;
    top: -1%;
    right: -8px;
    content: '';
    width: 1px;
    height: 101%;
    background-color: #CCC8B6;
  }

  .scube-new-item:hover img {
    opacity: 0.7;
  }

  .scube-new-comment {
    border-bottom: 1px solid #FFF2FF;
    line-height: 14px;
    color: #333333;
    background: #FFF2FF;
    text-align: center;
    text-decoration: underline;
  }

  .scube-new-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }

  .scube-new-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-new-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #CCC;
    margin-bottom: 7px;
  }

  .scube-new-text {
    border-top: 1px solid #FFF2FF;
    
  }

  /* 金額の数値*/
  .scube-new-price {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #D80000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    background: #FFF2FF;
  }

  /* 金額の単位（万、円）*/
  .scube-new-price .unit {
    font-size: 0.5em;
    color: #333333;
  }

  .scube-new-info {
    padding-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #FFF2FF;
    line-height: 1.1;
    flex-grow: 1;
  }

  .scube-new-address2 {
    padding-top: 5px;
  }

  .scube-new-address34 {
    padding-bottom: 3px;
  }

  .scube-new-other {
    padding-top: 3px;
  }

  .scube-new-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  
  .scube-romen-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-romen-list {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    list-style: none;
    gap: 13px;
    padding-top: 2px;
    justify-content: center
  }

  .scube-romen-item {
    border: 1px solid #F0F7D9;
    width: 165px;
    position: relative;
  }

  .scube-romen-item:not(:last-child) {
    position: relative;
  }

  .scube-romen-item:not(:last-child)::after {
    position: absolute;
    top: -1%;
    right: -8px;
    content: '';
    width: 1px;
    height: 102%;
    background-color: #CCC8B6;
  }

  .scube-romen-item:hover img {
    opacity: 0.7;
  }

  .scube-romen-comment {
    border-bottom: 1px solid #F0F7D9;
    line-height: 16px;
    color: #333333;
    background: #F0F7D9;
    text-decoration: underline;
    text-align: center;
  }

  .scube-romen-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }

  .scube-romen-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-romen-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #CCC;
    margin-bottom: 7px;
  }

  .scube-romen-text {
    border-top: 1px solid #F0F7D9;
    
  }

  /* 金額の数値*/
  .scube-romen-price {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #D80000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    background: #F0F7D9;
  }

  /* 金額の単位（万、円）*/
  .scube-romen-price .unit {
    font-size: 0.5em;
    color: #333333;
  }

  .scube-romen-info {
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #F0F7D9;
    line-height: 1.1;
    flex-grow: 1;
  }

  .scube-romen-address2 {
    padding-top: 5px;
  }

  .scube-romen-address34 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
  }

  .scube-romen-other {
    padding-top: 3px;
  }

  .scube-romen-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }


  .scube-insyoku-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-insyoku-list {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    list-style: none;
    gap: 13px;
    padding-top: 2px;
    justify-content: center
  }

  .scube-insyoku-item {
    border: 1px solid #EEEFFF;
    width: 165px;
    position: relative;
  }

  .scube-insyoku-item:not(:last-child) {
    position: relative;
  }

  .scube-insyoku-item:not(:last-child)::after {
    position: absolute;
    top: -1%;
    right: -8px;
    content: '';
    width: 1px;
    height: 102%;
    background-color: #CCC8B6;
  }

  .scube-insyoku-item:hover img {
    opacity: 0.7;
  }

  .scube-insyoku-comment {
    border-bottom: 1px solid #EEEFFF;
    line-height: 14px;
    overflow: hidden;
    color: #333333;
    background: #EEEFFF;
    text-decoration: underline;
    text-align: center;
  }

  .scube-insyoku-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }

  .scube-insyoku-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-insyoku-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #CCC;
    margin-bottom: 7px;
  }

  .scube-insyoku-text {
    border-top: 1px solid #EEEFFF;
    
  }

  /* 金額の数値*/
  .scube-insyoku-price {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #D80000;
    padding-top: 12px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    background: #EEEFFF;
    font-weight: bold;
  }

  /* 金額の単位（万、円）*/
  .scube-insyoku-price .unit {
    font-size: 0.5em;
    color: #333333;
  }

  .scube-insyoku-info {
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #EEEFFF;
    line-height: 1.1;
    flex-grow: 1;
  }

  .scube-insyoku-address2 {
    padding-top: 5px;
  }

  .scube-insyoku-address34 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
  }

  .scube-insyoku-other {
    padding-top: 3px;
  }

  .scube-insyoku-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }



  .scube-inuki-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-inuki-list {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    list-style: none;
    gap: 13px;
    padding-top: 2px;
    justify-content: center
  }

  .scube-inuki-item {
    border: 1px solid #F6EEE0;
    width: 165px;
    position: relative;
  }

  .scube-inuki-item:not(:last-child) {
    position: relative;
  }

  .scube-inuki-item:not(:last-child)::after {
    position: absolute;
    top: -1%;
    right: -8px;
    content: '';
    width: 1px;
    height: 102%;
    background-color: #CCC8B6;
  }

  .scube-inuki-item:hover img {
    opacity: 0.7;
  }

  .scube-inuki-comment {
    border-bottom: 1px solid #F6EEE0;
    line-height: 16px;
    color: #333333;
    background: #F6EEE0;
    text-decoration: underline;
    text-align: center;
  }

  .scube-inuki-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }

  .scube-inuki-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-inuki-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #CCC;
    margin-bottom: 7px;
  }

  .scube-inuki-text {
    border-top: 1px solid #F6EEE0;
    
  }

  /* 金額の数値*/
  .scube-inuki-price {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #D80000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    background: #F6EEE0;
  }

  /* 金額の単位（万、円）*/
  .scube-inuki-price .unit {
    font-size: 0.5em;
    color: #333333;
  }

  .scube-inuki-info {
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #F6EEE0;
    line-height: 1.1;
    flex-grow: 1;
  }

  .scube-inuki-address2 {
    padding-top: 3px;
  }

  .scube-inuki-address34 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
  }

  .scube-inuki-other {
    padding-top: 2px;
  }

  .scube-inuki-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }


  .scube-jimusyo-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-jimusyo-list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    list-style: none;
    gap: 13px;
    padding-top: 2px;
    justify-content: center
  }

  .scube-jimusyo-item {
    border: 1px solid #E6F1FB;
    width: 158px;
    position: relative;
  }

  .scube-jimusyo-item:not(:last-child) {
    position: relative;
  }

  .scube-jimusyo-item:not(:last-child)::after {
    position: absolute;
    top: -1%;
    right: -8px;
    content: '';
    width: 1px;
    height: 102%;
    background-color: #CCC8B6;
  }

  .scube-jimusyo-item:hover img {
    opacity: 0.7;
  }

  .scube-jimusyo-comment {
    border-bottom: 1px solid #E6F1FB;
    line-height: 16px;
    color: #333333;
    background: #E6F1FB;
    text-decoration: underline;
    text-align: center;
  }

  .scube-jimusyo-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }

  .scube-jimusyo-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-jimusyo-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #CCC;
    margin-bottom: 7px;
  }

  .scube-jimusyo-text {
    border-top: 1px solid #E6F1FB;
    
  }

  /* 金額の数値*/
  .scube-jimusyo-price {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #D80000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    background: #E6F1FB;
  }

  /* 金額の単位（万、円）*/
  .scube-jimusyo-price .unit {
    font-size: 0.5em;
    color: #333333;
  }

  .scube-jimusyo-info {
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #E6F1FB;
    line-height: 1.1;
    flex-grow: 1;
  }

  .scube-jimusyo-address2 {
    padding-top: 3px;
  }

  .scube-jimusyo-address34 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
  }

  .scube-jimusyo-other {
    padding-top: 2px;
  }

  .scube-jimusyo-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }


  .scube-soho-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-soho-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    list-style: none;
    gap: 13px;
    padding-top: 2px;
    justify-content: center
  }

  .scube-soho-item {
    border: 1px solid #F0F0D9;
    width: 158px;
    position: relative;
  }

  .scube-soho-item:not(:last-child) {
    position: relative;
  }

  .scube-soho-item:not(:last-child)::after {
    position: absolute;
    top: -1%;
    right: -8px;
    content: '';
    width: 1px;
    height: 102%;
    background-color: #CCC8B6;
  }

  .scube-soho-item:hover img {
    opacity: 0.7;
  }

  .scube-soho-comment {
    border-bottom: 1px solid #F0F0D9;
    line-height: 16px;
    color: #333333;
    background: #F0F0D9;
    text-decoration: underline;
    text-align: center;
  }

  .scube-soho-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
  }

  .scube-soho-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-soho-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #CCC;
    margin-bottom: 7px;
  }

  .scube-soho-text {
    border-top: 1px solid #F0F0D9;
    
  }

  /* 金額の数値*/
  .scube-soho-price {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #D80000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    background: #F0F0D9;
  }

  /* 金額の単位（万、円）*/
  .scube-soho-price .unit {
    font-size: 0.5em;
    color: #333333;
  }

  .scube-soho-info {
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background: #F0F0D9;
    line-height: 1.1;
    flex-grow: 1;
  }

  .scube-soho-address2 {
    padding-top: 3px;
  }

  .scube-soho-address34 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
  }

  .scube-soho-other {
    padding-top: 2px;
  }

  .scube-soho-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

