@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #fff;
}
#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #fff;
}
/**/
#tomjerry #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.tomjerry-wrapper {
  width: 100%;
}
/*メイン*/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  overflow: visible;
  background-size: auto auto;
  background-color: rgba(126, 215, 229, 1);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(92, 203, 222, 1) 30px, rgba(92, 203, 222, 1) 60px);
}
.box-inner {
  width: 900px;
  height: 388px;
  padding-top: 30px;
  padding-bottom: 20px;
}
/*価格帯*/
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top_title {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fdca00;
  width: 100%;
}
/*予約帯*/
.reserve_title {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
/*注意文*/
.notice_text {
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 50px;
  color: #3e3a39;
  font-family: 'Zen Maru Gothic', sans-serif;
}
/*アイテム*/
.container3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 900px;
  height: 100%;
}
/*購入ボタン*/
.price {
  position: relative;
}
.kakaku {
  position: absolute;
  top: 3%;
  left: 66.5%;
  border: solid 2px #ffffff;
  border-radius: 10px;
  width: 230px;
}
/*プラレール*/
.plarail_title {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 45px;
}
.plarail_kakaku {
  position: absolute;
  top: 6%;
  left: 66.5%;
  border: solid 2px #2d5eaa;
  border-radius: 10px;
  width: 230px;
}
/*プラレール説明書*/
.container4 {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: auto;
}
.container5 {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: auto;
  padding-bottom: 50px;
}
.bg_torisetsu {
  position: relative;
}
.torisetsu {
  position: absolute;
  top: 20%;
  left: 9%;
  width: 482px;
}
.torisetsu:hover {
  opacity: .7;
}