@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc-only{
    display: none;
  }
    .category_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
  .option_contents_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
    .tab-content{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
    .category_option_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .category_wrap a {
    display: block;
    width: 48%;
    margin: 10px .5% 0;
    box-sizing: border-box;
  }
  .category-img {
    border: 1px solid #ddd;
  }
  .page_title h2{
    color:#083449;
  }
  p.ruby:before{
    color:#083449;
  }
  p.lead {
    color: #4d4d4d;
    text-align: left;
    margin-bottom: 1em;
    max-width: 90vw;
    margin: 0 auto 20px;
  }
  .mb_80 {
    margin-bottom: 2em !important;
  }
  
  
h4.sub_title_text {
    background: #eee;
    padding: .5em;
    max-width: 90vw;
    margin: 20px auto 20px;
}
.category_option_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90vw;
    margin: auto;
}
.category_option_item_box {
    width: 46%;
    margin: 1.8%;
}
.option_item_img {
    
    box-sizing: border-box;
    margin-bottom: 5px;
}
  .option_item_img img{
    
  }
.tag_rental {
    font-size: 3vw;
    padding: 2px 5px;
    background: #ED7979;
    color: #fff;
    display: inline-block;
    margin: .2em 0 .5em;
}
span.tag_hanbai {
    display: inline-block;
    padding: 2px 5px;
    font-size: 3vw;
    margin: .2em 0 .5em;
}
.option_text_box h5 {
    font-size: 3.5vw;
    color: #4d4d4d;
}
span.price_red {
    color: #da1449;
    font-size: 3.5vw;
}
.tag_hanbai{
  font-size: 11px;
  padding: 1px 5px;
  background: #083449;
  color: #fff;
}
.tag_rental {
    font-size: 11px;
    padding: 2px 5px;
    background: #ED7979;
    color: #fff;
}
  .tag_other {
    font-size: 11px;
    padding: 2px 5px;
    background: #333;
    color: #fff;
}
  .tag_hissu{
  font-size: 11px;
  padding: 2px 5px;
  background: #aa222a;
  color: #fff;
  }
  .tag_raiten{
  font-size: 11px;
  padding: 2px 5px;
  background: gray;
  color: #fff;
  }
  
  /*宅配来店タブ*/
   .option_contents_wrap{
  margin-top: 50px;
  }
  input[type="radio"] {
  display: none;
  }
  .tab_area {
  display: block;
  font-size: 0;
  margin: 0 auto 2em;
  position: relative;
  }
  .tab_area {
  font-family: source-han-serif-japanese, sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3em;
  margin-bottom: 40px;
  }
  .tab_area label {
  flex: 1;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 15px 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  background: #edeff0;
  color: #CC8583;
  display: inline-block;
  cursor: pointer;
  }
  .tab_area label:last-child {
  border-right: 1px solid #e3e3e3;
  }
  .tab-box {
  background: #fff;
  }
  .tab_panel {
  width: 100%;
  display: none;
  }
  #tab1:checked ~ .tab_area .tab1_label {
  background: #CC8583;
  color: #fff;
  font-size: 13px;
  }
  #tab1:checked ~ .panel_area #panel1 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  #tab2:checked ~ .tab_area .tab2_label {
  background: #CC8583;
  color: #fff;
  font-size: 13px;
  }
  #tab2:checked ~ .panel_area #panel2 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  #tab2-1:checked ~ .tab_area .tab2-1_label {
  background: #CC8583;
  color: #fff;
  font-size: 13px;
  }
  #tab2-1:checked ~ .panel_area #panel2-1 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  /*帯単品　切り替え*/
   .tab-content-inner{
    margin: auto;
    max-width: 90vw;
  }
  .tab_area_obi label{
    background: #edeff0;
    color: #4D4D4D;
    font-size:15px;
  }
  #tab3:checked ~ .tab_area .tab3_label {
    background: #083449;
    color: #fff;
  }
  #tab3:checked ~ .panel_area #panel3 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab4:checked ~ .tab_area .tab4_label {
    background: #083449;
    color: #fff;
  }
  #tab4:checked ~ .panel_area #panel4 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab5:checked ~ .tab_area .tab5_label {
    background: #083449;
    color: #fff;
  }
  #tab5:checked ~ .panel_area #panel5 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab6:checked ~ .tab_area .tab6_label {
    background: #083449;
    color: #fff;
  }
  #tab6:checked ~ .panel_area #panel6 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab7:checked ~ .tab_area .tab7_label {
    background: #083449;
    color: #fff;
  }
  #tab7:checked ~ .panel_area #panel7 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  
    .tab-area_wrap_obi{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .tab-area_label_obi{
    font-family: source-han-serif-japanese, sans-serif;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 3em;
    margin-bottom: 40px;
  }
  .tab-area_label_obi p{
    flex: 1;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 15px 0;
    line-height: 1.2;
    text-align: center;
    background: #edeff0;
    color: #CC8583;
    display: inline-block;
  }
  .tab-area_label_obi .takuhai{
    background: #CC8583;
    color: #fff;
    font-size: 18px;
  }
  .tab-area_label_obi span{
    font-size:14px;
  }
  
  /*画像上文字*/
  .check_img_box {
  position: relative;
  }
  span.imageOn_text {
    position: absolute;
    bottom: 7px;
    left: 1px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.7);
    color: #333333;
  }
      
}
@media screen and (min-width:751px) and (max-width: 1024px) {
  .pc-only{
    display: none;
  }
  h4 {
    width: 100%;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    color: #4d4d4d;
    background: #eee;
    padding: 10px 0;
    margin-bottom: 25px;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 90vw;
  }
    .tab-content{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .option_contents_wrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
    .category_option_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .category_option_item_box {
    width: 31%;
    margin: 1%;
}
  .category_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
  .category_wrap a {
    display: block;
    width: 32%;
    margin: 25px .5% 0;
    box-sizing: border-box;
  }
   .category-img {
    border: 1px solid #ddd;
  }
    .page_title h2{
    color:#083449;
  }
  p.ruby:before{
    color:#083449;
  }
  p.lead {
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
    max-width: 90vw;
    margin: 0 auto 20px;
  }
  .option_item_img img {
    border: 1px solid #eee;
    vertical-align: bottom;
  }
  .sub_title_text {
     display: block;
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
  }
  .category_option_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 90vw;
    margin: auto;
  }
  .category_option_item_box {
    width: 31%;
    margin: 1%;
  }
  .category_item_img {
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  h5 {
    margin-top: 10px;
    color: #4d4d4d;
    /*font-weight: 600;*/
  }
  .price_red {
    font-size: 16px;
    color: #da1449;
  }
  .option_text_box p {
    font-size: 14px;
  }
  
  .tag_hanbai{
  font-size: 11px;
  padding: 1px 5px;
  background: #083449;
  color: #fff;
}
  .tag_rental {
    font-size: 11px;
    padding: 2px 5px;
    background: #ED7979;
    color: #fff;
}
  .tag_other {
  font-size: 11px;
  padding: 2px 5px;
  background: #333;
  color: #fff;
}
  .tag_hissu{
  font-size: 11px;
  padding: 2px 5px;
  background: #aa222a;
  color: #fff;
  }
  .tag_raiten{
  font-size: 11px;
  padding: 2px 5px;
  background: gray;
  color: #fff;
  }
.option_text_box{
  margin: 0 0 20px 0;
}

  /*宅配来店タブ*/
   .option_contents_wrap{
  margin-top: 50px;
  }
  input[type="radio"] {
  display: none;
  }
  .tab_area {
  display: block;
  font-size: 0;
  margin: 0 auto 2em;
  position: relative;
  }
  .tab_area {
  font-family: source-han-serif-japanese, sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3em;
  margin-bottom: 40px;
  }
  .tab_area label {
  flex: 1;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 15px 0;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
  background: #edeff0;
  color: #CC8583;
  display: inline-block;
  cursor: pointer;
  }
  .tab_area label:last-child {
  border-right: 1px solid #e3e3e3;
  }
  .tab-box {
  background: #fff;
  }
  .tab_panel {
  width: 100%;
  display: none;
  }
  #tab1:checked ~ .tab_area .tab1_label {
  background: #CC8583;
  color: #fff;
  font-size: 21px;
  }
  #tab1:checked ~ .panel_area #panel1 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  #tab2:checked ~ .tab_area .tab2_label {
  background: #CC8583;
  color: #fff;
  font-size: 21px;
  }
  #tab2:checked ~ .panel_area #panel2 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  #tab2-1:checked ~ .tab_area .tab2-1_label {
  background: #CC8583;
  color: #fff;
  font-size: 21px;
  }
  #tab2-1:checked ~ .panel_area #panel2-1 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  
    /*帯単品　切り替え*/
  .tab-content-inner{
    margin: auto;
    max-width: 90vw;
  }
  .tab_area_obi label{
    background: #edeff0;
    color: #4D4D4D;
    font-size:17px;
  }
  #tab3:checked ~ .tab_area .tab3_label {
    background: #083449;
    color: #fff;
  }
  #tab3:checked ~ .panel_area #panel3 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab4:checked ~ .tab_area .tab4_label {
    background: #083449;
    color: #fff;
  }
  #tab4:checked ~ .panel_area #panel4 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab5:checked ~ .tab_area .tab5_label {
    background: #083449;
    color: #fff;
  }
  #tab5:checked ~ .panel_area #panel5 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab6:checked ~ .tab_area .tab6_label {
    background: #083449;
    color: #fff;
  }
  #tab6:checked ~ .panel_area #panel6 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab7:checked ~ .tab_area .tab7_label {
    background: #083449;
    color: #fff;
  }
  #tab7:checked ~ .panel_area #panel7 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  
    .tab-area_wrap_obi{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .tab-area_label_obi{
    font-family: source-han-serif-japanese, sans-serif;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 3em;
    margin-bottom: 40px;
  }
  .tab-area_label_obi p{
    flex: 1;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background: #edeff0;
    color: #CC8583;
    display: inline-block;
  }
  .tab-area_label_obi .takuhai{
    background: #CC8583;
    color: #fff;
    font-size: 20px;
  }
  .tab-area_label_obi span{
    font-size:14px;
  }
  
  /*画像上文字*/
  .check_img_box {
  position: relative;
  }
  span.imageOn_text {
    position: absolute;
    bottom: 7px;
    left: 1px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.7);
    color: #333333;
  }


}
@media screen and (min-width:1025px), print, tv {
  .pc-only{
    display: block;
  }
  h4 {
    width: 100%;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    color: #4d4d4d;
    background: #eee;
    padding: 10px 0;
    margin-bottom: 25px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .tab-content{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .category_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 160px;
  }
  .category_wrap a {
    display: block;
    width: 23%;
    margin: 25px .6% 0;
    box-sizing: border-box;
  }
  .category-img {
    border: 1px solid #ddd;
  }
  .page_title h2{
  color:#083449;
  }
  p.ruby:before{
    color:#083449;
  }
  p.lead {
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
    margin: 0 auto 20px;
  }
  .option_item_img img {
    border: 1px solid #eee;
    vertical-align: bottom;
  }
  .sub_title_text {
    width: 100%;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    color: #4d4d4d;
    background: #eee;
    padding: 10px 0;
    margin: 0 auto 30px;
    text-align: center;
  }
  .option_contents_wrap{
    max-width: 1280px;
    width: 90%;
    margin:40px auto;
  }
  .category_option_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .category_option_item_box {
    width: 23%;
    margin: 0 1% 50px;
    justify-content: flex-start;
  }
  .category_item_img {
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  h5 {
    margin-top: 10px;
    color: #4d4d4d;
    /*font-weight: 600;*/
  }
  .price_red {
    font-size: 16px;
    color: #da1449;
  }
  .option_text_box p {
    font-size: 14px;
  }
  
  .tag_hanbai{
  font-size: 11px;
  padding: 1px 5px;
  background: #083449;
  color: #fff;
}
  .tag_rental {
    font-size: 11px;
    padding: 2px 5px;
    background: #ED7979;
    color: #fff;
}
  .tag_other {
  font-size: 11px;
  padding: 2px 5px;
  background: #333;
  color: #fff;
}
  .tag_hissu{
  font-size: 11px;
  padding: 2px 5px;
  background: #aa222a;
  color: #fff;
  }
  .tag_raiten{
  font-size: 11px;
  padding: 2px 5px;
  background: gray;
  color: #fff;
  }
.option_text_box{
  margin: 0 0 20px 0;
}
  
/*宅配来店タブ*/
   .option_contents_wrap{
  margin-top: 50px;
  }
  input[type="radio"] {
  display: none;
  }
  .tab_area {
  display: block;
  font-size: 0;
  margin: 0 auto 2em;
  position: relative;
  }
  .tab_area {
  font-family: source-han-serif-japanese, sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3em;
  margin-bottom: 40px;
  }
  .tab_area label {
  flex: 1;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 15px 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  background: #edeff0;
  color: #CC8583;
  display: inline-block;
  cursor: pointer;
  }
  .tab_area label:last-child {
  border-right: 1px solid #e3e3e3;
  }
  .tab-box {
  background: #fff;
  }
  .tab_panel {
  width: 100%;
  display: none;
  }
  #tab1:checked ~ .tab_area .tab1_label {
  background: #CC8583;
  color: #fff;
  font-size: 20px;
  }
  #tab1:checked ~ .panel_area #panel1 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  #tab2:checked ~ .tab_area .tab2_label {
  background: #CC8583;
  color: #fff;
  font-size: 20px;
  }
  #tab2:checked ~ .panel_area #panel2 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  #tab2-1:checked ~ .tab_area .tab2-1_label {
  background: #CC8583;
  color: #fff;
  font-size: 20px;
  }
  #tab2-1:checked ~ .panel_area #panel2-1 {
  animation: tabAnim ease 0.8s forwards;
  display: block;
  }
  
    /*帯単品　切り替え*/
  .tab_area_obi label{
    background: #edeff0;
    color: #4D4D4D;
    font-size:17px;
  }
  #tab3:checked ~ .tab_area .tab3_label {
    background: #083449;
    color: #fff;
  }
  #tab3:checked ~ .panel_area #panel3 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab4:checked ~ .tab_area .tab4_label {
    background: #083449;
    color: #fff;
  }
  #tab4:checked ~ .panel_area #panel4 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab5:checked ~ .tab_area .tab5_label {
    background: #083449;
    color: #fff;
  }
  #tab5:checked ~ .panel_area #panel5 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab6:checked ~ .tab_area .tab6_label {
    background: #083449;
    color: #fff;
  }
  #tab6:checked ~ .panel_area #panel6 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  #tab7:checked ~ .tab_area .tab7_label {
    background: #083449;
    color: #fff;
  }
  #tab7:checked ~ .panel_area #panel7 {
    animation: tabAnim ease 0.8s forwards;
    display: block;
  }
  
  .tab-area_wrap_obi{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .tab-area_label_obi{
    font-family: source-han-serif-japanese, sans-serif;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 3em;
    margin-bottom: 40px;
  }
  .tab-area_label_obi p{
    flex: 1;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background: #edeff0;
    color: #CC8583;
    display: inline-block;
  }
  .tab-area_label_obi .takuhai{
    background: #CC8583;
    color: #fff;
    font-size: 20px;
  }
  .tab-area_label_obi span{
    font-size:14px;
  }
  
  /*画像上文字*/
  .check_img_box {
    position: relative;
  }
  span.imageOn_text {
    position: absolute;
    bottom: 7px;
    left: 1px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.7);
    color: #333333;
  }

  
  
}