@charset "UTF-8";
/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.bg-first {
    background-color: #aecfed;
}

.bg-second {
    background-color: #b4d78c;
}

.bg-third {
    background-color: #efcfe2;
}

.bg-fourth {
    background-color: #f0d5a8;
}

/*--------------------
1. General
--------------------*/

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-seri;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}

p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #666;
    text-justify: inter-ideograph;
}

a:hover, a:focus, a:active, a.active {
    color: #00a0e8;
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}

.container {
    max-width: 950px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-top: 80px;
}

@media only screen
and (min-width: 320px)
and (max-width: 736px) {
    .container-fluid {
        margin-top: 60px;
    }
}

.section-title {
    max-width: 950px;
    margin: 0 auto;
}

::selection {
    text-shadow: none;
    background: #00a0e8;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 60px 0 70px;
    margin: 126px 0 60px;
    text-align: center;
}

@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    section {
        padding: 60px 0 40px;
        margin: 84px 0 60px;
        text-align: center;
    }
}

ul {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
}

ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000000;
}

.symbol {
    border: 8px solid;
    width: 124px;
    height: auto;
    margin: -118px auto 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    .symbol {
        border: 4px solid;
        width: 74px;
        margin: -102px auto 40px;
    }

    .row {
        margin-top: -30px;
    }
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -14px;
    margin-right: -14px;
}

.col-0-gutter {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #fff;
    height: 60px;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
    padding: 0px;
    margin-left: 10px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #00a0e8;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #00a0e8;
    border-color: #00a0e8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00a0e8;
}

.navbar-default .nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #00a0e8;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #efa72b;
    outline: 0
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    background-color: #00a0e8;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00a0e8;
}

.navbar-toggle {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 18px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    margin: 0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.65);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
        height: 80px;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        margin-top: 10px;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px
    }

    .navbar-default.navbar-shrink {
        background-color: #FFFFFF;
        /*		border-bottom: 1px solid #aaa;*/
        padding: 5px 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        margin-top: 10px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/*--------------------
3. Header
--------------------*/

.logo {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #232489;
    font-size: 36px;
    margin: 20px auto;
    width: 110px;
    display: block;
}

@media only screen
and (min-width: 320px)
and (max-width: 736px) {
    .logo {
        font-size: 32px;
        margin: 10px 4% auto;
        display: block;
    }
}

.logo a {
    text-decoration: none;
    color: #232489;
}

.logo:hover {
    color: #232489;
}

.logo a, a:visited, a:active, a:focus, a:hover {
    color: #232489;
}

.intro-text {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    top: 10px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    /*    transform: translateX(-50%);
        left: 30%;*/
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1),
    8px 8px 36px rgba(227, 227, 219, 0.8);
}

.intro-text .intro-heading {
    font-weight: 500;
    font-size: 34px;
    line-height: 68px;
    margin-bottom: 25px;
    color: #333;
}

@media (min-width: 768px) {
    .intro-text{
        top:inherit;
        bottom: 140px;
        left: 300px;
    }
    .intro-text .intro-heading {
        line-height: 1.8;
        font-size: 30px;
        width: 100%;
        position: relative;
        display: block;
        background: rgba(255, 255, 255, 0.6);
        box-sizing: border-box;
        padding: 60px;
    }
}

.main_visual {
    height: 580px;
    background-image: url(../img/visual_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 80px;
    background-attachment: fixed;
    position: relative;
}

@media only screen
and (min-width: 320px)
and (max-width: 736px) {
    .main_visual {
        background-size: cover;
        height: 60vw;
        background-position: center;
        background-attachment: inherit;
    }

    .intro-text .intro-heading {
        background: rgba(255, 255, 255, 0.6);
        letter-spacing: 0.4px;
        font-size: 4vw;
        line-height: 2.5;
        padding: 20px 20px;
        margin-top: 10%;
        margin-left: 10px;
    }
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative;
    margin: 0 0 40px 0;
    padding-bottom: 30px;
}

.section-title h2:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 4px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #333;
}

.section-title p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    max-width: 870px;
}

@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    .section-title h2 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .section-title h2:after {
        width: 40px;
        margin-left: -20px;
        height: 2px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 22px;
    }
}


/*--------------------
4.1. About
--------------------*/

#about {
    border-color: #00a0e8;
}

/*--------------------
4.2. philosophy
--------------------*/

