

#hirobiro { 
    max-width:1200px;
    background-color: #f8f8f7;
}

#hirobiro .inner {
    max-width:900px;
    margin: auto;
}

#hirobiro img{ width:100%; }
#hirobiro a{
	text-decoration:none;
}
#hirobiro a:hover *{opacity:0.9; transition: .3s;}
#hirobiro .pc_none{display:none;}

#hirobiro .sp{
    display: none;
}
#hirobiro .pc{
    display: block;
}

#hirobiro .concept {
    text-align: center;
    margin: 1.5rem 0;
}
/*===============================
スタンプカード
===============================*/
#hirobiro .stamp_box {
    margin: 1.5rem auto ;
    width: 80%;
}

#hirobiro .banner {
    margin: 1rem auto 0;
}
#hirobiro .banner img{
    border-radius: 5px;
}

#hirobiro #stamp {
    background-color: #3c2014;
    padding: 2rem 0;
    border-radius: 2rem;
    width: 80%;
    margin: auto;
}

#hirobiro #stamp .logo{
    width: 40%;
    margin: auto;
    margin: 0 auto 1.5rem;
}

#hirobiro #stamp ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
    width: 80%;
    margin: auto;
}
#hirobiro #stamp ul li {
    position: relative;
}
#hirobiro #stamp ul li img{
    border-radius: 20px;
}
#hirobiro #stamp ul .clear::before{
    content: '';
    left: 1.5rem;
    width: 73%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 3;
    background-image: url(/IMAGE/hirobiro/stamp/stamp_icon.png);
}

/* 詳細アコーディオン */

#hirobiro #stamp_syosai {
    width: 80%;
    margin: 1.5rem auto;
    padding: 1.5rem auto;
}


/* 最初にbuttonタグのCSSをリセット */
button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.qa-box {
  border-radius: 10px;
  border: 1px solid #3c2014;
  background-color: #fff;
}

.qa-box__head {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #3c2014;
  transition: 0.5s;
  padding: 1rem;
  color: #fff;
  border-radius: 8px;
}

.qa-box__head.is-open {
  border-radius: 10px 10px 0 0;
}

.qa-box__head-icon {
  min-width: 65px;
  padding: 25px 0;
  background: #fff;
  color: #fff;
  border-radius: 10px 0 0 10px;
  transition: border-radius 0.5s;
}

.qa-box__head.is-open .qa-box__head-icon {
  border-radius: 10px 0 0 0;
}

.qa-box__head-text {
  display: block;
  text-align: left;
  padding: 10px 40px 10px 0;
}

.qa-box__head::before,
.qa-box__head::after {
  position: absolute;
  top: 50%;
  right: 2%;
  display: inline-block;
  content: "";
  width: 14px;
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
}

.qa-box__head::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.qa-box__head.is-open::after {
  transform: rotate(0deg);
}

.qa-box__body {
  display: none;
}

.qa-box__a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 20px;
}
/*===============================
イチオシ商品
===============================*/

#hirobiro .ranking_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#hirobiro .ranking_item .item_name {
    font-size: 1rem;
    padding: 1rem 0 .5rem;
    text-align: center;
}

#hirobiro .ranking_item .item_box {
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}

#hirobiro .ranking_item .item_box img {
    border-radius: 5px;
}

/*===============================
HIROBIRO
===============================*/

/* 一覧部分 */
#hirobiro .panel .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
}

#hirobiro [class^="hirobiro_"] ul.col_3 li a dl{
    display: flex;
    flex-direction: column;
}

#hirobiro [class^="hirobiro_"] ul.col_3 li a dl dd{
    display: flex;
    justify-content: center;
}

#hirobiro .buy_price .spesicalprice {
    display: none;;
}

#hirobiro [class^="hirobiro_"] ul.col_3 li a dl dd.modelnum{
    color: #9b8978;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	text-align: center;
}

#hirobiro [class^="hirobiro_"] ul.col_3 li a dl dd.sp_h2em{
	margin-bottom: 0px;
	text-align: center;
}

#hirobiro [class^="hirobiro_"] ul.col_3 li a dl dt.productimg{
    margin-bottom: 10px;
	text-align: center;
}

#hirobiro .hirobiro_n ul.col_3 li a dl dd.btn_s{
    background-color: #9b8978;
    position: relative;
    display: inline-block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 5px auto 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    border-radius: 100px;
}

#hirobiro .hirobiro_c ul.col_3 li a dl dd.btn_s{
    background-color: #635137;
    position: relative;
    display: inline-block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 5px auto 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    border-radius: 100px; 

}

#hirobiro .hirobiro_u ul.col_3 li a dl dd.btn_s{
    background-color: #424239;
    position: relative;
    display: inline-block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 5px auto 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    border-radius: 100px;
}


#hirobiro [class^="hirobiro_"] ul.col_3 li a dl dd.btn_s::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 11%;
}

#hirobiro [class^="hirobiro_"] .hirobiro_price .buy_price ul{
   text-align: center;
}


/*======================
タイトル
======================*/

/*ナチュラル*/
#hirobiro .hirobiro_n .cd{
    background-color: #a2866a;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
}


#hirobiro .hirobiro_n .cd span{
    font-size: 24px;
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans JP';
}

/*カフェ*/
#hirobiro .hirobiro_c .cd{
    background-color: #635137;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
}


#hirobiro .hirobiro_c .cd span{
    font-size: 26px;
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans JP';
}

/*シンプルベーシック*/
#hirobiro .hirobiro_u  {
    position: relative;
}

