@charset "UTF-8";
/**/
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
#tomjerry #Tomica-wrapper {
  width: 100%;
}
/*メイン*/
.container {
  background-size: auto auto;
  background-color: rgba(127, 215, 229, 1);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(92, 203, 222, 1) 10px, rgba(92, 203, 222, 1) 20px);
}
.box-inner {
  width: 100%;
  height: auto;
}
/*価格帯*/
.top_title {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*予約帯*/
.reserve_title {
  padding-top: 20px;
  padding-bottom: 10px;
}
/*注意文*/
.notice_text {
  font-size: 0.6em;
  padding-top: 0px;
  padding-bottom: 20px;
}
/*アイテム*/
.container3 {
  padding-top: 0px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
}
/*購入ボタン*/
.kakaku {
  position: absolute;
  border-radius: 5px;
  width: 25%;
}
/*プラレール*/
.plarail_title {
  padding-top: 30px;
  padding-bottom: 20px;
}
.plarail_title img {
  width: 45%;
}
.plarail_kakaku {
  left: 66.5%;
  border-radius: 5px;
  width: 25%;
}
/*プラレール説明書*/
.container4 {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}
.container5 {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}
.torisetsu {
  position: absolute;
  left: -10%;
  width: 350px;
}
.torisetsu img {
  width: 50%;
}
/*ロゴ*/
.logo_img img {
  width: 55%;
}