
.lead {
  font-family: 'Noto Sans Japanese';
}

#about-k9carts {
  background: #dffffd;
  padding-bottom: 0;
  padding-top: 30px;
}
#about-k9carts p {
  padding: 0 10px;
}
#about-k9carts p.lead {
  font-weight: bold;
  padding: 8px 0;
}
#about-k9carts #introduction {
  padding: 130px 10px 10px 10px;
  background: url(../images/k9carts/introduction-bg.png) top no-repeat;
}
#about-k9carts #introduction p.lead {
  font-size: 20px;
  line-height: 26px;
  padding-left: 10px;
}
#about-k9carts .point {
  margin-bottom: 10px;
  padding: 0 10px;
}
#about-k9carts .point p.lead {
  font-size: 14px;
  padding-left: 28px;
  background: url(../images/common/stamp.png) left no-repeat;
}

#about-k9carts #how-to-use {
  padding-top: 100px;
  background: #ffffff url(../images/k9carts/cloudbg.png) top no-repeat;
}
#about-k9carts #how-to-use ol {
  margin: 0 20px;
  background: url(../images/k9carts/how-to-use-bg.png) top no-repeat;
  background-size: contain;
  padding-top: 60px;
}
#about-k9carts #how-to-use ol li {
  text-align: center;
  padding: 0 0 20px 0;
}
#about-k9carts #how-to-use ol li img {
  width: 100%;
  height: auto;
}
#about-k9carts #how-to-use ol li:last-of-type .youtube {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#about-k9carts #how-to-use ol li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about-k9carts #how-to-use ol li .caption {
  display: block;
  padding-top: 8px;
}

#about-k9carts #movie {
  background-color: #fff;
  padding: 0 20px 10px 20px;
}
#about-k9carts #movie .video-group {
  padding-top: 20px;
}
#about-k9carts #movie .video-caption {
  text-align: center;
  margin-bottom: 6px;
}
#about-k9carts #movie video {
  width: 100%;
}


#whats-wheelchair {
}
#whats-wheelchair .row {
  border-top: dotted 1px #e5e5e5;
  padding: 60px 0;
  float: left;
}
#whats-wheelchair .row .lead {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
}

#whats-wheelchair .row .artwork {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}
#whats-wheelchair .row:last-of-type {
  border-bottom: dotted 1px #ededed;
}



#sale {
  border-bottom: dotted 1px #e5e5e5;
}
#sale h3, #rental h3 {
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 30px;
}

#sale #size-guide {
  padding: 20px 0;
}
#sale #size-guide table {
  border-collapse: collapse;
  width: 100%;
}
#sale #size-guide th, #sale #size-guide td {
  border: solid 1px #e5e5e5;
  padding: 5px 6px;
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
}
#sale #size-guide th {
  font-weight: bold;
}
#sale #size-guide #measurement {
  padding-top: 20px;
  text-align: center;
}
#sale #size-guide #measurement img {
  width: 100%;
  max-width: 450px;
  height: auto;
}
#sale .note {
  color: #c00;
}

#sale #products .product {
  margin-top: 20px;
  padding: 14px 0;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  width: 100%;
  float: left;
}
#sale #products .product .detail {
  padding-right: 14px;
}
#sale #products .product .detail span {
}
#sale #products .product .size {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
#sale #products .product .artwork {
  display: block;
  float: left;
  padding: 0 14px;
}
#sale #products .product .fit {
  font-size: 11px;
  line-height: 16px;
  padding: 6px 0 2px 0;
  display: block;
}
#sale #products .product .price {
  font-weight: bold;
}

#sale #notes {
  background-color: #f3f3f3;
  margin: 20px 0 30px 0;
  padding: 16px 20px;
}
#sale #notes h4 {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 6px 0;
}
#sale #notes ul {
}
#sale #notes ul li {
  padding: 6px 2px;
  border-top: dotted 1px #ccc;
}
#sale #notes ul li:last-of-type {
  border-bottom: none;
}


#rental {
  padding-top: 40px;
}
#rental h3 {
  position: relative;
}
#rental h3 span {
  display: block;
  font-size: 14px;
  font-weight: 200;
}
#rental .row {
  padding-bottom: 16px;
}
#rental #infogirl {
  text-align: center;
}
#rental #infogirl img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#rental .row .lead {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
}
#rental-system .note {
  font-size: 11px;
  line-height: 18px;
  color: #c00;
}

