.frame-type-hhtabcontents_tabcontent {}
.hh-tabs {  }
.hh-tabs-nav { text-align:center; padding:0 10px; /*display:flex; justify-content:space-between;*/ }
.hh-tabs-nav-link { display:inline-block; cursor:pointer; text-align:center; padding:20px 2vw; color:#A9A08E; font-size:3vw; }
.hh-tabs-nav-link.hh-tabs--active { border-bottom:26px solid #FFB433; margin-bottom:-13px; }
.hh-tabs-contents {  }
.hh-tabs-content { height:0; overflow:hidden; }
.hh-tabs-content.hh-tabs--active { height:auto; }
.hh-tabs-content-container { padding:3vw; background:rgba(170, 160, 142, .14); }
.hh-tabs-content-desc-title { margin-bottom:10px; }
.hh-tabs-content-desc {  }
.hh-tabs-content-price { float:right; margin-top:-42px; margin-left:40px; margin-bottom:20px; width:22vw; height:22vw; max-width:320px; max-height:320px; border-radius:50%; border:10px solid #FFB433; color:#FFB433; background:#fff; line-height:1.2; text-align:center; }
.hh-tabs-content-price-inner { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
.hh-tabs-content-price-inner span { font-size:2vw; }
.hh-tabs-content-price-inner span.number { font-size:5vw; font-weight:bold; display:block; }
.hh-tabs-content-gallery { width:calc(100% + 12px); display:flex; margin:6px 0 6px -6px; flex-wrap:wrap; }
.hh-tabs-content-gallery > div { flex-basis:33.2%; width:33.2%; padding:6px; min-height:200px; max-width:33%; flex:1 1 auto; }
.hh-tabs-content-gallery > div img { width:100%; height:100%; object-fit:cover; object-position:center center; cursor:pointer; }
.hh-tabs-content-gallery > div:last-of-type { flex-grow:1; }

@media screen and (min-width:1920px){
  .hh-tabs-content-price-inner span { font-size:22px; }
  .hh-tabs-content-price-inner span.number { font-size:70px; }
}

@media screen and (min-width:1280px){
  .hh-tabs-content-desc { min-height:240px; }
  .hh-tabs-nav-link { font-size:32px; }
}

@media screen and (max-width:640px){
  .hh-tabs-content-container { padding:20px; }
  .hh-tabs-content-gallery > div { flex-basis:100%; width:100%; max-width:100%; }
}

@media screen and (max-width:480px){
  .hh-tabs-nav { padding:0; }
  .hh-tabs-content-price { width:40vw; height:40vw; margin:20px; }
  .hh-tabs-content-price-inner span, .hh-tabs-content-price-inner span.number { font-size:24px; }
  .hh-tabs-nav-link { display:block; font-size:16px; }
  .hh-tabs-nav-link.hh-tabs--active { margin-bottom:0; }
  .hh-tabs-content-gallery { flex-direction:column; }
}
