#page.ecommerce.in {
  color: #41575e;
}
#page.ecommerce.in .ecommerce-bg {
  background-image: url(../images/ecommerce/bg.jpg);
  background-repeat: repeat;
  background-size: 220px;
  background-position: center;
}
#page.ecommerce.in .wrap {
  padding: 0 20px;
}
#page.ecommerce.in .top_img_box {
  margin: 0 auto 30px auto !important;
}

@media (min-width: 1px) and (min-width: 970px) {
  #page.ecommerce.in .wrap {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1px) and (min-width: 1200px) {
  #page.ecommerce.in .trans {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #page.ecommerce.in .trans:hover {
    opacity: 0.5;
  }
}
#page.ecommerce.in .drawer-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
  margin: auto;
  left: -6px;
}
#page.ecommerce.in .drawer-open span,
#page.ecommerce.in .drawer-open span:before,
#page.ecommerce.in .drawer-open span:after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background: #41575e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
#page.ecommerce.in .drawer-open span:before {
  bottom: 7px;
}
#page.ecommerce.in .drawer-open span:after {
  top: 7px;
}
#page.ecommerce.in .drawer-open.clicked span {
  background: #fff;
}
#page.ecommerce.in .drawer-open.clicked span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page.ecommerce.in .drawer-open.clicked span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page.ecommerce.in .ecommerce-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
#page.ecommerce.in .ecommerce-header-logo {
  max-width: 65px;
  width: 100%;
  margin: auto;
  position: relative;
  left: -5px;
}
#page.ecommerce.in .ecommerce-header-nav {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 53px;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
}
#page.ecommerce.in .ecommerce-header-wrap {
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.ecommerce.in .ecommerce-header-nav li {
  margin: 30px 0;
}
#page.ecommerce.in .ecommerce-header-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff7258;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  height: 40px;
  width: 100%;
  margin: auto;
  font-size: 12px;
}

@media (min-width: 640px) {
  #page.ecommerce.in .ecommerce-header-wrap {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.ecommerce.in .ecommerce-header-nav {
    display: block;
    position: relative;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    top: 0;
  }
  #page.ecommerce.in .ecommerce-header-nav li {
    margin: 0;
  }
  #page.ecommerce.in .ecommerce-header-nav li:last-child a {
    border-right: none;
    padding-right: 0;
  }
  #page.ecommerce.in .ecommerce-header-nav li a {
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
    border-right: 1px solid #41575e;
  }
  #page.ecommerce.in .ecommerce-header-btn {
    position: relative;
    top: 0;
    max-width: 150px;
    border-radius: 100px;
  }
  #page.ecommerce.in .ecommerce-header-logo {
    max-width: 110px;
  }
}
@media (min-width: 1200px) {
  #page.ecommerce.in .ecommerce-header-nav li a:hover {
    text-decoration: underline;
  }
  #page.ecommerce.in .ecommerce-header-nav {
    left: 30px;
  }
  #page.ecommerce.in .ecommerce-header-nav li a {
    font-size: 16px;
  }
  #page.ecommerce.in .ecommerce-header-btn {
    max-width: 180px;
  }
}
#page.ecommerce.in .mv {
  background-color: #fff100;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#page.ecommerce.in h1 {
  width: 100%;
  margin: auto;
}
#page.ecommerce.in p {
  font-size: 18px;
  font-weight: 900;
  color: #41575e;
  text-align: center;
}

