@charset "utf-8";
/*=========================================
COMMON
==========================================*/
h1, h2, h3, h4 {
    color: #517C00;
}
h3:before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url("../img/icon_light.svg")no-repeat;
    background-size: contain;
    vertical-align: middle;
}
a img:hover {
    opacity: 0.8;
}
.no-gutters {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    padding: 0;
}
/*=========================================
HEADER
==========================================*/
.navbar p {
    margin-bottom: 0;
}
.mainimg {
    position: relative;
    width: auto;
    height: 600px;
    background: url("../img/main.jpg") no-repeat;
    background-size: cover;
}
.catch {
    position: absolute;
    width: 100%;
    top: 30%;
    padding-right: 20px;
    padding-left: 20px;
    color: #FFF;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 1;
}
.catch_title {
    font-size: 6rem;
}
.catch_sub {
    font-size: 2rem;
}
/*=========================================
CONTENT - LED for Tree
==========================================*/
.marker {
    background-image: -webkit-linear-gradient(left, transparent 0%, rgb(201,232,143) 0%);
    background-image: -moz-linear-gradient(left, transparent 0%, rgb(201,232,143) 0%);
    background-image: -ms-linear-gradient(left, transparent 0%, rgb(201,232,143) 0%);
    background-image: -o-linear-gradient(left, transparent 0%, rgb(201,232,143) 0%);
    background-image: linear-gradient(left, transparent 0%, rgb(201,232,143) 0%);
    background-repeat: repeat-x;
    background-size: 50%;
    background-position: 100% .8em;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2;
}
.feature {
    padding: 30px;
    background-color: #F3E547;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
}
.feature > .content {
    position: relative;
    height: 380px;
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
}
.bg_l {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/light01.png") no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
}
.bg_r {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/leaf01.png") no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
}
.pict {
    margin-top: -150px;
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: #90C629;
}
.pict h3, .org h3 {
    color: #FFF;
}
.pict img {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
}
.flyer {
    max-width: 700px;
    width: 100%;
    height: auto;
}
.org {
    margin-top: -150px;
    padding-top: 120px;
    padding-bottom: 50px;
    background-color: #A8D84D;
}
.org img {
    width: 100%;
    max-width: 500px;
    height: auto;
}
/*=========================================
CONTENT - TV
==========================================*/
.onair {
    background-image: url("../img/bg.png");
    background-size: 10%;
    background-repeat: repeat;
}
.frame__youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.frame__youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tvshow {
    text-align: center;
}
.tvshow img {
    width: 80%;
    max-width: 200px;
}
.capture li:first-child {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #A8D84D, #90C629);
    background: -webkit-linear-gradient(top, #A8D84D, #90C629);
    background: linear-gradient(to bottom, #A8D84D, #90C629);
    color: #FFF;
    text-align: center;
    font-weight: 600;
}
.capture li:nth-child(2) {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.capture li:last-child {
    margin-bottom: 30px;
    font-size: 0.8rem;
}

@media (max-width: 992px) {
.mainimg {
    height: 400px;
}
.catch_title {
    font-size: 5rem;
}
.catch_sub {
    font-size: 1.5rem;
}
.marker {
    font-size: 1.1rem;
}
.feature > .content {
    height: 300px;
}
}

@media (max-width: 768px) {
.catch_title {
    font-size: 4rem;
}
.catch_sub {
    font-size: 1.6rem;
}
.pict {
    margin-top: -120px;
}
.tvshow img {
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.75rem
}
h3 {
    font-size: 1.5rem;
}
.catch_title {
    font-size: 3rem;
}
.catch_sub {
    font-size: 1rem;
}
.feature > .content {
    height: 400px;
}
}