@charset "utf-8";

div#global_wrap {
    width: 100%;
}
div#global_wrap div#header_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px 10px;
    background-color: #3e83e4;
    margin-bottom: 20px;
}
div#global_wrap div#header_wrap h1 {
    min-width: 300px;
    padding: 10px 0px;
    line-height: 1;
    flex-grow: 100;
}
div#global_wrap div#header_wrap h1 a {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
}
div#global_wrap div#header_wrap h1 a img#kitahefu_face {
    width: 35px;
    background-color: #ffffff;
    border-radius: 4px;
}
div#global_wrap div#header_wrap h1 a div#kitahefu_title {
    width: calc(100% - 70px);
    padding-left: 10px;
}
div#global_wrap div#header_wrap h1 a div#kitahefu_title p#about {
    font-size: 11px;
    color: #ffffff;
}
div#global_wrap div#header_wrap h1 a div#kitahefu_title p#bland {
    font-size: 28px;
    color: #ffffff;
}

div#global_wrap div#header_wrap div#sns_wrap {
    width: 150px;
    display: flex;
    text-align: right;
    padding: 0px 0px 0px;
}
div#global_wrap div#header_wrap div#sns_wrap a {
    display: block;
    margin: 0px 10px;
}
div#global_wrap div#header_wrap div#sns_wrap a img {
    height: 30px;
}

div#global_wrap div#header_wrap div#about_wrap {
    width: 200px;
    text-align: center;
}
div#global_wrap div#header_wrap div#about_wrap a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
div#global_wrap div#header_wrap div#cart_wrap {
    width: 30px;
    margin-right: 40px;
}
div#global_wrap div#header_wrap div#cart_wrap #cart_img {
    height: 30px;
}



div#global_wrap div#body_wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
div#global_wrap div#body_wrap div#menu_wrap {
    display: none;
}
div#global_wrap div#body_wrap div#left_menu_wrap {
    width: 250px;
    padding: 10px;
} 
div#global_wrap div#body_wrap div#left_menu_wrap div.menu_wrap {
    margin-bottom: 15px;
}
div#global_wrap div#body_wrap div#left_menu_wrap div.menu_wrap h4 {
    font-size: 20px;
    margin: 5px;
    padding: 2px 3px;
    cursor: pointer;
    border-bottom: 2px solid #214070;
}
.close_button {
    display: none;
}
div#global_wrap div#body_wrap div#left_menu_wrap div.menu_wrap div.type_name {
    margin: 8px 5px;
    background-color: #4b7fc3;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 14px;
}
div#global_wrap div#body_wrap div#left_menu_wrap div.menu_wrap div.category {
    margin: 8px 10px;
}
div#global_wrap div#body_wrap div#left_menu_wrap div.menu_wrap div.category a {
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}
div#global_wrap div#body_wrap div#left_menu_wrap div.menu_wrap div.category a:hover {
    color: #dd0000;
}

div#global_wrap div#body_wrap div#main_wrap {
    width: calc(100% - 250px);
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
}
div#global_wrap div#body_wrap div#main_wrap div.slider_wrap {
    width: 100%;
}
div#global_wrap div#body_wrap div#main_wrap div.slider_wrap div.slider {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
div#global_wrap div#body_wrap div#main_wrap div.slider_wrap div.slider div {
    padding: 0px;
    text-align: center;
}
div#global_wrap div#body_wrap div#main_wrap div.slider_wrap div.slider div a {
    display: block;
    width: 100%;
    margin: 0px auto;
}
div#global_wrap div#body_wrap div#main_wrap div.slider_wrap div.slider div a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.slick-dots li button:before {
  font-size: 18px !important;
}


div#global_wrap div#body_wrap div#main_wrap div#info_wrap {
    width: 1000px;
    margin: 50px auto;
}
div#global_wrap div#body_wrap div#main_wrap div#info_wrap h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
div#global_wrap div#body_wrap div#main_wrap div#info_wrap div.info {
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #cccccc;
}
div#global_wrap div#body_wrap div#main_wrap div#info_wrap div.info div.date {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}
div#global_wrap div#body_wrap div#main_wrap div#info_wrap div.info div.content {
    font-size: 16px;
}

div#global_wrap div#body_wrap div#main_wrap div#title_wrap {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

div#global_wrap div#body_wrap div#main_wrap div.pagenation {
    display: flex;
    width: 100%;
    padding: 10px 0px;
    justify-content: center;
}
div#global_wrap div#body_wrap div#main_wrap div.pagenation a {
    display: block;
    background-color: #9bb8e7;
    color: #214070;
    width: 30px;
    height: auto;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    margin: 0px 3px;
    font-size: 16px;
}
div#global_wrap div#body_wrap div#main_wrap div.pagenation a.current {
    color: #ffffff;
    background-color: #214070;
}