#rental-price-table {
  border-collapse: collapse;
  margin: 16px 0 12px 0;
  width: 100%;
}
#rental-price-table th, #rental-price-table td {
  border: solid 1px #e5e5e5;
  padding: 5px 0;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
#rental-price-table th {
  padding: 5px 6px;
  font-weight: bold;
}
/*
#rental-price-table {
  border-collapse: collapse;
  width: 450px;
  margin: 16px 0 12px 0;
}
#rental-price-table th, #rental-price-table td {
  border: solid 1px #e5e5e5;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
#rental-price-table th {
  padding: 5px 6px;
  font-weight: bold;
}
*/
#rental #return .lead {
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 0;
  margin-bottom: 20px;
}





/* 幅720px未満 */
@media (max-width: 719px) {
  #about-k9carts {
    margin: 40px 0px 40px 0;
  }
}





/* 400px以上（#how-to-useの微調整） */
@media (min-width: 400px) {
  #about-k9carts #how-to-use ol li {
    width: 50%;
    float: left;
  }
  #about-k9carts #how-to-use ol li:nth-child(odd) .imgwrap {
    display: block;
    padding-right: 10px;
  }
  #about-k9carts #how-to-use ol li:nth-child(even) .imgwrap {
    display: block;
    padding-left: 10px;
  }
}




/* 480px以上 */
@media (min-width: 480px) {

  #about-k9carts #how-to-use ol {
    background-size: auto;
  }

  #whats-wheelchair .row .artwork {
    float: left;
    margin: 0 30px 28px 0;
    width: auto;
  }
  #whats-wheelchair .row:nth-child(even) .artwork {
    float: right;
    margin: 0 0 28px 30px;
    width: auto;
  }

  #sale #size-guide th, #sale #size-guide td, #rental-price-table th, #rental-price-table td {
    font-size: 12px;
  }
}




/* 720px以上 */
@media (min-width: 720px) {


  #about-k9carts {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
  }
  #about-k9carts #introduction {
    padding: 30px 180px 30px 20px;
    background-position: right;
    margin-right: 30px;
  }
  #about-k9carts .point {
    padding: 0 20px;
    margin-bottom: 20px;
  }


  #about-k9carts #how-to-use ol {
    margin: 0;
  }
  #about-k9carts #how-to-use ol li {
    float: left;
    width: 200px;
    background: url(../images/k9carts/arrow.png) 212px 60px no-repeat;
  }
  #about-k9carts #how-to-use ol li:nth-child(odd) .imgwrap, #about-k9carts #how-to-use ol li:nth-child(even) .imgwrap {
    padding: 0;
  }
  #about-k9carts #how-to-use ol li:nth-child(1), #about-k9carts #how-to-use ol li:nth-child(2) {
    padding-right: 40px;
  }
  #about-k9carts #how-to-use ol li:nth-child(4) {
    width: 360px;
    margin: 0 160px;
    padding: 0;
  }

  #about-k9carts #movie {
    padding: 10px 0 0 0;
    margin-bottom: -20px;
  }
  #about-k9carts #movie .video-group {
    width: 320px;
    float: left;
    margin-bottom: 20px;
  }
  #about-k9carts #movie .video-group:nth-child(odd) {
    margin-right: 40px;
  }

  #sale #products .product {
    width: 330px;
  }
  #sale #products .product:nth-child(odd) {
    margin-right: 20px;
  }

  #rental h3 span {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    padding-left: 30px;
  }
}





@media (min-width: 720px) and (max-width: 959px) {

}





