@charset "utf-8";


@media only screen and (min-width: 768px) {

    #cart_area .cart-trigger {
        background-color: #FFD5B2;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #header .Tel_Guide {
    font-size: 1.4rem;
    margin-top: 0;
    padding-left: 140px;
    float: left;
    }
}

@media only screen and (max-width: 767px) {
    #header .copy {
        display: none;
    }
    #header h1.header_logo {
    font-size: 1.0rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    #header .Tel_Guide {
        font-size: 1.0rem;
        text-align: center;
        margin-top: 0;
        padding-left: 0px;
        float: none;
    }
}

a:hover {
    color: #00b4c8;
}

#main h1 {
    background: #f9feff;
    background: -moz-linear-gradient(left, #f9feff 0%, #b3e8ee 100%);
    background: -webkit-linear-gradient(left, #f9feff 0%,#b3e8ee 100%);
    background: linear-gradient(to right, #f9feff 0%,#b3e8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9feff', endColorstr='#b3e8ee',GradientType=1 );

    font-size: 2.6rem;
    border: 0;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
}
#main h1 svg.dis {
    color: #00b4c8;
}

svg.dis {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

#header .copy {
    font-size: 1.1rem;
}
#header .header_logo {
    font-size: 1.2rem;
}



#cart_area svg {
    color: #ff7300;
}
.btn {
    border-radius: 5px;
}
.btn-default {
    border: 1px solid #f9feff;
    background-color: #b2e8ee;
}
.btn-default:hover {
    background-color: #00b4c8;
    color: #b2e8ee;
}

#cart_area .inner {
    background-color: #FFF8D0;
}

#cart button.cart-trigger {
    background-color: #525263;
}
.cart .item_box dl dt.item_name {
    font-weight: bold;
}
.cart .item_box dl dd.item_price .small  {
    font-weight: bold;
}


#shopping_confirm .total_box {
    background-color: #FFF8D0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#shopping_confirm .total_box dl dt {
    font-weight: bold;
}

#member {
    margin-top: -22px;
}


#header nav#category_block {
    padding-top: 0;
}
#header #category_block .mega-menu {
	margin-bottom: 0;
}
#category_block .category-menu
, #header #category_block .mega-menu > ul > li > a {
    border: 0;
    background-color: #00b4c8;
}
#category_block .category-menu > li > a {
    color: #ffffff;
}
#header #category_block .mega-menu > ul > li > a:hover {
    color: #000000;
}
#header .category-menu a:hover {
	background-color: #00b4c8;
	color: #ffffff;
}

#extend_category_children ul {
    margin: 0 2.0rem;
}
#extend_category_children ul li {
    float: left;
    margin-right: 2.0rem;
}
#extend_category_children ul li span {
    font-size: 1.0rem;
}

.side h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    margin-top: 1.9rem;
    margin-bottom: 0.3rem;
}

.side > div:first-child > h4 {
    margin-top: 0;
}

.side .search select {
    height: 40px;
}
.side .search input {
    border: 1px solid #c4ccce;
    padding: 6px 12px;
    height: 40px;
}
.side .search button,
.side a.btn{
    color: #00b4c8;
    background-color: #b2e8ee;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0.8rem;
    width: 100%;
}
.side .search button:hover,
.side a.btn:hover {
    color: #b2e8ee;
    background-color: #00b4c8;
}


.side .mail_magazine button {
    color: #00b4c8;
    background-color: #b2e8ee;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0.8rem;
    width: 48%;
}
.side .mail_magazine button:hover {
    color: #b2e8ee;
    background-color: #00b4c8;
}


.side .calendar caption {
    color: #ffffff;
    background-color: #fab464;
    font-weight: bold;
}
.side .calendar table {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 1rem;
}
.side .calendar th {
    color: #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
.side .calendar td {
    text-align: center;
    padding: 0.6rem 0;
    font-weight: bold;
}
.side .calendar .holiday,
.side .calendar .saturday,
.side .calendar .sunday {
    color: #fab464;
}



#news_area {
    background-color: #e5f7f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.news_contents {
    padding: 0;
    margin: 0 auto;
}
#news_area h2 {
    font-size: 1.8rem;
    font-weight: bold;
}
#news_area .newslist dl:first-child {
    border-top: 1px solid #00b4c8;
}
#news_area .newslist dl dt .date {
    color: #00b4c8;
    font-weight: bold;
}


