/*
	Theme Name: JuntechTheme1
	Theme URI: 
	Description: 
	Version: 1
	Author: 
	Author URI: 
*/

/* Default: For Smart Phone */
/* @media screen and (max-width: 599px) { */
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    font-family: "Meiryo UI", Meiryo, "メイリオ", sans-serif !important;
    color: #3c494b !important;
}

.text-large {
    font-size: 18px;
}
.text-normal {
    font-size: 16px;
}
.text-middle {
    font-size: 14px;
}
.text-small {
    font-size: 12px;
}
.bold {
    font-weight: bold;
}

.color-main {
    color: #365334;
}
.color-main:hover {
    color: #365334;
}

.grecaptcha-badge { visibility: hidden; }

a:hover {
    text-decoration: none !important;
}

.img-fluid {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.site-name{
    position: absolute;
    top: -60px;
}

.navbar {
    /* position: absolute !important; */
    /* z-index: 999; */
    /* top: 50px; */
    font-weight: 300;
    white-space: nowrap;
    font-size: 14px;
    overflow-x: scroll;
    padding: 0.5rem 0;
}
.navbar.scroll{
    position: fixed !important;
    top: 0.25rem;
}

.navbar::-webkit-scrollbar{
    display: none;
}
.navbar-nav {
    flex-direction: row !important;
}

.nav-menu-icon{
    width: 25px;
}
.nav-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 3px 1rem;
    background: #365334;
    border-radius: 15px;
    /* opacity: 0.5; */
    opacity: 1;
}
.nav-item.active{
    opacity: 0.9;
}
.eyecatch-posts {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.eyecatch-posts .category{
    font-size: 0.5rem;
}

/* 人気の記事 */
h5 {
    font-size: 0.9rem !important;
    margin-bottom: 0 !important;
}

.content-header{
    background-image: url(../../img/header_background_1920_220_dark.png);
    background-size: cover;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.category {
    position: absolute;
    z-index: 1;
    width: 90px;
    text-align: center;
    opacity: 0.9;
    font-size: 14px;
    background-color: rgba(54, 83, 52, 0.9);
}

.description {
    color: #3c494b !important;
}

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

.post-info li {
    display: inline-block;
}

.post-info img {
    display: block;
    float: left;
    margin: 4px;
    width: 15px;
}

/* 検索バー */
.search-bar-search-icon{
    background-color: #365334 !important;
    color: white !important;
    padding: 0.375rem 0.5rem !important;
}

.search-bar input:focus{
    box-shadow: none;
    border-color: #ced4da;
}

/* About */
.about-card{
    height: 60px;
    text-decoration: none;
    color: #365334;
    border: 1px solid #365334;
    float: left;
    margin-top: -1px;
}
.about-card:hover{
    color: #365334;
}
.about-img-wrapper{
    background-size: cover;
}
.about-img-1{
    background-image: url(../../img/logo_95.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #365334;
}
.about-img-2{
    background-image: url(../../img/about_support.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #365334;
}
.about-img-3{
    background-image: url(../../img/about_ask.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #365334;
}
.about-img-4{
    background-image: url(../../img/about-policy.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #365334;
}
.about-label{
    font-size: 14px;
    white-space: nowrap;
    line-height: 60px;
}
/* ----- */

/*Fields page*/
.table-wrapper{
    width: 100%;
    overflow-x: scroll;
}

.table-wrapper thead{
    background-color: #365334;
    color: white;
}

.table-wrapper tr{
    border-bottom: 1px solid #365334;
}

.table-wrapper th, .table-wrapper td{
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
}

.page-content{
    overflow: auto;
}
.page-content h2{
    margin: 10px 0;
    background-image: url(../../img/header_background_1920_220_dark.png);
    background-size: cover;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: white;
}
.page-content p{
    padding: 0 0.5rem;
}

.page-content .wp-element-button{
    font-size: 16px;
    line-height: 28px;
    background-color: #365334;
    color: white;
    margin-bottom: 1rem;
}
.page-content .wp-element-button:hover{
    color: white;
}

.side-title {
    border-bottom: 2px solid #365334;
    margin-bottom: 0.5rem !important;
}

.post-date{
    vertical-align: bottom;
    font-size: 1rem;
}

.copy-right {
    background-image: url(../../img/header_background_1920_220.png);
    font-size: 12px;
}

.popular-posts-wrapper {
    background-color: white;
}

.popular-posts-wrapper a {
    color: inherit;
}

.slick-slide{
    position: relative;
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}
.slick-thumbs-container{
    width: 65%;
    margin: auto;
    padding-top: 0.5rem;
}
.slick-thumbs-container .category {
    font-size: 10px;
    transform: scale(0.5);
    top:-4px;
    left: -23px;
}
.slick-slider-eyecatch-thumbs .slick-slide{
    opacity: 0.5;
}
.slick-slider-eyecatch-thumbs .slick-current{
    opacity: 1;
}
.slick-slider-eyecatch-thumbs .slick-track{
    transform: none !important;
}
.slick-arrow{
    display: none !important;
}

.product-retailer__amzn{
    background-color: #232F3E !important;
}

.product-retailer__rktn{
    background-color: #BF0000 !important;
}

.product-retailer__yhoo{
    background-color: #FF8400 !important;
}

.product-retailer__official{
    background-color: #365334 !important;
}

#row-404 {
    font-size: 24px;
}

#row-404 h2{
    width: 100%;
    margin: auto;
    color: #365334;
    font-size: 48px;
}

#row-404 a {
    color: #365334;
    text-decoration: underline;
}

/*--存在が不明--*/
.wp-embedded-content {
    margin: 0 auto;
    width: 100%;
}
.sd-title {
    display: none !important;
}
/* ----------- */

/* For Small Devices */
@media screen and (min-width: 768px) {
    .container{
        max-width: 1000px !important;
    }
    .content-header{
        font-size: 1.25rem;
    }
    /* -- About -- */
    #row-about{
        max-width: 1000px !important;
    }
    .about-card{
        height: 100px;
    }
    .about-label{
        line-height: 100px;
        font-size: 18px;
        padding-left: 4rem;
    }
    .about-img-1{
        background-size: 50%;
    }

    #row-404 {
        font-size: 36px;
    }

    #row-404 h2 {
        font-size: 72px;
    }

    /* 人気の記事 */
    h5 {
        font-size: 1.2rem !important;
        margin-bottom: 0 !important;
    }
    /* ----------- */

    /*--存在が不明--*/
    .page-content{
        max-width: 798px;
        margin: auto;
    }

    .page-content .table-wrapper table{
        margin: auto;
    }

    .page-content .table-wrapper tr td:first-child{
        min-width: 21rem;
        max-width: 21rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-content .table-wrapper tr td:last-child{
        min-width: 8.5rem;
        max-width: 8.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* ----------- */
}

/* For Desktop */
@media screen and (min-width: 1000px) {
    .content-header{
        height: 60px;
        line-height: 60px;
    }
}
