/* モデルハウス専用スタイル */

/* ========== Slider Thumbnail Styles ========== */
.thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  pointer-events: none;
}

.thumbnail:hover .play-icon {
  background: rgba(255, 0, 0, 0.8);
}



/* ========== Content Sections ========== */
main .event_info {
  margin-bottom: 50px;
}
main .container .event_info .event_infoT {
  padding-top: 60px;
}

main .container .event_info .event_infoT::after {
  width: 120px;
}

main .container .e_data p {
  font-size: 14px;
}
main .container .e_data {
  padding-block: 12px;
  border-bottom: 1px solid #b3b3b3;
}
main .container .e_data p:nth-of-type(1) {
  width: 17%;
}
main .container .e_data p:nth-of-type(2) {
  width: 83%;
}

/* ========== VRB Section ========== */
main .vrb {
  width: 100%;
  padding-block: 16px;
  margin-bottom: 10px;
  border: 1px solid #989483;
  padding-inline: 8px;
  border-radius: 5px;
}
main .vrbT {
  width: 106px;
  height: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #8fc31f;
  border-radius: 3px;
  padding-inline: 4px;
  padding-block: 6px;
  margin-bottom: 12px;
}
main .vrb img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
main .vrb .vrb_txt p {
  font-size: 14px;
}
main .vrb .vrb_txt p:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 12px;
}

/* 共通セクションタイトルスタイル */
.section-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #b3b3b3;
}

.section-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding-bottom: 2px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 130px;
    height: 2px;
    background-color: #6782ae;
}

/* 物件の特長セクション */
.feature {
    margin: 40px 0;
    padding-top: 30px;
    padding-bottom: 10px;
}

.featureT {
    margin-bottom: 50px;
}

.featureT::after {
    width: 100px;
}

.toggle-wrapper {
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}


.toggle-header {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    margin-bottom: 12px;
}

.toggle-header-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 12px 0 0;
}

.toggle-header-content p {
    flex: 1;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #424031;
    line-height: 1.625;
}

.toggle-header-content img {
    width: 240px;
    height: 135px;
    object-fit: cover;
    flex-shrink: 0;
}

.toggle-content-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.toggle-content {
    padding: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.toggle-content.visible {
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.featureC_gp {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
    width: 100%;
}

.featureTxt {
    flex: 1;
}

.featureTxt h4 {
    font-weight: 700;
    font-size: 16px;
    color: #424031;
    line-height: 1.625;
    margin: 0 0 20px 0;
}

.featureTxt p {
    margin-bottom: 15px;
    line-height: 1.75;
    font-size: 16px;
    color: #1c1a10;
    font-weight: 400;
}

.featureImg {
    width: 242px;
    height: 166px;
    flex-shrink: 0;
}

.featureImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.toggle-button {
    padding: 12px 0 0;
    background-color: transparent;
    text-align: right;
    cursor: pointer;
    font-weight: 700;
    color: #175fff;
    font-size: 12px;
    line-height: 1.36;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border: none;
}

.toggle-button:hover {
    opacity: 0.8;
}

main .featureBtn {
  width: 100%;
  height: 48px;
  background-color: #ff7c00;
  border-radius: 4px;
}
main .featureBtn a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* 間取りセクション */
.arrangement {
    margin: 40px 0;
    padding-top: 30px;
}

.arrangementT {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}

.arrangement-label {
    background-color: #dddbd6;
    color: #424031;
    font-size: 14px;
    font-weight: 600;
    padding: 0 4px;
    height: 15px;
    display: flex;
    align-items: center;
    border-radius: 2.63px;
}

.plan-item {
    margin: 20px 0 10px;
    padding-top: 20px;
}

.plan-number {
    background-color: #3d3a39;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.plan-content {
    text-align: center;
}

.plan-image {
    margin-bottom: 12px;
    text-align: center;
}

.plan-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.plan-description {
    text-align: left;
}

.plan-description h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
    line-height: 1.5;
    text-align: left;
}

.plan-description p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.74;
    margin: 0;
    text-align: left;
}