.ranking_supple_area {
    width: 95%;
    clear: both;
    margin: 0 auto;
}
.ranking_supple_area > ul {
    display: flex;
    text-align: center;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
.ranking_supple_area > ul > li {
    padding: 0.3rem;
    flex-grow: 1;
}
.ranking_supple_area > ul > li > .ranking_item {
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
}

.ranking_item > .ranking_item_rank {
    background-image: url("../img/badge.png");
    width: 30px;
    height: 37px;
    color: #ff7300;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    position: absolute;

}
.ranking_item img {
}
.ranking_item .ranking_item_name {
    text-align: left;
    color: #000000;
    padding: 0.5rem;
}
.ranking_item .ranking_item_price:before {
    background-color: #808080;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.7rem;
    padding: 0.2rem;
    color: #ffffff;
    content: '販売価格';
    font-size: 1.2rem;
    line-height: 1.1rem;
}
.ranking_item .ranking_item_price {
    text-align: left;
    padding: 0.5rem;
    color: #000000;
    font-size: 1.3rem;
}


#contents .best_product_area .best_product_item {
    border-top: 1px solid #cccccc;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
#contents .best_product_area ul:last-child {
    border-bottom: 1px solid #cccccc;
}
#contents .best_product_area > .row {
    padding-bottom: 0;
}
.best_product_item_image {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.best_product_item_price:before {
    background-color: #808080;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.7rem;
    padding: 0.2rem;
    color: #ffffff;
    content: '販売価格';
    font-size: 1.2rem;
    line-height: 1.1rem;
}
.best_product_item_price {
    clear: both;
    color: #000000;
    font-size: 1.3rem;
}
.best_product_item_comment {
    color: #000000;
    font-size: 1.5rem;
    padding: 0.8rem;
}


#page_entry_agreement .agreement {
    text-align: center;
}
#page_entry_agreement .agreement p {
    font-size: 1.4rem;
}
#page_entry_agreement .agreement textarea {
    margin: 0 auto;
    width: 90%;
    font-size: 1.3rem;
}


#footer .menu ul li {
    display: block;
    font-size: 1.4rem;
    text-align: left;
    margin: 1.2rem 0;
}

#footer .site_warning {
    font-size: 1.3rem;
    padding-bottom: 24px;
}

#footer .footer_logo_area {
    margin-top: 24px;
}


body.error_page {
    background-color: #ffffff;
}


@media only screen and (max-width: 767px) {
    #extend_category_info .category_info {
        max-width: 100%;
    }
    #extend_category_info .category_info div.category_info_table {
        overflow-x: scroll !important;
    }
}
#extend_category_info {
    font-size: 1.4rem;
}
#extend_category_info h5 {
    /*
    border-bottom: 3px double #00b4c8;
    border-left: 8px groove #b2e8ee;
    */
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
}
#extend_category_info .category_info .category_info_table table {
    margin: 1.2rem auto 0 auto;
}
#extend_category_info table {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-collapse: collapse;
    text-align: left;
    margin: 15px;
}
#extend_category_info td {
    padding: 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#result_info_box {
    border-bottom: 2px solid #b2e8ee;
    background-color: #b2e8ee;
    margin: 0 16px 2rem 16px;
    padding: 1.3rem 0 1.3rem 0;
}
#result_info_box__item_count {
    padding-bottom: 0;
}
#result_info_box__menu {
    padding-bottom: 0;
}

#topicpath {
    padding-top: 0;
}
#topicpath li:after {
    content: " > ";
    padding: 0 1.4rem 0.4rem 1.4rem;
    font-size: 1.3rem;
}

#pagination_wrap {
    border-top: 1px solid #b2e8ee;
    border-bottom: 1px solid #b2e8ee;
}
.pagination ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination ul li.active a:hover {
    background-color: #b2e8ee;
}
.pagination ul li.active a,
.pagination ul li a:hover{
    background-color: #00b4c8;
    color: #ffffff;
}

#item_list .product_flag_area a {
    display: inline;
    padding: 0;
}

#item_list .product_item {
    border-top: 1px solid #b2e8ee;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 16px;
    margin-right: 16px;
}

.item_photo {
    max-width: 100%;
}
.item_name {
    word-wrap: break-word;
    font-size: 1.5rem;
    font-weight: bold;
}
.item_comment {
    font-size: 1.5rem;
}


@media only screen and (min-width: 768px) {
    #item_detail_sub_area .item_detail .relative_cat {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
    }
}

