@charset "UTF-8";

.color-c {
    color: #00a0e9;
}
.color-m {
    color: #e4007f;
}
.color-y {
    color: #fff100;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222;
    background-color: #fff;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
html {
    font-size: 16px;
    line-height: 2.2;
    word-wrap: break-word;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

a,
a:visited,
a:hover {
    text-decoration: none;
    font-size: 100%;
    color: #EF8301;
}
a:visited {
/*    color: #DFA341;*/
}
a:hover {
    color: #FFa331;
}


/* LAYOUT */

.main-container {
    position: relative;
    top: 0;
    left: 0;
}
.main-section {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 30px auto 0 auto;
    padding: 0 20px 0 20px;
    text-align: left;
}
.home .main-section {
    margin-top: 0;
}
.main-section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.section {
    max-width: 1140px;
    margin: 90px auto;
    text-align: left;
}
.section.first-section {
    margin-top: 40px;
}
.section-780 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.section-640 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
@media screen and (max-width: 840px) {
    .main-container {
        padding-top: 163px;
    }
    .section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 480px) {
    .main-container {
        padding-top: 88px;
    }
}

@media screen and (min-width: 600px) {
    /* PC */
    #main {
        float: left;
        width: 70%;
        margin-top: 0;
    }
    #sidebar {
        float: left;
        width: 30%;
        box-sizing: border-box;
        padding: 0 0 30px 40px;
        margin-top: 0;
    }
}

/* PAGETOP */

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop a,
#pagetop a:visited,
#pagetop a:hover {
    background: #00a0e9;
    text-decoration: none;
    color: #fff;
    padding: 10px 14px 14px 14px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    display: block;
    opacity: 1.0;
    line-height: 1.0;
    border: solid 1px #00a0e9;
}
#pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media print {
    #pagetop {
        display: none;
    }
}

/* === ADDITION === */

a.ul,
a.ul:visited,
a.ul:hover {
    color: #444344;
    text-decoration: underline;
}
a.ul:hover {
    color: #888;
}
hr {
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}

/* TOP-IMAGE */

.slide-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    overflow: hidden;
}
.top-slider .slick-slide {
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 8 / 3;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.top-slider .slick-slide img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
.top-slider .slick-dots {
    bottom: -40px;
}
.top-slider .slick-dots li button::before {
    color: #666;
    font-size: 10px;
}
.top-slider .slick-dots li.slick-active button::before {
    color: #000;
}
@media screen and (max-width : 640px) {
    .top-slider .slick-slide {
        aspect-ratio: 4 / 3;
    }
    .top-slider .slick-slide img {
        height: 100%;
    }
}

/* FOOTER */

#footer-contact {
    margin-top: 50px;
    padding: 40px 0;
    background-color: #222;
    color: #fafafa;
}
#footer-contact .contact-content {
    margin: 0 auto 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    text-align: left;
}
#footer-contact a:hover {
    opacity: 1.0;
}
@media screen and (max-width : 640px) {
    #footer-contact {
        padding-bottom: 10px;
    }
}

#footer {
    padding: 40px 0 40px 0;
    margin: 0;
    text-align: left;
    background-image: url('../images/cmyk.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 10px;
}
#footer img {
    max-width: 95%;
    height: auto;
}
#footer a:hover {
    opacity: 0.8;
}
.footer-content {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 2.0;
}
.footer-logo {
    margin-bottom: 1em;
}
.company-info {
    margin: 15px 0;
}

#footer .sns-links {
    margin: 16px 0;
    text-align: right;
}
#footer .sns-links a,
#footer .sns-links a:visited,
#footer .sns-links a:hover {
    font-size: 36px;
    color: #222;
    margin: 8px;
}
@media screen and (max-width : 640px) {
    #footer .sns-links {
        text-align: center;
    }
}

.copyright {
    background-color: #222;
}
.copyright p {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding: 15px 10px;
    line-height: 1.0;
    font-size: 13px;
    text-align: left;
    color: #fff;
}
@media screen and (max-width : 640px) {
    .company-info {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    #footer .sns-links {
        text-align: center;
    }
    .copyright p {
        text-align: center;
    }
}


