@charset "UTF-8";
/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* ------------------------------------------------ */
/* ▼かたまり */
/* ------------------------------------------------ */

body {
  background: url("../images/bg.jpg") 0 0 repeat;
  background-attachment: fixed;
  background-size: auto;
  color: #473a31;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

#top{
  background: url("../images/button.jpg") 0 0 repeat; 
}

#title_sect{
	margin-top: 60px;
}

#title_sect div{
	background: #8A4D36;
}

html{
   animation: fade 0.8s ease-in; 
}

@keyframes fade {
  0%   {  opacity: 0; }
  100% {  opacity: 1; }
}

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  padding: 0;
  margin: 0; }

main {
  background: #fff;
  background-attachment: auto; }

.attention {
  background: #fff; }

.marker{
 background: url("../images/spanbg.png");
 background-size: cover;
 padding: 0.2rem;
 font-weight: bold;
}


/* ------------------------------------------------ */
/* ------------------------------------------------ */
#circle,#sari{
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    margin: auto;
}

#circle{
    animation: rote 26s linear infinite;
}

#sari{
    z-index: 100;
}

h2{
    background: url('../images/titlebg.jpg');
    background-size: cover;
    background-position: center center;
    font-size: 1.5em;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
 
@keyframes rote {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#title_sect{
    /*background: url('../images/top_bg.jpg');*/
    background-size: cover;
    background-position: center center;
    border-radius: 2rem 2rem 0 0;
    animation: fade 4s ease-in;
    
}

br.spbr{
    display: none;
}

@media (max-width: 767px) {
    br.spbr{
     display: block;
    }
    .spnone{
    display: none;
    }
    h2{
    background: url('../images/titlebg2.jpg');
    background-size: cover;
    background-position: center center;
    }
    
}

/* ------------------------------------------------ */
/* 各種リンクボタン（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;
}

/* ------------------------------------------------ */
/* ▼テーブル関係 */
/* ------------------------------------------------ */
.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); }

/* ------------------------------------------------ */
/* ▼申し込みボタン */
/* ------------------------------------------------ */
.button2{
    background: url('../images/button.jpg');
    font-size: 1.7rem;
    border-radius: 1rem;
    border: 2px #d6805f solid;
    box-shadow: 0 3px 4px rgba(79,61,51,0.4);
    transition: all 200ms 0s ease;
    text-shadow: 0 4px 4px rgba(79,61,51,0.4);
}
.button2:hover{
    box-shadow: 0 8px 8px rgba(79,61,51,0.3);
    border: 2px #ffe0d4 solid;
    text-decoration: none;
}

.button3{
    background: lightseagreen;
    transition: all 200ms 0s ease;
    font-size: 1.2rem
}
.button3:hover{
    background: #1a8e88;
    text-decoration: none;
}

.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: center; }
  .sbutton span {
    max-width: 680px;
    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; } }