div#global_wrap div#body_wrap div#main_wrap div#items_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap {
    width: calc(100% / 6 - 20px);
    border: 1px dotted #cccccc;
    margin: 5px;
    padding: 10px 15px 25px;
    text-decoration: none;
    color: #333333;
    position: relative;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_img {
    text-align: center;
    padding: 20px 20px 5px;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_img img {
    width: 100%;
}

div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.maker_name {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_name {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_caption {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 14px;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_price {
    line-height: 1;
    margin-top: 5px;
    font-size: 14px;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_price span.original_price {
    font-size: inherit;
    color: #666666;
    text-decoration: line-through;
}
div#global_wrap div#body_wrap div#main_wrap div#items_wrap a.item_wrap div.item_price span.discount_price {
    font-size: inherit;
    font-weight: bold;
    color: #dd0000;
}



div#global_wrap div#body_wrap div#main_wrap div#profile_wrap {
    width: 800px;
    margin: 0px auto;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#profile_img {
    text-align: center;
    margin-bottom: 30px;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#profile_img img {
    width: 500px;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#profiles {
    margin-bottom: 40px;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#profiles p {
    font-size: 18px;
    margin-bottom: 10px;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#profiles p a {
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#bland_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
div#global_wrap div#body_wrap div#main_wrap div#profile_wrap div#bland_logos div.logo {
    margin: 5px;
}


div#global_wrap div#body_wrap div#main_wrap div#img_wrap {
    width: 50%;
    height: auto;
}
div#global_wrap div#body_wrap div#main_wrap div#img_wrap div#img_main {
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#global_wrap div#body_wrap div#main_wrap div#img_wrap div#img_main img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
div#global_wrap div#body_wrap div#main_wrap div#img_wrap div#img_sub {
    width: 100%;
    padding: 10px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#global_wrap div#body_wrap div#main_wrap div#img_wrap div#img_sub div.img_wrap {
    width: calc(100% / 6 - 10px);
    margin: 5px;
}
div#global_wrap div#body_wrap div#main_wrap div#img_wrap div#img_sub div.img_wrap img {
    width: 100%;
    cursor: pointer;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap {
    width: 50%;
    padding: 30px;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#maker_name {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 5px 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_name {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 5px 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_price {
    font-size: 20px;
    padding: 0px 5px;
    margin-bottom: 30px;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_price span.price {
    font-size: inherit;
    color: #0000dd;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_price span.original_price {
    font-size: inherit;
    color: #666666;
    text-decoration: line-through;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_price span.discount_price {
    font-size: inherit;
    font-weight: bold;
    color: #dd0000;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_spec {
    padding: 0px 5px;
    margin-bottom: 30px;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_spec table {

}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_spec table th {
    vertical-align: top;
    text-align: left;
    padding: 0px 20px 10px 0px;
}
div#global_wrap div#body_wrap div#main_wrap div#item_wrap div#item_spec table td {
    vertical-align: top;
    text-align: left;
    padding: 0px 0px 10px;
}

div#global_wrap div#body_wrap div#main_wrap div#explanation_wrap {
    width: 1000px;
    font-size: 12px;
    line-height: 1.5;
    padding: 0px 30px;
    margin: 0px auto 30px;
}
div#global_wrap div#body_wrap div#main_wrap div#explanation_wrap h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0px;
    text-align: center;
}




#product_order {
    margin: 0px;
    padding: 5px 0px;
    height: auto;
    width: 446px;
    /*background-color: #f3f3f3;*/
    border: 1px solid #cccccc;
}

#product_order #order_title {
    margin: 5px;
    padding: 5px;
    font-size: 16px;
    background-color: #052E70;
    color: #ffffff;
    font-weight: bold;
}

#product_order #form_wrap {
    margin: 10px 10px 10px 20px;
}

#product_order #form_wrap select {
    width: 200px;
}

#product_order table {
    margin: 0px 0px 10px;
    font-size: 12px;
    padding: 0px;	
}

#product_order table th {
    padding: 3px 5px 3px 0px;
    text-align: right;
    font-size: 14px;
    color: #777777;
    font-weight: normal;
}

#product_order table td {
    padding: 3px 0px 3px 5px;
}

#product_order .order_caution {
    margin: 0px 15px;
    padding: 0px 10px;
}

#product_order .order_caution li {
    margin: 5px 10px 10px;
    font-size: 13px;
    line-height: 1.2;
    color: #333333;
}

#product_order .order_caution li a {
    color: #0000ff;
    text-decoration: underline;
}

#delivery_info {
    margin: 20px 10px 20px 0px;
}

#product_order #delivery_tbl {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 5px 0px 5px 13px;
}

#product_order #delivery_tbl .left {
    width: 220px;
}

#product_order #delivery_tbl .right {
    width: 150px;
}

#product_order #delivery_tbl th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    background-color: #052E70;
}

