@charset "utf-8";
/*@font-face {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, sans-serif;
  src: url("fonts/"Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif-Regular-webfont.eot");
  src: url("fonts/"Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif-Regular-webfontd41d-.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont93e3-v=4.4.0.eot');
  src: url('fonts/fontawesome-webfontd41d-.eot#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont93e3-v=4.4.0.woff2') format('woff2'), url('fonts/fontawesome-webfont93e3-v=4.4.0.woff') format('woff'), url('fonts/fontawesome-webfont93e3-v=4.4.0.ttf') format('truetype'), url('fonts/fontawesome-webfont93e3-v=4.4.0.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}*/

body {
    background: #fbfaf5;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, sans-serif;
    line-height: 30px;
}

/*@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/LANENAR_-webfont.eot');
    src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

h1,
p {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
    font-weight: 400;
}

h2,
h3 {
    font-weight: bold;
}

hr {
    border-color: #CC0000;
    margin: 0;
    opacity: 0.3;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in;
}

/*img:hover {
  cursor: pointer;
  opacity: 0.5;
}*/

/* navigation */
.navbar-default {
    background: #f8f4e6;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    background: #CC0000;
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    line-height: 50px;
    height: 90px;
    margin: 0;
    padding: 20px 20px 40px 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:visited {
    background: CC0000;
}

.navbar-default .navbar-nav li a {
    border-right: 1px solid #f9f9f9;
    color: #202020;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 60px;

    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #CC0000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #CC0000;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #CC0000;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

/* home section */
#home {
    background: url('../images/home-bg.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding-top: 220px;
    padding-bottom: 100px;
}

#home h1 {
    color: #CC0000;
    font-weight: 300;
    padding-bottom: 10px;
}

#home h2 {
    line-height: 10px;
}

#home .btn {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #444;
    border-radius: 0px;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 14px;
    width: 200px;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #CC0000;
    border-color: transparent;
    color: #fff;
}

/* service section */
#service {
    padding-top: 60px;
    padding-bottom: 100px;
}

#service h2 {
    border-left: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#service .col-md-12 {
    text-align: center;
    padding-bottom: 60px;
}

#service .fa {
    border-top: 3px solid #CC0000;
    border-bottom: 3px solid #CC0000;
    border-radius: 50%;
    font-size: 32px;
    color: #CC0000;
    text-align: center;
    vertical-align: middle;
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 40px;
}

#service table {
    border-collapse: collapse;
    width: 100%;
}

th.t_top {
    border-top: #CC0000 4px solid;
}

th {
    border-bottom: #CC0000 1px dotted;
    text-align: left;
    padding: 10px;
    font-weight: normal;
}

td.t_top {
    border-top: #CC0000 4px solid;
}

td {
    border-bottom: #CC0000 1px dotted;
    text-align: left;
    padding: 10px;
}

/* schedule section */
#schedule {
    padding-top: 60px;
    padding-bottom: 100px;
}

#schedule h2 {
    border-right: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#schedule .col-md-12 {
    text-align: center;
    padding-bottom: 60px;
}

#schedule .fa {
    border-top: 3px solid #CC0000;
    border-bottom: 3px solid #CC0000;
    border-radius: 50%;
    font-size: 32px;
    color: #CC0000;
    text-align: center;
    vertical-align: middle;
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 40px;
}

#schedule table {
    width: 100%;
    border-collapse: collapse;
}

th.t_top {
    border-top: #b3b3b3 4px solid;
}

th {
    border-bottom: #CC0000 1px solid;
    border-left: #e3e3e3 1px solid;
    text-align: center;
    background: fff;
    padding: 10px;
    font-weight: normal;
}

th:hover {
    background: #CC0000;
    color: #FFFFFF;
}

td.t_top {
    border-top: #CC0000 4px solid;
}

td {
    border-bottom: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
}

/* about section */
#about {
    padding-top: 60px;
    padding-bottom: 80px;
}

#about h2 {
    border-left: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

#about .col-md-12 {
    text-align: center;
    padding-bottom: 60px;
}

#about img {
    border: 1px solid #666;
    padding: 10px;
}

#about h4 {
    padding-bottom: 10px;
}

/* team section */
#team {
    padding-top: 60px;
    padding-bottom: 100px;
}

#team h2 {
    border-right: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#team h3 p {
    font-size: 14px;
    padding-top: 6px;
}

#team h4 {
    padding-bottom: 40px;
}

#team .col-md-12 {
    text-align: left;
    padding-bottom: 60px;
}

