@charset "UTF-8";

#page_goods .goods-archive-container {
    display: block;
    width: 100%;
}

#page_goods .goods-archive-container .item {
    width: calc(84%/4);
    margin: 2%;
    display: block;
    float: left;
}

#page_goods .goods-archive-container .item .aori {
    height: 2rem;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(211, 28, 22);
}

#page_goods .goods-archive-container .item h3 {
    display: block;
    font-size: 17px !important;
    font-weight: bold;
    height: 9rem;
}

#page_goods .goods-archive-container .item .img-thumb-area {
    width: 100%;
    height: 230px;
    display: block;
    background-size: cover;
    background-position: center;
}

#page_goods .goods-archive-container .item .price {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    color: rgb(197, 3, 3);
}

#page_goods .goods-archive-container .item .price span:nth-of-type(1) {
    display: inline-block;
    padding-right: 5px;
    font-size: 0.8em;
}

#page_goods .goods-archive-container .item .price span:nth-of-type(4) {
    display: inline-block;
    padding-right: 5px;
    font-size: 0.8em;
}

#page_goods .goods-archive-container .item .quantity {
    display: block;
    margin: 5px auto;
    text-align: right;
}

#page_goods .goods-archive-container .item .fig-btn {
    display: block;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #3c61ac;
    border-radius: 7px;
    transition: 0.5s;

}

#page_goods .goods-archive-container .item .fig-btn:hover,
#page_goods .goods-archive-container .item .fig-btn.hover {
    background: rgb(226, 144, 21);
}

#page_goods .goods-archive-container .item .item-fig h3 {
    display: block;
    font-size: 17px !important;
    font-weight: bold;
}

#page_goods .goods-archive-container .item .item-fig .size {
    font-size: 17px;
    color: #333;
    display: block;
    padding-bottom: 10px;
    margin-top: 20px;
}

#page_goods .goods-archive-container .item .item-fig .infotext {
    font-size: 17px;
    color: #333;
    font-size: 15px;
}

#page_goods .goods-archive-container .item .item-fig .price {
    font-size: 20px;
    color: rgb(197, 3, 3);
    padding: 14px 60px;
    background-color: #ececec;
    width: 60%;
    margin-left: auto;
    margin-top: 20px !important;
}

#page_goods .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#page_goods .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

#page_goods .modal__content {
    background: #fff;
    height: calc(100% - 80px);
    overflow: auto;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 820px;
    border: 10px solid #3c61ac;
    border-radius: 20px;
}

#page_goods .goods-inquiry {
    width: 800px;
    margin: 0 auto;
    display: block;
}

#page_goods .goods-inquiry dl {
    display: flex;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}

#page_goods .goods-inquiry dl dt {
    width: auto;
    padding: 10px 20px 10px 0;
}

#page_goods .goods-inquiry dl dd {
    width: auto;
    padding: 10px 0;
}

#page_goods .goods-inquiry a {
    display: block;
    margin: 20px auto 40px;
    padding: 10px 0;
    width: 300px;
    text-align: center;
    border: solid 1px #999;
    color: #333;
    text-decoration: none !important;
}

#page_goods dl.goods-inq-form {
    width: 800px;
    margin: 0 auto;
    display: flex;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}

#page_goods dl.goods-inq-form dt {
    width: 20%;
    padding: 10px 20px 10px 0;
}

#page_goods dl.goods-inq-form dt span {
    display: block;
    background: #CC0000;
    color: #fff;
    padding: 5px;
    margin: 5px;
    font-size: 0.8em;
    text-align: center;
}

#page_goods dl.goods-inq-form dd {
    width: 70%;
    padding: 10px 0;
}

#page_goods dl.goods-inq-form dd .mwform-tel-field input {
    width: 30%;
    display: inline-block;
}

#page_goods .mw_wp_form .btn-area {
    display: block;
    margin: 30px auto;
    text-align: center;
}

#page_goods .mw_wp_form .btn-area input[type=submit] {
    width: 30%;
    display: inline-block;
}

#page_goods .mw_wp_form select {
    background: #FFFDF4;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    text-indent: 5px;
    margin: 5px 0;
    vertical-align: middle;
}

.m-modal-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10001;
}

.m-modal-item {
    display: none;
    position: fixed;
    left: 50%;
    top: 40px;
    min-width: 816px;
    height: calc(100% - 80px);
    overflow: auto;
    padding: 40px;
    background-color: #ffffff;
    border: solid 8px;
    z-index: 10002;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m-goods-modal-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-goods-modal-image__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: center;
}

