@charset "utf-8";
/* CSS Document */
html {
  background: #fff url(/hobbytengoku/image/bg_contents.jpg) 50% -20px no-repeat fixed;
}
body {
  min-width: 960px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  color: #212121;
  background: url(/hobbytengoku/image/bg_newAkiba.png) 50% 70px no-repeat fixed;
}
/* Link */
a {
  text-decoration: none;
  outline: none;
  color: #0095d9;
}
a:hover {
  text-decoration: underline;
  color: #19448e;
}
/* Return to Page Top
-----------------------------*/
p.lnkPtop {
  width: 920px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 75%;
  font-style: italic;
  text-align: right;
  clear: both;
  z-index: 20;
}
p.lnkPtop a {
  height: 1em;
  padding: 5px 15px;
  margin-right: 10px;
  background: #ffe100;
  color: #212121;
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
}
p.lnkPtop a:hover {
  background: #ffba41;
  color: #323232;
}
/*-------------------------------
 Header
---------------------------------*/
#header {
  width: 100%;
  min-width: 960px;
  margin: 0;
  background: #272e37;
  background: rgba(34, 24, 21, 0.8);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.6);
  border-bottom: 1px solid #221815;
  position: relative;
  z-index: 10;
}
#hdrInner {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
#logoHTtop {
  width: 101px;
  height: 48px;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  border: 1px solid #f5f5f5;
}
#logoVStop {
  width: 150px;
  height: 30px;
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
}
#hdrInner ul {
  height: 20px;
  padding: 20px 10px 20px;
  margin: 0 160px 0 115px;
}
#hdrInner ul li {
  height: 20px;
  border-right: 1px solid #212121;
  line-height: 20px;
  padding: 0 10px;
  float: left;
}
#hdrInner ul li + li {
  border-left: 1px solid #797979;
}
#hdrInner ul li a {
  color: #fff;
  padding: 0 10px;
}
#hdrInner ul li a:hover, #hdrInner ul li a:active {
  color: #212121;
  text-decoration: none;
  background: #ffe100;
}
/*-------------------------------
 Contents Wrapper
---------------------------------*/
.contWrap {
  width: 100%;
  min-height: 100vh;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.wrapInner {
  width: 940px;
  padding: 1px 0;
  margin: 20px auto 40px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  border-radius: 20px;
  position: relative;
}
.wrapInner > hr {
  margin: 0 10px 60px;
}
/*-------------------------------
 greetiong in wrapper
---------------------------------*/
.greeting {
  padding: 20px;
  margin: 0 auto;
  background: rgba(255,255,255,0.5);
  border-radius: 20px;
  font-size: 125%;
  line-height: 1.5;
}
.greeting-title {
  padding: 40px 20px;
  margin: 0 0 20px;
  background: url("/hobbytengoku/image/bg_newAkiba02.png") -90px -40px no-repeat, url("/hobbytengoku/image/bg_contents.jpg") right top no-repeat;
  color: #e7121e;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  text-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, 4px 2px 6px #000;
}
.greeting-text {
  padding: 0 20px;
  margin: 1em auto;
  text-align: justify;
  text-indent: 1em;
}
.greeting-sign {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.greeting-sign > img {
  max-width: 240px;
  margin: 0 0 0 20px;
}
/*-------------------------------
 fair
---------------------------------*/
.fair-cont {
  padding: 20px;
  margin: 0px auto;
  background: rgba(255,255,255,0.5);
  border-radius: 20px;  
  position: relative;
}
.fair-img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}
.fair-title {
  margin: 20px;
  color: #a50000;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.fair-text {
  padding: 0 20px;
  margin: 1em auto;
  font-size: 140%;
  text-align: center;
}
/* fair-menu */
.fair-menu {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fair-menu > li {
  width: calc(100% / 2 - 20px);
  margin: 10px;
  text-align: center;
  flex: 0 1 auto;
}
.fair-menu > li:not(:last-child) > a {
  padding: 12px 5px;
  background: #bd1427;
  border: 2px solid #fff;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 30px;
  display: block;
}
.fair-menu > li:not(:last-child)  > a:hover {
  border-color: #bd1427;
  filter: brightness(1.2);
  text-decoration: none;
}
.fair-menu > li:last-child {
  margin: 20px 30px;
  flex-grow: 1;
}
.fair-menu > li:last-child > a {
  padding: 10px;
  background: #fff;
  border: 1px solid #bd1427;
  font-size: 112.5%;
  display: block;
}
/* fair contents */
.cont + hr {
  margin: 20px auto;
}
.cont {
  padding: 20px 0px;
  background: rgba(255,255,255,0.6);
  display: flex;
  align-items: flex-start;
}
.cont.cont-column {
  flex-direction: column;
}
.cont-photo {
  width: 274px;
  margin: 2px 0;
  border: 1px solid #fff;
  outline: 2px solid #bd1427;
  flex: 1 0 auto;
}
.cont-photo-full {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;;
}
.cont-detail {
  padding: 0 10px;
  margin: 0 10px;
}
.cont-title {
  margin: 0;
  color: #a50000;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.3;
}
.cont-title-bg {
  width: 100%;
  padding: 15px 0;
  background: #a50000;
  color: #fff;
  font-size: 150%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  flex: 1 0 auto;
}
.cont-title-cont {
  padding: 2px 10px;
  margin: 20px 0 0;
  background: #fff;
  border: 2px solid #bd1427;
  color: #bd1427;
  font-weight: bold;
  display: inline-block;
}
.cont-schedule {
  margin: 10px 0;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cont-schedule  > dt {
  padding: 2px 15px;
  background: #bd1427;
  border-radius: 20px;
  color: #fff;
}
.cont-schedule  > dd {
  margin-left: 1em;
  font-size: 125%;
  font-weight: bold;
}
.cont-text {
  margin: 20px 5px;
  font-size: 112.5%;
  line-height: 1.5;
}
.cont-text > b {
  color: #bd1427;  
}
.cont-text--2nd {
  margin: 10px;
}
.cont-notice {
  margin: 10px;
  font-size: 87.5%;
}
.cont-notice > li {
  padding-top: 2px;
  margin-top: 2px;
  margin-left: 1em;
  text-indent: -1em;
}
.cont-list {
  padding: 10px;
  margin: 20px 0 0;
  background: #fff;
  border: 3px double #aaa;
}
.cont-list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cont-list > li ~ li {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px dotted #ccc;
}
.cont-list__name,
.cont-list__price,
.cont-list__note {
  flex: 1 1 auto;
}
.cont-list__name {
  width: 50%;
  font-weight: bold;
}
.cont-list__price {
  width: 50%;
  color: #bd1427;
  font-weight: bold;
  text-align: right;
}
.cont-list__note {
  width: 100%;
  text-align: left;
}
.cont-list__off {
  min-width: 200px;
  padding: 10px;
  background: #ffdc00;
  color: #dc1c1c;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.cont-list__off--30 {
  font-size: 125%;
}
.cont-list__off--40 {
  font-size: 150%;
}
.cont-list__off--final {
  font-size: 175%;
}
/* HT online store */
.cont-htos {
  width: 90%;
  margin: 0 auto;
  flex: 1 0 auto;
}
.link-htos {
  padding: 20px 1em;
  margin: 20px auto;
  background: #fa7800;
  border-radius: 10px;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.5);
  color: #fff;  
  font-size: 112.5%;
  text-align: center;
  text-decoration: none;
  display: block;
}
.link-htos:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.2);
}
/* closed schedule */
.cont-closed-schedule {
  width: 98%;
  margin: 20px auto;
  background: #f8f8f8;
  border-bottom: 1px double #fff;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 112.5%;
}
.cont-closed-schedule caption {
  padding: 15px 10px;
  margin-bottom: 0px;
  background: #f2f1ed;
  border-top: 1px double #ccc;
  border-bottom: 1px double #ccc;
  color: #a50000;
  font-weight: bold;
  text-align: center;
}
.cont-closed-schedule,
.cont-closed-schedule caption {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.cont-closed-schedule th,
.cont-closed-schedule td {
  padding: 15px;
  padding-bottom: 20px ;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.cont-closed-schedule th {
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.cont-closed-schedule td {
  padding-left: 20px;
  padding-right: 20px;
}
.cont-closed-lastday {
  color: #a50000;
}
/*-------------------------------
 HT2 grand open banner
---------------------------------*/
.linkbanner {
  max-height: 380px;
  margin: 20px;
  outline: 5px solid #bd1427;
  overflow: hidden;
  position: relative;
}
.link-ht2 {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  clip-path: inset(0 0 70px 0px);
}
/*-------------------------------
 Footer
---------------------------------*/
#footer {
  width: 100%;
  min-width: 960px;
  padding: 40px 0 20px;
  margin-top: 40px;
  background: url(/hobbytengoku/image/bg_body_footer.png) 50% bottom no-repeat fixed rgba(256, 256, 256, 0.7);
  text-align: center;
}
.logoVs {
  display: block;
  margin: 0 auto 10px;
}
#footer p {
  margin: 20px auto;
  line-height: 1.8;
  color: #333;
  text-shadow: 0 0 1px #fff;
}