@charset "utf-8";


/*--------------------------------------------------
[Back To Top]
----------------------------------------------------*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 10% !important;
    border: 2px solid #fff;
}

#topcontrol:after {
    top: -2px;
    left: 7px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#topcontrol:hover {
    color: #fff;
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

/*--------------------------------------------------
[Owl Carousel]
----------------------------------------------------*/
/*Blog Carousel Heading
------------------------------------*/
.blog-cars-heading {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 3px solid #333;
}

.blog-cars-heading h2 {
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

/*Owl Navigation*/
.blog-cars-heading .owl-navigation {
    top: -1px;
    float: right;
    position: relative;
}

.blog-cars-heading .owl-navigation .owl-btn {
    color: #555;
    padding: 0 5px;
    font-size: 24px;
    cursor: pointer;
    background: none;
    text-align: center;
    line-height: normal;
    display: inline-block;
}

.blog-cars-heading .owl-navigation .owl-btn:focus,
.blog-cars-heading .owl-navigation .owl-btn:hover {
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.blog-carousel .owl-pagination {
    display: none;
}

/*--------------------------------------------------
[Master Slider]
----------------------------------------------------*/
/*MS Style v1*/
.blog-ms-v1-extend {
    padding: 5px;
}

/*MS Style v2*/
.blog-ms-v2 .ms-thumb {
    background: #222;
    text-shadow: none;
}

.blog-ms-v2 .ms-thumb p,
.blog-ms-v2 .ms-thumb h3 {
    color: #fff;
}

.blog-ms-v2 .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    border-bottom-color: #222 !important;
}

.blog-slider:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.2.99);
}

.blog-slider span.blog-slider-badge {
    top: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
}

/*Blog Slider Title*/
.blog-slider .blog-slider-title {
    left: 0;
    z-index: 1;
    bottom: 20px;
    padding: 0 20px;
    position: absolute !important;
}

.blog-slider .blog-slider-title h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .blog-slider .blog-slider-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }
}

.blog-slider .blog-slider-title h2 a {
    color: #fff;
}

.blog-slider .blog-slider-title span.blog-slider-posted {
    color: #fff;
    display: block;
    font-size: 12px;
}

/*--------------------------------------------------
[Masonry Blog]
----------------------------------------------------*/

/*Masonry Box
------------------------------------*/
.masonry-box {
    margin: 0 -15px;
    padding: 0 auto;
}

.masonry-box .masonry-box-in {
    float: left;
    padding: 0 15px;
    margin-bottom: 50px;
}

.masonry-box .masonry-box-in.col-2 {
    width: 50%;
}

.masonry-box .masonry-box-in.col-3 {
    width: 33.33333%;
}

.masonry-box .masonry-box-in.col-4 {
    width: 25%;
}

@media (max-width: 650px) {

    .masonry-box .masonry-box-in.col-2,
    .masonry-box .masonry-box-in.col-3,
    .masonry-box .masonry-box-in.col-4 {
        width: 100%;
    }
}

@media (min-width: 651px) and (max-width: 991px) {

    .masonry-box .masonry-box-in.col-3,
    .masonry-box .masonry-box-in.col-4 {
        width: 50%;
    }
}