#product_order #delivery_tbl td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px;
    vertical-align: middle;
    background-color: #ffffff;
}

div#global_wrap div#body_wrap div#main_wrap div#related_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0px;
    text-align: center;
    width: 100%;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap {
    width: calc(100% / 6 - 20px);
    border: 1px dotted #cccccc;
    margin: 5px;
    padding: 10px 15px 25px;
    text-decoration: none;
    color: #333333;
    position: relative;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_img {
    text-align: center;
    padding: 20px 20px 5px;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_img img {
    width: 100%;
}

div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.maker_name {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_name {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_caption {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 14px;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_price {
    line-height: 1;
    margin-top: 5px;
    font-size: 14px;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_price span.original_price {
    font-size: inherit;
    color: #666666;
    text-decoration: line-through;
}
div#global_wrap div#body_wrap div#main_wrap div#related_wrap a.item_wrap div.item_price span.discount_price {
    font-size: inherit;
    font-weight: bold;
    color: #dd0000;
}






div#global_wrap div#body_wrap div#main_wrap div#series_wrap {
    width: 100%;
    margin: 50px auto;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0px 15px;
    text-align: center;
    width: 100%;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #d6e3fe;
    margin-bottom: 10px;
    padding: 10px;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series div.series_name {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap {
    width: calc(100% / 6 - 10px);
    border: 1px dotted #cccccc;
    margin: 5px;
    padding: 10px 10px 10px;
    text-decoration: none;
    color: #333333;
    position: relative;
    background-color: #ffffff;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap:hover {
    border: 1px solid #dd0000;
}

div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap div.series_img {
    text-align: center;
    padding: 10px 10px 5px;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap div.series_img img {
    width: 100%;
}

div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap div.type_name {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap div.maker_name {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}
div#global_wrap div#body_wrap div#main_wrap div#series_wrap div.series a.item_wrap div.series_name {
    line-height: 1;
    font-size: 14px;
}





div#global_wrap div#footer_wrap {
    height: auto;
    width: 100%;
    margin-top: 100px;
    background-color: #082d57;
}
div#global_wrap div#footer_wrap div#logo_wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    padding: 70px 0px 20px;
    width: 100%;
}
div#global_wrap div#footer_wrap div#logo_wrap div#kitahefu {
    margin-right: 15px;
}
div#global_wrap div#footer_wrap div#logo_wrap div#kitahefu div#k_capt {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}
div#global_wrap div#footer_wrap div#logo_wrap div#kitahefu div#k_name {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
div#global_wrap div#footer_wrap div#logo_wrap div#salming {
    margin-left: 15px;
}
div#global_wrap div#footer_wrap div#logo_wrap div#salming img {
    vertical-align: middle;
    height: 45px;
}

div#global_wrap div#footer_wrap div#contact_wrap {
    text-align: right;
    margin: 0px 50px 20px;
    height: auto;
}
div#global_wrap div#footer_wrap div#contact_wrap div#address {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}
div#global_wrap div#footer_wrap div#contact_wrap div#mail_address {
    color: #ffffff;
    font-size: 24px;

}
div#global_wrap div#footer_wrap div#copyright_wrap {
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    padding: 10px 50px 10px;
}



/* イメージビューア */
div#image_viewer_wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 200 !important;
}
div#image_viewer_wrap img#close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    cursor: pointer;
}
div#image_viewer_wrap div#main {
    height: calc(100% - 120px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#image_viewer_wrap div#main img {
    max-height: 100%;
    max-width: 100%;
}
div#image_viewer_wrap div#sumbnail {
    height: 120px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow-x: scroll;
    overflow-y: hidden;
}
div#image_viewer_wrap div#sumbnail div.image {
    height: 100%;
    padding: 10px 5px;
}
div#image_viewer_wrap div#sumbnail div.image img {
    height: 100%;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}


div#coupon_container {
    width: 100%;
    text-align: center;
}
div#coupon_wrap {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 50px;
    border: 3px solid #d85144;
    margin: 0px auto 20px;
    text-align: center;
}
div#coupon_wrap div.logo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
div#coupon_wrap div.logo_wrap img.logo {
    width: 110px;
    margin-right: 10px;
}
div#coupon_wrap div.logo_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #126570;
}
div#coupon_wrap form.coupon_form {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}
div#coupon_wrap form.coupon_form p {
    font-size: 20px;
    font-weight: bold;
}
div#coupon_wrap form.coupon_form input[type='text'] {
    width: 200px;
    height: 30px;
    font-size: 20px;
    padding: 3px;
}
div#coupon_wrap form.coupon_form button[type='submit'] {
    width: 100%;
    font-size: 20px;
    width: 100px;
    height: 30px;
}
div#coupon_wrap div.cc_applied {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #338acd;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
}
div.available {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