#item_detail_area h3.item_name {
    font-size: 2.0rem;
    font-weight: bold;
}
#item_detail_sub_area .item_comment {
    font-size: 1.5rem;
}
#item_detail_sub_area h4 {
    border-top: 2px solid #00b4c8;
    border-left: 4px solid #00b4c8;
    border-bottom: 1px solid #b2e8ee;
    border-right: 1px solid #b2e8ee;
    font-size: 1.8rem;
    padding: 1.5rem 0 1.2rem 1.0rem;
}
#item_detail_sub_area h5 {
    font-size: 1.6rem;
    border-bottom: 3px double #00b4c8;
    border-left: 8px groove #b2e8ee;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
}

#item_detail_sub_area .item_about dt {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 1.0rem;
}
#item_detail_sub_area .item_about dt:after {
    content: " :";
}
#item_detail_sub_area .item_about dd {
    text-indent: 3rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.2rem;
}
.relative_cat {
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.relative_cat li {
    display: inline-block;
    color: #333333;
}

#detail_cart_box .classcategory_list label {
    display: inline-block;
    border: 1px solid #b2e8ee;
    color: #000000;
    padding: 1.7rem 1.5rem;
    margin: 1px;
    cursor: pointer;
    height: 56px;
    vertical-align: middle;
    width: 100%;
}
#detail_cart_box .classcategory_list label.selected {
    background-color: #b2e8ee;
}
#detail_cart_box .classcategory_list label.disabled {
    cursor: not-allowed;
}
.product_name {
}
.product_price {
    float: right;
}
label.selected .product_price {
    font-weight: bold;
}


@media only screen and (min-width: 768px) {
    #product_review_area .heading02 {
        border-top: 2px solid #00b4c8;
        border-left: 4px solid #00b4c8;
        border-bottom: 1px solid #b2e8ee;
        border-right: 1px solid #b2e8ee;
        font-size: 1.8rem;
        padding: 1.5rem 0 1.2rem 1.0rem;
        background-color: #ffffff;
    }
}
#product_review_area .review_hint li {
    list-style-type: disc;
    margin-left: 2rem;
}


.calendar caption {
    color: #ffffff;
    background-color: #fab464;
    font-weight: bold;
}
.calendar table {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 1rem;
}
.calendar th {
    color: #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
.calendar td {
    text-align: center;
    padding: 0.6rem 0;
    font-weight: bold;
}
.calendar .holiday,
.calendar .saturday,
.calendar .sunday {
    color: #fab464;
}

#shopping_confirm h2.heading02 {
    border-top: 2px solid #B3E8EE;
    border-bottom: 2px solid #B3E8EE;
    border-left: 15px solid #B3E8EE;
    border-right: 2px solid #B3E8EE;
    background-color: #ffffff;
}

#shopping_confirm .cart_item .item_box .table .item_name {
    font-weight: bold;
}

#main h4 {
    border-top: 2px solid #00b4c8;
    border-left: 4px solid #00b4c8;
    border-bottom: 1px solid #b2e8ee;
    border-right: 1px solid #b2e8ee;
    font-size: 1.8rem;
    padding: 1.5rem 0 1.2rem 1.0rem;
}

#main h5 {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px dotted #00b4c8;
    padding-left: 10px;
}

div.guide ol {
    margin: inherit;
    padding: 16px 32px;
    list-style: decimal;
}
div.guide dl dt {
    font-weight: bold;
    padding-top: 1rem;
}

div.guide ul {
    margin: inherit;
    padding: 16px 32px;
    list-style-type: disc;
}

svg.dis-pdf {
    width: 48px;
    height: 48px;
    float: left;
}

.item_tracking dt {
    text-align: left;
    font-weight: bold;
}
.item_tracking dd {
    text-align: left;
}

.local_nav ul {
    border: 1px solid #ffffff;
}
#navi_list li {
    background-color: #b2e8ee;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-radius: 5px;
}
#navi_list li a:hover {
    background-color: #00b4c8;
    color: #ffffff;
    border-radius: 5px;
}
.local_nav li.active svg.dis {
    color: #DE5D50;
}
.local_nav li svg.dis {
    color: #525263;
}
.local_nav li a:hover svg.dis {
    color: #ffffff;
}



.footer_tel_support {
    text-align: center;
}
.footer_logo_area .logo {
    font-size: 1.4rem;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 0;
    margin: 0 auto;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #9FD6D2;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#related_product_area .angle-circle {
    background-color: #00b4c8 !important;
}