#philosophy {
    border-color: #008542;
}

/*--------------------
4.3. contract
--------------------*/

#contract {
    border-color: #ea6088;
}

.section-title > span.contact {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding-top: 40px;
    max-width: 870px;
    margin: 0 auto;
}

.flow > div > span {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    color: #ea6088;
    margin-bottom: 20px;
}

.flow img {
    margin: 16px auto;
    width: 200px;
    height: 142px;
    display: block;
}

@media (min-width: 990px) {
    .flow {
        max-width: 540px;
        margin: 0 auto;
        overflow: auto;
    }

    .flow > div {
        max-width: 200px;
        display: block;
        float: left;
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
        color: #666;
    }

    .flow > div > span.chead {
        font-size: 28px;
        font-weight: 600;
    }

    .flow > div > span {
        max-width: 200px;
        font-size: 22px;
        font-weight: 300;
        line-height: 34px;
    }

    .flow .arrows {
        float: left;
        width: 76px;
        height: 66px;
        margin: 160px 26px;
        display: block;
    }
}

.section-title .contact a {
    margin-left: 20px;
    font-weight: normal;
}

.section-title .contact a:hover {
    color: #efa72b;
}

@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    .flow .arrows {
        width: 48px;
        height: 42px;
        transform: rotate(90deg);
        margin: 40px auto;
    }

    .flow > div {
        color: #666;
        text-align: justify;
    }

    .flow > div > span.chead {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .flow > div > span {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
    }

    .flow img {
        width: 100px;
        height: auto;
    }

    .section-title > span.contact {
        font-size: 18px;
    }
}

@media only screen
and (min-width: 481px)
and (max-width: 735px) {
    .flow {
        max-width: 480px;
        margin: 0 auto;
        overflow: auto;
    }

    .flow > div {
        max-width: 460px;
        display: block;
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
        color: #666;
    }

    .flow .arrows {
        width: 48px;
        height: 42px;
        transform: rotate(90deg);
        margin: 40px auto;
    }

    .flow > div {
        color: #666;
        text-align: justify;
        margin-bottom: 40px;
    }

    .flow > div > span.chead {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .flow > div > span {
        max-width: 460px;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
    }

    .flow img {
        width: 180px;
        height: auto;
    }
}

@media only screen
and (min-width: 736px)
and (max-width: 989px) {
    .flow {
        max-width: 400px;
        margin: 0 auto;
        overflow: auto;
    }

    .flow > div {
        max-width: 160px;
        display: block;
        float: left;
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
        color: #666;
    }

    .flow .arrows {
        width: 32px;
        height: auto;
        margin: 160px 24px;
        float: left;
    }

    .flow > div {
        color: #666;
        text-align: justify;
        margin-bottom: 40px;
    }

    .flow > div > span.chead {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    .flow > div > span {
        max-width: 160px;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        text-align: left;
    }

    .flow img {
        width: 160px;
        height: auto;
    }
}

/*--------------------
4.4. gallery
--------------------*/

#gallery {
    border-color: #efa72b;
}

.swiper-container {
    text-align: center;
}

.swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.prettyprint {
    border: none;
    background: #fafafa;
    color: #697d86;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    width: 28px;
    height: 86px;
    margin-top: -43px;
}

.swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-size: 64px;
    font-weight: 900;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),
    -1px -1px 1px rgba(255, 255, 255, 0.6);
}

.swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 64px;
    font-weight: 900;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),
    -1px -1px 1px rgba(255, 255, 255, 0.6);
}

@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    .swiper-button-prev:before, .swiper-button-next:before {
        font-size: 48px;
        margin-top: 50%;
    }
}

#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}

#thumbs .swiper-slide {
    width: 16%;
    height: 100%;
    opacity: 0.2;
    cursor: pointer;
}

#thumbs .swiper-slide-active {
    opacity: 1;
}


/*--------------------
5. Footer
--------------------*/

footer {
    padding: 36px 0 36px;
    color: #333;
    margin-top: 80px;
}

/*@media only screen
and (min-width : 320px)
and (max-width : 670px) {
footer {
	padding: 70px 0 70px;
}
}*/

footer p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1.2px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 12px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #00a0e8;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #efa72b;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width: 320px)
and (max-width: 736px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }

    .navbar-fixed-top {
        height: 60px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }
}
