@charset "utf-8";
/*
<!--エンコードがUTF-8であることを指定-->
/*
theme Name: Enterrise
Author: Plusers
Description: original theme
version： 1.0.0
*/
/* =======================================
基本設定
======================================== */
html {
  font-size: 62.5%;
    min-height: 100%;
  position: relative;
}
body {
  /*フォントの指定*/
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*サイト全体のフォントサイズを指定*/
  font-size: 1.6rem; /* 16px*/
  /*行間の指定*/
  line-height: 2;
  /*サイト全体にかかるmarginをリセット*/
  margin: 0;
  /*サイト全体にかかるpaddingをリセット*/
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
  /*フェード*/
  /*  animation: fadeIn 2s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;*/
     margin-bottom: 5em;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem; /* 36px*/
  }
  h2 {
    font-size: 2.4rem; /* 24px*/
  }
}
@media screen and (max-width: 640px) {
  /* 640px以下*/
  body {
    line-height: 2;
  }
  h1 {
    font-size: 2.4rem; /* 24px*/
  }
  h2 {
    font-size: 2rem; /* 20px*/
  }
}
/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
/*見出しを全て太字で表示するように指定*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
  max-width: 100%;
  height: auto;
}
/*マウスオーバー時にリンクを半透明に光らせる*/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=50);
  -ms-filter: “alpha(opacity=50)”;
  transition-duration: 0.3s;
}
a:hover video {
  opacity: 0.8;
  transition-duration: 0.3s;
}
/* ナビメニュー */
nav li a {
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  font-size: 15px;
}
nav ul {
  margin: 5px 0 5px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* =======================================
背景画像
======================================== */
.background-img {
  background: url("../img/index/bg.jpg") no-repeat center top #fff;
  height: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
/* =======================================
ロゴ
======================================== */
.siteinfo {
  overflow: hidden;
  background-color: #ffffff; /*背景色*/
}
.rogo {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rogo img {
  margin: 10px;
}
.rogo-sp {
  padding: 0.5rem;
  margin: 0rem;
  display: none;
}
.rogo-sp img {
  display: none;
}
@media screen and (max-width: 768px) {
  .rogo-sp {
    display: flex;
    justify-content: space-between;
  }
  .rogo a {
    max-width: 100%;
    width: 100%;
  }
  .rogo-sp img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .rogo {
    display: none;
  }
}
/* =======================================
ヘッダー
======================================== */
/*基本設定*/
header {
  margin-bottom: 0;
  background-color: #ff6600; /*背景色*/
  /*
  background: linear-gradient(#ff6600 85%,#ffa300);*/
  border-bottom: solid 3px #ff6600;
}
header a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 0;
    background-color: #ddd; /*背景色*/

    border-bottom: solid 3px #ff6600;
  }
}
/*メニューバー*/
.menu-container {
  margin: 0;
}
.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-container .menu .menu-item {
  flex: 1;
}
.menu-container .menu .menu-item a {
  color: #fff;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}
.menu-container .menu .menu-item a:hover {
  background: #ffa300;
  color: #ffffff;
  transition-duration: 0.3s;
}
.menu-container .menu .menu-item:last-child a {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu-container .menu .menu-item a {
    color: #727473;
  }

  .menu-container .menu {
    display: none;
    width: 100%;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}

/*ドロップメニュー*/
.icon-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .icon-hamburger,
  .icon-hamburger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .icon-hamburger {
    position: relative;
    width: 35px;
    height: 30px;
  }
  .icon-hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .icon-hamburger span:nth-of-type(1) {
    top: 0;
  }
  .icon-hamburger span:nth-of-type(2) {
    top: 13px;
  }
  .icon-hamburger span:nth-of-type(3) {
    bottom: 0;
  }

  .icon-hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .icon-hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .icon-hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .icon-hamburger {
    display: block;
    margin: 10px 15px 10px auto;
    position: relative;
    max-width: 100%;
  }
}
/*各ページのタイトルヘッダー*/
.page-header {
  margin-top: 0px;
  background-color: #727473; /*背景色*/
}
.page-header h1 {
  color: #ffffff; /*文字色*/
  text-decoration: none;
  /*padding: 10px;*/
  text-align: center;
  margin: 0;
}
/*パンくずリスト*/
.bread a {
  text-decoration: none;
  color: #888888; /*文字色*/
  padding: 5px 5px;
  font-size: 12px;
}
.bread {
  color: #888888; /*文字色*/
  padding: 5px 5px;
  font-size: 12px;
}
.breadcrumb {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  /* font-weight: bold;/*太字*/
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 3px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* =======================================
フッター
======================================== */
footer {
  background-color: #727473; /*背景色*/
  clear: both;
  height: 5em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*フッターメニュー*/
.footer-nav {
  margin-bottom: 5px;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul:after {
  display: block;
  clear: both;
  content: "";
}
.footer-nav li {
  float: left;
  width: calc(100% / 3);
  text-align: center;
}
*::-ms-backdrop,
.footer-nav li {
  width: 33.33%; /* IE11 */
}
.footer-nav li a {
  font-size: 0.9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #fff; /* 文字色*/
  border-right: solid 1px #ffffff;
}
.footer-nav li:first-child a {
  border-left: solid 1px #ffffff;
}
.footer-nav li a:hover {
  opacity: 0.6;
}
/*コピーライト*/
small {
  font-size: 0.9em;
  color: #fff; /* 文字色*/
}
.Copyrighy {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: #000; /*背景色*/
}
/* =======================================
動画
======================================== */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-wrap {
  position: relative;
  width: 100%;
  content: "";
  display: block;
  width: 100%;
  padding-top: 58.33%;
}
#video01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgWrap video {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.imgWrap video:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
/* =======================================
インデックス
======================================== */
/*トップイメージ*/
.img-center {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0.3); /*背景色*/
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.img-box {
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.nested-items {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 31%;
}
.nested-items-ex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 30%;
}
.img01 {
  margin-right: 8px;
  max-width: 67.5%;
  margin-bottom: 0;
  width: 100%;
}
.imgex {
  margin-right: 8px;
  max-width: 68%;
  margin-bottom: 0;
  width: 100%;
}
.img02,
.img03 {
  width: 100%;
  margin-bottom: 0;
}
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 100%;
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

/*----------pick_up----------*/
.pick-box {
  background: #ff6600;
  margin: 10px 0 0 0;
  width: 100%;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
}
.pick {
  background-color: #fff; /*背景色*/
  position: relative;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  /*outline: solid 2px #FF6600;*/
  /*outline-offset: -5px;*/
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 5px #ff6600;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 5px #ff6600;
  box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 5px #ff6600;
  transform: skewX(-30deg);
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.pick-text {
  transform: skewX(30deg);
}
.pick-text p {
  color: #727473;
  text-decoration: none;
}
.pick a:hover {
  color: #ffa300; /* 文字色*/
  transition-duration: 0.3s;
}
/*---------left-box----------*/
.left-box {
  float: left;
  width: 50%;
}
/*news*/
.news {
  position: relative;
  background-color: #fff; /*背景色*/
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  margin: 0 0 10px 0;
  height: 268px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: solid 5px #fff;
}
.news-list {
  margin-left: 1rem;
  display: flex;
}
.news-list a {
  margin: 0;
  text-decoration: none;
  font-size: 1.4rem;
}
.news li {
  margin: 0;
  list-style: none;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.news .new::before {
  content: "NEW!";
  color: #fff;
  background: #ff4500;
  border-radius: 3px;
  margin-right: 1rem;
  padding: 3px;
  letter-spacing: 0.2em;
  font-size: 1rem;
}
hr {
  border-top: 1px dashed #8c8b8b;
}
.top {
  color: 1px dashed #fff;
}
/*rss*/
.rss {
  /*background-color:#ddd;/*背景色*/
  background: linear-gradient(#ff6600, #ff6600, #ffa300);
  height: 41px;
  margin: 10px 0 0 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #ff6600;
}
.rss a {
  font-size: 15px;
  color: #fff; /* 文字色*/
  padding: 5px;
  font-weight: bold;
}
.rssicon {
  float: right;
  padding-right: 0.3rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*----------設置店舗検索----------*/
.search {
  width: 100%;
  margin: 0 auto;
  border-bottom: solid #ff6600 2px;
}
/*search_form*/
.search_form {
  position: relative;
  background-color: #fff; /*背景色*/
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  height: 210px;
  padding-bottom: 3px;
}
.form-title {
  background-color: #ddd; /*背景色*/
  background: linear-gradient(#ff6600, #ff6600, #ffa300);
  border-bottom: solid #ff6600 2px;
  padding: 5px;
}
.form-title a {
  font-size: 15px;
  margin: 0 auto;
  color: #fff; /* 文字色*/
  font-weight: bold;
}
.p-worldselect {
  overflow: hidden;
  width: 80%;
  padding: 1.5px;
  margin: 10px auto;
}
.p-worldselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.p-worldselect select::-ms-expand {
  display: none;
}
.p-worldselect.pw-sl {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.p-worldselect.pw-sl::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.p-worldselect.pw-sl select {
  padding: 8px 38px 8px 8px;
  color: #666666; /* 文字色*/
}
.input {
  overflow: hidden;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

input[type="submit"]{
-webkit-appearance: none;
}
.pw-button {
  height: auto;
  max-width: 100%;
  max-height: auto;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  transition: 0.4s;
  padding: 10px 20px 10px 20px;
  align-items: center;
  border: solid 2px #ffa300;
  background-color: #ffa300;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 5px;
}
.pw-button:hover {
  border: solid 2px #ffa300;
  background: #fff;
  color: #ffa300;
}
/*----------right-box----------*/
.right-box {
  float: right;
  width: 49%;
}
/*twitter*/
.twitter {
  position: relative;
  background-color: #fff; /*背景色*/
  height: auto;
  margin: 10px 0 10px 0;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
    height: 554px;
}
.twitter-title {
  background-color: #ddd; /*背景色*/
  background: linear-gradient(#ff6600, #ff6600, #ffa300);
  border-bottom: solid #ff6600 2px;
  padding: 5px;
}
.twitter-title a {
  font-size: 15px;
  margin: 0 auto;
  color: #fff; /* 文字色*/
  font-weight: bold;
}
.twitter-box {
  width: 95%;
  margin: 0 auto;
  padding: 10px;

}
.twitter-box p {
  margin: 0;
}

/*note*/
.note {
  background-color: #fff; /*背景色*/
  color: #ff1a00;
  margin: 5px;
  padding: 5px;
  margin-bottom: 8.5px;
  text-align: center;
  clear: both;
  font-weight: bold;
  box-sizing: content-box;
  max-width: 100%;
  position: relative;
  height: auto;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 5px #ff1a00;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 5px #ff1a00;
  box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 5px #ff1a00;
}

/*----------link----------*/
.link-title {
  background-color: #fff; /*背景色*/
  background: linear-gradient(#ff6600, #ff6600, #ffa300);
  border-bottom: solid #ff6600 2px;
  padding: 5px;
}
.link-title a {
  font-size: 15px;
  margin: 0 auto;
  color: #fff; /* 文字色*/
  font-weight: bold;
}
.link {
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff; /*背景色*/
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.link img {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
}
.link-box {
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
}
/*レスポンシブ設定*/
@media (max-width: 768px) {
  .background-img {
    background: url("none");
  }
  .img-center {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0;
  }
  .nested-items {
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
  }
  .nested-items-ex {
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .img01 {
    margin-right: 0px;
    max-width: 100%;
    margin-left: 0vw;
    margin-bottom: 0;
    width: 100%;
  }
  .imgex {
    margin-right: 0px;
    max-width: 100%;
    margin-left: 0vw;
    margin-bottom: 0;
    width: 100%;
    background: url("img/index/main_thumbnail.jpg") no-repeat center top #fff;
  }
  .img02,
  .img03 {
    width: 100%;
    margin-bottom: 0;
  }
  /*----------pick_up----------*/
  .pick-box {
    outline:  solid 1.5px #ff6600;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .pick {
    transform: skewX(-30deg);
    width: 95%;
    margin: 0 auto;
  }
  .pick-text {
    transform: skewX(30deg);
    width: 75%;
    margin: 0 auto;
    font-size: 0.9em;
  }
  /*---------left-box----------*/
  .left-box {
    width: 100%;
  }
  .news {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .news a {
    font-size: 1rem;
    margin-right: 1rem;
  }
  .news li {
    font-size: 1rem;
  }
  /*rss*/
  .rss {
    height: 50px;
    margin: 10px 0 0 0;
  }
  .rss img {
    float: right;
    margin: 0 auto;
  }
  .search_form {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .pw-button {
    margin-top: 10px;
  }

  .input {
    margin-top: 10px;
    width: 50%;
  }
  /*----------right-box----------*/
  .right-box {
    float: right;
    width: 100%;
  }
  /*twitter*/
  .twitter {
    position: relative;
    height: auto;
    margin: 10px 0 10px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  
.twitter-box {
  width: 100%;
  margin: 0 auto;
padding: 0;
}
  /*note*/
  .note {
    margin: 10px 0 10px 0;
    padding: 5px;
    text-align: center;
    clear: both;
  }
  .link-box {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  /*フッター*/
  .footer-nav li {
    float: left;
    width: calc(100% / 3);
    text-align: center;
  }
  .footer-nav li a {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  /*コピーライト*/
  .copyright p {
    text-align: center;
  }
}

/* =======================================
機種情報
======================================== */
.slot-contents {
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.slot {
  background-color: #fff;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.slot-box {
  margin: 5px;
  width: calc(97% / 2);
  height: auto;
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  border: solid 2px #aaa;
}
.slot-title {
  width: 100%;
  height: auto;
  background-color: #ddd;
  border-bottom: solid 2px #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slot-title a {
  color: #777;
  padding: 5px;
  font-weight: bold;
  margin-left: 10px;
}
.slot-box-left {
  width: 49%;
  float: left;
}
.slot-box-right {
  width: 49%;
  float: right;
}
.title-thumbnail {
  max-width: 100%;
  max-height: auto;
  margin: 5px;
}
.slot-info {
  max-width: 100%;
  height: auto;
  background-color: #fff;
  margin: 5px;
}
.slot-info p {
  padding: 5px;
  margin: 0 10px 10px 10px;
}
p.sample3 {
  border-bottom-style: solid;
  border-color: #727473;
  border-width: 1px;
}
.slot-thumbnail {
  max-width: 100%;
  max-height: auto;
  margin: 5px;
}
.slot-link {
  height: auto;
  max-width: 100%;
  max-height: auto;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #aaa;
  border: solid 3px #aaa;
  border-radius: 3px;
  transition: 0.4s;
  padding: 5px;
  align-items: center;
}
.slot-link:hover {
  background: #ffa300;
  color: #fff;
  border: solid 3px #ffa300;
}

/*レスポンシブ設定*/
@media (max-width: 940px) {
  .slot-box {
    margin: 0;
    width: 100%;
    border: none;
  }
  .title-thumbnail {
    text-align: center;
  }
  .slot-info p {
    margin: 0;
    font-size: 0.9em;
  }
  .slot-thumbnail {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .slot-link-box {
    clear: both;
    margin: 0 auto;
    width: 200%;
  }
}

/*レスポンシブ設定*/
@media (max-width: 940px) {
  .slot-box {
    margin: 0;
    width: 100%;
  }
  .title-thumbnail {
    text-align: center;
  }
  .slot-info p {
    margin: 0;
    font-size: 0.9em;
  }
  .slot-thumbnail {
    text-align: center;
  }
}
/* =======================================
アプリ、サウンドトラック
======================================== */
.app-contents {
  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.app {
  background-color: #fff;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.app-box {
  margin: 5px;
  width: calc(97% / 2);
  height: auto;
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  border: solid 2px #aaa;
}
.app-title {
  width: 100%;
  height: auto;
  background-color: #ddd;
  border-bottom: solid 2px #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-title a {
  color: #777;
  padding: 5px;
  font-weight: bold;
  margin-left: 10px;
}
.app-box-left {
  width: 49%;
  float: left;
}
.app-box-right {
  width: 49%;
  float: right;
}
.title-thumbnail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-thumbnail img {
  max-width: 100%;
  width: 300px;
  height: auto;
  max-height: 200px;
  margin: 5px auto;
}
.app-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  height: 210px;
  margin: 5px;
}
.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.app-box-center {
  max-width: 100%;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.app-button img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-link {
  height: auto;
  max-width: 100%;
  max-height: auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #aaa;
  border: solid 3px #aaa;
  border-radius: 3px;
  transition: 0.4s;
  padding: 10px;
  align-items: center;
}
.app-link:hover {
  background: #ffa300;
  color: #fff;
  border: solid 3px #ffa300;
}
.app-linkbox {
  border: solid 3px #aaa;
  border-radius: 3px;
  transition: 0.4s;
  padding: 10px;
  height: auto;
  max-width: 100%;
  max-height: auto;
}
.test-app-link {
  text-decoration: none;
  flex-wrap: wrap;
  border: solid 3px #aaa;
  border-radius: 3px;
  transition: 0.4s;
}
.test-app-link p {
  align-items: center;
  color: #aaa;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.app-link:hover {
  background: #ffa300;
  color: #fff;
  border: solid 3px #ffa300;
  text-decoration: none;
}
.app-icon {
  float: left;
  font-size: 2.5em;
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 5px;
  color: #aaa;
}
/*レスポンシブ設定*/
@media (max-width: 940px) {
  .app-box {
    margin: 0;
    width: 100%;
    border: none;
  }
  .app-button {
    height: auto;
  }
  .app-button img {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .app-info p {
    margin: 0;
    font-size: 1rem;
  }
  .title-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-link {
    transition: 0.4s;
    padding: 0.5rem;
  }
}
@media (max-width: 450px) {
  /*.app-button{
    height: 13.5rem;}*/
  .app-link {
    transition: 0.4s;
    padding: 0.1rem;
  }
}
/* =======================================
企業、採用情報
======================================== */
.company-box table {
  max-width: 1000px;
  width: 100%;
  border: solid 1px #aaa;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
.company-box th {
  color: #666;
  border: solid 1px #aaa; /* 枠線指定 */
  padding: 2px; /* 余白指定 */
  background-color: #efefef;
  font-weight: normal;
}
.company-box td {
  border: solid 1px #aaa; /* 枠線指定 */
  padding: 5px; /* 余白指定 */
}
.company-contents {
  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
}
.company {
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.company-box {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px;
}
.company-title {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: auto;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ff6600;
  border-left: 10px solid #ff6600;
}
.company-title a {
  color: #727473;
  padding: 5px;
  font-weight: bold;
  margin-left: 10px;
}
.company-thumbnail {
  padding-top: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ann {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.ann a {
  margin: 0 auto;
}
/*レスポンシブ設定*/
@media (max-width: 768px) {
  .company-box {
    font-size: 1rem;
  }
  .ann{
    padding: 10px;
    font-size: 1rem;
      line-height: 2;
  }
}
/* =======================================
お問い合わせ
======================================== */
#formWrap {
  width: 1000px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
.textbox {
  color: #fff;
  background: #ff4500;
  border-radius: 3px;
  margin-right: 1rem;
  padding: 3px;
  letter-spacing: 0.2em;
  float: right;
}
.textbox2 {
  color: #fff;
  background: #ff4500;
  border-radius: 3px;
  padding: 3px;
  letter-spacing: 0.2em;
}
.Confirmation {
  width: 330px;
  height: 60px;
  background: #f90;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #ffae13;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.Confirmation:hover {
  background: #fff;
  color: #f90;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 800px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="submit"]{
-webkit-appearance: none;
}
  input[type="text"],
  textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.contact-contents {
  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
}
.contact {
  background-color: #bbb;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.contact-box {
  width: 100%;
  height: auto;
  background-color: #eee;
  padding: 5px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.contact-note {
  max-width: 1000px;
  width: 90%;
  height: auto;
  padding: 10px;
  font-size: 90%;
  margin: 0 auto;
}
.contact-note h2 {
  margin: 0;
  font-size: 90%;
}
.contact-title {
  width: 100%;
  height: auto;
  background-color: #ddd;
  border-bottom: solid 2px #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-title a {
  color: #777;
  padding: 5px;
  font-weight: bold;
  margin-left: 10px;
}
.contact-thumbnail {
  padding-top: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.entry-content .inquiry {
  width: 100%;
}
.inquiry th {
  text-align: right;
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  padding-left: 20px;
  width: 40%;
  background: #ddd;
  border: solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}
/**/
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 768px) {
  .entry-content .inquiry th,
  .entry-content .inquiry td {
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry-content .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7;
  }
  .inquiry th {
    text-align: left;
    padding-left: 0px;
  }
  .contact-contents a {
    font-size: 1rem;
  }
}
/*******************************
* バッジの色
********************************
/* 必須マーク */
.must {
  background: #ff4500;
}

/* 任意マーク */
.free {
  background: #999;
}
.must,
.free {
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 10px;
  letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
.form-box {
  width: 95%;
  margin: 0 auto;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 90%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 1.5vw;
}
/* 送信ボタン */
input.sub-btn {
  margin-top: 20px;
  width: 330px;
  height: 60px;
  background: #f90;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #ffae13;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
/* 送信ボタンホバー */
input.sub-btn:hover {
  background: #fff;
  color: #f90;
}
/* 送信ボタン中央寄せ */
.center {
  text-align: center;
}
/* =======================================
サイトマップ
======================================== */
.sitemap {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.sitemap ul {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.sitemap li {
  width: 27%;
  margin: 10px;
  padding: 10px;
  height: auto;
  background-color: #efefef;
  border-bottom: 1px solid #ff6600;
  border-left: 10px solid #ff6600;
}
.sitemap li a {
  font-size: 0.9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #111; /* 文字色*/
}
.sitemap li:hover {
  height: auto;
  background-color: #efefef;
  border-bottom: 1px solid #ffa300;
  border-left: 10px solid #ffa300;
}
@media (max-width: 940px) {
  .sitemap li {
    width: 100%;
    padding: 0;
  }
  .sitemap ul {
    padding: 0;
  }
}
/* =======================================
個人情報保護方針
======================================== */
.privacy-contents {
  max-width: 1000px;

  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
}
.privacy {
  background-color: #bbb;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.privacy-box {
  width: 95%;
  height: auto;
  padding: 5px;
  padding-top: 20px;
  margin: 0 auto;
}
.privacy-box a {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.privacy-title {
  width: 100%;
  height: auto;
  margin: 10px;
  border-bottom: solid 2px #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privacy-right {
  width: 100%;
  margin: 10px;
  display: flex;
  justify-content: flex-end;
}
.privacy-title a {
  color: #fff;
  padding: 5px;
  font-weight: bold;
  margin-left: 10px;
}
/*レスポンシブ設定*/
@media (max-width: 768px) {
  .privacy-contents {
    font-size: 1rem;
  }
}
/* =======================================
ご利用に際して
======================================== */
.site-contents {
  max-width: 1000px;
  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
}
.site-contents a {
  padding: 5px;
}
.site-box {
  width: 95%;
  height: auto;
  padding: 5px;
  padding-top: 10px;
  margin: 0 auto;
}
.site-box a {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-title {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: auto;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ff6600;
  border-left: 10px solid #ff6600;
}
.site-title a {
  color: #727473;
  padding: 5px;
  font-weight: bold;
  margin-left: 10px;
}
/*レスポンシブ設定*/
@media (max-width: 768px) {
  .site-contents {
    font-size: 1rem;
  }
}
/* =======================================
404
======================================== */
.not {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.not h1{
  text-align: center;
  color: #727473;
font-weight: bold;
}
.not h2{
  text-align: center;
  color: #727473;
font-weight: bold;
}
.not h3{
  text-align: center;
  color: #727473;
font-weight: bold;
}
.not p{
  text-align: center
}
.top{
text-align: center;
}
.not-box a {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.selection {
  display: none;
  width: 100%;
  max-width: 100%;
}
#page-1 {
  display: block;
}

/* =======================================
ページング
======================================== */
.pagination-box {
  margin: 10px;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  align-items: center;
}
.pagination {
  flex-wrap: wrap;
  display: flex;
  display: -ms-flexbox;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
ul.simple-pagination {
  list-style: none;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-weight: normal;
  text-align: center;
  border: 1px solid #bbb;
  padding: 0 10px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  text-decoration: none;
}
.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #fff;
}
.light-theme .current {
  background: #666;
  color: #fff;
  border-color: #444;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
/* =======================================
ページング（app）
======================================== */
.pagination2-box {
  margin: 10px;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.pagination2 {
  flex-wrap: wrap;
  display: flex;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
ul.simple-pagination2 {
  list-style: none;
}
.simple-pagination2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination2 li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-weight: normal;
  text-align: center;
  border: 1px solid #bbb;
  padding: 0 10px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  text-decoration: none;
}
.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #fff;
}
.light-theme .current {
  background: #ffa300;
  color: #fff;
  border-color: #ffa300;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
@media only screen and (min-width: 769px) and (max-width: 1980px) {
  #wprmenu_menu_ul {
    display: none;
  }
}
/* =======================================
トップボタン
======================================== */
#PageTopBtn {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  background: #ff6600;
  opacity: 0.6;
  border-radius: 50%;
      z-index: 999;
}
#PageTopBtn a {
  position: relative;
  display: block;
  width: 80px;
  height: 25px;
  text-decoration: none;
}
#PageTopBtn a::before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 45px;
  color: #fff;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 400px) {
  #PageTopBtn {
    width: 60px;
    height: 60px;
  }
  #PageTopBtn a {
    width: 60px;
    height: 50px;
  }
  #PageTopBtn a::before {
    font-size: 25px;
  }
}


@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;}
}

.timeline-Widget {
max-width: 300px!important;
width:200px !important; }