@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
body {
  font: 14px/1.9 -apple-system, BlinkMacSystemFont, Verdana, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}
a {
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active {
  text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
/* ヘッダー
------------------------------------------------------------*/
#mainnav a {
  color: #000;
}
/* 共通
------------------------------------------------------------*/
h1, h2 {
  font-family: 'Comic Sans MS', 'Noto Sans JP', serif;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  clear: both;
  border-bottom: 1px solid #ccc;
}
section h2 {
  width: 80%;
  margin: 70px auto;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
section h2 span {
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}
.inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
/*downloadBtn*/
.downloadBtn {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background: #eee;
}
.AppStore, .Googleplay {
  margin: 3px 0;
  width: 100%;
  max-width: 200px;
}
.copy {
  width: 100%;
}
.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
#mainImg {
   padding-top:  50px;
}
/* 共通
------------------------------------------------------------*/
/*.inner p {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 80px;

}*/
.inner {
  width: 80%;
  margin: 20px auto 50px;
}
.inner dt {
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #eee;
  /* [disabled]color: #B4B4B4;
*/
}
.inner dl {
  /* [disabled]margin: 0 20px;
*/
}
.inner dd {
  padding: 0 20px;
  margin-bottom: 15px;
}
.intro h3 {
  text-align: center;
  margin: 10px 0;
}
.intro dd {
  margin-bottom: 20px;
  max-width: 500px;
  margin: 0 auto 20px;
}
.introBox dd {
  padding: 0 40px 20px;
}
.intro img {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.screenshot ul {
  display: flex;
  overflow-x: scroll;
  margin: 0;
  padding: 0;
}
.screenshot li {
  min-width: 84%;
  margin: 10px;
  padding: 0;
  list-style: none;
}
.recommended ul {
  max-width: 80%;
  padding: 30px;
  margin: 0 auto;
  border: solid 5px #FFC5C6;
}
.recommended img {
  margin-top: 32px;
}

/*フッター*/
#footer {
  overflow: hidden;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footerDownload {
  width: 440px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
}
.footer-left {
  padding: 50px 20px 0 20px;
  display: block;
}
.footerDownload img {
  max-width: 150px;
}
.footerDownload p {
  font-size: 0.8em;
  color: #fff;
}
.footerDownload span {
  font-size: 2.4em;
  line-height: 1.2;
}
.smp {
  width: 38%;
  margin-bottom: -6px;
}
.copyright {
  background-color: #DFDFDF;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }
  #wrapper {
    width: 100%;
  }
  #content {
    width: 80%;
  }
  #sidebar {
    width: 12%;
    position: fixed;
    top: 0;
    right: 4%;
    background: #fff;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #sidebar h1 {
    padding: 30px 0;
  }
  #mainnav li {
    font-size: 14px;
    padding: 10px 0;
  }
  .screenshot ul {
    display: flex;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
  }
  .screenshot li {
    min-width: 64%;
  }
  .intro {
    clear: both;
    width: 100%;
  }
  .introBox {
    margin: 20px auto 50px;
    display: flex;
  }
  .introBox dd {
    padding: 0;
  }
  .introBox03:last-child {
    margin-right: 0;
  }
  .introBox01, .introBox02, .introBox03 {
    width: 44%
  }
  .intro img, .intro dd {
    width: 80%;
  }
}
@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child {
    width: 35%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .innerS {
    width: 84%;
    padding-bottom: 30px;
  }
  #gallery li {
    float: none;
    width: 100%;
  }
  .article img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
}
@media only screen and (max-width: 799px) {

  .recommended ul {
    width: 86%;
  }
  #sidebar {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  #sidebarWrap {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  #sidebar h1 {
    text-align: center;
    padding-top: 15px;
  }
  #sidebar h1 img {
    width: auto !important;
    max-height: 25px;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section h2 {
    margin: 55px auto;
  }
}