/* カスタマイズ用CSS */

body {
    font-family: "Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", 游明朝 Medium,"Yu Mincho Medium",YuMincho Medium,"HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.floating_right {
    display: none;
}
.floating_left {
    display: none;
}

@media only screen and (min-width: 1200px) {
.floating_right {
    display: block;
    bottom: 10px;
    right: 10px;
    position: fixed;
  }
.floating_left {
    display: block;
    bottom: 10px;
    left: 10px;
    position: fixed;
  }
}


/* ヘッダーエリア */
.header-top-txt {
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background-color: #E4007F;
    padding: 5px 10px;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .header-top-txt {
    width: 990px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
  }
}

.ec-layoutRole__header {
    background: transparent url("../../../../html/template/default/assets/img/bg_top.png") no-repeat center top;
}
.ec-headerRole {
    max-width: 1040px;
    padding-top:0;
    padding:0;
    padding:0 10px;
    background-color: #81CEE2;
    background-image: url("../../../../html/template/default/assets/img/bg_dot.png");
    -webkit-box-align: center;
    align-items: center;
}
.ec-headerTitle .ec-headerTitle__title {
    padding-top:10px;
    background-color: #fff;
}
.ec-headerNaviRole__search {
    display: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #e40a7f;
}
.ec-headerNavSP {
    top: 2px;
    color: #fff;
    background-color: #333;
}
@media only screen and (min-width: 768px) {
.ec-headerRole {
    padding:0 40px;
    background-image: url("../../../../html/template/default/assets/img/bg_container2.png");
    background-repeat: repeat-y;
    background-color: transparent;
}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
    padding-top:10px;
  }
.ec-headerNaviRole__search {
    display: block;
  }
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 20px;
}
.ec-headerTitle img {
    max-width: 34%;
}
.ec-layoutRole {
    background-color: #81CEE2;
    background-image: url("../../../../html/template/default/assets/img/bg_dot.png");
}

.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding:0 10px 30px;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    padding: 0 0 0;
    background-color: #fff;
  }
.ec-role {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (min-width: 768px) {
.ec-layoutRole {
    background-color: #81CEE2;
  }
.ec-layoutRole .ec-layoutRole__contents {
    background-image: url("../../../../html/template/default/assets/img/bg_container2.png");
    background-repeat: repeat-y;
    padding: 20px 40px 100px;
}

.ec-role {
    padding-left: 0;
    padding-right: 0;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
    max-width: 700px;
  }
.ec-layoutRole .ec-layoutRole__left {
    display: block;
    width: 25%;
  }
}

/* サイドコンテンツ */

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:nth-of-type(5) a {
    background-color: #f8eded;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:nth-of-type(6) a {
    background-color: #f8eded;
}
.header_block_category {
  height:44px;
  background: transparent url("../../../../html/template/default/assets/img/tl_cate.png") no-repeat left bottom;
}

.header_block_size {
    height: 40px;
    background: transparent url("../../../../html/template/default/assets/img/tl_size.png") no-repeat left bottom;
}

.header_block_price {
    height: 40px;
    background: transparent url("../../../../html/template/default/assets/img/tl_price.png") no-repeat left bottom;
}
.header_block_cal {
    height:44px;
  background: transparent url("../../../../html/template/default/assets/img/tl_cal.png") no-repeat left bottom;
}
#side {
    max-width: 220px;
}
#side a {
    color:#333;
}
#side .box {
  clear: both;
  margin-bottom: 40px;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
  padding-left:0;
}
#side .box ul.size_group {
  margin-bottom:30px;
}
#side .box ul.size_group li {
  width:50%;
  float:left;
  text-align:center;
}
#side .box ul li {
    border-bottom: #838383 dotted 1px;
}
#side .box ul li:first-child {
  border-top:none;
}

#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}
.ec-calendar__month th, .ec-calendar__month td {
    padding: 7px;
}
.cal_note {
    padding-top:10px;
    font-size: 13px;
    color:#DE5D50;
}

.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 1px;
}
.box_default ul li div p{
  line-height : 1.6;
}
#box_group ul li div p{
  line-height : 1.6;
  text-align:center;
}


