/*
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 300,400,500
*/

body{
    background-color: #f5e4cb;
}

img{
    width: 100%;
}

/*.wrap{
    background-image: url(../img/index/main.png);
    background-repeat: no-repeat;
    background-size: contain;
}*/

.navbar{
    background-color: rgba(64, 34, 15, 0.5);
}

.navbar-nav{
    margin: 0 auto;
}

.navbar-nav .nav-link{
    color: white;
}

.main-v{
    padding: 0 0 100px 0;
}

.main-v .row{
    align-items: center;
}

.main-title{
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

.about{
    margin: 100px 0;
}

.about img{
    border-radius: 40px;
}

.about .col-md-6{
    margin: 30px 0;
}

.about .col-md-6 h4{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 34px;
}

.about p{
    line-height: 2em;
}

.bnr{
    margin-bottom: 100px;
}

.bnr a{
    transition: .3s;
}

.bnr a:hover{
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6));
}

.point .row{
    justify-content: space-around;
}

.point-title h2,.item-title h2{
    font-size: 50px;
    font-weight: bold;
}

.point-title h2 span,.item-title h2 span{
    font-size: 20px;
    padding: 10px;
    margin: 0 20px;
    border: 1px solid black;
    vertical-align: super;
}

.point-title p{
    margin-top: 10px;
}

.point-title-sub{
    width: 90%;
}

.point-title-sub figure{
    text-align: center;
}

.point-content-1 figure img{
    border-radius: 30px;
}

.point-content-2 ul{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.point-content-2 li{
    width: 100%;
    line-height: 2em;
}

.point3-text p{
    text-align: center;
}

.color-K{
    color: #ea5514;
}

.color-Ca{
    color: #f39800;
}

.color-P{
    color: #8fc31f;
}

.color-etc{
    color: #22ac38;
}

.point4-l{
    text-align: center;
}

.point4-l p{
    border: 1px solid black;
    padding: 5px;
    border-radius: 20px;
}

.point4-l img{
    width: 10%;
    margin-bottom: 20px;
}

.ages{
    margin: 100px 0;
}

.ages-title{
    width: 50%;
}

.ages-content{
    display: flex;
    align-items: center;
}

.ages-content figure{
    width: 30%;
}

.ages-text{
    width: 70%;
    margin-left: 50px;
}

.ages-text h5{
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

.ages-text p{
    line-height: 2em;
}

.item .row{
    justify-content: space-around;
    align-items: center;
}

.item .col-md-5{
    margin-top: 50px;
}

.item table{
    width: 100%;
}

.item tr,.item th{
    padding: 15px;
    border-bottom: 1px solid black;
}

.item-text p{
    margin-top: 30px;
    padding: 30px;
    line-height: 2em;
    background-color: white;
    border-radius: 20px;
}

.howtoeat{
    margin: 50px 0;
}

.howtoeat-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.howtoeat-text{
    width: 50%;
    border: 1px solid #ea5514;
    padding: 30px;
    text-align: center;
}

.howtoeat-text h3{
    border-bottom: 1px solid #ea5514;
    color: #ea5514;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.howtoeat-text p{
    margin-bottom: 0;
}

.howtoeat-content figure{
    width: 40%;
}

footer{
    background-color: white;
    padding: 40px 0;
}

footer h4,footer p,footer li{
    text-align: center;
    margin-bottom: 0;
}

footer ul{
    list-style-type: none;
    padding-left: 0;
}

footer h4{
    margin-bottom: 20px;
}

/* contact */
.top-title,.contact-text{
    text-align: center;
}

.top-title h2{
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 34px;
}

.top-title p{
    font-size: 16px;
    color: #ea5514;
}

.contact-text ul{
    list-style-type: none;
    padding-left: 0;
}

.mail{
    margin-bottom: 50px;
}

.mail h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 28px;
    color:#ea5514
}

.form-group{
    margin-top: 20px;
}

.label{
    margin-bottom: 5px;
}

.label span{
    color: red;
    padding-left: 5px;
}

.contact-btn{
    background-color: #ea5514;
    color: white;
    border: none;
    padding: 10px 40px;
    border-radius: 40px;
    margin-top: 20px;
}

.pripoli .col-md-10{
    padding: 30px;
    margin-bottom: 50px;
    height: 300px;
    overflow: scroll;
    background-color: white;
}

.pri h4{
    font-size: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.pri ul{
    list-style-type: none;
    padding-left: 0;
}

/* company */
.company{
    margin-bottom: 100px;
}

.greeting-content{
    background-color: white;
    padding: 50px;
    margin-bottom: 50px;
}

.greeting-content h4{
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.greeting-content p{
    color: black;
    line-height: 2em;
}

.comp-outline{
    margin-bottom: 50px;
}

.comp-outline table{
    width: 100%;
}

.comp-outline th,.comp-outline td{
    padding: 20px 0;
    border-bottom: 1px solid black;
}

.comp-outline th{
    width: 30%;
}

.comp-outline td{
    width: 70%;
}

/* faq */
.faq-text{
    margin: 50px 0;
}

.faq-text h4,.faq-text p{
    font-size: 18px;
}

.faq-text span{
    padding-right: 10px;
}

.faq-text h4 span{
    color: #d70035;
}

.faq-text p span{
    color: #0068b7;
}