/*//////////////////////////////////////////////////////////////////////
     common
//////////////////////////////////////////////////////////////////////*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

/*a {text-decoration: none;}*/

.container {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    height: auto;
}

/*li {list-style: none;}*/

.contents {
    text-align: center;
}

.logo-left {
    float: left;
    cursor: pointer;
    display: block;
}

.active {
    display: block;
}

/*//////////////////////////////////////////////////////////////////////
     header
//////////////////////////////////////////////////////////////////////*/

header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgb(150, 150, 150);
    background-color: rgba(255, 255, 255, 0.8);
}

.header-logo {
    height: 80px;
    /*padding: 3px;*/
    /*margin-top: 10px;*/
    margin-left: 20px;
}

.header-right {
    float: right;
}

.header-right a {
    line-height: 80px;
    font-size: 16px;
    padding: 0 25px;
    color: #000000;
    display: block;
    float: left;
    transition: all 1.0s;
    letter-spacing: 2px;
}

.header-right a:hover {
    background-color: rgba(0, 167, 255, 0.5);
}

#hamb-menu {
    display: none;
    margin-top: 20px;
    margin-right: 40px;
    float: right;
    cursor: pointer;
}

#hamb-menu:hover {
    opacity: 0.5;
    transition: all 0.3s;
}

#hamb-wrapper {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 20;
    display: none;
}

#hamb-contents {
    display: none;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(150, 150, 150);
    padding-bottom: 30px;
}

#hamb-contents a {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 40px 60px;
    color: #000000;
    display: block;
}


/*//////////////////////////////////////////////////////////////////////
     slide-wrapper
//////////////////////////////////////////////////////////////////////*/

.slide-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.swiper-container {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-content {
    position: absolute;
    /*top: 80px;*/
    bottom: 0px;
    right: 10px;
    /*transform: translate(-50%, -50%);*/
    opacity: 0;
    transition: all 5s ease 1s;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 2px dimgray;
}

.spacer {
    height: 80px;
    /*    display: none;*/
    display: block;
}

/*//////////////////////////////////////////////////////////////////////
     middle-wrapper
//////////////////////////////////////////////////////////////////////*/

.middle-wrapper {
    padding-top: 80px;
}

.subtitle {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid rgb(150, 150, 150);
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;

}

/*//////////////////////////////////////////////////////////////////////
     Policy
//////////////////////////////////////////////////////////////////////*/

.policy {
    padding-bottom: 30px;
}

.none-list-style {
    list-style: none;
}

.policy-li {
    /*list-style: none;*/
    text-align: left;
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
}

.policy-title {
    font-weight: normal;
    letter-spacing: 1px;
}

.indent {
    margin-left: 2em;
}

.policy-sub-title {
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 0;
}

/*//////////////////////////////////////////////////////////////////////
     Inquiry
//////////////////////////////////////////////////////////////////////*/

.contact .contents {
    padding: 20px 0;
}

.contact p {
    margin: 20px 0 0 0;
    letter-spacing: 2px;
}

input {
    height: 45px;
}

input,
textarea {
    width: 600px;
    margin-top: 5px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dee7ec;
}

textarea {
    height: 200px;
}

.contact-submit {
    margin-top: 7px;
    text-align: center;
    background-color: #5dca88;
    cursor: pointer;
    box-shadow: 0 5px #1a7940;
    border-radius: 4px;
    border: none;
    letter-spacing: 2px;
    color: #fff;
}

.contact-submit:active {
    position: relative;
    top: 5px;
    box-shadow: none;
}

.webmaster-info {
    font-size: 18px;
    /*    cursor: pointer;*/
    padding: 20px 0 30px 0;
    letter-spacing: 2px;
}

.warning {
    color: red;
    padding-bottom: 50px;
}

.tell {
    padding-top: 50px;
}

.alert-success {
    color: green;
}

.alert-error {
    color: red;
}

.sendMail button {
    margin-top: 10px;
    text-align: center;
    background-color: #5dca88;
    cursor: pointer;
    box-shadow: 0 5px #1a7940;
    border-radius: 4px;
    border: none;
    letter-spacing: 2px;
    color: #fff;
    height: 45px;
    width: 200px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dee7ec;
}

.sendMail button:active {
    position: relative;
    top: 5px;
    box-shadow: none;
}

/*//////////////////////////////////////////////////////////////////////
     Works
//////////////////////////////////////////////////////////////////////*/

.work {
    float: left;
    width: 33.3%;
    cursor: default;
    margin-top: 30px;
}


.back-img:hover {
    /*    opacity: 0.8;*/
}

.back-img {
    height: 250px;
}

.work-title {
    font-size: 16px;
    letter-spacing: 2px;
    color: black;
    width: 100%;
}

.work-text {
    width: 70%;
    display: inline-block;
    font-size: 12px;
    color: dimgray;
    height: 50px;
}

.clear {
    clear: left;
}

.app-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-top: 20px;
    margin-bottom: 40px;
}

.app-badges a {
    /*display: inline-block;
    overflow: hidden;
    border-radius: 13px;
    width: 250px;
    height: 83px;*/
}

.app-store-badge img {
    border-radius: 6px;
    height: 40px;
    margin-right: 10px;
}

.google-play-badge img {
    height: 60px;
    margin: -10px;
}

/*//////////////////////////////////////////////////////////////////////
     bottom-wrapper
//////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////
     footer
//////////////////////////////////////////////////////////////////////*/


.footer-main {
    border-top: 1px solid rgb(150, 150, 150);
}


.footer-logo {
    height: 70px;
    margin-top: 35px;
    margin-left: 20px;
}

.footer-right {
    float: right;
    margin-top: 20px;
    margin-right: 20px;

}

.footer-right a {
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 3px;
    transition: all 1.0s;
    letter-spacing: 2px;
}

.footer-right a:hover {
    background-color: rgba(0, 167, 255, 0.5);
}


.copyright {
    text-align: center;
    color: dimgray;
}

.copyright-padding {
    padding-top: 150px;
}
