
/***************************************************

          2022 ぺージ作成時 class 追加

 ***************************************************/

section .container {
  padding: 0 12px;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}
section .container figure {
  margin: 30px 0;
}
section .container figure img {
  width: 100%;
  margin-bottom: 12px;
}
section .container figure img:last-child {
  margin-bottom: 0px;
}
/* オーナーグッズ */
.owner-goods {
  max-width: 1400px;
  margin: auto;
}
.owner-goods > section:not(:last-child) {
  margin-bottom: 30px;
}
.owner-goods .unit-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.owner-goods .unit-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.owner-goods .unit-wrapper3 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.owner-goods h3 {
  position: relative;
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  border-bottom: 1px solid #000052;
  font-weight: bold;
}
.owner-goods h3.long-txt {
  text-align: right;
  padding-right: 8px;
}
.owner-goods h3::before {
  content: attr(date-num);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 16px 32px;
  background: #c00;
  color: #fff;
}
.owner-goods h3 ~ p:not(.goods-detail) {
  padding: 32px 0;
  text-align: center;
}
.goods-title {
  text-align: center;
  
  color: #caa20c;
}
.goods-title span {
  display: block;
  padding: 25px 5px;
  font-weight: 800;
}
.goods-detail {
  padding: 8px;
}
/* tab */
.tab-area {
  display: flex;
  justify-content: space-around;
  background-color: #44546a;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.tab-area .tab {
  width: 50%;
  padding: 16px;
  text-align: center;
  color: white;
  border-right: 1px solid #50637b;
  border-left: 1px solid #222e3e;
}
.tab-area .tab.active {
  background-color: #ccc;
  color: #222e3e;
  border: none;
}
.content-area {
  font-size: 30px;
  text-align: center;
  max-width: 1000px;
  font-size: 24px;
  margin: auto;
}
.content-area .content {
  display: none;
}
.content-area .content.show {
  margin-top: 50px;
  display: block;
}
.row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.row > p {
  width: 50%;
  padding: 16px;
}
.bg-gray {
  background-color: #ccc;
}
.badge {
  position: absolute;
  top: -16px;
  left: -4%;
  background: #2ca9e1;
  color: #fff;
  font-size: 11px;
  padding: 7px 15px;
  border-radius: 30px;
  transform: rotate(-0.05turn);
  line-height: 1;
}
.badge_new {
  position: absolute;
  top: -11px;
  left: -3.5%;
  background: #ffec47;
  color: #000052;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 30px;
  transform: rotate(-0.05turn);
  line-height: 1;
}
.price_area {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  width: 90%;
  margin: auto;
  padding: 10px;
  border: 3px solid #ccc;
  margin-bottom: 20px;
}
.concept-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.option-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 0;
}
.table2026-1 {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
}
.table2026-2 {
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
}
.midlle_title {
    margin: 30px auto 0;
    background: #ffc000;
    color: #000052;
    padding: 10px;
    font-weight: 900;
    font-size: 1.7rem;
    width: 90%;
}
.slick-prev
{
    left: 3px;
    z-index: 1;
}
.slick-next
{
    right: 3px;
}
.slick-prev:before,
.slick-next:before
{
    color: #000052;
}
.slick-prev:before
{
    content: '◀';
}
.slick-next:before
{
    content: '▶';
}
.sp-slide .slick-slide {
  padding: 15px;
}
/* 資料請求フローティング */
.floating-banner {
    width: 100px;
    position: fixed;
    bottom: 80px;
    left: 16px;
    z-index: 9999;
    transition: 0.3s;
    cursor: pointer;
}
.floating-banner:hover {
    opacity: 0.8;
}
.floating-banner a {
    text-decoration: none;
    color: #ffffff;
}
.floating-banner_body {
    background: #caa20c;
    height: 100px;
    padding: 16px 8px;
    text-align: center;
    border-radius: 100px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.materials {
    font-size: 14px;
    font-weight: 700;
    margin-top : 14px;
}
@media screen and (min-width: 768px) {
    .floating-banner {
        width: 150px;
        bottom: 16px;
    }
    .floating-banner_body {
        height: 150px;
    }
    .materials {
        font-size: 20px;
        margin-top: 30px;
    }
}
/* 資料請求フローティング　おわり */

/* 768px 以上のデバイスで適応 */
@media (min-width: 768px) {
  section .container {
    padding: 0;
    margin: 50px auto;
  }
  /* オーナーグッズ */
  .owner-goods .unit-wrapper > .unit {
    width: calc(100% / 4 - 12px)
  }
  .owner-goods .unit-wrapper2 > .unit {
    width: calc(100% / 3 - 11px)
  }
  .owner-goods .unit-wrapper3 > .unit {
    width: calc(100% / 4 - 12px)
  }
  .owner-goods h3 {
    font-size: 22px;
  }
  .owner-goods h3.long-txt {
    padding-right: 16px;
  }
  .badge {
  position: absolute;
  top: -20px;
  left: -10%;
  background: #2ca9e1;
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 30px;
  transform: rotate(-0.04turn);
  line-height: 1;
}
.badge_new {
  position: absolute;
  top: -11px;
  left: -4%;
  background: #ffec47;
  color: #000052;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 30px;
  transform: rotate(-0.04turn);
  line-height: 1;
}
.price_area {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  width: 90%;
  margin: auto;
  padding: 10px;
  border: 3px solid #ccc;
  margin-bottom: 20px;
}
.concept-title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0;
}
.option-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 0;
}
.table2026-1 {
  padding: 20px;
  width: 35%;
  text-align: center;
  border: none;
}
.table2026-2 {
  padding: 10px;
  width: 65%;
  text-align: left;
  border: none;
}
.midlle_title {
    margin: 30px auto 0;
    background: #ffc000;
    color: #000052;
    padding: 10px;
    font-weight: 900;
    font-size: 2rem;
    width: 80%;
}
.important-margin {
  margin: 50px auto;
}
}
