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

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

body {
  background: url("../images/bg_main.jpg");}

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

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

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

.attention {
  background: #fff; }

#title_sect{
	padding-top: 60px;
}

@media (max-width: 575px) {
#title_sect{
	padding-top: 44px;
}
	
}

/* ------------------------------------------------ */
/* 文字周り */
/* ------------------------------------------------ */
h2{
  text-align: center;
  border-bottom: 0;
    background: url('../images/titlebg.jpg');
    background-size: cover;
	background-position: center center;
    font-weight: bold;
    color: #1A1A1A;
	text-shadow: 0 0 6px rgba(255,146,37,0.3);
}

h2.h2-type1 {
  border-bottom: 1px dashed #28c6eb; }

h2.h2-type2-bl, h2.h2-type2-red{
  color: #fff;
  text-shadow: 0 4px 4px #000;
  font-weight: bold;
  border-bottom: 3px solid rgba(0,0,0,0.30);
  padding: 0.5em 0; }

h2.h2-type2-bl {
  background-color: midnightblue; }

h2.h2-type2-red {
  background-color: darkred; }

.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; } 
	
    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;
}

.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); }

/* ------------------------------------------------ */
/* ▼申し込みボタン */
/* ------------------------------------------------ */
.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: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%);
background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%);
background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%);

    color: #fff;
    font-size: 1.3em;
    border-radius: 5px;
    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: 10px;
      -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; } }