/* ギャラリーセクション */
.gallery {
    margin: 60px 0 40px;
}



.gallery-item {
    border-bottom: 1px solid #000000;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.gallery-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.gallery-item-featured {
    position: relative;
}

.gallery-item-featured .gallery-image {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
}

.gallery-item-featured .gallery-content {
    width: 100%;
}

.gallery-item:not(.gallery-item-featured) .gallery-image {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
}

.gallery-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.gallery-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.gallery-content p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.74;
    margin: 0;
    overflow-wrap: break-word;
}

/* ========== Map Section ========== */

/* ========== Other Modelhouse Section ========== */
/* Blog Section - Figma Design Implementation (from event-assets) */
main .blogG {
  width: 100%;
  margin-bottom: 34px;
}

main .blogG .blogT {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  padding-top: 60px;
  padding-bottom: 2px;
}

main .blogG .blogT::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #6782ae;
}

/* PC Layout - Figma Design */
main .blogG .blogList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 960px;
  margin: 0 auto;
}

main .blogG .blogItem {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  width: 100%;
}

main .blogG .blogLink {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

main .blogG .blogImg {
  width: 300px;
  height: 230px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-radius: 0;
}

main .blogG .blogImg .slider {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 0;
}

main .blogG .blogImg .slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 0;
}

main .blogG .blogImg .slider img.active {
  opacity: 1;
  z-index: 1;
}

main .blogG .blogImg .dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 3px 125px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}

main .blogG .blogImg .dots span {
  width: 10px;
  height: 10px;
  background: #6782ae;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.25;
  pointer-events: auto;
  z-index: 11;
}

main .blogG .blogImg .dots span.active {
  opacity: 0.75;
}

main .blogG .blogContent {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 12px 0px 0px 20px;
  flex: 1;
  gap: 12px;
}

main .blogG .blogHeader {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  gap: 20px;
  padding-bottom: 0.75px;
}

main .blogG .blogTitle {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.36;
  color: #333333;
  margin-bottom: 0;
  flex: 1;
}

main .blogG .blogDetail {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-shrink: 0;
}

main .blogG .detailBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 20px;
  background: #ffffff;
  border: 1px solid #989483;
  border-radius: 20px;
  height: 40px;
  text-decoration: none;
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.42;
  color: #333333;
  white-space: nowrap;
}

main .blogG .detailBtn:hover {
  background: rgba(152, 148, 131, 0.1);
}

main .blogG .blogInfo {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  padding-top: 9.25px;
}

main .blogG .blogTags {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

main .blogG .tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 8px;
  background: #dddbd6;
  border-radius: 2.63px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 0.75;
  text-align: center;
  color: #1c1a10;
}

main .blogG .blogMeta {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
}

main .blogG .metaItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

main .blogG .metaLabel {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.36;
  text-transform: uppercase;
  color: #333333;
  min-width: 50px;
}

main .blogG .metaValue {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.36;
  text-transform: uppercase;
  color: #e94b08;
}

main .blogG .metaItem:nth-child(3) .metaValue {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.07;
  text-transform: none;
  color: #1c1a10;
}

main .blogG .companyName {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.07;
  color: #1c1a10;
}

/* PC版では保存アイコンを非表示 */
main .blogG .blogItem .blogContent .bookmark-icon {
  display: none;
}

