/*共通*/
img{
    height: auto;
}
.container,
.woocommerce{
    max-width: 1100px;
    margin: 0 auto;
}
.wrap{
    padding: 0;
}
.sidebar,
.post-meta{
    display: none;
}
header{
    position: relative;
}
main{
    margin-bottom: 5rem;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.col-lg-60,.col-60,.col-120{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-lg-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-120 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.product{
    overflow: hidden;
}
/*wc*/
/*一覧*/
.woocommerce_btn a.button,
.woocommerce button.button,
.woocommerce input.button{
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    color: #4a4a4a;
    border: #4a4a4a solid 1px;
    padding: .8em 1em;
    border-radius: 0;
}
.woocommerce_btn .row{
    max-width: 600px;
    margin: 0 0 0 auto;
}
.col-120 h1{
    display: none;
}
.woocommerce-result-count,
.woocommerce-ordering{
    text-align: right;
    padding: .5rem;  
}
ul.products{
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
}
ul.products li.product{
    margin: .5rem 2rem 1.5rem 0;
    width: calc(25% - 2rem);
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
li.product{ 
    overflow: visible;
}
ul.products li.product .woocommerce-loop-product__title {
    font-weight: 900;
    font-size: 20px;
    margin: .5rem;
}
ul.products .price{
    display: block;
    text-align: right;
    padding: 0 .5rem .5rem;
}
.products a.button{
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    padding: .8em 1em;
    color: #fff;
    background: #FF60B6;
    box-shadow: 0 5px 0 #97115a;
    transition: all 0.2s ease 0s;
}
.products a.button:hover {
    box-shadow: none;
    transform: translateY(10px);
    opacity: 1;
}
@media screen and (max-width: 768px) {
ul.products li.product{
    margin: 1rem .5rem;
    width: calc(50% - 2rem);
}
ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
}
.products a.button{
    font-size: 14px;
}
}
/*個別ページ*/
.woocommerce-breadcrumb{
    display: none;
}
.product_single{
    margin-top: 3rem;
}
.product_single .product{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_single .product .woocommerce-product-gallery,
.product_single .product .summary{
    width: 50%;
    min-width: 300px;
}
.woocommerce-tabs{
    margin-top: 2rem;
    width: 100%;
    padding: 0 1rem;
}
.woocommerce-tabs h2{
    text-align: left;
}
.woocommerce-tabs ul{
    display: none;
}

.product_single .related{
    width: 100%;
    margin-top: 5rem;
}

.product_single .product_title{
    font-weight: 900;
    font-size: 20px;
    margin: .5rem;
}
.product_single .price,
.product_single .cart{
    text-align: right;
}
.product_single .product_meta{
    display: none;
}
.product_single .single_add_to_cart_button{
    background-color: #26B9EC;
    color: #fff;
    border: #e8e8e8 solid 1px;
    padding: .8em 1em;
    border-radius: 0;
    margin-top: .5rem;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s ease 0s;
}
.product_single .single_add_to_cart_button:hover{
    transform: translateY(5px);
    cursor: pointer;
}
.product_single h2{
    font-size: 28px;
    margin: 1rem auto;
}
.back-to-list{
    width: 100%;
    padding: 1rem;
}
.back-to-list a{
    font-weight: bold;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none;
}
.back-to-list svg{
    fill: currentColor;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*cart*/
#cart .entry-content,
.entry-content .wc-block-checkout{
    max-width: 1100px;
    padding: 0 1rem;
    margin: 0 auto;
}
.wc-block-cart__submit-container a,
.wc-block-components-button{
    background-color: #FF60B6;
    color: #fff;
    border: #e8e8e8 solid 1px;
    font-weight: 700;
    transition: all 0.2s ease 0s;
}
.wc-block-components-button:hover{
    transform: translateY(5px);
    cursor: pointer;
}
.wc-block-components-button__text{
    font-size: 16px;
}

/*checkout*/
.woocommerce{
    padding: .5rem;
}
.wc-block-components-checkout-return-to-cart-button{
    font-weight: bold;
}
.woocommerce h2{
    font-size: 28px;
    border: none;
    margin-bottom: 0;
}
.woocommerce ul.order_details li,
.woocommerce .account_info{
    font-size: 18px;
}
.woocommerce .order_details.bankjp_details .account_info{
    padding: 0;
    margin: 0;
}
.bankjp_details{
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 1rem 9px;
}