@media (min-width: 960px) {


  #about-k9carts .point {
    width: 450px;
    float: left;
    min-height: 116px;
    padding: 0 20px 0 10px;
    margin-bottom: 10px;
  }
  #about-k9carts .point:nth-child(even) {
    padding: 0 10px 0 20px;
  }


  #about-k9carts #how-to-use {
    padding-top: 90px;
  }
  #about-k9carts #how-to-use ol {
    background-position-x: 10px;
    background-position-y: 18px;
    padding-top: 0;
  }
  #about-k9carts #how-to-use ol li {
    width: 180px;
    padding-right: 40px;
    margin-top: 80px;
    background-position: 192px 52px;
  }
  #about-k9carts #how-to-use ol li:last-of-type {
    margin: 0;
    padding-right: 0;
    width: 300px;
  }

  #about-k9carts #movie .video-group {
    width: 460px;
  }


  #whats-wheelchair {
  }
  #whats-wheelchair .row {
    border-top: dotted 1px #e5e5e5;
    padding: 60px 0;
    float: left;
  }
  #whats-wheelchair .row .lead {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  #whats-wheelchair .row .artwork {
    float: left;
    margin: 0 30px 28px 0;
  }
  #whats-wheelchair .row:nth-child(even) .artwork {
    float: right;
    margin: 0 0 28px 30px;
  }
  #whats-wheelchair .row:last-of-type {
    border-bottom: dotted 1px #e5e5e5;
  }


  #sale {
    border-bottom: dotted 1px #e5e5e5;
  }
  #sale h3, #rental h3 {
    font-family: 'Noto Sans Japanese';
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 30px;
  }

  #sale #size-guide {
    padding: 20px 0;
  }
  #sale #size-guide table {
    float: left;
    width: 450px;
    margin-right: 60px
  }
  #sale #size-guide th, #sale #size-guide td {
/*    padding: 5px 0;*/
  }
  #sale #size-guide th {
/*    padding: 5px 6px;*/
  }
  #sale #size-guide td {
/*    width: 56px;*/
  }
  #sale #size-guide #measurement {
    width: 450px;
    float: left;
    padding-top: 0;
  }

  #sale #products {
    padding: 20px 0;
  }
  #sale #products .product {
    box-shadow: none;
    padding: 0;
    width: 176px;
    margin: 0 20px 0 0;
    text-align: center;
  }
  #sale #products .product:last-of-type {
    margin-right: 0;
  }
  #sale #products .product .detail {
    padding: 14px;
    border: solid 1px #e5e5e5;
  }
  #sale #products .product .detail span {
    display: block;
  }
  #sale #products .product .size {
    font-size: 18px;
    line-height: 24px;
  }
  #sale #products .product .artwork {
    float: none;
    padding: 0;
  }

  #sale #products .product .fit {
    padding: 12px 0 2px 0;
  }
  #sale #products .product .price {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  #sale #notes h4 {
    padding: 0 20px 0 0;
    width: 220px;
    float: left;
    text-align: center;
    line-height: 144px;
  }
  #sale #notes ul {
    width: 680px;
    float: left;
  }
  #sale #notes ul li {
    border-top: none;
    list-style: disc inside;
    padding: 2px 0;
  }


  /*#rental .row {
    width: 450px;
    float: left;
  }*/
  #rental .rowgroup {
    width: 450px;
    float: left;
  }
  #rental .right {
    float: right;
  }
  #rental #infogirl {
    text-align: center;
  }

  #rental .row .lead {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
  }
  #rental-system .note {
    font-size: 11px;
    line-height: 18px;
    color: #c00;
  }

  #rental-price-table {
    width: 450px;
  }
  #rental-price-table th {
    padding: 5px 6px;
    font-weight: bold;
  }

  #rental #return {
  }
  #rental #return .lead {
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0;
    margin-bottom: 20px;
  }

}






.table-container {
	width: 100%;
	overflow: auto;
	margin: 16px 0 12px 0;
	-webkit-overflow-scrolling: touch;
}
#rental-price-table {
	margin: 0;
}
#rental-price-table span.small {
	display: block;
	font-size: 11px;
	line-height: 160%;
}
#rental-price-table th,
#rental-price-table td {
	white-space: nowrap;
	padding: 8px;
}
#rental-price-table th span.small,
#rental-price-table td span.small {
	white-space: normal;
}
#rental-price-table th span.small {
	padding-top: 2px;
}
#rental-price-table td span.small {
	padding-top: 8px;
}

@media (min-width: 960px) {
  #rental-price-table {
    width: 100%;
  }
  #rental-price-table th {
    padding: 8px;
  }
}
