@charset "utf-8";
body {
    width: 100%;
    height: 100%;
    font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}
html {
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px 0;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
ul, ol {
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.5;
}
@media(min-width:767px) {
    p {
        margin: 0 0 60px;
        font-size: 18px;
        line-height: 1.6;
    }
    .flyr {
        margin: 0 auto 2em;
        width: auto;
        max-width: 640px;
        height: auto;
        max-height: 640px;
        display: block;
    }
}
img {
    max-width: 100%;
    margin-bottom: 1em;
}
iframe {
    max-width: 100%;
}
a {
    color: #CEF0FF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    color: #FFF;
}
a:hover img {
    opacity: 0.95;
}
.intro-text {
    margin-bottom: 40px;
}
.intro-text a {
    display: block;
}
.intro-text .text-description {
    font-size: 16px;
    display: block;
    margin: 20px auto;
}
.intro-text .text-description.text-small {
    font-size: 14px;
}
.intro-text .text-description ul {
    margin-left: 10px;
}
.intro-text .text-description ul li {
    display: inline-block;
}
.intro-text .text-description ul li:after {
    content: "/";
    padding: 0 4px;
}
.intro-text .text-description ul li:last-child:after {
    content: none;
}
.intro-text .text-description div {
    margin-bottom: 0.5em;
}
.intro-text iframe {
    margin-bottom: 60px;
}
.intro-text img {
    display: block;
    margin: auto auto 1em;
}
.light {
    font-weight: 400;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #6395AB;
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand:focus {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0;
}
.row {
    padding: 140px 0 140px;
}
@media(min-width:767px) {
    body {
        width: 100%;
        height: 100%;
        font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        background: linear-gradient(#676A6A, #E5EBEC);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: fixed;
    }
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #676A6A;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .intro {
        display: table;
        width: 100%;
        height: auto;
        padding: 100px 0;
        text-align: center;
        color: #fff;
        background: url(../img/DSC01064-1_m.jpg) no-repeat top center fixed;
        background-color: #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .intro::before {
        /* 透過した黒を重ねる */
        background-color: rgba(0, 0, 0, 0);
        /* どの範囲に重ねるかを指定 */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
    }
    .intro-text {
        font-size: 32px;
    }
    .intro-text img {
        /*max-width: 80%;*/
    }
    .about-section {
        width: 100%;
        height: auto;
        padding: 100px 0;
        color: #fff;
        background: url(../img/2017carpool_m.jpg) no-repeat center center fixed;
        background-color: #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .about-section .container {
        background: rgba(0, 0, 0, 0.4);
        padding: 50px 0;
        border-radius: 8px;
    }
    .about-section img {
        display: none;
    }
}
.intro-body {
    display: table-cell;
    vertical-align: bottom;
}
.brand-heading {
    font-size: 40px;
}
@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .video-wrapper {
        margin: 40px auto 120px auto;
    }
    .intro-text {
        font-size: 32px;
        background: rgba(0, 0, 0, 0.6);
        padding: 60px;
        border-radius: 8px;
    }
    .intro-text span {
        display: block;
        font-size: 20px;
        margin-top: 20px;
    }
    .intro .btn {
        margin: 40px;
    }
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.content-section {
    padding-top: px;
}
#map {
    width: 100%;
    height: auto;
    margin-top: auto;
}
@media(min-width:767px) {
    .content-section {
        padding-top: px;
    }
    .about-section {
        padding: 300px 0 300px 0;
    }
    #map {
        height: 200px;
        margin-top: 200px;
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 10px 0px;
}
.btn-default {
    border: 2px solid #CEF0FF;
    color: #CEF0FF;
    background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
    border: 2px solid #FFF;
    outline: 0;
    color: #FFF;
    background-color: #CEF0FF 0.1;
}
.btn-huge {
    padding: 25px;
    font-size: 26px;
}
.banner-social-buttons {
    margin-top: 0;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    body {
        width: 100%;
        height: 100%;
        font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        background: #676A6A;
        text-align: left;
    }
    p {
        text-align: left;
    }
    p img {
        display: block;
        margin: auto;
    }
    .spnone {
        display: none;
    }
    .intro::before {
        background: url(../img/DSC01064-1_m.jpg) no-repeat center top;
        background-size: auto 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -2;
    }
    .intro::after {
        background: rgba(0, 0, 0, 0.3);
        background-size: auto 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -1;
    }
    .intro {
        display: table;
        width: 100%;
        height: auto;
        padding: 100px 0;
        text-align: center;
        color: #fff;
    }
    .intro-text {
        font-size: 20px;
    }
    .intro-text iframe {
        width: 100%;
        margin-bottom: 40px;
    }
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .video-wrapper {
        margin: 40px auto 80px auto;
    }
    .about-section {
        width: 100%;
        height: auto;
        padding: 100px 0;
        color: #fff;
    }
    .about-section .container {
        padding: 5% 0;
    }
    .flyr {
        margin: 0 auto 1em;
    }
}
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