@media (min-width: 640px) {
  #page.ecommerce.in .mv {
    height: 560px;
    margin-bottom: 45px;
  }
  #page.ecommerce.in h1 {
    max-width: 840px;
    width: 100%;
  }
  #page.ecommerce.in p {
    font-size: 34px;
  }
}
#page.ecommerce.in .visit {
  margin-top: -100px;
}
#page.ecommerce.in .visit-box {
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
#page.ecommerce.in .visit-box-ttlwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#page.ecommerce.in .visit-box-ttl {
  margin: 0;
  display: inline-block;
}
#page.ecommerce.in .visit-box-num {
  background-color: #fff100;
  color: #41575e;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  top: -5px;
  margin-right: 5px;
}
#page.ecommerce.in .visit-box-people {
  width: 90%;
  margin: auto;
}
#page.ecommerce.in .visit-img {
  max-width: 280px;
  width: 100%;
  margin-bottom: 15px;
}
#page.ecommerce.in .visit-ttl {
  text-align: center;
  font-weight: bold;
  color: #41575e;
  font-size: 16px;
  margin-bottom: 25px;
}
#page.ecommerce.in .visit-company {
  margin-top: 10px;
  text-align: right;
}
#page.ecommerce.in .visit-box-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fff100));
  background: linear-gradient(transparent 85%, #fff100 85%);
  max-width: 175px;
  width: 100%;
  margin-bottom: 15px;
}
#page.ecommerce.in .visit-subttl {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  #page.ecommerce.in .visit {
    margin-top: -220px;
  }
  #page.ecommerce.in .visit-box-people {
    max-width: 900px;
    width: 90%;
    margin: auto;
  }
  #page.ecommerce.in .visit-box-ttlwrap {
    margin-bottom: 30px;
  }
  #page.ecommerce.in .visit-box-num {
    position: relative;
    top: -3px;
    font-size: 25px;
    margin-right: 20px;
  }
  #page.ecommerce.in .visit-map {
    max-width: 670px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  #page.ecommerce.in .visit-img {
    max-width: 680px;
    width: 100%;
    margin: auto;
  }
  #page.ecommerce.in .visit-box-ttl {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 340px;
    width: 100%;
  }
  #page.ecommerce.in .visit-box {
    padding: 55px 80px;
    border-radius: 35px;
  }
  #page.ecommerce.in .visit-subttl {
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
  }
  #page.ecommerce.in .visit-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #page.ecommerce.in .visit-txt {
    font-size: 16px;
  }
  #page.ecommerce.in .visit-company {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (min-width: 940px) {
  #page.ecommerce.in .visit-box-people {
    width: 100%;
  }
}
#page.ecommerce.in .theme {
  padding-top: 40px;
}
#page.ecommerce.in .theme-ttl {
  text-align: center;
  font-weight: bold;
  color: #41575e;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 35px;
}
#page.ecommerce.in .theme-flex {
  margin-top: 40px;
}
#page.ecommerce.in .theme-item {
  background-color: #f1f4f5;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
#page.ecommerce.in .theme-item-single {
  margin-bottom: 0;
}
#page.ecommerce.in .theme-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.ecommerce.in .theme-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 15px;
}
#page.ecommerce.in .theme-subttl {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #41575e;
  line-height: 1.5;
}
#page.ecommerce.in .theme-plus {
  max-width: 20px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  #page.ecommerce.in .theme {
    padding-top: 100px;
  }
  #page.ecommerce.in .theme-ttl {
    font-size: 26px;
    margin-bottom: 60px;
  }
  #page.ecommerce.in .theme-item-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.ecommerce.in .theme-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.ecommerce.in .theme-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 20px;
    padding: 35px;
  }
  #page.ecommerce.in .theme-item-single .theme-subttl {
    text-align: center;
  }
  #page.ecommerce.in .theme-subttl {
    font-size: 21px;
  }
  #page.ecommerce.in .theme-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
#page.ecommerce.in .koshi-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #41575e;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 33px;
}
#page.ecommerce.in .koshi-box {
  border-radius: 20px;
  background-color: #f1f4f5;
  padding: 20px;
}
#page.ecommerce.in .koshi-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.ecommerce.in .koshi-box-flex-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-right: 20px;
}
#page.ecommerce.in .koshi-box-flex-lft img {
  border-radius: 10px;
}
#page.ecommerce.in .koshi-box-rig-logo img {
  max-width: 90px;
  margin-bottom: 10px;
}
#page.ecommerce.in .koshi-box-rig-company {
  font-size: 12px;
  margin-bottom: 15px;
}
#page.ecommerce.in .koshi-box-rig-name {
  font-size: 16px;
  font-weight: bold;
}
#page.ecommerce.in .koshi-box-txt {
  margin-top: 30px;
}

