@charset "UTF-8";
/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1DA1F2;
    font-weight: bold;
    border-bottom: 3px solid #1DA1F2;
}

/* ------------------------------------------------ */
/* ▼かたまり */
/* ------------------------------------------------ */

body {
  background: #e6ecf0;
  background-attachment: fixed;
  background-size: auto;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  padding: 0;
  margin: 0; }

main {
  background: #fff;
  background-attachment: auto; }

.attention {
  background: #fff; }

.spimg{
    background: url('../images/top_s.png');
    background-position: center;
    background-size: cover;
}

.pcimg{
    background: url('../images/top.png');
    background-position: center;
    background-size: cover;
}


/* ------------------------------------------------ */
/* 文字周り */
/* ------------------------------------------------ */
a{
    color: rgb(27, 149, 224);}

h2{
  font-size: 1.3em;
  font-weight: bold;}


.spbr{
  display: none;
}

.list-profile li{
  padding: 0.5em;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

@media (max-width: 575px) {
  .tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }

@media (max-width: 575px) {
    h2 {
       font-size: 1.3rem;
    }
  .spbr {
    display: block; } }

/* ------------------------------------------------ */
/* 各種リンクボタン（FBやTwなど） */
/* ------------------------------------------------ */
.btn-fb, .btn-tw, .btn-blog{
  color: #fff;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.spbtn{
    display: none;
}

.sns_link{
    width: 40px;
    height: 40px;
    color: #1DA1F2;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    display: inline-block;
    border: 1px solid #1DA1F2;
    border-radius: 50%;
}

.btn-fb{
  background: #3B5998;
}

.btn-tw{
  background: #1DA1F2;
}

.btn-blog{
  background: #EA5D00;
}

/* hover */
.btn-fb:hover{
  background: #557ACB;
  color: #fff;
}

.btn-tw:hover{
  background: #56BCFA;
  color: #fff;
}

.btn-blog:hover{
  background: #FFA614;
  color: #fff;
}

/* ------------------------------------------------ */
/* テーマカラー */
/* ------------------------------------------------ */
.themeC {
  color: #0d7087;
  font-weight: bold; }

.themeBG {
  background-color: #28c6eb; }

/* ------------------------------------------------ */
/* ▼テーブル関係 */
/* ------------------------------------------------ */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  text-align: center; }

.table > tbody > tr > td {
  text-align: left; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #EAEAEA;
  background-size: cover;
  text-shadow: 0 0 4px #fff; }

.table-bordered td {
  background: rgba(255, 255, 255, 0.6); }

/* ------------------------------------------------ */
/* ▼申し込みボタン */
/* ------------------------------------------------ */
.btn-outline-primary {
    color: #1DA1F2;
    border-color: #1DA1F2;
}

.btn-outline-primary:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}

.btn-primary {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.btn-primary:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}


/* ------------------------------------------------ */
/* ▼アクセスボタン */
/* ------------------------------------------------ */
.access {
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin-left: 1em;
  color: #EC407A;
  border: 2px solid #EC407A;
  border-radius: 2px;
  -webkit-transition: .4s;
  transition: .4s; }
  .access:hover {
    text-decoration: none;
    background: #EC407A;
    color: #fff;
    -webkit-box-shadow: 0px 2px 4px 1px #c2adb6;
    box-shadow: 0px 2px 4px 1px #c2adb6; }

/* ------------------------------------------------ */
/* ナビ周り */
/* ------------------------------------------------ */
.navbar {
  padding: 0px;
  background: dimgrey;
  background-size: cover; }

.navbar ul li{
  font-size: 1.1em; }

.collapse {
  padding: 0px;
  margin: 0; }
  .collapse.show {
    padding: 15px 0px; }

li.sns {
  padding: 0; }
  li.sns a {
    font-size: 1.2rem;
    display: inline-block;
    height: 100%;
    min-width: 60px;
    min-height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff; }
    li.sns a#sns_fb {
      background-color: #3B5998; }
      li.sns a#sns_fb:hover {
        background-color: #263961; }
    li.sns a#sns_tw {
      background-color: #1DA1F2; }
      li.sns a#sns_tw:hover {
        background-color: #0b76b8; }
    li.sns a i {
      width: 1.2em;
      text-align: center;
      -webkit-transition: -webkit-transform 0.09s linear;
      transition: -webkit-transform 0.09s linear;
      transition: transform 0.09s linear;
      transition: transform 0.09s linear, -webkit-transform 0.09s linear; }
    li.sns a .sns_text {
      font-size: 0.9rem;
      display: none; }
    @media (max-width: 575px) {
      li.sns a .sns_text {
        display: inline; }
        .pcbtn{
            opacity: 0;
        }
        .spbtn{
            display: block;
        }}