#team img {
    border: 1px solid #666;
    padding: 15px;
}

/* space section */
#space {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

#space h2 {
    border-left: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #999999;
    font-size: 26px;
    font-family: 'lane_-_narrowregular', sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #CC0000;
    border-color: transparent;
    color: #ffffff;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}

/* pricing section */
#pricing {
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}

#pricing h2 {
    border-left: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#pricing .plan {
    border: 2px solid #444;
    padding: 20px 20px 40px 20px;
    margin-top: 60px;
}

#pricing .plan .plan-title {
    border-bottom: 2px solid #444;
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
}

#pricing .plan small,
#pricing .plan ul li {
    font-family: 'Raleway', sans-serif;
}

#pricing .plan ul {
    padding: 0;
}

#pricing .plan ul li {
    display: block;
    padding: 16px 0px 16px 0px;
}

#pricing .plan .btn {
    background: transparent;
    border: 2px solid #444;
    border-radius: 0px;
    color: #000;
    font-weight: bold;
    width: 140px;
    height: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#pricing .plan .btn:hover {
    background: #CC0000;
    border-color: transparent;
}

#pricing table {
    width: 100%;
    border-collapse: collapse;
}

th.t_top {
    border-top: #b3b3b3 4px solid;
    width: 180;
}

th {
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    font-weight: normal;
}

td.t_top {
    border-top: #be1309 4px solid;
}

td {
    border-bottom: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
}

/* pricing2 section */
#pricing2 {
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}

#pricing2 h2 {
    border-right: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#pricing2 .plan {
    border: 2px solid #444;
    padding: 20px 20px 40px 20px;
    margin-top: 60px;
}

#pricing2 .plan .plan-title {
    border-bottom: 2px solid #444;
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
}

#pricing2 .plan small,
#pricing2 .plan ul li {
    font-family: 'Raleway', sans-serif;
}

#pricing2 .plan ul {
    padding: 0;
}

#pricing2 .plan ul li {
    display: block;
    padding: 16px 0px 16px 0px;
}

#pricing2 .plan .btn {
    background: transparent;
    border: 2px solid #444;
    border-radius: 0px;
    color: #000;
    font-weight: bold;
    width: 140px;
    height: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#pricing2 .plan .btn:hover {
    background: #CC0000;
    border-color: transparent;
}

#pricing2 table {
    width: 100%;
    border-collapse: collapse;
}

th.t_top {
    border-top: #b3b3b3 4px solid;
}

th {
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    font-weight: normal;
}

td.t_top {
    border-top: #be1309 4px solid;
}

td {
    border-bottom: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
}

tr:hover {
    background: #dcdcdc;
    color: #333;
}

/* newspaper section */
#newspaper {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

#newspaper h2 {
    border-left: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #999999;
    font-size: 16px;
    font-family: 'lane_-_narrowregular', sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #CC0000;
    border-color: transparent;
    color: #ffffff;
}


/* contact section */
#contact {
    padding-top: 60px;
    padding-bottom: 80px;
}

#contact h2 {
    border-left: 2px solid #CC0000;
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

#contact .col-md-12 {
    text-align: center;
    padding-bottom: 60px;
}

#contact img {
    border: 1px solid #666;
    padding: 10px;
}

#contact h4 {
    padding-bottom: 10px;
}


/* footer section */
footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer h2 {
    border-bottom: 2px solid #444;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

footer p {
    line-height: 20px;
}

footer span {
    font-weight: bold;
    padding-left: 20px;
}

.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
}

.social-icons li a {
    background: #444;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.social-icons li a:hover {
    background: #CC0000;
}

/* copyright section */
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/* scrolltop section */
.go-top {
    background-color: #CC0000;
    font-size: 36px;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background-color: #444;
    color: #fff;
}

* /////////////////////////////////////////////
change text-color /////////////////////////////////////////////

strong {
    font: inherit;
    font-weight: bold;
    font-size: 200%;
    text-decoration: inherit;
    color: #8f1216;
}


em {
    font: inherit;
    text-decoration: inherit;
    color: #CC0000;
}

* /////////////////////////////////////////////
/////////////////////////////////////////////*

/* media 960 */
@media only screen and (max-width: 980px) {
    .navbar-default .navbar-nav li a {
        padding-right: 20px;
        padding-left: 40px;
        line-height: 30px;
    }

    /* media 360 */
    @media only screen and (max-width: 360px) {
        #team h4 {
            padding-bottom: 30px;
        }
    }