@charset "utf-8";
/* CSS Document */
.outer {
  height: 100vh;
  position: relative;
}
.inner {
  position: absolute;
  top: 50%; /*親要素を起点に上から50%*/
  left: 50%; /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
body {
  background-color: #000427;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
h1, h2, h3, h4 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
h2, h3 {
  font-weight: normal;
}
h2 {
  padding: 0 0 10px 0;
  margin: 50px 0 30px 0;
  text-align: center;
}
h5 {
  font-size: 1rem;
}
a:link, a:visited {
  color: #000427;
  text-decoration: none;
}
a:active, a:hover {
  color: #494b6b;
  text-decoration: none;
}
.pcbr {
  display: block;
}
.spbr {
  display: none;
}
header h1 {
  padding: 80px 0 0 0;
}
header h1 span {
  padding: 80px 0 20px 0;
  border-bottom: solid 1px #fff;
}
header h2 {
  margin: 70px 0;
}
header {
  background-image: url("../images/head_bgimg.png");
  background-repeat: repeat-x;
  background-position: top;
}
.headlogo {
  width: 500px;
  height: auto;
  margin: 30px 0;
}
.maincopy {
  font-size: 1.7rem;
}
.bgcw {
  background: #fff;
  color: #000427;
  padding: 0 0 200px 0;
}
.vam {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-p {
  font-size: 7rem;
  line-height: 100%;
}
.maintext {
  font-size: 1.1rem;
  line-height: 180%;
  width: 70%;
  margin: 0 auto 100px;
  text-align: left;
}
.mtsoft, .mthard, .frametype {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 8px;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}
.mtsoft {
  background: #5ab5b2;
}
.mthard {
  background: #196d9e;
}
.frametype {
  background: #999;
}
.itemspec {
  display: table;
  font-size: 0.8rem;
  width: 100%;
}
.itemspec .itemspec_list {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
  width: 100%;
}
.itemspec .itemspec_list dt {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 8px;
  margin: 0;
  text-align: left;
}
.itemspec .itemspec_list dd {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 8px;
  margin: 0;
  border-left: 1px solid #ccc;
}
.cataloglink a {
  background: #000427;
  display: block;
  padding: 30px;
  border: solid 1px #fff;
  text-decoration: none;
  font-size: 1.5rem;
  margin: 30px 0;
}
.cataloglink a {
  color: #fff;
}
.cataloglink a:hover, .card-footer:hover {
  background: #494b6b;
}
#showroom h3, #paramountshop h3 {
  font-size: 1.3rem;
}
.card-text {
  font-size: 0.9rem;
}
.card-footer {
  background: #000427;
  text-align: center;
}
.card-footer a {
  color: #fff;
  display: block;
}
.srbox {
  background: #fff;
}
.srlink div {
  margin: 0;
  padding: 0;
}
.srlink a, .srreservelink a {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.3rem;
  background: #000427;
}
.maplink {
  display: block;
  background: url("../images/mappin.png") no-repeat top 50% left 10px;
  margin: 10px 0;
  padding: 8px 5px 5px 30px;
  width: 80px;
  border: solid 1px #000427;
}
.shoplist table {
  width: 70%;
  margin: 0 auto;
}
.shoplist tr {
  border-bottom: solid 1px #333;
}
.shoplist td {
  padding: 10px 0;
}
.shoplist a:link {
  text-decoration: underline;
}
.linkbt {
  display: block;
  background: #001339;
  padding: 17px;
  margin: 30px auto;
  text-decoration: none;
  width: 70%;
  font-size: 1.3rem;
}
.attext {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
footer {
  margin: 80px 0;
}
footer ul.sitelink {
  margin: 30px 0 0 0;
  padding: 0;
}
footer .sitelink li {
  display: inline;
  padding: 0 20px;
}
footer .sitelink li + li {
  border-left: 1px solid #fff;
}
footer a:link, footer a:visited {
  color: #fff;
}
footer a:hover, footer a:active {
  color: #ccc;
}
footer address {
  padding: 30px 0 0 0;
  font-size: 0.8rem;
}
@media screen and (max-width:1200px) {
  .pcbr {
    display: none;
  }
  .shoplist table {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  body {
    background-size: 200% auto;
  }
  h2 {
    font-size: 1.3rem;
  }
  .maincopy {
    font-size: 1.4rem;
  }
  .maintext {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    line-height: normal;
  }
	.headlogo {
  width: 340px;
}
  .shoplist table, .shoplist tbody, .shoplist tr, .shoplist td, .shoplist th {
    width: 100%; /* 幅を100%にする */
    display: block; /* ブロック要素にする */
  }
  .shoplist tr {
    padding: 10px 0;
  }
  .shoplist td {
    padding: 0;
  }
  .linkbt {
    width: 100%;
    text-align: center;
  }
  .attext {
    width: 100%;
  }
  .spbr {
    display: block;
  }
  footer .sitelink li {
    display: block;
    padding: 10px 0;
  }
  footer .sitelink li + li {
    border-left: none;
  }
}