@media (min-width: 640px) {
  #page.ecommerce.in .koshi {
    margin-bottom: 0;
    padding-top: 0;
  }
  #page.ecommerce.in .koshi-ttl {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #page.ecommerce.in .koshi-box {
    padding: 35px 30px;
    border-radius: 30px;
  }
  #page.ecommerce.in .koshi-box-rig-company {
    font-size: 15px;
  }
  #page.ecommerce.in .koshi-box-rig-name {
    font-size: 20px;
  }
  #page.ecommerce.in .koshi-box-flex-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    margin-right: 70px;
  }
  #page.ecommerce.in .koshi-box-rig-logo img {
    max-width: 130px;
    margin-bottom: 20px;
  }
  #page.ecommerce.in .koshi-box-txt {
    font-size: 16px;
  }
}
#page.ecommerce.in .advisor-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #41575e;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 33px;
}
#page.ecommerce.in .advisor-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.ecommerce.in .advisor-subttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 30px;
}
#page.ecommerce.in .advisor-subttl span {
  display: none;
}
#page.ecommerce.in .advisor-item {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#page.ecommerce.in .advisor-item-lft img {
  border-radius: 10px;
}
#page.ecommerce.in .advisor-item:last-child {
  margin-bottom: 0;
}
#page.ecommerce.in .advisor-item-company {
  font-size: 12px;
  margin-bottom: 30px;
}
#page.ecommerce.in .advisor-item-name {
  font-weight: bold;
}
#page.ecommerce.in .amazon-box {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}
#page.ecommerce.in .amazon-box-ttl {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
#page.ecommerce.in .amazon-box-flex-item-img01 {
  max-width: 260px;
  width: 100%;
  margin-bottom: 5px;
}
#page.ecommerce.in .amazon-box-flex-item-img02 {
  max-width: 150px;
  width: 100%;
  margin-bottom: 5px;
}
#page.ecommerce.in .amazon-box-flex-txt {
  line-height: 1.5;
  font-size: 12px;
}
#page.ecommerce.in .amazon-box-flex-item:first-child {
  margin-bottom: 15px;
}

@media (min-width: 940px) {
  #page.ecommerce.in .advisor {
    margin-top: 50px;
    margin-bottom: 90px;
  }
  #page.ecommerce.in .advisor-ttl {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #page.ecommerce.in .advisor-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.ecommerce.in .advisor-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.1%;
            flex: 0 0 22.1%;
  }
  #page.ecommerce.in .advisor-item-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.ecommerce.in .advisor-item:last-child {
    margin-bottom: 20px;
  }
  #page.ecommerce.in .advisor-item-company {
    font-size: 15px;
  }
  #page.ecommerce.in .advisor-item-name {
    font-size: 20px;
  }
  #page.ecommerce.in .advisor-item-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    margin-right: 30px;
  }
  #page.ecommerce.in .amazon-box-flex {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.ecommerce.in .amazon-box-flex-item-img01 {
    margin: auto;
    margin-bottom: 10px;
  }
  #page.ecommerce.in .amazon-box-flex-item-img02 {
    margin: auto;
    margin-bottom: 10px;
  }
  #page.ecommerce.in .amazon-box-ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #page.ecommerce.in .advisor-subttl {
    font-size: 20px;
    text-align: center;
  }
  #page.ecommerce.in .advisor-subttl span {
    display: inline-block;
  }
}
#page.ecommerce.in .schedule-parent {
  margin-top: 40px;
  background-color: #fff;
}
#page.ecommerce.in .schedule {
  background-color: #fff100;
  border-radius: 50px;
  padding: 40px 0;
}
#page.ecommerce.in .schedule-ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 33px;
}
#page.ecommerce.in .schedule-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
#page.ecommerce.in .schedule-box:last-child {
  margin-bottom: 0;
}
#page.ecommerce.in iframe {
  width: 100%;
  height: 2400px;
}
#page.ecommerce.in .schedule-box-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#page.ecommerce.in .schedule-box-venue-lft {
  background-color: #41575e;
  color: #fff100;
  padding: 5px 15px;
  border-radius: 100px;
  margin-right: 20px;
}
#page.ecommerce.in .schedule-box-venue-rig {
  font-size: 16px;
}
#page.ecommerce.in .schedule-box-nearest {
  margin-left: 17px;
  text-indent: -17px;
  margin-bottom: 15px;
}
#page.ecommerce.in .schedule-box-nearest::before {
  content: "";
  padding-left: 14px;
  margin-right: 3px;
  background-image: url(../images/ecommerce/schedule-icon.png);
  background-repeat: no-repeat;
  background-size: 14px 18px;
  background-position: center;
}
#page.ecommerce.in .schedule-box-time02 {
  margin-top: 10px;
  margin-bottom: 20px;
}
#page.ecommerce.in .schedule-box-time-lft {
  display: inline-block;
  border: 1px solid #41575e;
  padding: 2px 15px;
  border-radius: 100px;
  margin-bottom: 5px;
}
#page.ecommerce.in .schedule-box-btn-txt {
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
#page.ecommerce.in .schedule-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff7258;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  height: 50px;
  max-width: 270px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
