@charset "UTF-8";
/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* 装飾関連 */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* メディアクエリ */
/* ------------------------------------------------ */
/* ------------------------------------------------ 
/*

###
▼
txt
▼
◎settings

*/
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* カラー */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* スキンの選択 */
/* ------------------------------------------------ */
h2 {
  border-bottom: 1px dashed #28c6eb;
  text-align: center; }

/* ------------------------------------------------ */
/* 背景 */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ナビバー */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
body {
  background: url("../images/bg.jpg") 0 0 repeat;
  background-attachment: fixed;
  background-size: auto; }

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  padding: 0;
  margin: 0; }

main {
  background: url("../images/bg_main.jpg");
  background-attachment: auto; }

.attention {
  background: #fff; }

/* ------------------------------------------------ */
/* 文字周り */
/* ------------------------------------------------ */
@media (max-width: 575px) {
  .tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }

@media (max-width: 575px) {
  .spbr {
    display: block; } }

/* ------------------------------------------------ */
/* テーマカラー */
/* ------------------------------------------------ */
.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); }

/* ------------------------------------------------ */
/* ▼申し込みボタン */
/* ------------------------------------------------ */
.hide {
  display: none; }

.btn_area {
  margin: 0px auto;
  background: #F7F7F7;
  padding-top: 1em;
  -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.1); }

.sbutton, .sbutton span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: right; }
  .sbutton span {
    max-width: 480px;
    padding: 0.5em;
    background: #C50003;
    color: #fff;
    font-size: 1.3em;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    min-height: 50px;
    -webkit-animation: 3s float ease-in-out infinite;
    animation: 3s float ease-in-out infinite;
    -webkit-box-shadow: 0px 2px 8px 0px #d2bac3;
    box-shadow: 0px 2px 8px 0px #d2bac3;
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease; }
    .sbutton span:hover {
      border-radius: 25px;
      -webkit-box-shadow: 0px 10px 8px 0px #d2bac3;
      box-shadow: 0px 10px 8px 0px #d2bac3; }

.phone_num img {
  display: block;
  max-width: 600px;
  max-height: 80px; }

/* ------------------------------------------------ */
/* ▼アクセスボタン */
/* ------------------------------------------------ */
.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 .navbar-brand {
    margin-left: 0.5rem;
    padding: 0px; }

.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; } }
