@charset "utf-8";
/* CSS Document */
article {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#in {
  margin-bottom: 30px;
}
#in p {
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 15px;
}
/*動画*/
#movie {
  width: 100%;
  height: 500px;
  background-color: #000;
}
#movie iframe {
  max-width: 711px;
  height: 400px;
  margin: 0 auto;
}
#movie p {
  padding-top: 50px;
  text-align: center;
}
/*コンセプト部分*/
#concept {
  width: 95%;
  margin: 25px auto;
  background-image: url(../img/sim02.jpg);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
  -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}
#concept > div {
  width: 95%;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
#concept #title {
  width: 295px;
}
#title h2 {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "kozuka-mincho-pr6n", sans-serif;
}
#concept #sentence {
  width: calc(100% - 330px);
  letter-spacing: 0.1em;
}
#sentence p {
  line-height: 180%;
  font-size: 14px;
  font-weight: 500;
  font-family: "kozuka-mincho-pr6n", sans-serif;
}
#sentence .attention {
  font-weight: bold;
  font-size: 20px;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #concept #title {
    width: 100%;
  }
  #concept #sentence {
    margin-top: 3rem;
    width: 100%;
  }
}
/*更新情報とコンテンツ*/
#newscontent {
  width: 95%;
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#news_fb {
	width: 240px;
}
.fb-page {
  width: 100%;
	margin-top: 5%;
}
#news {
  height: 260px;
  border: 1px solid #000000;
  padding: 20px 10px;
}
#news li:nth-child(1) {
  margin-bottom: 15px;
}
#news li:nth-child(n+2) {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.point {
  font-size: 1.7rem;
  color: #E90307;
  font-weight: bold;
}
/*メニュー*/
#contents2 {
  width: calc(100% - 280px);
}
#contents2 ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#contents2 ul::after {
  content: "";
  display: block;
  width: 32%;
}
#contents2 ul li {
  width: 32%;
}
.name {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#contents2 p {
  padding: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#contents2 a:hover {
  position: relative;
  top: 3px;
  left: 3px;
  opacity: 0.5;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #news_fb, #contents2 {
    width: 100%;
  }
  #news {
    height: 200px;
  }
  #contents2 {
    margin-top: 3rem;
  }
  #contents2 ul li {
    width: 100%;
    margin-top: 1.6rem;
  }
  #contents2 ul::after {
    content: "";
    display: none;
  }
}