/* FUNCTION: nb-news */

.news-container {
    clear: both;
    box-sizing: border-box;
    margin: 0 auto 80px auto;
    max-width: 1140px;
    padding-top: 40px;
    text-align: center;
}
@media screen and (max-width : 1140px) {
    .news-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 600px) {
    .news-container {
        margin: 20px auto 100px auto;
    }
}
.nb-news {
    line-height: 1.1;
}
.nb-news table {
    border-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: solid 1px #acacac;
}
.nb-news table tr {
    border-bottom: solid 1px #acacac;
}
.nb-news table tr th,
.nb-news table tr td {
    border-style: none;
    padding: 20px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}
.nb-news td a,
.nb-news td a:visited,
.nb-news td a:hover {
    color: #454545;
}
.nb-news td.news-date {
    width: 90px;
    font-size: 93%;
    font-weight: 600;
}
.nb-news td.news-date span {
    display: block;
}
.nb-news td.news-category {
    width: 130px;
}
.nb-news td.news-category a,
.nb-news td.news-category a:visited,
.nb-news td.news-category a:hover {
    display: block;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    background-color: #00a0e9;
    color: #fff;
}
.nb-news td.news-link a:hover {
    opacity: 0.7;
}
.nb-news td.news-title {
    margin: 0;
    padding: 0 10px;
    font-weight: normal;
}
.nb-news .news-link-btn {
    width: 90px;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .nb-news td {
        display: inline-block;
    }
    .nb-news td.news-category {
        width: auto;
    }
    .nb-news td.news-category a,
    .nb-news td.news-category a:visited,
    .nb-news td.news-category a:hover {
        min-width: 100px;
        display: inline-block;
        padding: 5px 5px;
        margin-right: 15px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        background-color: #00a0e9;
        text-align: center;
    }
    .nb-news table tr th,
    .nb-news table tr td {
        padding: 10px 0 5px 0;
    }
    .nb-news table tr td.news-title {
        display: block;
        padding: 5px 0 10px 0;
    }
    .nb-news table tr {
        display: block;
        padding: 10px 0;
        border-top-style: none;
    }
}

/* POST */

.section p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5em;
}

#main {
    margin-top: 65px;
    padding-top: 0;
}
#sidebar {
    text-align: left;
    font-size: 90%;
    margin-top: 50px;
}
#sidebar a,
#sidebar a:visited,
#sidebar a:hover {
    color: #333;
}
#sidebar a:hover {
    opacity: 0.75;
}
#sidebar .widgettitle {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
#sidebar .sidebar-widgets ul li {
    margin-bottom: 0.3em;
}
#sidebar .sidebar-widgets ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #222;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin: 0 6px 0 3px;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 600px) {
    #sidebar {
        border-top: solid 1px #acacac;
    }
}

/* PAGE */

h2 {
    font-size: 180%;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.4;
    color: #676767;
    letter-spacing: 1px;
}
h2 small {
    position: relative;
    top: -3px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    color: #00a0e9;
}
h2 a,
h2 a:visited,
h2 a:hover,
h3 a,
h3 a:visited,
h3 a:hover {
    color: #222;
}
h2.entry-title {
    text-align: left;
}
h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.5em;
    line-height: 1.2;
    text-align: left;
    color: #676767;
}
h3 small {
    color: #00a0e9;
    font-size: 13px;
    font-weight: 600;
}
h5 {
    font-weight: 600;
    margin: 1.5em 0 0.5em 0;
}
@media screen and (max-width: 600px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
}

/* COLUMN POSTS */

