/* .product-main-block {
    display: flex;
} */

/* .product-main-block .img-block {
    width: 50%;
} */

.product-main-block .text-block {
    /* width             : calc(50% - 20px);
    display           : flex;
    flex-direction    : column;
    justify-content   : center;
    height         : 480px;
    height            : 400px; */
    width          : 100%;
    max-width      : 720px;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    margin         : auto;
}

.product_form {
    width: 100%;
}

.product_name.mod-ttl {
    background-color: #e4f4e9;
    padding         : 16px;
    margin-bottom   : 30px;
    width           : calc(100% - 32px);
    font-weight     : 500;
}

.product-main-block .text-block h2 {
    font-size     : 22px;
    font-size     : 2.2rem;
    line-height   : 1.3em;
    color         : #563330;
    margin-bottom : 10px;
    font-family   : "游明朝 Medium", YuMincho Medium, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    letter-spacing: 0.1em;
}

.product-main-block .text-block .price {
    font-size    : 14px;
    font-size    : 1.4rem;
    margin-bottom: 8px;
}

.product-main-block .text-block .price span {
    font-size: 17px;
    font-size: 1.7rem;
}

.product-main-block .text-block .gram,
.product-main-block .text-block .num {
    font-size    : 14px;
    font-size    : 1.4rem;
    margin-bottom: 8px;
}

.product-main-block .text-block .number {
    font-size    : 14px;
    font-size    : 1.4rem;
    margin-bottom: 20px;
}

.free {
    margin-bottom: 30px;
}

/* .product-main-block .text-block .redfont_22 {
    margin     : 10px 0;
    color      : #f00;
    font-size  : 22px;
    font-weight: bold;
} */

.product-main-block .text-block .redfont_18 {
    margin     : 10px 0;
    color      : #f00;
    font-size  : 18px;
    font-weight: bold;
    text-align : center;
}

.text-block>form>table {
    display        : flex;
    justify-content: center;
}


.div_shipfee {
    color: #4f2a27;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.div_shipfee div {
  text-align: center;
  width:100%;
}
@media only screen and (max-width: 750px) {
  .div_shipfee {
        display: grid;
    width: fit-content;
    margin: 0px auto;
    gap: 10px;
}
.div_shipfee div {
      padding-top: 10px;
}
}

.product-main-block .text-block th {
    width: 100px;
}

.product-main-block .text-block .cart-btn {
    margin-bottom: 15px;
    cursor       : pointer
}

.disable_cartin {
    margin    : 15px 0 15px;
    text-align: center;
    max-width : 720px;
}
}

