@charset "utf-8";

/* -----------------------------------------------
common
----------------------------------------------- */
body {
  font-family:"Roboto-Medium","Hiragino Sans";
}
h1 {
  font-family:"Roboto-Bold","Hiragino Sans";
}
a {
  color: #252525;
  text-decoration: none;
  cursor: pointer;
}
img {
  border: 0;
  max-width: 100%;
}
input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input:focus {
  outline:0;
}
.col-heading {
  width: 20%;
}
.col-contents {
  width: 80%;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
input{
  -webkit-appearance: none;
}

/* -----------------------------------------------
フォント
----------------------------------------------- */
/*IE 用*/
/*IE 8、Android 4.3 あるいはそれ以下を捨てる*/
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.woff");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff");
}
/* Firefox, Opera, Safari 用 */
@font-face {
  font-family:"Lato-Bold";
  src:url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family:"Roboto-Medium";
  src:url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family:"Roboto-Bold";
  src:url("../fonts/Roboto-Bold.ttf") format("truetype");
}

/* -----------------------------------------------
header
----------------------------------------------- */

header {
  width: 100%;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #252525;
}
.header-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.header-links {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.header-linksList {
  font-size: 0;
  line-height: 1;
  color: #fff;
}
.header-linksList li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: solid 1px #ddd;
}
.header-linksList li a {
  font-size: 14px;
  color: #fff;
}
.header-sns {
  -webkit-box-flex: 0;
  flex: 0 0 100px;
}
.sns-button {
  font-size: 0;
}
.sns-button li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.sns-button li:last-child {
  margin-right: 0;
}
.sns-button li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
}
.sns-button li a.is-Line {
  line-height: 49px;
  background: #10ae14;
}
.sns-button li a img {
  width: 16px;
  height: 16px;
}
.sns-button li a.is-Line img {
  width: 20px;
  height: 20px;
}
.sns-button li a.is-Fb {
  background: #225aa8;
}
.sns-button li a.is-Tw {
  background: #1da1f2;
}

/* -----------------------------------------------
main - top
----------------------------------------------- */
.top h1 {
  margin: 0px auto;
  max-width: 416px;
  width: 100%;
  font-family:"Roboto-Bold","Hiragino Sans";
}
.top-kv {
  margin: 0 auto;
  max-width: 916px;
  width: 100%;
}

/* -----------------------------------------------
main - order
----------------------------------------------- */
.order {
  border: 1px solid #ccc;
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 40px auto 56px;
}
.order h1 {
  font-size: 20px;
  color: #999;
  font-weight: 400;
  margin-bottom: 30px;
}
.order h1 span {
  display: block;
  font-size: 16px;
  line-height: 1.6rem;
  color: #cda13e;
  font-weight: 500;
  margin-bottom: 8px;
}
.order a {
  color: #fff;
}
.order-button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 48px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 6px;
}
.order-button.premium {
  background-color: #d9bb56;
}
.order-button.blue {
  background-color: #65cae5;
  color: #fff;
}

.order-button.gray {
  width: 40%;
  background-color: #b8b8b8;
  color: #fff;
  margin: 0 auto;
}

.order-notes {
  text-align: left;
  background-color: #f4f4f4;
  width: 90%;
  margin: 32px auto 0;
  box-sizing: border-box;
  padding: 16px 56px;
}
.order-notes small {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.order-notes small.attention {
  color: #ef5987;
}
.order-notes small:last-child {
  margin-bottom: 0;
}
.order-notes small a {
  color: #109ad7;
}
.order-info{
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.order-info span {
  color: crimson;
}
.order-info a {
  color: steelblue;
}


/* -----------------------------------------------
main - liveinfo
----------------------------------------------- */
.liveinfo {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 80px;
}
.liveinfo h1 {
  width: 100%;
  padding: 12px 16px;
  background: #f4f4f4;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
}
.liveinfo table {
  width: 100%;
  font-size: 16px;
}
.liveinfo tr {
  border-bottom: #dedede 1px dotted;
}
.liveinfo th,.liveinfo td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.65em;
}
.liveinfo small {
  display: block;
  font-size: 13px;
  line-height: 1.6em;
}
.liveinfo td small:last-child {
  margin-bottom: 32px;
}
.liveinfo small a {
  color: #109ad7;
}

/* お問い合わせ */
.liveinfo h2 {
  font-size: 16px;
  margin: 24px 0;
}
.liveinfo h2::before {
  display: inline-block;
  content: '▶︎';
}
.liveinfo-help {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 16px 24px;
  box-sizing: border-box;
  margin-bottom: 32px;
  line-height: 1.65em;
}
.liveinfo-help p {
  margin-bottom: 8px;
}

/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
  background-color: #333;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
footer small {
  color: #fff;
  font-size: 10px;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
/* page top */
.toPageTop {
  width: 50px;
  height: 50px;
  background-color: #666;
  line-height: 50px;
  position: fixed;
  right: 10%;
  bottom: 80px;
}
.toPageTop a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.toPageTop a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -5px;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  transform: rotate(45deg);
}