@charset 'UTF-8';

.onlineshop {
    width: 800px;
    margin: 0 auto 80px;
}

.onlineshop .imgbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 400px;
    margin-right: 40px;
}

.onlineshop .imglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.onlineshop .imglist .square {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    margin: 20px 13px 0 0;
}

.onlineshop .imglist .square a, .onlineshop .imglist .square span {
    border: 1px solid #3F352F;
}

.onlineshop .imglist .square:nth-child(4n) {
    margin-right: 0;
}

.onlineshop .cart {
    text-align: left;
}

.onlineshop .cart input[type='image'] {
    cursor: pointer;
}

.onlineshop .cart .cart-btn .price {
    margin-bottom: 20px;
    display: flex;
    background: #F6EFE9;
    line-height: 1.0;
    padding: 20px;
    justify-content: space-between;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "游明朝","Yu Mincho", YuMincho,
serif, 'メイリオ', 'Meiryo', sans-serif;
}

.onlineshop .cart .cart-btn .price .money {
    color: #FF3333;
}

.onlineshop .cart .cart-btn .vari1,
.onlineshop .cart .cart-btn .vari2 {
    display: inline-block;
}

.onlineshop .cart .cart-btn .vari1 {
    margin-right: 40px;
}

.onlineshop .cart .cart-btn .vari1 .select {
    width: 120px;
}

.onlineshop .cart .cart-btn .vari2 .select {
    width: 90px;
}

.onlineshop .cart .cart-btn .select {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 400px;
    height: 32px;
    border: 1px solid #CCC;
    vertical-align: middle;
}

.onlineshop .cart .cart-btn .select::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url('../image/cart_select.jpg') center no-repeat;
    pointer-events: none;
}
.onlineshop .cart .cart-btn .select select {
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 5px;
    margin: 0;
    vertical-align: bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.onlineshop .cart .cart-btn .submit button{
	width: 100%;
    margin: 0 auto 21px;
    background: #FFFFFF url(../image/icon_shop_off.png) left 67px center no-repeat;
    border: 3px solid #FF3333;
    text-align: left;
    border-radius: 30px;
    padding: 20px 0 18px 97px;
    box-shadow: 0px 2px #FF3333;
    color: #FF3333;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    line-height: 1.0;
}
.onlineshop .cart .cart-btn .submit:hover button{
    box-shadow: none;
    color: #FFFFFF;
    background: #FF6F6F url(../image/icon_shop_on.png) left 67px center no-repeat;
    transform: translateY(2px);
    cursor: pointer;
}
.onlineshop .cart .cart-btn .submit:hover button{
    color: #fff;
}
.onlineshop .cart .cart-option li.view input,
.onlineshop .cart .cart-btn .submit input {
    width: 0;
    height: 0;
}

.onlineshop .cart .cart-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 320px;
    margin: 0 auto 30px;
}

.onlineshop .cart .cart-option a {
    display: block;
}

.onlineshop .cart .cart-option li.view a,
.onlineshop .cart .cart-option li.guide a {
    display: block;
    line-height: 1.0;
    background: url(../image/icon_right.png) center right 14px no-repeat;
    border: 2px solid #006633;
    text-align: left;
    padding: 11px 0 11px 15px;
    color: #006633;
    font-weight: bold;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    width: 149px;
    cursor: pointer;
}
.onlineshop .cart .cart-option li.view a{
    width: 161px;
}
.onlineshop .cart .cart-option li.view a:hover,
.onlineshop .cart .cart-option li.guide a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.onlineshop .cart .inner .title {
    color: #006633;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.1;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    padding-bottom: 13px;
    border-bottom: 1px solid #98BD35;
    margin-bottom: 13px;
}

.onlineshop .cart .text {
    text-align: left;
    line-height: 1.85;
}

.onlineshop .tablebox {
    margin-top: 40px;
}

.section table th, .section table td {
    padding: 14px 20px 13px;
    vertical-align: top;
}

.button {
    margin-top: 50px;
}

.button a {
    display: block;
    width: 250px;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    padding: 22px 0;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
    background: #006633;
    line-height: 1.0;
}

.button a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.nostock{
    text-align: center;
    margin-bottom: 20px;
}

.cart-btn{
	max-width: 360px;
	margin: 0 auto;
}