.c-entry-list .columns {
    margin-bottom: 0;
}
.c-entry-list .columns .column {
    margin-bottom: 30px;
}
@media print, screen and (max-width : 639px) {
    .c-entry-list {
        max-width: 500px;
        margin: 0 auto;
    }
}
.c-entry-list .columns .column-post-item {
    background-color: #fff;
    overflow: hidden;
}
.c-entry-list .entry-thumbnail a,
.c-entry-list .entry-thumbnail a:visited,
.c-entry-list .entry-thumbnail a:hover {
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform-origin: center;
    transition: transform .5s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
.c-entry-list .entry-thumbnail a:hover {
    transform: scale(1.1);
}
.c-entry-list .content {
    border-top: solid 1px #cfcfcf;
    position: relative;
    z-index: 2;
    padding: 20px 0;
    line-height: 1.6;
    background-color: #fff;
    text-align: left;
}
.c-entry-list .title a,
.c-entry-list .title a:visited,
.c-entry-list .title a:hover {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

/* ADDITION */

/* PAGE: top */

.full-box-inner {
    padding: 60px 20px 60px 20px;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
}
.full-box-inner.narrow {
    padding: 20px;
}
.bg-gray {
    background-color: #f3f3f3;
}

.sbox-content {
    border: solid 1px #bfbfbf;
    padding: 0 10px 10px 10px;
}
.sbox h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #bfbfbf;
    padding: 15px 0 15px 0;
    color: #393737;
}
.sbox h3 i {
    color: #00a0e9;
    margin-right: 5px;
}
.sbox-text {
    font-size: 88%;
    padding: 10px;
}

.media-record-container {
    height: 420px;
    overflow: auto;
}
.media-record {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #bfbfbf;
    font-size: 90%;
}
.media-record .date {
    color: orange;
    font-weight: bold;
}
.media-record .title {
    font-weight: bold;
    margin: 10px 0;
}
.media-record .media-detail {
    margin: 0 10px 0 0;
}
.media-record .media-detail a,
.media-record .media-detail a:visited,
.media-record .media-detail a:hover,
.media-record .media-detail a:active {
    font-size: 88%;
}

.media-record hr {
    margin: 0.8em 0;
    border: 0;
    border-bottom: 2px dotted #dadada;
}

.badge-label {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #898989;
}

.photo {
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px #dfdfdf;
    border: solid 10px white;
}

.more-button {
    font-size: 110%;
}
.more-button a,
.more-button a:visited,
.more-button a:hover {
    position: relative;
    display: inline-block;
    padding: 4px 18px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #00a0e9;
    border: solid 1px #00a0e9;
    color: white;
}
.more-button a:hover {
    border: solid 1px #00a0e9;
    background-color: #fff;
    color: #00a0e9;
}
.more-button a:before {
    position: relative;
    top: -2px;
    content: "\0025b6";
    margin-right: 5px;
    font-size: 10px;
}

.more-button-m a,
.more-button-m a:visited,
.more-button-m a:hover {
    background-color: #e4007f;
    border: solid 1px #e4007f;
}
.more-button-m a:hover {
    border: solid 1px #e4007f;
    color: #e4007f;
    background-color: #fff;
}

@media screen and (max-width:640px) {
    .more-button {
        text-align: left;
        margin-bottom: 3em;
    }
}

/* PAGE: about */

.about-title {
    padding-left: 0.5em;
    font-size: 40px;
    margin-bottom: 1em;
}
@media screen and (max-width:640px) {
    .about-title {
        font-size: 32px;
    }
}

/* PAGE: contact */

.box-footer {
    background-color: #fff;
    padding: 25px;
}
.box-footer h4 {
    font-size: 100%;
}

/* PAGE: eco */

.column .mh-item {
    margin: 1em 0 1.5em 0;
}
.column-1-3 .more-button {
    text-align: center;
}

/* PAGE: product */

.card {
    border: solid 1px #dfdfdf;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 2px #dfdfdf;
}
.card h4 {
    font-weight: 400;
    margin: 0 0 0.5em 0;
}

.pot-slide {
    border: solid 1px #dfdfdf;
    padding: 10px;
}
.pot-collection .pot-img {
    border: solid 1px #cfcfcf;
    padding: 5px;
}
.product-image-list {
    text-align: center;
}
.product-image-list a {
    display: inline-block;
    margin: 5px;
}
@media screen and (max-width:480px) {
    .product-image-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .product-image-list a {
        display: block;
    }
    .product-image-list img {
        margin: 0;
    }
}
@media screen and (max-width:320px) {
    .product-image-list a {
        display: block;
    }
}

.explain {
    font-size: 88%;
}
.explain-cs {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    padding: 0 3px;
}

.notice {
    color: #787878;
    font-size: 93%;
}

.price-table td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.price {
    font-weight: bold;
    font-family: serif;
    font-size: 135%;
    margin-right: 3px;
}
.exp-s {
    font-size: 88%;
    color: #565656;
    padding-top: 12px;
}

.card {
    border: solid 1px #dfdfdf;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 2px #dfdfdf;
}

.slides-loading {
    background-color: #efefef;
    height: 300px;
}
@media screen and (min-width:1280px) {
    .slide-part {
        padding-left: 2px;
        padding-right: 2px;
    }
}


.photo-slides {
    box-sizing: border-box;
    position: relative;
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.photo-slides li {
    box-sizing: border-box;
}
.photo-slides img {
    width: 100%;
    height: auto;
}

.more-download {
    font-size: 93%;
    margin: 2em 0;
}
.more-download a,
.more-download a:visited,
.more-download a:hover {
    position: relative;
    display: inline-block;
    padding: 3px 15px;
    font-weight: bold;
    background-color: #00a0e9;
    border: solid 1px #00a0e9;
    color: white;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.more-download a:hover {
    background-color: white;
    border: solid 1px #00a0e9;
    color: #00a0e9;
}
.more-download a:before {
    position: relative;
    top: -2px;
    content: "\0025b6";
    margin-right: 5px;
    font-size: 10px;
}
@media screen and (max-width:680px) {
    .more-download {
        text-align: center;
    }
    .product-links .column {
        margin-bottom: 60px;
    }
}

.tensha-section table {
    font-size: 14px;
}

h2.centerized,
h3.centerized {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 180%;
    line-height: 1.2;
    margin: 3em 0 2em 0;
    padding: 0;
}

.more-link {
    text-align: right;
    margin: 0.5em 0;
}
.more-link a,
.more-link a:visited,
.more-link a:hover {
    font-size: 14px;
    font-weight: 500;
    color: #676767;
}
.more-link a:hover {
    color: #00a0e9;
}
.more-link a i {
    color: #00a0e9;
}
.more-link-m a:hover {
    color: #e4007f;
}
.more-link-m a i {
    color: #e4007f;
}

.insta-section {
    margin-left: -10px;
    margin-right: -10px;
}
.entry-header {
    margin-bottom: 2em;
}

.entry-content figure {
    margin-bottom: 1.5em;
}

/* CONTACT for reCAPTCHA banner */
.page-id-24 #pagetop {
    display: none !important;
}

table.price-table {
    width: 100%;
    font-size: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    border-collapse: collapse;
    border-top: solid 1px #acacac;
    border-left: solid 1px #acacac;
}
table.price-table tr {
    margin: 0;
    padding: 0;
}
table.price-table th {
    background-color: #f3f3f3;
    font-weight: bold;
}
table.price-table th,
table.price-table td {
    border-right: solid 1px #acacac;
    border-bottom: solid 1px #acacac;
    margin: 0;
    padding: 8px 16px;
    font-size: 100%;
}
table.price-table td {
    text-align: right;
}
table.price-table thead tr th:first-child {
    background-color: #fff;
}
table.price-table td.price-over {
    background-color: #fff100;
    font-weight: bold;
    text-align: center;
}
.price-notice {
    color: #e4007f;
}

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

.uv-print-samples {
}
@media screen and (min-width:680px) {
    .uv-print-samples {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}
@media screen and (min-width:840px) {
    .uv-print-samples {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }
}

@media screen and (min-width:640px) {
    .center-message {
        text-align: center;
    }
}

.nb-news-notfound {
    text-align: center;
    padding: 30px 15px;
    background-color:#efefef;
}