#page.ecommerce.in .schedule-box-detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 10px;
  margin-bottom: -10px;
}
#page.ecommerce.in .schedule-box-botom-txt {
  text-align: center;
}

@media (min-width: 640px) {
  #page.ecommerce.in .schedule {
    margin-top: 100px;
    padding: 80px 0;
    border-radius: 80px;
  }
  #page.ecommerce.in .schedule-ttl {
    font-size: 26px;
    margin-bottom: 60px;
  }
  #page.ecommerce.in .schedule-box {
    padding: 40px;
  }
  #page.ecommerce.in .schedule-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.ecommerce.in .schedule-box-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
  }
  #page.ecommerce.in .schedule-box-rig {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  #page.ecommerce.in iframe {
    height: 3000px;
  }
  #page.ecommerce.in .schedule-box-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.ecommerce.in .schedule-box-time-lft {
    margin-bottom: 0;
    margin-right: 10px;
  }
  #page.ecommerce.in .schedule-box-btn-txt {
    margin: 0;
    margin-bottom: 5px;
  }
  #page.ecommerce.in .schedule-box-btn {
    margin: 0;
  }
  #page.ecommerce.in .schedule-box-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #page.ecommerce.in .schedule-box-detail {
    margin-top: 0;
    margin-left: 60px;
  }
  #page.ecommerce.in .schedule-box-venue-lft {
    max-width: 140px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 5px 0;
    margin-right: 30px;
  }
  #page.ecommerce.in .schedule-box-venue-rig {
    font-size: 20px;
  }
  #page.ecommerce.in .schedule-box-detail {
    font-size: 16px;
  }
  #page.ecommerce.in .schedule-box-nearest {
    font-size: 16px;
  }
  #page.ecommerce.in .schedule-box-time-rig {
    font-size: 16px;
  }
  #page.ecommerce.in .schedule-box-btn-txt {
    font-size: 16px;
  }
  #page.ecommerce.in .schedule-box-time02 {
    margin-bottom: 40px;
  }
  #page.ecommerce.in .schedule-box-botom-txt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #page.ecommerce.in iframe {
    height: 1600px;
  }
}
#page.ecommerce.in .note {
  margin-top: 40px;
}
#page.ecommerce.in .note-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 33px;
}
#page.ecommerce.in .note-txt {
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  #page.ecommerce.in .note {
    margin-top: 100px;
  }
  #page.ecommerce.in .note-ttl {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #page.ecommerce.in .note-txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #page.ecommerce.in .note-txt02 {
    font-size: 16px;
  }
}
#page.ecommerce.in .prefectures {
  margin-bottom: 40px;
  background-color: #fff;
}
#page.ecommerce.in .prefectures-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#page.ecommerce.in .prefectures-subttl {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
#page.ecommerce.in .prefectures-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.ecommerce.in .prefectures-flex li {
  margin-bottom: 12px;
  margin-right: 12px;
}
#page.ecommerce.in .corporate-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
}
#page.ecommerce.in .corporate-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.ecommerce.in .corporate-box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  margin-bottom: 10px;
}
#page.ecommerce.in .corporate-box-botom-txt {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 640px) {
  #page.ecommerce.in .prefectures {
    padding-top: 0;
    background-color: #fff;
  }
  #page.ecommerce.in .prefectures-ttl {
    font-size: 26px;
  }
  #page.ecommerce.in .prefectures-subttl {
    font-size: 16px;
    margin-bottom: 50px;
  }
  #page.ecommerce.in .prefectures-flex {
    max-width: 760px;
    width: 100%;
    margin: auto;
  }
  #page.ecommerce.in .prefectures-flex li {
    font-size: 16px;
  }
  #page.ecommerce.in .prefectures-flex li {
    margin-right: 14px;
    margin-bottom: 14px;
  }
  #page.ecommerce.in .corporate-box {
    padding: 40px;
  }
  #page.ecommerce.in .corporate-box-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
  #page.ecommerce.in .corporate-box-botom-txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#page.ecommerce.in {
  margin-bottom: 40px;
}
#page.ecommerce.in .ecommerce-foot {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #dcdddd;
  padding: 20px;
  background-color: #fff;
}
#page.ecommerce.in .ecommerce-foot-logo {
  max-width: 140px;
  width: 100%;
}
#page.ecommerce.in .ecommerce-foot-logo-txt {
  max-width: 140px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 15px;
}
#page.ecommerce.in .ecommerce-foot-add {
  margin-bottom: 20px;
}
#page.ecommerce.in .ecommerce-foot-rig-txt {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
}
#page.ecommerce.in small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #dcdddd;
  padding: 20px 0;
  background-color: #fff;
}
#page.ecommerce.in .ecommerce-foot-add a {
  display: inline-block;
  color: #c9191d;
}
#page.ecommerce.in .ecommerce-foot-add a::after {
  content: "";
  padding-right: 30px;
  background-image: url(../images/ecommerce/gaibu.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

@media (min-width: 640px) {
  #page.ecommerce.in {
    margin-bottom: 0;
  }
  #page.ecommerce.in .ecommerce-foot {
    margin-top: 100px;
    padding: 50px;
  }
  #page.ecommerce.in .ecommerce-foot-lft {
    margin-right: 30px;
  }
  #page.ecommerce.in .ecommerce-foot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.ecommerce.in .ecommerce-foot-logo {
    max-width: 240px;
  }
  #page.ecommerce.in .ecommerce-foot-logo-txt {
    margin-left: 50px;
    font-size: 16px;
  }
  #page.ecommerce.in .ecommerce-foot-add {
    font-size: 16px;
    margin-bottom: 0;
  }
  #page.ecommerce.in .ecommerce-foot-rig-label {
    max-width: 530px;
  }
  #page.ecommerce.in .ecommerce-foot-rig-txt {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  #page.ecommerce.in small {
    font-size: 16px;
    padding: 20px 0;
  }
}
@media (min-width: 640px) {
  #page.ecommerce.in .ecommerce-foot-add a:hover {
    text-decoration: underline;
  }
}
#page.ecommerce.in .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.ecommerce.in .picture-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 10px;
}
#page.ecommerce.in .picture-item p {
  font-size: 12px;
  margin-top: 10px;
}
#page.ecommerce.in .picture-ttl {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (min-width: 640px) {
  #page.ecommerce.in .picture-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 20px;
  }
  #page.ecommerce.in .picture-ttl {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #page.ecommerce.in .picture-item p {
    font-size: 14px;
  }
}