@media (min-width: 651px) and (max-width: 991px) {
    .masonry-box .masonry-box-in.col-4 {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .masonry-box .masonry-box-in.col-4 {
        width: 33.33333%;
    }
}
/*--------------------------------------------------
[Home Block]
----------------------------------------------------*/
.home-block {
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.home-block h2 {
    border-bottom: 7px solid #ccc;
    padding-bottom: 0.2em;
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
}
.home-block h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    top: 100%;
    background-image: linear-gradient( -45deg, #c2cfcd 15%, #9aafac 15%, #9aafac 50%, #c2cfcd 50%, #c2cfcd 65%, #9aafac 65%, #9aafac );
    background-size: 5px 5px;
}
.home-block h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 7px;
    top: 100%;
    background-image: linear-gradient( -45deg, #79899a 15%, #1f3b56 15%, #1f3b56 50%, #79899a 50%, #79899a 65%, #1f3b56 65%, #1f3b56 );
    background-size: 5px 5px;
}
.home-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-block ul li {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 10px;
}
ul.top-banner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}
ul.top-banner li {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 480px) {
    ul.top-banner li {
        margin: 10px;
    }
}
ul.top-banner li img {
    margin: 0 10px;
}
/*--------------------------------------------------
[Blog Grid]
----------------------------------------------------*/
.blog-grid img {
    margin-bottom: 15px;
}

.blog-grid h3 {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.4;
}

.blog-grid h1.blog-grid-title-lg {
    border-bottom: 7px solid #ccc;
    padding-bottom: 0.2em;
    position: relative;
}

.blog-grid h2.blog-grid-title-lg {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
    font-size: 15px;
    line-height: 1.4;
}

.blog-grid h3 a {
    color: #333;
}

.blog-grid p {
    margin-bottom: 15px;
}

.blog-grid-inner {
    padding: 20px;
    background: #fff;
    margin: -70px 40px 0;
    position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
    position: relative;
}

.blog-grid .blog-grid-grad i {
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
    padding-left: 0;
    list-style: none;
}

.blog-grid .blog-grid-info li {
    color: #444;
    padding: 0 2px;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    border-bottom: #ccc dashed 1px
}

.blog-grid .blog-grid-info li:before {
    content: "/";
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
    content: " ";
    margin-right: 0;
}

.blog-grid .blog-grid-info li a {
    color: #444;
}

.blog-grid .blog-grid-info li a:hover {
    text-decoration: none;
}

/*Read More Link*/
.blog-grid a.r-more {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
}

.blog-grid a.r-more:hover {
    text-decoration: none;
}

/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/
.blog-thumb {
    overflow: hidden;
}

/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
    width: 120px;
    height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
    width: 30px;
    height: 30px;
}

/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
    left: 0;
    top: 50%;
    z-index: 1;
    opacity: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-top: -14px;
    text-align: center;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.65s, -webkit-transform 0.65s;
    transition: all 0.65s, -webkit-transform 0.65s;
    transition: all 0.65s, transform 0.65s;
    transition: all 0.65s, transform 0.65s, -webkit-transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
    opacity: 1;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
}

/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
    overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
    color: #555;
}

/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
    padding-left: 0;
    list-style: none;
}

.blog-thumb .blog-thumb-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
    content: "/";
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
    content: " ";
    margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
    color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
    color: #e74c3c;
}

/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
    border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
    width: 50px;
    height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
    font-size: 15px;
    margin-top: -10px;
}

/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/
.blog-thumb-v2 {
    overflow: hidden;
}

/*Blog Thumb Gradient*/
.blog-thumb-v2 .blog-thumb-grad {
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog-thumb-v2 .blog-thumb-grad img {
    width: 120px;
    height: auto;
}

.blog-thumb-v2 .blog-thumb-grad i {
    top: 5px;
    left: 5px;
    z-index: 1;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
}

/*Blog Thumb Description*/
.blog-thumb-v2 .blog-thumb-desc {
    overflow: hidden;
}

.blog-thumb-v2 .blog-thumb-desc h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
}

.blog-thumb-v2 .blog-thumb-desc h3 a {
    color: #555;
}

/*Blog Grid Info*/
.blog-thumb-v2 .blog-thumb-info {
    padding-left: 0;
    list-style: none;
}

.blog-thumb-v2 .blog-thumb-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block;
}

.blog-thumb-v2 .blog-thumb-info li:before {
    content: "/";
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px;
}

.blog-thumb-v2 .blog-thumb-info li:first-child:before {
    content: " ";
    margin-right: 0;
}

.blog-thumb-v2 .blog-thumb-info li a {
    color: #888;
}

.blog-thumb-v2 .blog-thumb-info li a:hover {
    text-decoration: none;
}

/*--------------------------------------------------
[Blog Thumb v3]
----------------------------------------------------*/
.blog-thumb-v3 h3 {
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
}

.blog-thumb-v3 h3 a {
    color: #555;
}

.blog-thumb-v3 small,
.blog-thumb-v3 small a {
    color: #999;
}