/* ========== Blog Section ========== */
main .blogG {
  width: 100%;
  margin-bottom: 34px;
}
main .blog {
  margin-bottom: 20px;
}
main .blog .imgS {
  width: 300px;
}
main .blog .imgS img {
  width: 100%;
}
main .blog .blogE {
  position: relative;
  width: 70%;
  padding-left: 20px;
}
main .blog .blogName {
  margin-bottom: 5px;
}
main .blog .bName {
  font-size: 12px;
  padding-inline: 19px;
  padding-block: 7px;
  border: 1px solid #b3b3b3;
}
main .blog .bDate {
  font-size: 12px;
  margin-left: 19px;
}
main .blog .hStyle {
  color: #6782ae;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
main .blog .bTxt {
  font-size: 15px;
  margin-bottom: 15px;
}
main .blog .blogE a {
  position: absolute;
  top: 0;
  right: 0;
  padding-inline: 34px;
  padding-block: 5px;
  border: 1px solid #6782ae;
}
main .blog .blogE a p {
  font-size: 13px;
  color: #6782ae;
  font-weight: bold;
}

main .blog .blogE a img {
  width: 11px;
  height: auto;
  margin-left: 13px;
}
main .blog .blogE .blogInfo {
  width: 100%;
  height: 77px;
  background-color: rgba(103, 130, 174, 0.1);
  padding: 15px;
}
main .blog .blogE .blogInfo p {
  font-size: 15px;
}
main .blog .blogE .blogInfo_t p {
  font-size: 13px;
  width: 50%;
}
main .blogG .blogSort {
  padding-top: 20px;
  padding-bottom: 30px;
}
main .bLeft {
  gap: 8px;
}
main .blogSort .sortRect {
  width: 97px;
  height: 52px;
  background-color: #ffffff;
  font-size: 10px;
  border: 1px solid #b3b3b3;
}
main .blogSort .bLeft button:nth-last-of-type(1) {
  margin-left: 120px;
}
main .b_history {
  width: 100%;
  padding-top: 60px;
}
main .b_history .b_historyT {
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
  padding-block: 7px;
  border-left: 3px solid #2f689d;
}
main .b_history .h_slide {
  padding-block: 12px;
  margin-bottom: 34px;
  gap: 12px;
  overflow-x: scroll;
}
main .b_history .slideBlock {
  padding: 8px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
main .b_history .slideBlock img {
  width: 120px;
  height: auto;
  margin-bottom: 4px;
}
main .footer_txt {
  width: 100%;
  font-size: 12px;
  color: #696652;
  padding-left: 15px;
}

/* ========== Mobile Components ========== */


main .blogG .blogT {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #424031;
}
main .blogG_sp {
  padding-inline: 19px;
  padding-top: 20px;
  background-color: #fafaf5;
  display: none;
}
main .blogG_sp .blogG_spT {
  color: #424031;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px;
}
main .blogList_sp {
  gap: 12px;
}
main .blogSp {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding-inline: 45px;
  padding-block: 20px;
  gap: 15px;
  border-radius: 4px;
}
main .bImg_sp {
  width: 160px;
}
main .bImg_sp img {
  width: 100%;
  height: auto;
}
main .blogSp .blogSp_E {
  width: 63%;
  height: auto;
}
main .blogSp .blogSp_E .blogSp_ET {
  font-size: 12px;
  font-weight: bold;
  color: #175fff;
}

main .blogSp .b_infoG {
  gap: 4px;
}
main .blogSp .b_infoG p {
  font-size: 10px;
}
main .blogSp .b_info:nth-of-type(1) {
  font-weight: bold;
}
main .blogSp .b_info p:nth-of-type(1) {
  margin-right: 12px;
  font-weight: bold;
}
main .sideBar_sp {
  display: none;
  font-size: 10px;
  padding-inline: 19px;
  padding-block: 12px;
  background-color: #fafaf5;
}





.blogG_sp {
  background-color: #f8f8f3;
  padding: 20px;
  font-family: "Arial", sans-serif;
  border-radius: 8px;
  max-width: 800px;
  margin: auto;
}

.blogG_sp h2 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

.blogG_sp-title {
  font-size: 12px;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 15px;
}
.blogG_sp-content {
  padding-inline: 6px;
  padding-block: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 9px;
}

.blogG_sp-images {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.blogG_sp-images img {
  width: 30%;
  height: auto;
  object-fit: cover;
}

.blogG_sp-location {
  font-size: 10px;
  color: #333;
  line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 965px) {
  main .blogSort .bLeft button:nth-last-of-type(1) {
    margin: 0;
  }
  main .blogSort .bLeft {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  main .blogSort .sortRect {
    width: 25%;
    font-size: 12px;
    height: 60px;
  }
  main .bLeft {
    gap: 0;
  }
  main .blogSort {
    padding-block: 20px;
  }
  main .blog .blogE a p {
    display: none;
  }
  main .blog .blogE a img {
    margin-left: 0;
  }
  main .blog .blogE a {
    padding-inline: 10px;
    padding-block: 5px;
  }
}

@media (max-width: 768px) {


  main .event_info {
    background-color: #fafaf5;
  }
  main .vrb {
    margin: 0;
  }

  main .blogG {
    padding-inline: 0px;
    display: block;
    background-color: #fafaf5;
    margin-bottom: 30px;
  }
  main .blogG_sp {
    display: block;
  }
  main .b_history {
    padding-top: 30px;
  }
  main .blogSort {
    background-color: #fafaf5;
    display: block;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0px 1.5px 8.5px 0px rgba(0, 0, 0, 0.1);
  }

  main .blogSort .bLeft {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    background-color: #ffffff;
  }

  main .blogSort .sortRect {
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    color: #696652;
    border: 0px solid #dddbd6;
    border-bottom: 1px solid #dddbd6;
    border-right: 1px solid #dddbd6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.36;
  }

  main .blogSort .sortRect:nth-child(1) {
    border-right: 1px solid #dddbd6;
  }

  main .blogSort .sortRect:nth-child(4) {
    border-right: 0px;
  }

  main .blogSort .sortRect:nth-child(5) {
    border-right: 1px solid #dddbd6;
    border-bottom: 0px;
  }

  main .blogSort .sortRect:nth-child(8) {
    border-right: 0px;
    border-bottom: 0px;
  }

  main .blogSort .sortRect:nth-child(6),
  main .blogSort .sortRect:nth-child(7) {
    border-bottom: 0px;
  }
  main .footer_txt {
    background-color: #fafaf5;
    padding-left: 34px;
    padding-right: 19px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  main .b_history .h_slide {
    margin: 0;
  }
  main .sideBar_sp {
    display: block;
  }
  main .featureBtn {
    display: none;
  }

  main .arrangement .plan .plan_num {
    display: none;
  }
  main .arrangement .plan .planImg {
    display: none;
  }
  main .arrangement .plan {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fafaf5;
  }
  main .arrangement .plan p {
    display: none;
  }
  main .arrangement .plan .arr_sp {
    display: block;
  }

  /* 共通セクションタイトル - スマホ版 */
  .section-title {
    padding-bottom: 8px;
  }

  .section-title h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
  }

  /* 各セクションの上の余白統一 - スマホ版 */
  .feature,
  .arrangement,
  .gallery {
    padding-top: 30px;
    margin-top: 0;
  }

  main .container .event_info .event_infoT {
    padding-top: 30px;
  }

  main .map .mapT {
    padding-top: 30px;
  }

  /* 物件の特長 - スマホ版 */
  .featureT {
    margin-bottom: 0px;
  }

  .toggle-header-content {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0 0;
  }

  .toggle-header-content img {
    width: 100%;
    height: 197px;
    object-fit: cover;
  }

  .featureC_gp {
    flex-direction: column;
    gap: 20px;
  }

  .featureImg {
    width: 100%;
    height: 240px;
  }

  /* 間取り - スマホ版 */
  .arrangementT {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
  }



  .arrangement-label {
    font-size: 10.5px;
  }

  .plan-item {
    display: block;
  }

  .plan-number {
    font-size: 12px;
    padding: 4px 12px;
  }

  .plan-image img {
    width: 100%;
    height: auto;
  }

  /* ギャラリー - スマホ版 */
  .galleryT h3 {
    line-height: 2.14;
  }

  .gallery-item-featured .gallery-image {
    width: 100%;
  }

  .gallery-item:not(.gallery-item-featured) .gallery-image {
    width: 100%;
  }

    .gallery-content {
    padding-bottom: 12px;
  }

  /* Mobile Layout - Figma Design for blogG */

  main .blogG .blogT {
    padding-top: 30px;
    font-size: 18px;
    padding-bottom: 8px;
  }

  main .blogG .blogT::after {
    width: 100px;
  }

  main .blogG .blogList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  main .blogG .blogItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1.5px 8.5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 0;
    gap: 12px;
  }

  main .blogG .blogLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
  }

  main .blogG .blogImg {
    width: 100%;
    height: 130px;
    background: #ffffff;
    flex-shrink: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }

  main .blogG .blogImg .slider {
    width: 100%;
    height: 130px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden;
  }

  main .blogG .blogImg .slider img {
    border-radius: 0;
    width: 50%;
    height: 130px;
    object-fit: cover;
    flex: 1;
    position: static;
    opacity: 1;
    transition: none;
  }

  main .blogG .blogImg .slider img:nth-child(n+3) {
    display: none;
  }

  main .blogG .blogImg .dots {
    display: none;
  }

  main .blogG .blogContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px 16px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }

  main .blogG .blogHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  main .blogG .blogItem .blogContent .bookmark-icon {
    display: block;
    width: 17px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
    transition: filter 0.3s ease;
  }

  main .blogG .blogItem .blogContent .bookmark-icon.active {
    filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1200%) hue-rotate(194deg) brightness(90%) contrast(90%);
  }

  main .blogG .blogTitle {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.36;
    color: #2b618f;
    margin-bottom: 0;
    flex: 1;
    width: 304px;
  }

  main .blogG .blogDetail {
    display: none;
  }

  main .blogG .blogItem .blogContent .bookmark-icon {
    display: block;
    width: 17px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
    transition: filter 0.3s ease;
  }

  main .blogG .blogItem .blogContent .bookmark-icon.active {
    filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1200%) hue-rotate(194deg) brightness(90%) contrast(90%);
  }

  main .blogG .blogInfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 0;
    width: 100%;
    min-width: 0;
  }

  main .blogG .blogTags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    flex-shrink: 0;
  }

  main .blogG .tag {
    padding: 4px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.36;
    text-align: center;
    color: #424031;
    height: auto;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dddbd6;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  main .blogG .blogMeta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
  }

  main .blogG .metaItem {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 2px;
    width: 100%;
    min-width: 0;
  }

  main .blogG .metaItem:last-child {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  main .blogG .metaLabel {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.36;
    color: #333333;
    min-width: auto;
    flex-shrink: 0;
  }

  main .blogG .metaValue {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.36;
    color: #e94b08;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
  }

  main .blogG .metaItem:nth-child(3) .metaValue {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    color: #333333;
  }

  main .blogG .companyName {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
  }

}

@media (max-width: 500px) {
  main .bImg_sp {
    width: 45%;
  }
  main .blogSp .blogSp_E {
    width: 63%;
    height: auto;
  }
  main .blogSp .blogSp_E .blogSp_ET {
    font-size: 12px;
    font-weight: bold;
    color: #175fff;
  }
  main .blogSp .b_infoG {
    gap: 4px;
  }
  main .blogSp .b_infoG p {
    font-size: 10px;
  }
  main .blogSp .b_info:nth-of-type(1) {
    font-weight: bold;
  }
  main .blogSp .b_info p:nth-of-type(1) {
    margin-right: 12px;
    font-weight: bold;
  }
  main .blogSp {
    padding: 8px;
    gap: 8px;
  }
}

@media (max-width: 390px) {
}

/* 予約ボタンのスタイル調整 */
.featureBtn a:hover {
    background-color: #e56b00;
    transition: background-color 0.3s ease;
}