.back-link {
    background     : url(https://img03.shop-pro.jp/PA01005/420/etc/c_green_arrow.png?cmsp_timestamp=202806161249) no-repeat 0 50%;
    background-size: 8px;
    padding-left   : 15px;
}

.back-link a {
    color: #563330;
}

.product-text-block {
    text-align   : center;
    margin-bottom: 60px;
}

.product-text-block p {
    text-align: left;
    font-size : 1.7rem;
    font-size : 17px;
}

.product-text-block::after {
    content: "";
    display: block;
    clear  : both;
}

.product-text-block h3 {
    text-align: left;
}

h2.mod-ttl {
    text-align: left;
    background: url("https://maruyo-chaya.com/onlineshop_images/title-background-about.png") no-repeat 0 0;
}

h2.mod-ttl span {
    background-color: white;
    padding-right   : 10px;
}

.product-text-block .text-block {
    /*padding: 0 25px 25px;*/
    text-align    : left;
    line-height   : 2em;
    letter-spacing: 0.1em;
}

.product-text-block .text-block:after {
    content    : "";
    height     : 2px;
    width      : 740px;
    margin-left: -25px;
    margin-top : 25px;
    display    : block;
    background : url(../img/common/border.jpg) 0 0 no-repeat;
}

.product-text-block .cart-btn {
    display   : inline-block;
    float     : none;
    margin    : 0 auto;
    text-align: center;
}

.product-text-block .p_image {
    margin-bottom: 10px 0;
}

.product-text-block .p_marker {
    background: linear-gradient(transparent 60%, #d2e9d6 60%);
}

.div_nekoposu_nekoicon {
    display         : none;
    font-size       : 1.6rem;
    padding         : 10px;
    background-color: #efce1a;
    color           : #604c3f;
    text-align      : center;
    font-weight     : 600;
    border-radius   : 5px;
    line-height     : 40px;
    position        : fixed;
    width           : 600px;
    bottom          : 10px;
    left            : calc(50% - 300px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.div_nekoposu_nekoicon br {
    display: none;
}

.div_nekoposu_nekoicon img {
    max-width: 40px;
}




@media only screen and (max-width: 750px) {

    .div_nekoposu_nekoicon {
        width      : calc(100% - 20px);
        left       : 0px;
        font-size  : 1.1rem;
        bottom     : 0px;
        padding    : 0px 10px;
        line-height: 20px;
	animation: none;
    }

    .div_nekoposu_nekoicon br {
        display: unset;
    }

    .div_nekoposu_nekoicon img {
        width: 20px;
    }

    .product_name.mod-ttl {
        padding    : 0;
        margin     : 0px;
        font-weight: 500;
        background : none;
    }

    h2.mod-ttl {
        width: calc(100% - 80px);
    }

    .product-main-block {
        display      : block;
        margin-bottom: 30px;
    }

    .product-main-block .img-block {
        display      : block;
        width        : 100%;
        margin-bottom: 20px;
    }

   /* .product-main-block .img-block img {
        width: auto;
    } */

    .product-main-block .text-block {
        display        : flex;
        flex-direction : column;
        justify-content: center;
        width          : 100%;
        height         : auto;
    }

    .product-main-block .text-block h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .product-main-block .text-block .price {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .product-main-block .text-block .price span {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .product-main-block .text-block .gram {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .product-main-block .text-block .number {
        font-size    : 16px;
        font-size    : 1.6rem;
        margin-bottom: 15px;
    }

    .product-main-block .text-block .cart-btn {
        margin-bottom: 20px;
    }

    .product-text-block {
        margin-bottom: 40px;
        line-height  : 1.7em;
    }

    .product-text-block .text-block {
        padding      : 0 15px 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .product-text-block .text-block img {
        width: 100%;
    }

    .product-text-block p {
        font-size: 1.5rem;
        font-size: 15px;
    }

    .product-text-block .text-block:after {
        display: none;
    }

    .product-text-block .cart-btn {
        display   : inline-block;
        float     : none;
        margin    : 0 auto;
        text-align: center;
    }

    .text-block>form>table {
        display        : flex;
        justify-content: center;
    }

    .disable_cartin {
        display        : flex;
        justify-content: center;
    }

    .disable_cartin input {
        max-width: 360px;
        width    : 100%;
    }
}

/* ここから*/

.product-image {
    display             : flex;
    flex-direction      : column;
    justify-content     : center;
    align-items         : center;
    /* display          : flex;
    flex-direction      : row;
    justify-content     : center; */
    /* padding-bottom   : 30px;
    text-align          : center; */
}

.product-image img {
    border: 1px solid #e9e9e9;
}

.product-image-main {
    /* margin-right: 30px; */
    margin-bottom: 30px;
}

.product-image-main img {
    border   : 1px solid #b2a487;
    max-width: 720px;
    width    : 100%;
}

.product-image-thumb ul {
    margin            : 0;
    display           : flex;
    flex-wrap         : wrap;
    flex-direction    : row;
    justify-content   : center;
    /* max-height     : 480px;
    height            : 100%; */
    max-width         : 720px;
    width             : 100%;
}

.product-image-thumb li {
    margin-bottom: 20px;
    margin-right : 20px;
    padding      : 0 5px;
    cursor       : pointer;
    height       : 65px;
    display      : inline-block;
}

.product-image-thumb img {
    display   : block;
    margin    : 0 auto;
    max-height: 65px;
}

@media only screen and (max-width: 768px) {
    .product-image-main {
        margin-bottom: 20px;
    }

    .product-image-thumb li {
        width: auto;
    }

    .product-option-select .product-option-unit {
        margin-bottom: 1em;
    }

    .btn-addcart,
    .btn-quick {
        display      : block;
        margin-bottom: 20px;
    }

    .btn-addcart {
        padding-top   : 1em;
        padding-bottom: 1em;
        width         : 100%;
    }

    .product-order-spec th {
        width: 40%;
    }

    .product-order-spec td {
        width: 60%;
    }

    .product-info-lst li {
        display: block;
        margin : 0;
    }

    .product-info-lst a {
        display: block;
        padding: .5em;
    }

    .social-share a {
        display: inline;
    }

    .free img {
        width : 100%;
        height: auto;
    }

    .product-image {
        flex-direction: column;
    }

    .product-image-main {
        margin-right: 0px;
    }

    .product-image-thumb ul {
        flex-direction : row;
        justify-content: center;
    }

    .product-image-thumb li {
        margin-right: 0px;
    }

    .product-image-thumb img {

        max-height: 50px;
    }

}


.campaignad {
    width: 100%;
}

.product_name {
    height      : auto;
    background  : none;
    line-height : 40px;
    padding-left: 0px;
}

.div_igtags {
    display        : flex;
    flex-direction : row;
    flex-wrap      : wrap;
    justify-content: center;
    gap            : 20px;
    margin-bottom  : 30px;
}

.div_igtags::before {
    content: url('https://img03.shop-pro.jp/PA01005/420/etc/c_side_insta.png?cmsp_timestamp=202806160958');
}

.div_igtags>a {
    display    : block;
    color      : #4f2a27;
    font-weight: 600;
}

.history-block,
.review-block {
    margin-bottom: 50px;
}

#history-rank-list,
#review-rank-list {
    justify-items: start !important;
}

#history-rank-list li dt,
#review-rank-list li dt {
    padding: 0px !important;
}

#history-rank-list img,
#review-rank-list img {
    text-align: left !important;
}

/* レビュー機能 */
.reviewlist_datas {
    overflow     : hidden;
    zoom         : 1;
    margin-bottom: 10px;
}

.icon_star {
    float: left;
}

.review_poster li {
    float      : left;
    margin-left: 10px;
}

.review_poster li {
    list-style: none;
}

.reviewlist {
    padding-bottom: 15px;
    margin-bottom : 15px;
    border-bottom : 1px dotted #ccc;
}

.review_ttl,
.shopcomment_ttl {
    font-size    : 14px;
    font-weight  : bold;
    margin-bottom: 10px;
}

.review_img {
    float : right;
    margin: 0 0 10px 10px
}

.reviewlist_content {
    overflow: hidden;
    zoom    : 1;
}

.shopcomment {
    margin-top   : 10px;
    margin-bottom: 10px;
    background   : #eee;
    padding      : 15px;
    border-radius: 6px;
}

.review_button_list {
    margin-bottom: 40px;
    text-align   : center;
}

.review_button_list li {
    display      : inline-block;
    text-align   : center;
    margin-left  : 15px;
    margin-bottom: 15px;
}

.review_button_list li:first-child {
    margin-left: 0px;
}

.review_button_list li a {
    background-color     : #7fcc99;
    width                : 170px;
    padding              : 10px 0px;
    vertical-align       : middle;
    line-height          : 1.3em;
    -moz-border-radius   : 30px;
    -webkit-border-radius: 30px;
    border-radius        : 30px;
    display              : block;
    font-size            : 1.5rem;
    color                : #FFF;
}



/* レビュー機能　END */

@media only screen and (max-width: 750px) {

    #history-ttl,
    #review-ttl {
        text-align: center;

        max-width: 100% !important;
    }

    #history-rank-list li,
    #review-rank-list li {
        margin-bottom: 0px !important;
    }

    #history-pc,
    #review-pc {
        display: none;
    }

}

@media only screen and (min-width: 751px) {

    #history-sp,
    #review-sp {
        display: none;
    }
}

	.percent_off {
		display: inline-block;
		padding: 2px 8px 0px 10px;
		background-color: #f6ebdb;
		color: #e86058;
		border-radius: 3px;
		font-weight: bold;
		box-shadow: 2px 2px 0px #d7bf9d;
		margin-left: 10px;
		line-height: 1.8;
	}