/* フッター特定商取引 */
.footer_tradelaw {
    background-color: #FAEFE7;
    border-top: 1px solid #E4007F;
    padding:40px 0;
}
.footer_tradelaw_inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1040px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_tradelaw_box {
    text-align: left;
    width: 94%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer_tradelaw_box {
    width: 43%;
    margin-bottom: 0;
  }
}
.footer_tradelaw_tl {
    margin:0 0 30px;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    font-weight: bold;
}
.footer_tradelaw_subtl {
    margin:0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.footer_tradelaw_txt {
    font-family: "Lora","Hiragino Mincho Pro", 游明朝 Medium,"Yu Mincho Medium",YuMincho Medium,"HGS明朝E", "ＭＳ Ｐ明朝", serif;
    margin:0 0 10px;
    font-size: 13px;
}

.footer_tradelaw_dl {
   float: left;
    width: 23.5%;
    padding: 1% 0;
    margin: 0.4em 1.5% 0.4em 0;
    text-align: center;
   background-color: #fff9ff;
    border-radius: 3px;
}
.footer_tradelaw_dl dt {
    font-size: 13px;
    display: inline-block;
    padding-right: 5px;
    font-family: Lora, "Hiragino Mincho Pro", "游明朝 Medium", "Yu Mincho Medium",    "YuMincho Medium", HGS明朝E, "ＭＳ Ｐ明朝", serif;
    font-weight: normal;
}

.footer_tradelaw_dl dd {
    margin-left: 0;
    font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 500;
    font-family: Roboto, 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}

.kouza_table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px 6px 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.kouza_table tr th {
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f3e4c1;
    border-radius: 5px 5px 0 0;
}
.kouza_table tr td {
    text-align: center;
    font-size: 11px;
    width: 50%;
    background-color: #fff9ff;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.ec-footerRole {
    border-top: 1px solid #fff;
    margin-top: 0;
    background: #E4007F;
}
.ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #fff;
}

.footer_address_sp {
    margin-bottom:1em;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
.ec-footerRole {
    padding-top: 0;
    margin-top: 0;
    border:0;
  }
.ec-footerRole .ec-footerRole__inner {
    max-width: 990px;
    padding:20px 0 0;
    background-color: #E4007F;
  }
  .ec-footerTitle {
    padding: 50px 0 10px;
   }
  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
    border:none;
  }
}

/* 共通タイトル */

.amide_header_block {
    margin: 0;
    height: 50px;
    background: transparent url("../../../../html/template/default/assets/img/tl_bg.png") no-repeat left bottom;
  }
.amide_header_block .title {
    line-height: 54px;
    padding-left: 55px;
    margin:0;
}

.amide_header_block .title h2 {
    font-size: 14px;
    line-height: 54px;
    margin:0;
}

/* TOPページ */
.ec-newsRole .ec-newsRole__news {
    border: 10px solid #faefe7;
    padding: 10px 10px 10px;
  }
.ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: 100%;
  }
.ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0 0;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.ec-newsRole {
    padding: 0 0 0;
  }
.ec-newsRole .ec-newsRole__news {
    border: 16px solid #faefe7;
    padding: 20px 30px;
  }
.ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: 100%;
  }
.ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
.ec-layoutRole__mainTop .ec-shelfGrid2 {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }    
}
.ec-layoutRole__mainTop .ec-shelfGrid .ec-shelfGrid__item2 .item_name{
    font-size: 13px;
  }
.ec-layoutRole__mainTop .ec-shelfGrid .ec-shelfGrid__item2 .item_price span{
    font-size: 11px;
  }
/* topおすすめ */
@media only screen and (min-width: 768px) {
.ec-layoutRole__mainTop .ec-shelfGrid .ec-shelfGrid__item2 {
    width: 31% !important;
    padding: 0 !important;
  }
}
/* 商品一覧ページ */
@media only screen and (min-width: 768px) {
.ec-shelfGrid .ec-shelfGrid__item {
    width: 33%;
  }
.ec-layoutRole__mainBottom .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 25%;
  }
}
.ec-shelfRole {
    font-size: 14px;
}

#cate_list {
    margin-bottom:40px;
}
#cate_list .cate_h2 {
    margin: 0 0 20px;
    border-bottom: none;
    border-top: none;
    padding: 10px 5px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
}
@media only screen and (min-width: 768px) {
    #cate_list .cate_h2 {
    border-bottom: 2px solid #333;
    padding: 8px 0 12px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    margin: 10px 0 40px;
    font-size: 22px;
  }
}
.cate_list {
padding-left:0;
}
.cate_list li {
    display: inline-block;
    border: 1px solid #2c92c4;
    border-radius: 4px;
    margin: 0 5px 10px;
    color: #2c92c4;;
    padding: 5px 10px;
}
.cate_list li a {
    color: #2c92c4;;
}
@media only screen and (min-width: 768px) {
    #cate_list .cate_h2 {
    border-bottom: 2px solid #333;
    padding: 8px 0 12px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    margin: 10px 0 40px;
    font-size: 22px;
  }
  .cate_list li {
    padding: 5px 25px;
  }
}
.cate_list li i{
    padding-right:10px;
} 
/* 商品詳細ページ */
.ec-productRole { 
    color:#333;
    padding:30px 0 0;
}
@media only screen and (min-width: 768px) {
.ec-productRole { 
    color:#333;
    padding:10px 0 0;
}
}

