@charset "UTF-8";

#LandingPage p {
    font-size: 16px;
}

#LandingPage h2 {
    font-size: 1.3em;
}

.fluid-box {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: none;
    padding: 0px;
}

.fluid-box-inner {
    margin: 0 auto;
    padding: 0px;
}

.fluid-box2 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    background-color: #efefef;
}

.fluid-box2-inner {
    margin: 0 auto;
    padding: 0;
    margin: 0;
}

.pdt1 {
    padding-top: 1em;
}

.mt4 {
    margin-top: 4em;
}

.small {
    font-size: 75%;
}

/*---------------------------------------
       HOME              
   -----------------------------------------*/


.centerdbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*---------------------------------------
       CATCH             
   -----------------------------------------*/

#catch h1 {
    font-size: 20pt;
    line-height: 1.5em;
    text-align: left;
    margin-top: 2em;
}

#catch h3 {
    font-size: 16pt;
    line-height: 2em;
    text-align: center;
}

#catch .textBox {
    margin-bottom: 3em;
}

#catch p {
    display: block;
}

#catch li {
    line-height: 2em;
    margin-left: -1em;
    font-size: 16px;
}

#catch .sub-info p {
    font-size: 1.2em;
    line-height: 1.8em;
}

#catch .sub-info li {
    margin-left: -1em;
    font-size: 1.2em;
    line-height: 1.8em;
}

#catch .darkblue {
    color: #0995d6;
}


/*---------------------------------------
       ABOUT            
   -----------------------------------------*/

#about {
    height: auto;
    padding-bottom: 0;
}

#about h3 {
    line-height: 3em;
    font-size: 2.5em;
    text-align: left;
    font-weight: 800;
}

#about .prbox {
    margin-bottom: 5em;
}

#about .textbox {
    display: block;
    margin-top: 1em;
    line-height: 2em;
}

#about .cap {
    margin-top: 1em;
}

#about .link {
    width: 100%;
    text-align: center;
}

.btn {
    margin-top: 3em;
    margin-bottom: 3em;

}


#about .section-btn {
    background: #929292;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}

#about .section-btn:hover {
    background: #292929;
    color: #ffffff;
}

#about .section-btn:focus {
    color: #ffffff;
}

#about .section-btn a {
    padding: 10px 25px;
}

#about .section-btn a:hover {
    color: #ffffff;
}

/*---------------------------------------
       PROFILE           
   -----------------------------------------*/

.info {
    padding-left: 20px;
    padding-right: 20px;
}

#profile h3 {
    font-size: 2em;
}

#profile ul {
    padding-left: 1em;
}

#profile ul li {
    font-size: 16px;
    line-height: 2em;
    list-style-type: disc;
}

#profile .section-btn {
    background: #929292;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}

#profile .section-btn:hover {
    background: #292929;
    color: #ffffff;
}

#profile .section-btn:focus {
    color: #ffffff;
}

#profile .section-btn a {
    padding: 10px 25px;
}

#profile .section-btn a:hover {
    color: #ffffff;
}

/*---------------------------------------
        ITEMS           
   -----------------------------------------*/

.single-item {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.single-item p {
    background-color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.single-item h4 {
    line-height: 1.75em;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 800;

}


.single-item .Tsize {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.5em;
}

.single-item .Tprice {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #767676;
}

.single-item .Zeikomi {
    font-size: 75%;
    font-weight: normal;
}

.single-item .Texclusive {
    text-align: center;
    background-color: lightsteelblue;
    color: #ffffff;
    font-weight: 600;
}

/*---------------------------------------
        ATTENTION          
   -----------------------------------------*/



#attention1 {
    background-color: #988984;
    color: #ffffff;
}

.background-fill {
    margin-bottom: -80px;
}

#attention1 .row {
    margin: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}

#attention1 h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}

#attention1 p {
    text-align: left;
    color: #ffffff;
    font-size: 1em;
}

#attention1 li {
    line-height: 1.5em;
    margin-bottom: 0.3em;
    list-style: circle;
}

/*---------------------------------------
        REVIEW         
   -----------------------------------------*/

#review-section {
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
    margin-bottom: 40px;
}

#review-section h2 {
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #4e6974;
}

#review-section p {
    margin-top: 5px;
}

.review-items {
    margin-top: 20px;
}

.single-item {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-item p {
    background-color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.single-item h3 {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;

}

.staff-area {
    border-bottom: 1px solid #4e6974;
    padding-bottom: 15px;
    line-height: 14px;
}

.staff {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 15px;
}

.single-item svg {
    margin-top: 10px;
    font-size: 22px;
    color: #4e6974;
    width: 60px;
    height: 60px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}


@media (max-width: 640px) {
    #attention1 .row {
        margin: 40px 0px;
    }
}

@media (max-width: 767px) {
    .fluid-box-inner {
        margin: 0 auto;
        padding: 0px;
    }

    .fluid-box2-inner {
        margin: 0 auto;
        padding: 10px;
    }

    #catch h1 {
        font-size: 18pt;
    }

    #catch h3 {
        font-size: 18pt;
    }


    .background-fill {
        margin-bottom: -60px;
    }

}