/**
* Template Name: 
* Template URL:
* Author: VoidSystem
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html { scroll-behavior: smooth;}

body {
    color: #333;
    background-color: #333;
}
.container {
    max-width: 980px;
}

a {
    color: #0e729a;
}

a:hover {
    color: #00b7ff;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

h1 {
    font-feature-settings: "palt";
    text-align: center;
}

h2 {
    display: inline-block;
    border-bottom: solid 1px #555;
    margin:0 auto;
    padding: 20px 0 3px 0;
    font-family: ryo-text-plusn, serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
        text-align: center;
        font-size: 1.6rem;
    }
    .h2Box {
        text-align: center;
        padding-bottom: 40px;
    }
h3 {
    font-size: 1.0rem;
    font-weight: bold;
}

h4,
h5,
h6 {
    font-family: 'Klee One', cursive;
    font-weight: 600;
}

.nowrap {
    white-space: nowrap;
}

.tel-number a {
    color: #FFF;
}

p {
    margin: 0;
    line-height: 1.65rem;
}

li {
    line-height: 1.65rem;
    font-family: 'Klee One', cursive;
    font-weight: 600;

}

@media (min-width: 768px) {
    .sp {
        display: none;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #666;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #e0d6c6;
    transition: background 0.2s ease-in-out;
}

.queryBtn {
    margin-top: 40px;
    text-align: center;
}

.linkBtn {
    margin-top: 40px;
}

.queryBtn i,
.linkBtn i {
    font-size: 20px;
    margin-left: 0;
}

.queryBtn a {
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 6px;
    transition: 0.5s;
    background-color: #999;
    color: #FFF;
}

.linkBtn a {
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 6px;
    transition: 0.5s;
    background-color: #999;
    color: #000;
}

.queryBtn a:hover,
.linkBtn a:hover {
    background-color: #FF88AA;
    color: #FFF;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.header {
    background-color: #333333;
    color: #cbf0ff;
    padding: 20px 40px;
    font-weight: normal;
    border-bottom: solid 1px #cbf0ff;
}
.header .k100 {
    text-align: left;
    font-size: 1.4rem;
    font-family: ryo-text-plusn, serif;
    font-weight: 300;

}
.header .colabo {
    padding-top: 5px;
    text-align: right;
    font-size: 1.0rem;
}
@media (max-width: 768px) {
    .header .k100,
    .header .colabo {
        text-align:center;
    }
    .header .colabo {
        font-size: 0.75rem;
    }
}
/*--------------------------------------------------------------
# mainImage section
--------------------------------------------------------------*/

#mainImage {
    height: 60vh;
    min-height: 500px;
    background-image: url('../img/mainImage.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f4ec ;
    text-align: right;
}
#mainImage img { 
    margin-top: 10%;
    width: 460px;
    filter: drop-shadow(2px 2px 2px #555);
}


#pageImage {
    height: 240px;
    min-height: 200px;
    background-image: url('../img/pageImage.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f4ec ;
    text-align:center;
}
#pageImage img { 
    margin-top: 20px;
    width: 400px;
    filter: drop-shadow(2px 2px 2px #888);
}

@media (max-width: 768px) {
    #mainImage {
        height: 50vh;
        background-image: url('../img/mainImageS.png');
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
    }
    #mainImage img { 
        margin-top: 30%;
        margin-left: 0;
        width: 360px;
        filter: drop-shadow(2px 2px 2px #555);
    }

}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: white;
}
.section-bg-blue {
    background-color: #ecfaff;
}

.section-bg-kinari {
    background-color: #FFF9EE;
}

.section-bg-blue .section-title h2 {
    color: #FFF;
}

.section-bg-white {
    background-color: #FFF;
}

.section-bg-lightgrey {
    background-color: #EEEEEE;

}

.section-bg-black {
    background-color: #222222;
}


.inner-page {
    background-color: #FFF;
}

@media (max-width: 992px) {
    section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 2.4rem;
        line-height: 1.6rem;
    }
}

/*--------------------------------------------------------------
# navMenu Section
--------------------------------------------------------------*/

#navMenu {
    padding: 40px;
    background-color:#333 ;
    font-size: 1.1rem;
    border-top: solid 1px #555;
}

#navMenu a.linkBtn {
    margin: 0 20px;
    padding: 10px ;
    background-color:#cbf0ff;
    line-height: 1.0rem;
    width:200px;
    text-align: center;
    color: #333;
    border-radius: 4px;
}
#navMenu a.linkBtn:hover {
    background-color: #FFF;
}
#navMenu .bg-white {

}
/*--------------------------------------------------------------
# mainText Section
--------------------------------------------------------------*/

#mainText {
    background-color:#f6f4ec ;
    color: #333;
    font-size: 1.1rem;
    line-height: 3rem !important;
}
.description p{
    padding: 0 40px;
    text-indent: 1rem;
    line-height: 2.0rem;
}
/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/


#about .table td {
  border:none;
  padding: 5px 0;
}
#about table th {
    border:none;
    padding: 5px 0 5px 10px;
    white-space: nowrap;
}
.aboutTxt {
    padding-left: 20px;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    #about h2 {
        font-size: 1.6rem;
    }

    #about h2 span {
        font-size: 1.0rem;
    }

    #contact h2 {
        font-size: 1.6rem;
    }

}

/*--------------------------------------------------------------
# access section
--------------------------------------------------------------*/

#access{
    position: relative;
    color: #333;
}

#access .traffic {
    font-size: 0.9rem;
}
/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/
#pageTitle {
    padding: 0;
    margin: 0;
}

#contents .row {
    padding-top: 40px;
    padding-bottom: 40px;
border-bottom: dotted 1px #CCC;
}
#contents h2 {
    display: block;
    padding-bottom: 40px;
    font-family: ryo-text-plusn, serif;
    border-bottom: none;

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    padding: 20px 0;
    text-align: center;
    background-color: #333;
}

.footerMenu {
    margin-bottom: 10px;
}

.footerMenu ul {
    padding: 0;
    margin-bottom: 8px;
}

.footerMenu li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 20px;
}

.footerMenu li::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -1px;
}

.footerMenu a {
    font-size: 0.85rem;
    color: #DDD;
    padding-left: 14px;
    font-family: sans-serif;
    font-weight: normal;
}

.footerMenu a:hover {
    color: #cbf0ff;
}

.footer-logo {
    font-size: 1.4rem;
    color: #FFF;
    margin: 30px auto;
    font-family: 'Klee One', cursive;
    font-weight: 600;
}

.copyright p {
    margin: 20px auto;
    text-align: center;
    font-size: 0.75rem;
    color: #DDD;
    font-family: sans-serif;
    font-weight: normal;
}


@media (max-width: 768px) {
    .footer-logo {
        margin: auto;
    }

    /* .footerMenu li {
        display: list-item;
        text-align: left;
        margin-right: 0;
    } */

    .footerMenu {
        margin-bottom: 20px;
        padding: 0;
    }

}