@charset "UTF-8";
/*----------- リセット -----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; }
  table img {
    max-width: 100%; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*----------- 全体設定 -----------*/
/* 全体 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #fafafa;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  position: relative;
  width: 100%; }

#wrapper {
  width: 100%; }

/* ドラッグ選択 */
::selection {
  background: #d60541;
  color: #400214; }

::-moz-selection {
  background: #d60541;
  color: #400214; }

/* 文字位置 */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/* 要素幅 */
.w100 {
  width: 100%; }

.wwd {
  width: 80%; }

.wmd {
  width: 49%; }

.wsm {
  width: 32.5%; }

.wxs {
  width: 24%; }

@media (max-width: 770px) {
  .wwd {
    width: 100%; }
  .wmd {
    width: 100%; }
  .wsm {
    width: 100%; }
  .sp-w100 {
    width: 100%; }
  .sp-wmd {
    width: 49%; }
  .sp-wsm {
    width: 32%; } }

/* 余白 */
.mcenter {
  margin: 0 auto; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

@media (max-width: 770px) {
  .mt15 {
    margin-top: 10px; }
  .mt30 {
    margin-top: 20px; }
  .mt60 {
    margin-top: 30px; }
  .mb15 {
    margin-bottom: 10px; }
  .mb30 {
    margin-bottom: 20px; }
  .mb60 {
    margin-bottom: 30px; } }

/* 文字色 */
.cl-b {
  color: #333; }

.cl-lb {
  color: #e6e6e6; }

.cl-a {
  color: #d60541; }

.cl-al {
  color: #fedce6; }

.cl-ad {
  color: #400214; }

/* 文字サイズ */
.fs1 {
  font-size: 1rem; }

.fs2 {
  font-size: 1.2rem; }

.fs3 {
  font-size: 1.3rem; }

.fs4 {
  font-size: 1.4rem; }

.fs5 {
  font-size: 1.5rem; }

@media (max-width: 770px) {
  .fs1 {
    font-size: 0.9rem; }
  .fs2 {
    font-size: 1rem; }
  .fs3 {
    font-size: 1.1rem; }
  .fs4 {
    font-size: 1.2rem; }
  .fs5 {
    font-size: 1.3rem; } }

/* 背景色 */
.bg-b {
  background: #333;
  border: 1px solid #333;
  color: #FFF; }

.bg-lb {
  background: #f2f2f2;
  border: 1px solid #f2f2f2; }

.bg-w {
  background: #fff;
  border: 1px solid #fff; }

.bg-a {
  background: #d60541;
  border: 1px solid #d60541; }

/* タイトル */
.title-border {
  border-left: 3px solid #d60541;
  padding-left: 7px;
  line-height: 1.3; }

.title-line {
  border-bottom: 2px solid #d60541;
  padding-bottom: 7px; }

/* フレックスボックス */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.flex-align {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-js {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.flex-jc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* PCでは非表示 */
.pc-hide {
  display: none; }

@media (max-width: 770px) {
  .pc-hide {
    display: inline; }
  .sp-hide {
    display: none; }
  .sp-br-hide br {
    display: none; } }

/* 画像 */
img {
  max-width: 100%;
  vertical-align: bottom; }

/* 線 */
hr {
  margin: 0 auto;
  padding: 0;
  border: 0;
  height: 1px;
  background: #e6e6e6; }

/* ボックスシャドウ */
.sdw {
  -webkit-box-shadow: 0px 1px 5px 0px #e6e6e6;
  -moz-box-shadow: 0px 1px 5px 0px #e6e6e6;
  box-shadow: 0px 1px 5px 0px #e6e6e6; }

/* ブロック要素 */
.block {
  display: block; }
  .block a, .block strong, .block span {
    display: block; }

/* リンク */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    color: #d60541; }

.text-link a {
  color: #d60541;
  border-bottom: 1px solid #d60541; }

span {
  font-size: 0.7rem;
  color: #999999; }

/* アイコン */
.icon {
  background-image: url();
  background-size: 10%;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 12%; }

.icon-other {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_other.png); }

.icon-school-s {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_school_s.png); }

.icon-school-m {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_school_m.png); }

.icon-baseball {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_baseball.png); }

.icon-football {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_football.png); }

.icon-tennis {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_tennis.png); }

.icon-basketball {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_basketball.png); }

.icon-rugby {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_rugby.png); }

.icon-volleyball {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_volleyball.png); }

.icon-yoga {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_yoga.png); }

.icon-health {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_health.png); }

.icon-aerobic {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_aerobic.png); }

.icon-stretch {
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_stretch.png); }

/* 行間狭める */
.lh-s {
  line-height: 1.3; }

/*---------- コンテンツ内設定 ----------*/
/* パネル */
.panel-menu {
  margin: 10px;
  position: relative; }

.panel-main {
  margin: 30px;
  position: relative; }
  @media (max-width: 770px) {
    .panel-main {
      margin: 15px; } }

.panel-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  /*テキスト非表示*/
  white-space: nowrap;
  /*テキスト非表示*/
  overflow: hidden;
  /*テキスト非表示*/ }
  .panel-link:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha( opacity=30 )";
    background: #fff; }

.panel-article {
  line-height: 1.4;
  height: 39.2px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify; }
  .panel-article:before, .panel-article:after {
    position: absolute; }
  .panel-article:before {
    content: '...';
    background: #ffffff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 19.6px; }
  .panel-article:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #ffffff; }

.panel-big-thumbnail {
  width: 25%; }

.panel-big-text {
  width: 72%; }

.panel-small-thumbnail {
  width: 15%; }

.panel-small-text {
  width: 82%; }

@media (max-width: 770px) {
  .panel-small-thumbnail {
    width: 25%; }
  .panel-small-text {
    width: 72%; } }

/* リスト */
.ul-list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin: 5px 0;
  line-height: 1.5; }
  .ul-list li:before {
    content: '● ';
    font-weight: bold;
    color: #05d69a; }

.ul-inline li {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-right: 10px; }
  .ul-inline li:first-child:before {
    content: ''; }

/* タグ */
.tag-list {
  padding: 10px 0 0 10px; }

.tag-icon a {
  display: block;
  border: 1px solid #d60541;
  color: #d60541;
  font-size: 90%;
  padding: 3px 5px;
  margin: 0 10px 10px 0; }
  .tag-icon a:hover {
    background: #fedce6; }

/* リストの画像 */
.square-box {
  overflow: hidden;
  position: relative;
  display: block; }
  .square-box:before {
    display: block;
    content: '';
    padding-top: 100%; }
  .square-box div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .square-box img {
    max-width: initial;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* テーブル */
.table tr {
  border-bottom: 1px solid #e6e6e6; }
  .table tr:first-child {
    border-top: 1px solid #e6e6e6; }
  .table tr th {
    padding: 15px 0;
    width: 30%; }
  .table tr td {
    padding: 15px; }

/* フォーム */
.form tr th {
  width: 40%;
  font-weight: bold;
  line-height: 1.5; }
  .form tr th span {
    display: inline-block;
    margin-left: 15px;
    font-weight: normal; }

.form tr td input, .form tr td select, .form tr td textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #bfbfbf; }
  .form tr td input.submit, .form tr td select.submit, .form tr td textarea.submit {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    cursor: pointer;
    border: none;
    display: block;
    background: #fedce6;
    font-family: "Quicksand", "Rounded Mplus 1c", sans-serif; }

.form tr td span.wpcf7-list-item {
  display: block;
  margin: 5px 0; }
  .form tr td span.wpcf7-list-item span {
    font-size: 0.8rem; }

.form tr td.check-area input {
  width: auto;
  margin-right: 5px; }

.form tr td.submit-area {
  padding-top: 20px; }
  .form tr td.submit-area .wpcf7-submit {
    background: #d60541;
    border: none;
    font-family: "Quicksand", "Rounded Mplus 1c", sans-serif; }

.form tfoot tr {
  border: none; }

@media (max-width: 770px) {
  .form tr th {
    display: block;
    padding: 10px 0 5px;
    width: 100%; }
  .form tr td {
    display: block;
    padding: 0 0 15px; }
    .form tr td.check-area span.wpcf7-list-item {
      width: 100%; }
  .form tfoot tr {
    border: none; } }

/* ページャー */
.pager {
  position: relative; }
  .pager li {
    line-height: 1;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-left: none; }
    .pager li:first-child {
      border-left: 1px solid #d9d9d9; }
    .pager li span {
      display: block;
      padding: 10px;
      font-size: 0.8rem; }
    .pager li a {
      display: block;
      color: #d60541;
      padding: 10px;
      font-size: 0.8rem; }
      .pager li a:hover {
        color: #fff;
        background: #d60541; }
    .pager li.active {
      background: #d60541; }
      .pager li.active span, .pager li.active a {
        color: #fff; }
  @media (max-width: 770px) {
    .pager li {
      position: absolute;
      top: -9999px;
      left: -9999px; }
      .pager li.active, .pager li:first-of-type, .pager li:last-of-type, .pager li:nth-of-type(2), .pager li:nth-last-of-type(2) {
        position: static;
        top: initial;
        left: initial; } }

/* 全体設定 */
/*---------- 全体設定 ----------*/
/* ヘッダー */
header {
  padding: 10px 30px;
  position: relative;
  z-index: 5; }
  header a {
    width: 100%; }
    header a img {
      width: 50px;
      margin: 0 10px; }
  @media (max-width: 770px) {
    header {
      padding: 12px; }
      header a {
        width: auto;
        font-size: 0.8rem; }
        header a img {
          width: 40px;
          margin-left: 0; } }

/* コンテンツエリア */
.container-area {
  padding: 30px;
  z-index: 1; }
  @media (max-width: 770px) {
    .container-area {
      padding: 12px; } }

/* グローバルナビ */
.nav-area {
  display: none;
  width: 20%;
  border-right: 1px solid #cccccc;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.gbnav li a {
  display: block;
  padding: 8px 0;
  line-height: 1;
  font-size: 0.8rem;
  background-image: url(http://asterism.work/testup/satoshi/wp-content/themes/satoshi/assets/icons/icon_arrow.png);
  background-size: 13px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 18px; }
  .gbnav li a:hover {
    background-color: #e6e6e6; }

.gbnav li .sub-menu li {
  padding-left: 18px; }

@media (max-width: 770px) {
  display: block;
  width: 100%;
  background: #FFF;
  border: none;
  nav h3 {
    margin: 12px; }
  nav .gbnav li {
    border-bottom: 1px solid #fedce6; }
    nav .gbnav li:first-child {
      border-top: 1px solid #fedce6; }
    nav .gbnav li a {
      padding: 10px;
      padding-left: 30px;
      background-position: 12px; }
    nav .gbnav li .sub-menu li:last-child {
      border: none; } }

/* メインエリア */
.main-area {
  width: 65%;
  padding: 0 30px; }
  .main-area .thumbnail {
    width: 25%; }
  .main-area .panel-main hr {
    margin: 30px auto; }
  .main-area .panel-main br {
    line-height: 2.5; }
  .main-area .panel-main .photo {
    width: 60%;
    margin: 15px 0; }
  .main-area .panel-main h2 {
    font-size: 1.1rem;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d60541; }
  .main-area .panel-main h3 {
    font-size: 1rem;
    margin: 30px 0 20px;
    padding-left: 10px;
    line-height: 1.5;
    border-left: 3px solid #fedce6;
    color: #d60541; }
  @media (max-width: 770px) {
    .main-area {
      width: 100%;
      padding: 0;
      margin: 0 0 30px; }
      .main-area .panel-main .thumbnail-text {
        width: 100%; }
      .main-area .panel-main hr {
        margin: 15px auto; } }

/* サイドエリア */
.side-area {
  width: 30%; }
  @media (max-width: 770px) {
    .side-area {
      width: 100%; } }

/* カテゴリーエリア */
.category-area {
  width: 95%;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto; }
  .category-area ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media (max-width: 770px) {
    .category-area {
      display: none; } }

/* フッター */
footer .footer-area {
  color: #fff;
  padding: 30px;
  margin: 0 auto; }
  footer .footer-area .flogo {
    float: left;
    width: 75px;
    margin-right: 15px; }
  footer .footer-area .flogo-text {
    overflow: hidden;
    margin: 20px 0 0; }
  footer .footer-area .copy-area {
    text-align: right; }
    footer .footer-area .copy-area .ul-inline li a {
      color: #fff; }
  footer .footer-area .copy {
    font-size: 0.7rem; }
  @media (max-width: 770px) {
    footer .footer-area {
      width: auto;
      padding: 0px;
      text-align: center; }
      footer .footer-area .flogo-area {
        padding: 15px; }
        footer .footer-area .flogo-area .flogo {
          float: initial;
          margin: 0 auto; }
      footer .footer-area .copy-area {
        text-align: center; }
        footer .footer-area .copy-area .ul-inline li {
          display: block;
          background: #fff;
          border-top: 1px solid #d60541;
          margin: 0; }
          footer .footer-area .copy-area .ul-inline li a {
            display: block;
            padding: 5px;
            color: #d60541; }
        footer .footer-area .copy-area .copy {
          padding: 15px; } }

/* スマホメニュー */
.sp-btn {
  display: none; }

@media (max-width: 770px) {
  .sp-btn {
    display: initial;
    background: #FFF;
    border: 1px solid #e6e6e6;
    padding: 0 7px;
    width: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px; }
    .sp-btn span {
      display: block;
      height: 3px;
      background: #333;
      margin: 6px 0; }
  #sp-bg-full {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(51, 51, 51, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10; }
  /* スマホ全画面メニュー */
  #sp-full-menu {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0; }
    #sp-full-menu nav {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .open #sp-full-menu {
    visibility: visible;
    opacity: 1; }
  /* スマホ左開きメニュー */
  #sp-leftslide-menu, #wrapper {
    transition: all 0.5s ease; }
  #sp-leftslide-menu {
    display: block;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    border: none;
    border-left: 1px solid #333;
    z-index: 11;
    overflow-y: auto;
    background: #fff; }
    #sp-leftslide-menu h3 {
      margin: 12px; } }

/* トップページ */
.top-container .nav-area {
  display: block; }

.top-container .main-area {
  width: 60%; }
  @media (max-width: 770px) {
    .top-container .main-area {
      width: 100%; } }

.top-container .side-area {
  width: 20%; }
  .top-container .side-area .more-article-area .ul-inline {
    display: none; }
  @media (max-width: 770px) {
    .top-container .side-area {
      width: 100%; } }

/* コンテンツページ */
@media (max-width: 770px) {
  .article-title .panel-big-text {
    width: 100%; } }
