/**
 * 11iECサイト・AutobacsECサイト両方へ表示するシートのスタイル
 */
@charset "utf-8";
/* form-nav */

.progressbar {
  display: flex;
  flex-wrap: wrap;
  max-width: 100vw;
}
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*body{
  font-family: "メイリオ", sans-serif;
}
*/
/* テーブル表示制御 */
table.sp_visible {
  display: none;
}
table.pc_visible {
  display: table;
}

div.sp_visibled {
  display: none;
}
div.pc_visibled {
  display: table;
}

/* agencies 
div.agencies.ab {
  margin-bottom: 10px;
}
/* AB商品コードのフォント調整 
div.agencies dd {
  text-align: left;
  font-size: 1.8em !important;
  line-height: 25px !important;
}
div.agencies dd img {
  display: inline-block;
  padding: 5px;
}
*/

/* flex box */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}


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

  /* agencies 
  div.agencies.ab {
    padding: 20px 10px;
  }
  */
  /* テーブル表示制御 */
  table.sp_visible {
    display: table;
  }
  table.pc_visible {
    display: none;
  }
  div.sp_visibled {
    display: table;
  }
  div.pc_visibled {
    display: none;
  }


  /* 初期表示から消す */
  #summary-container {
    display: block;
  }

  /* 所定箇所へ再表示 */
  #main-container > #summary-container {
    /*display: block;*/
  }

  /* スマホ化 全体スタイル */
  img {
    max-width: 100%;
  }
  .block ,
  #content #main-container ,
  #content .main .left ,
  #content .main .left .left ,
  #content .main .left .right {
    width: 100%;
    text-align: center;
    padding:0;
    margin:0;
  }
  #content #main-container {
    padding:0 5px;
  }
  .container {
    width: 100%;
  }
  #page2, #page3, #page4 {
    margin: 5px;
  }

  /* スマホ化 個別スタイル */
  #content .main .header .left {
    width: auto;
  }

  #content #summary-container {
    position: static;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  #content .main .left .left p img {
    display: block;
    margin: 0 auto;
  }
  #content .main .left .left p.seat {
    margin: 30px auto 0;
  }
  .left ul.button {
    padding-left: 0px;
    margin: 20px auto;
    display: block;
  }

  #content .main .left .left .excuse {
    display: inline;
  }
  ul.button li {
    float: none;
    display: inline-block;
  }

  #content .main .left .left p {
    padding-left: 0px;
  }

  .left ,
  .right {
    float: none;
  }
  #content .main .left .right p {
    padding: 0 10px 0;
  }
  #content .main .left .right p:first-of-type {
    padding-top: 30px;
  }
  #content .main .left .right img {
    width: 100%;
    max-width: 420px;
  }
  #content .main .left .right #page1 ul.button a {
    margin-bottom: 8px;
  }
  #content #summary-container dd span {
    text-align: center;
  }
  #content #summary-container dd:first-of-type {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0); /* IE6-9 */
    zoom: 1;
  }
  #content #summary-container dd #summary-price {
    display: inline-block;
    font-size: 20px;
  }
  #content #summary-container dd #summary-button {
    display: inline-block;
    background: none;
  }

  #content .main .content h2 ,
  #content .main .content p.description  {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #content .main .content p.note {
    padding:10px 10px 30px;
  }
  #content .main .content p.color {
    display: inline-block;
  }
  #content .main .content p.color label {
    width: 84px;
    padding: 3px;
    margin: 0px 2px 5px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
  }
  #content .main .content p.color label.active {
    border: 2px solid #ff8800;
    background-color: #fff6dd;
  }
  #content .main .content p.color img {
    max-width: 100%;
  }
  #content .main .content label {
    /*float: none;*/
  }

  #content .feature {
    width: 100%;
    padding: 30px 15px;
  }
  #content .feature h4 ,
  #content .feature p.left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }


  /* table スタイル */
  #content .matching table {
    width: 100%;
    table-layout: fixed;
    text-align: left;
  }
  #content .matching table tr th , 
  #content .matching table tr td {
    padding: 6px 20px;
  }
  #content .matching table tr th {
    padding-left: 15px;
  }
  #content .matching table tr td {
    line-height: 1.8em;
  }
  #content .matching table tr:nth-of-type(1) td {
    text-align: center;
  }
  #content .matching table tr:nth-of-type(1) td img {
    max-width: 100%;
  }
  #content .matching table tr:nth-of-type(2) td {
    color: #fb621e;
    font-weight: bold;
  }
  #content .matching table tr:last-of-type td {
    color: #F66;
    font-size: 11px;
  }
  #content .matching table p {
    width: 45%;
    min-width: 150px;
    display:inline-block;
    background: none;
    padding-left: 0;
    box-sizing: border-box;
  }
  #content .matching table tr:nth-of-type(2) th , 
  #content .matching table tr:nth-of-type(3) th , 
  #content .matching table tr:nth-of-type(4) th {
    width: 150px;
  }

  #content .gallery li a {
    margin: 0 auto;
  }

  /* 下部カートボタン */
  #summary-container.bottom_cart_button dl dt ,
  #summary-container.bottom_cart_button dl dd {
    display: none;
  }
  #summary-container.bottom_cart_button dl dd:first-of-type {
    display: block;
  }

  /* class="floating"の無効化 */
  #content #summary-container.floating {
    position: static;
    margin-left: 0;
  }

  /* AB商品コードのフォント調整 */
  div.agencies dd {
    margin-top: 3px;
    margin-left: 3px !important;
    text-align: left;
    font-size: 1.3em !important;
    line-height: 45px !important;
  }

  /* mv */
  .mv .title {
    width: 90%;
    padding: 20px 5px 10px;
  }
  .mv .type img {
    max-width: 500px;
    width: 80%;
  }

}
@media screen and (max-width:414px) {


}
@media screen and (max-width:374px) {


}
