@charset "utf-8";
/* ****メンバー画面**** */

.archive-header{
    margin-bottom: 1rem!important;
}

.goods_ul{
    list-style-type: none;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.goods_li::after{
    content: "";
    display: block;
    clear: both;
}

.goods_img_area{
    display: block;
    float: left;
    width: 200px;
}

.goods_img{
    overflow: hidden;
    width: 200px;
    height: auto;
    margin-bottom: -2px;
}

.goods_info_area{
    float: left;
    margin: 0.4rem 1rem;
    max-width: 60%;
}

.news_info_area{
    margin: 1rem;
}

.goods_name{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.news_content{
    line-height: 1.6em;
}

.goods_info{
    font-size: 1.4rem;
}

.goods_detail{
    font-size: 2rem;

}

.goods_detail_table_1{
    font-size: 1.4rem !important;
}
.goods_detail_table_1 td:first-child{
    background: #e2e3e5;
    text-align: center;
    vertical-align: middle;
    width: 10rem;
}

.goods_detail_table_2{
    font-size: 1.4rem !important;
}
.goods_detail_table_2 td:first-child{
    text-align: center;
    vertical-align: middle;
    width: 4rem;
}
.goods_detail_table_2 td:nth-child(2){
    vertical-align: middle;
    width: 15rem;
}

.goods_product_image_area{
    display: inline-block;
}
.goods_product_image_area .card{
    float: left;
    width: 252px;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.goods_product_image_area .card img{
    width: 250px;
    margin-bottom: 0;
}

.product_no_image{
    text-align: center;
    width: 250px;
    height: 250px;
}
.product_no_image i{
    font-size: 8rem;
    margin-top: 4.8rem;
}

.goods_title{
}

.goods_title.fixed{
    position: fixed;
    z-index: 999;
    top: -20px;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 6rem;
    padding-top: 2.5rem;
    padding-left: 5rem;
}

.sub_nav.fixed{
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
    padding: 0;

}

#wpadminbar{
    display: none;
}

select.selectnav {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 1.4rem;
    margin: 4px;
    padding: 20px !important;
    width: 96%;
}

#post-8 .entry-header{
    display: none;
}

.Pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2em;
}
.Pagination-Item {
    border: 3px solid #000;
    border-radius: 5px;
    margin-left: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 22px;
}
.Pagination-Item.isActive {
    border: none;
    background: #000;
    color: #fff;
}

.nav-single{
    display: none;
}

.edit-link{
    display: none;
}

.top-news{
  width:100%;
}
.top-news li{
  border-bottom:1px solid #ccc;
  list-style:none;
}
.top-news .link{
  padding: 1em; 
  text-decoration:none;
  display: block;
  font-size: 1.2em;
}
.top-news .link:hover{
  background-color:#ccc;
  text-decoration:none;
}
.top-news span{
    color: #737373;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    text-decoration:none;
}
.top-news p{
    color: #131313;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.news-content-article{
    font-size: 1.2em;
}

.menu-item{
    font-size: 1.2em !important;
}

.selectnav{
    font-weight: bold;
    border: 4px solid black !important;
}

#language-switcher{
    display: none;
}