@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */
/* Font */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ---------------------------------------------------------------------------------------------------- */
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav,
section,
article,
aside,
figure,
figcaption,
hgroup,
footer,
header,
audio,
video,
canvas {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; }
ol,
ul { list-style: none; }
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: ''; }
blockquote,
q { quotes: '' ''; }
/* ---------------------------------------------------------------------------------------------------- */
/* Base */
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 100%;
    line-height: 1.35em;
    color: #606060;
    min-width: 752px;
}
em { font-style: italic; }
strong { font-weight: bold; }
a {
    text-decoration: underline;
    color: #e84283;
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
.cf::after {
    content: "";
    display: table;
    clear: both;
}
/* ---------------------------------------------------------------------------------------------------- */
/*Layout */
.container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1em;
}
.cf .left { float: left; }
.cf .right { float: right; }
/* HEADER */
header {
    background-image: url(img/bg-01.png);
    border-top: 3px solid #3a2316;
    padding-top: 2px;
    text-align: center;
    overflow: hidden;
}
header .page-title {
    border-top: 1px solid #3a2316;
}
header .page-title img {
    display: block;
    max-width: 460px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
article .post-title {
    background: #fff url(img/bg-02.png) repeat-x 0 100%;
    padding: 0 0 8px;
}
article .post-title .container {
    position: relative;
}
article .post-title h1 {
    display: inline-block;
    color: #3a2316;
    font-weight: normal;
    font-size: 150%;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
    padding: 1em 0 1.5em 60px;
}
article .post-title h1::before {
    content: "";
    display: block;
    background: transparent url(img/icon-01.png) no-repeat 50%;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
}
article .post-title .container::after {
    content: "Sponsored by 株式会社ネイチャーラボ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 1em;
    font-size: 87.5%;
    color: #808080;
    line-height: 2;
}
article .post-meta .guide {
    text-align: right;
    font-size: 87.5%;
    letter-spacing: 0.1em;
    padding: 1em 0;
}
article .post-meta .guide strong {
    color: #ec689a;
    font-size: 114.286%;
    font-weight: normal;
}
article .post-meta #PublishDate {
    float: left;
    font-size: 87.5%;
    color: #3a2316;
    letter-spacing: 0.1em;
    padding: 1em 0;
}
article .post-content section + section {
    margin-top: 3em;
}
article .post-content section h2 {
    border-top: 4px double #3a2316;
    background-color: #fbefef;
    font-size: 118.75%;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 1em;
    position: relative;
}
article .post-content section h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3a2316;
    position: absolute;
    top: -5px;
    left: 0;
}
article .post-content section p {
    font-size: 87.5%;
    color: #3a2316;
    line-height: 1.875;
    margin-top: 2em;
}
article .post-content section p.caps {
    display: block;
    font-size: 75%;
}
article .post-content section p strong {
    font-weight: normal;
    background-color: #fff3c2;
}
article .post-content section figure {
    border: 15px solid #fbefef;
    max-width: 470px;
    margin: 2em auto 0;
}
article .post-content section figure img {
    display: block;
    width: 100%;
    height: auto;
}
article .post-content section:first-child {
    background-color: #fbefef;
    padding: 2em 0;
}
article .post-content section:first-child figure {
    border: 15px solid #fff;
    margin: 0 auto;
}
article .post-content section:first-child ul {
    margin: 0 4em;
}
article .post-content section:first-child ul::before {
    content: "この記事のポイント";
    display: block;
    color: #ec689a;
    text-align: center;
    font-size: 112.5%;
    line-height: 2;
    margin-top: 1em;
}
article .post-content section:first-child ul li {
    background: transparent url(img/icon-02.png) no-repeat 0 0.5em;
    background-size: auto 1.5em;
    line-height: 1.5;
    color: #3a2316;
    border-bottom: 1px dashed #3a2316;
    padding: 0.5em 0.5em 0.5em 2em;
}
article .post-content .lineup {
    margin-top: 3em;
}
article .post-content .lineup table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #3a2316;
    width: 100%;
}
article .post-content .lineup table td {
    background-color: #fff;
    padding: 0.5em;
}
article .post-content .lineup table img {
    display: block;
    width: 100%;
    height: auto;
}
article .post-content .lineup table a {
    line-height: 3.6;
    height: 3.6em;
    display: block;
    padding-left: 1em;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: #000;
    border: 1px solid #f5dadf;
    background: #f5dadf;
    margin: 0.5em 0 0;
}
article .post-content .lineup table a:hover {
    opacity: 0.8;
}
article .post-content .lineup table a::after {
    display: block;
    content: "";
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/bag.png);
}
article .post-content .lineup table tr + tr a {
}
#colophon {
    border-top: 1px solid #3a2316;
    margin-top: 3em;
    padding: 1em 0 3em;
}
#colophon h2 img {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#colophon ul {
    text-align: center;
}
#colophon ul li {
    display: inline-block;
}
#colophon ul li + li::before {
    content: "｜";
}
#colophon ul li a {
    font-size: 87.5%;
    text-decoration: none;
    line-height: 2;
    color: #3a2316;
}
#copyright {
    color: #3a2316;
    text-align: center;
    font-size: 75%;
}
/* SMART PHONE
------------------------------------------*/
@media only screen and (max-width: 640px) {
    body {
        min-width: 100%;
        font-size: 3.5vw;
    }
    article .post-content .lineup table a:hover {
        opacity: 1;
    }
    br.pc {display: none;}
    article .post-meta {
        padding-top: 0.5em;
    }
    article .post-meta #PublishDate {
        float: none;
        padding-bottom: 0;
    }
    article .post-meta .guide {
        padding-top: 0;
        text-align: left;
    }
    article .post-content section:first-child ul {
        margin: 0 1em;
    }
    article .post-content section figure {
        max-width: 77.3%;
    }
    article .post-content section p {
        font-size: 100%;
    }
    article .post-content .lineup table,
    article .post-content .lineup table tr,
    article .post-content .lineup table td {
        display: block;
    }
    article .post-content .lineup table {
        width: auto;
        border-width: 1em;
        padding: 1px;
    }
    article .post-content .lineup table td {
        border: 1px solid #3a2316;
    }
}