#hirobiro .hirobiro_u .new_icon {
    position: absolute;
    width: 10%;
    top: -4%;
    left: -2%;
}

#hirobiro .hirobiro_u .cd{
    background-color: #424239;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
    
}


#hirobiro .hirobiro_u .cd span{
    font-size: 26px;
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans JP';
}



/*======================
その他アイテム
======================*/
/*基本（ナチュラル）*/
#hirobiro .other a {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 9px 2em;
    width: 80%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #a2866a;
    transition: 0.3s;
    text-shadow: 0 0 10px #8d735a;
    border: 2px solid #a2866a;
}

#hirobiro .other a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

#hirobiro .other a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

#hirobiro .other a:hover {
	text-decoration: none;
    background-color: #ffffff;
    color: #8d735a;
    border: 2px solid #8d735a;
    text-shadow: none;
}

#hirobiro .other a:hover::before,
#hirobiro .other a:hover::after {
  right: 0.5em;
  background-color: #8d735a;
}



/*カフェ*/
#hirobiro .hirobiro_c .other a {
    background-color: #635137;
    border: 2px solid #635137;
}

#hirobiro .hirobiro_c .other a::before {
  background-color: #ffffff;
}

#hirobiro .hirobiro_c .other a::after {
  background-color: #ffffff;
}

#hirobiro .hirobiro_c .other a:hover {
    background-color: #ffffff;
    color: #635137;
    border: 2px solid #635137;
}

#hirobiro .hirobiro_c .other a:hover::before,
#hirobiro .hirobiro_c .other a:hover::after {
  background-color: #635137;
}



/*アーバン*/
#hirobiro .hirobiro_u .other a {
	background-color: #424239;
    border: 2px solid #424239;
    text-shadow: none;
}


#hirobiro .hirobiro_u .other a:hover {
    background-color: #ffffff;
	color: #424239;
    border: 2px solid #424239;
}

#hirobiro .hirobiro_u .other a:hover::before,
#hirobiro .hirobiro_u .other a:hover::after {
  background-color: #424239;
}



/*======================
タブ切り替え
======================*/
#hirobiro .tab-group{
    background-color: #fff;
}

#hirobiro .panel-group {
    background-color: #fff;
    padding: 0 0 20px ;
}
/* タブ部分 */
#hirobiro .tab-group .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}


#hirobiro .panel{
    display:none;
}
  
#hirobiro .panel.is-active{
    display:block;
}

/*共通指定*/
#hirobiro .tab-group .col_3 li.tab_hirobiro {
    cursor:pointer;
    text-align: center;
    border-bottom: none;
    font-size: 1.2rem;
    padding: 10px 0;
}


/*リビングルーム*/
#hirobiro .bg_a {
    color: #c49164;
    border: 2px solid #c49164;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_a.is-active {
    background:#c49164;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;     
}


/*ベッドルーム*/
#hirobiro .bg_b {
    color: #9e5825;
    border: 2px solid #9e5825;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_b.is-active {
    background:#9e5825;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;      
}


/*HIROBIRO ナチュラル*/
#hirobiro .bg_c {
    color: #424239;
    border: 1px solid #424239;
    transition: all 0.3s ease 0s;
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_c.is-active {
    background:#424239;
    color: #fff;
    transition: all 0.3s ease 0s;
	border-radius: 4px 4px 0 0;  
}

/*HIROBIRO カフェ*/
#hirobiro .bg_d {
	color:#635137;
    border:1px solid #635137;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_d.is-active {
    background:#635137;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;      
}

/*HIROBIRO アーバン*/
#hirobiro .bg_e {
	color:#a2866a;
    border: 1px solid #a2866a;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_e.is-active {
    background:#a2866a;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
}

  
/*カテゴリ切り替えボタン*/
#hirobiro .kirikae{
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    width: 80%;
	margin: 10px auto 0px;
    position: relative;
}

#hirobiro .kirikae a{
    color: #3c2014;
    background: #ffffff;
    border:2px solid #3c2014;
	transition: 0.3s;    
   	display: block;
    padding: 20px 0px;
}

#hirobiro .kirikae a:hover{
    color: #3c2014;
    background: #ffffff;
    border:2px solid #3c2014;
	transition: 0.3s;     
}

#hirobiro .kirikae a p{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

#hirobiro .kirikae a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #3c2014;
  transition: 0.3s;
}

#hirobiro .kirikae a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #3c2014;
  transition: 0.3s;
}

#hirobiro .kirikae a:hover {
	text-decoration: none;
    background-color: #ffffff;
    color: #3c2014;
    border: 2px solid #3c2014;
    text-shadow: none;
}

#hirobiro .kirikae a:hover::before,
#hirobiro .kirikae a:hover::after {
  right: 0.5em;
  background-color: #3c2014;
}

#hirobiro .sub{
    color: #411e13;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: bold;
    padding-top: 40px;

}

/* ページトップ */

#hirobiro .top_anchor{
    position: fixed;
    right: 5%;
    bottom: 5%;
    font-size: 1rem;
    text-align: center;
    color: #fff !important;
    background: #411e13;
    padding: 3px 1px 0px;
    cursor: pointer;
    transition: .3s;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    line-height: 1.2;
  }

  #hirobiro .top_anchor a{
    color: #fff;
  }
  

  .item_icon {
    background-color: #f6eaa1;
    color: #917e5d;
}
.item_icon.gas {
    background-color: #ffebcb;
    color: #917e5d;
}
  /*このクラスが付与されると表示する*/
  #hirobiro .active{
    opacity: 1;
    visibility: visible;
  }