.ec-shelfGrid__item p {
    font-size: 14px;
}

.ec-productRole .ec-productRole__category div {
    padding-bottom:10px;
}
.ec-productRole .ec-productRole__category ul {
    font-size: 13px;
}
.ec-productRole__title {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.ec-productRole .ec-productRole__tags {
    margin-top:5px;
}
.ec-productRole .ec-productRole__description {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Lora","Hiragino Mincho Pro", 游明朝 Medium,"Yu Mincho Medium",YuMincho Medium,"HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.ec-layoutRole__mainBottom .ec-headingTitle {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #f8789a;
    border-bottom: 1px solid #f8789a;
    background-color: #FAEFE7;
  }
@media only screen and (min-width: 768px) {
#page_product_detail .ec-layoutRole__mainWithColumn {
    max-width: 100%;
  }
.ec-productRole__profile .ec-productRole__title .ec-headingTitle {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.ec-productRole__actions .ec-numberInput {
    display: none;
}

.ec-layoutRole__mainBottom .ec-shelfGrid__item dl dd {
    display: none;
}

.ec-layoutRole__mainBottom .ec-shelfGrid__item dl dd.item_price {
    display: inline;
}

.ec-productRole .ec-productRole__profile {
    padding: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__profile {
    padding: 0;
  }
}

.ec-productRole__profile .add-cart {
    display: none;
}

.ec-productRole__profile .contact {
    background-color: #3d8f07;
    border-color: #256e05;
    border-radius: 4px;
}
.ec-productRole__profile .contact:hover {
    background-color: #224b08;
    border-radius: 4px;
}
.ec-contactRole p {
    margin: 20px 0 30px;
    font-family: "Lora","Hiragino Mincho Pro", 游明朝 Medium,"Yu Mincho Medium",YuMincho Medium,"HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ec-contactConfirmRole p {
    margin: 20px 0 30px;
    font-family: "Lora","Hiragino Mincho Pro", 游明朝 Medium,"Yu Mincho Medium",YuMincho Medium,"HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ec-productRole .ec-productRole__btn {
    width: 100%;
    min-width: auto;
}
.ec-productRole .ec-productRole__description {
    padding: 0 20px 40px;
}
.ec-grid2__cell .ec-productRole__description {
    padding: 0;
}
@media only screen and (min-width: 768px) {
.ec-pageHeader h1, .ec-pageHeader .h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 8px;
    font-size: 28px;
    font-weight: bold;
  }
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin-left: 0;
}

.ec-productRole__category li {
    display: none;
}
.ec-productRole__category ul:last-of-type li {
    display: block;
}

.ec-layoutRole__mainBottom {
    margin-top:60px;
}
/* aboutページ */
.about_box table {
  width: 670px;
  margin:0 auto;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.about_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: center;
}
.about_box th img.poricy_img {
  margin-bottom: 5px;
}
.about_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.about_box th,
.about_box td {
  vertical-align: middle;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

/* 問い合わせ確認 */
.ec-borderedDefs {
    margin-top: 40px;
}


/* ドロワー */
.ec-drawerRole .ec-headerSearch {
    padding: 10px 8px 10px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #6d6d6d;
}
.ec-drawerRole .ec-headerCategoryArea p {
    color:#fff;
    background-color: #6d6d6d;
}

.ec-layoutRole__contentBottom {
    background-color: #fff;
}


.ec-newsRole .ec-newsRole__newsTitle,.ec-newsRole .ec-newsRole__newsDescription {
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #333;
}

ec-newsRole .ec-newsRole__newsDescription {
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.sp { display: block; }
@media screen and (min-width: 768px) {
  .sp { display: none;}
}

.pc {display: none;}
@media screen and (min-width: 768px) {
  .pc {display: block;}
}
img {max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;}
    
    
/* 特定商取引法 */
.tradelow_postage_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top:10px;
}
.tradelow_postage_tl {
    width:100%;
}
.tradelow_postage_item {
    width:32%;
    margin:10px 0;
    background-color: #f7f7f7;
    text-align: center;
    padding: 4px 0;
    font-size: 13px;
}
.tradelow_postage_item:last-child {
    background: none;
}
.tradelow_postage_item span{
    padding-left:10px;
}
.ec-borderedDefs dd {
    line-height:1.5 ;
    }
.ec-borderedDefs dl {
        padding: 25px 0 15px;
    }
@media only screen and (min-width: 768px) {
    .ec-borderedDefs dd {
       line-height:1.7 ;
    }
    .ec-borderedDefs dl {
        flex-wrap: nowrap;
        padding: 30px 0 19px;
    }
    .ec-borderedDefs dt {
        padding-top:0;
    }
}