.blog-thumb-v3 small a:hover {
    color: #555;
}

/*--------------------------------------------------
[Blog Thumb v4]
----------------------------------------------------*/
.blog-thumb-v4 h3 {
    z-index: 1;
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.blog-thumb-v4 h3 a {
    color: #555;
}

.blog-thumb-v4 .blog-thumb-item {
    position: relative;
}

.blog-thumb-v4 .blog-thumb-item img.video-play-btn {
    width: 40px;
    height: 40px;
}

/*--------------------------------------------------
[Center Wrap]
----------------------------------------------------*/
.center-wrap {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}

.center-wrap .center-alignCenter {
    width: 100%;
    height: 100%;
    display: table;
}

.center-wrap .center-body {
    z-index: 10;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*--------------------------------------------------
[Other Classes]
----------------------------------------------------*/
/*Single Page Quote*/
.single-page-quote {
    position: relative;
}

.single-page-quote:after {
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    position: absolute;
}

.single-page-quote p {
    font-size: 20px;
}

/*Single Page Quote Left*/
.single-page-quote.single-page-quote-left {
    float: left;
    margin: 0 20px 20px 0;
}

.single-page-quote.single-page-quote-left:after {
    left: 0;
}

/*Single Page Quote Right*/
.single-page-quote.single-page-quote-right {
    float: right;
    margin: 0 0 20px 20px;
}

.single-page-quote.single-page-quote-right:after {
    right: 0;
}

.single-page-quote.single-page-quote-right p {
    text-align: right;
}

/*Blog Grid Images*/
img.blog-grid-img-v1 {
    float: right;
    width: 280px;
    height: auto;
    margin: 0 0 20px 20px;
}

@media (max-width: 500px) {
    img.blog-grid-img-v1 {
        height: auto;
        display: block;
        max-width: 100%;
    }
}

/*Blog Grid Tags*/
.blog-grid-tags {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.blog-grid-tags li {
    padding: 2px;
    display: inline-block;
}

.blog-grid-tags li.head {
    color: #fff;
    display: inline;
    font-size: 12px;
    background: #333;
    padding: 3px 10px;
}

.blog-grid-tags li a {
    color: #fff;
    font-size: 12px;
    background: #999;
    padding: 3px 10px;
    /*	text-transform: uppercase; */
}

.blog-grid-tags li a:hover {
    background: #e74c3c;
    text-decoration: none;
}

.bg-color-dark,
.bg-color-darker,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
    color: inherit;
}

.form-control {
    height: auto;
    padding: 7px 12px;
}

/* PDF注意書き*/
.em-adobeReader {
    border: solid #CCC 1px;
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background: url(../../../../../img/em-adobeReader.gif) no-repeat right top;
}

/* 緊急告知用 */
.emergency,
.emergency2,
.notes {
    border: 6px solid #3c3c3c;
    margin-bottom: 40px;
    box-shadow: 0 0 8px #4e4e4e;
}
.emergency,
.emergency2 {
    border-color: #FF3E3E;
    box-shadow: 0 0 8px #836868;
}
.notes {
    border-color: #1d88f2;
    box-shadow: 0 0 8px #687183;
}
.emergency p,
.emergency2 p,
.notes p,
.emergency ul,
.emergency2 ul,
.notes ul {
    padding: 0 20px;
}
p.top_emergency,
p.top_emergency2,
p.top_note {
    text-align: center;
    border: 1px solid #3c3c3c;
    padding: 10px !important;
    font-size: 26px;
    font-size: 2.6rem;
    color: #ffffff;
/*    box-shadow: -1px -1px #fff inset, 1px 1px #fff inset;*/
}
p.top_emergency,
p.top_emergency2 {
    background-color: #FF3E3E;
    border-color: #FF3E3E;
}
p.top_note {
    background-color: #1d88f2;
    border-color: #1d88f2;
}
p.top_emergency a,
p.top_emergency2 a,
p.top_note a {
    color: #ffffff;
}
.icon-emergency {
    background: url(../../../../../img/icon_emergency.png) no-repeat center left;
    padding: 5px 0 1px 45px;
}