.modal__content h3 {
    height: auto !important;
    padding-bottom: 12px !important;
}

.modal__content .photo-area.col1 {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.modal__content .photo-list {
    display: flex;
    flex-wrap: wrap;
}

.modal__content .photo-col {
    width: 50%;
}

#page_goods .goods-archive-container .item .photo-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}

#page_goods .goods-archive-container .item .img-thumb-area {

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#page_goods .goods-archive-container .item a.hover .img-thumb-area,
#page_goods .goods-archive-container .item a:hover .img-thumb-area {
    opacity: .6;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#page_goods .goods-archive-container .item .item-title {
    line-height: 1.5;
    padding-top: 0 !important;
    height: auto !important;
    padding-bottom: 12px !important;
}

#page_goods .goods-archive-container .item h3 {
    padding-top: 0 !important;
}

#page_goods .goods-archive-container .item .quantity {
    font-size: 17px;
    line-height: 1.7;
}

#page_goods .goods-archive-container .item .quantity select {
    background: #FFFDF4;
    border: 2px solid rgb(226, 144, 21);
    border-radius: 5px;
    color: #0C2245;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    width: 50px;
}

.js-modal-close {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    display: block;
    height: 50px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    border: 0;
    font-weight: 500;
    font-size: 1.6rem;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    background-color: #3c61ac;
    color: #ffffff !important;
    transition: .3s;
}

a.js-modal-close {
    border-radius: 30px;
}

.js-modal-close:hover {
    background: rgb(226, 144, 21);
}


#page_goods #btn_area {
    background: #000000b8;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

#page_goods #btn_area ul {
    text-align: center;
    margin: 0 auto;
}

#page_goods #btn_area ul li {
    display: inline-block;
}

#page_goods #btn_area .next_btn button {
    display: block;
    background: #3c61ac;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 75px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 7px;
    font-size: 18px;
    border: none;
    transition: 0.5s;
    font-weight: bold;
}


@charset "UTF-8";

/*20200313_suda-saito_add*/
/*通信販売のご案内用*/
#page_goods .child h4 + p {
    padding-left: 2.5em;
    padding-bottom: 2em;
}

#page_goods .child table {
    margin: 20px;
    width: 80%;
}

#page_goods .child table thead th {
    border-bottom: double 3px #647699;
    font-weight: bold;
    padding: 1em;
    text-align: center;
}

#page_goods .child table tbody th {
    border-bottom: solid 2px #647699;
    font-weight: bold;
    padding: 1em;
}

#page_goods .child table tbody td {
    border-bottom: solid 1px #ccc;
    padding: 1em;
}

#page_goods .child h3 {
    padding-top: 40px;
    margin-bottom: 20px;
}

#page_goods .child h3 + p {
    padding-left: 2.5em;
    padding-bottom: 2em;
}

/*通信販売のご案内用*/
#page_goods .child h4 + p {
    padding-left: 2.5em;
    padding-bottom: 2em;
}

#page_goods .child table {
    margin: 20px;
    width: 80%;
}

#page_goods .child table thead th {
    border-bottom: double 3px #647699;
    font-weight: bold;
    padding: 1em;
    text-align: center;
}

#page_goods .child table tbody th {
    border-bottom: solid 2px #647699;
    font-weight: bold;
    padding: 1em;
}

#page_goods .child table tbody td {
    border-bottom: solid 1px #ccc;
    padding: 1em;
}

#page_goods .child h3 {
    padding-top: 40px;
    margin-bottom: 20px;
}

#page_goods .child h3 + p {
    padding-left: 2.5em;
    padding-bottom: 2em;
}


/*20200318_suda-saito_add*/
#page_goods .goods-item-caution {
    text-align: center;
    margin-bottom: 30px;
}

#page_goods .goods-archive-container .item .quantity2 {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    text-align: right;
}

#page_goods .goods-archive-container .item .quantity3 {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

#page_goods h2.goods-cat-title:before {
    background: #3c61ac;
	position: absolute;
    content: '';
    display: block;
    height: 39px;
    width: 8px;
    left: 0;
	}

#page_goods h2.goods-cat-title {
	width: 100%;
    display: block;
    background: #e8e9ec;
    padding: 12px 40px;
    font-size: 22px;
    position: relative;
    margin-bottom: 45px; 
	margin-top: 80px;
}

#page_goods h2.goods-cat-title span {
    font-size: 14px;
}
