/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  body.archives main {
    width: 95%;
    max-width: 880px;
    margin: 80px auto 0;
  }
  body.archives main .entry {
    border-top: 1px solid #ddd;
  }
  body.archives main .entry:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  body.archives main .entry .date {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2rem;
    color: #111;
  }
  body.archives main .entry h3 {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
  }
  body.archives main .entry .note {
    margin-top: 20px;
    line-height: 2;
  }
  body.archives main .entry .more {
    height: 36px;
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
    line-height: 36px;
    color: #F08244;
  }
  body.archives main .entry .more::before, body.archives main .entry .more::after {
    content: "";
    display: block;
    position: absolute;
  }
  body.archives main .entry .more::before {
    width: 36px;
    height: 36px;
    border: 2px solid #F08244;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.archives main .entry .more::after {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
  }
  body.archives main .entry.hasthumb {
    padding: 40px 0 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.archives main .entry.hasthumb picture {
    width: 30%;
  }
  body.archives main .entry.hasthumb .details {
    width: 65%;
  }
  body.archives main .entry:not(.hasthumb) {
    padding: 40px 30px;
  }
  body.archives main .pagenav ul {
    margin-top: 60px;
    text-align: center;
  }
  body.archives main .pagenav ul li {
    display: inline-block;
    margin: 0 0.5em;
  }
  body.archives main .pagenav ul li a,
body.archives main .pagenav ul li span {
    display: block;
    padding: 0.5em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  body.archives main .pagenav ul li a {
    border-bottom: 1px solid transparent;
    color: #999;
  }
  body.archives main .pagenav ul li span {
    border-bottom: 1px solid #999;
  }
  body.single #contents {
    padding-top: 0;
    padding-bottom: 200px;
  }
  body.single main {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 150px;
  }
  body.single main .entryheader h1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
  }
  body.single main .entryheader h1 em {
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #F08244;
  }
  body.single main .entryheader .date {
    margin-top: 20px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    color: #999;
  }
  body.single main .entryheader figure {
    margin-top: 60px;
  }
  body.single main .note {
    margin-top: 60px;
  }
  body.single main .note img {
    height: auto !important;
  }
  body.single main .note > p + figure, body.single main .note > figure + figure {
    margin-top: 2em;
  }
  body.single main .note h3, body.single main .note h4 {
    font-weight: 500;
    color: #111;
  }
  body.single main .note h3 {
    margin-top: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 2rem;
  }
  body.single main .note h4 {
    margin-top: 50px;
    font-size: 1.8rem;
  }
  body.single main .note p {
    text-align: left;
    line-height: 2.2;
  }
  body.single main .note p:not(:first-of-type) {
    margin-top: 2em;
  }
  body.single main .note p a {
    text-decoration: underline;
  }
  body.single main .note p strong.color {
    color: #F08244;
  }
  body.single main .note p .cap {
    font-size: 1.4rem;
  }
  body.single main .note p.gallery,
body.single main .note figure.wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.single main .note p.gallery img {
    display: block;
    width: 48%;
  }
  body.single main .note p.gallery img:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 30px;
  }
  body.single main .note figure.wp-block-gallery figure {
    width: 48%;
  }
  body.single main .note figure.wp-block-gallery figure:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 30px;
  }
  body.single #lnav {
    width: 95%;
    max-width: 880px;
    margin: 0 auto;
  }
  body.single #lnav h5 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
  }
  body.single #lnav .recent {
    border-top: 1px solid #ddd;
    position: relative;
  }
  body.single #lnav .recent .date {
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    color: #999;
  }
  body.single #lnav .recent::before, body.single #lnav .recent::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  body.single #lnav .recent::before {
    width: 36px;
    height: 36px;
    border: 2px solid #F08244;
    border-radius: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.single #lnav .recent::after {
    width: 10px;
    height: 10px;
    left: 32px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
  }
  body.single #lnav .recent.hasthumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 80px;
  }
  body.single #lnav .recent.hasthumb figure {
    width: 120px;
  }
  body.single #lnav .recent.hasthumb .details {
    width: calc(100% - 150px);
  }
  body.single #lnav .recent:not(.hasthumb) {
    padding: 50px 20px 50px 80px;
  }
  body.single #lnav .recent:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  body.single .breadlist {
    width: 95%;
    max-width: 880px;
    margin: 30px auto 0;
  }
  body.single .breadlist li {
    display: inline-block;
  }
  body.single .breadlist li:not(:last-of-type)::after {
    content: ">";
    margin: 0 0.5em 0 1em;
  }
  body.single .breadlist li,
body.single .breadlist li a {
    font-size: 1.4rem;
    color: #999;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  body.archives main {
    margin-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }
  body.archives main .entry {
    border-top: 1px solid #ddd;
    padding: 40px 10px;
  }
  body.archives main .entry:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  body.archives main .entry .date {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2rem;
    color: #111;
  }
  body.archives main .entry h3 {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #111;
  }
  body.archives main .entry .note {
    margin-top: 20px;
    line-height: 2;
  }
  body.archives main .entry .more {
    height: 36px;
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
    line-height: 36px;
    color: #F08244;
  }
  body.archives main .entry .more::before, body.archives main .entry .more::after {
    content: "";
    display: block;
    position: absolute;
  }
  body.archives main .entry .more::before {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 2px solid #F08244;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.archives main .entry .more::after {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
  }
  body.archives main .entry.hasthumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.archives main .entry.hasthumb picture {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  body.archives main .pagenav ul {
    margin-top: 60px;
    text-align: center;
  }
  body.archives main .pagenav ul li {
    display: inline-block;
    margin: 0 0.5em;
  }
  body.archives main .pagenav ul li a,
body.archives main .pagenav ul li span {
    display: block;
    padding: 0.5em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  body.archives main .pagenav ul li a {
    border-bottom: 1px solid transparent;
    color: #999;
  }
  body.archives main .pagenav ul li span {
    border-bottom: 1px solid #999;
  }
  body.single #contents {
    padding-bottom: 100px;
  }
  body.single main {
    padding: 30px 7% 100px;
  }
  body.single main .entryheader h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
  }
  body.single main .entryheader h1 em {
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: 400;
    color: #F08244;
  }
  body.single main .entryheader .date {
    margin-top: 20px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    color: #999;
  }
  body.single main .entryheader figure {
    margin-top: 50px;
  }
  body.single main .note {
    margin-top: 50px;
  }
  body.single main .note img {
    height: auto !important;
  }
  body.single main .note > p + figure, body.single main .note > figure + figure {
    margin-top: 2em;
  }
  body.single main .note h3, body.single main .note h4 {
    font-weight: 500;
    color: #111;
  }
  body.single main .note h3 {
    margin-top: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
  }
  body.single main .note h4 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  body.single main .note p {
    text-align: left;
    line-height: 2.2;
  }
  body.single main .note p:not(:first-of-type) {
    margin-top: 2em;
  }
  body.single main .note p a {
    text-decoration: underline;
  }
  body.single main .note p strong.color {
    color: #F08244;
  }
  body.single main .note p .cap {
    font-size: 1.4rem;
  }
  body.single main .note p.gallery img {
    display: block;
  }
  body.single main .note p.gallery img:not(:first-of-type) {
    margin-top: 2em;
  }
  body.single main .note figure.wp-block-gallery figure:not(:first-of-type) {
    margin-top: 2em;
  }
  body.single #lnav {
    padding: 0 5%;
  }
  body.single #lnav h5 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #111;
  }
  body.single #lnav .recent {
    border-top: 1px solid #ddd;
    position: relative;
  }
  body.single #lnav .recent .date {
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    color: #999;
  }
  body.single #lnav .recent h6 {
    text-align: left;
    font-size: 1.3rem;
  }
  body.single #lnav .recent::before, body.single #lnav .recent::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  body.single #lnav .recent::before {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #F08244;
    border-radius: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.single #lnav .recent::after {
    width: 10px;
    height: 10px;
    left: 9px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
  }
  body.single #lnav .recent.hasthumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 20px 50px;
  }
  body.single #lnav .recent.hasthumb figure {
    width: 90px;
  }
  body.single #lnav .recent.hasthumb .details {
    width: calc(100% - 110px);
  }
  body.single #lnav .recent:not(.hasthumb) {
    padding: 20px 0 25px 50px;
  }
  body.single #lnav .recent:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  body.single .breadlist {
    margin-top: 30px;
    padding: 0 5%;
    text-align: left;
  }
  body.single .breadlist li {
    display: inline;
  }
  body.single .breadlist li:not(:last-of-type)::after {
    content: ">";
    margin: 0 0.5em 0 1em;
  }
  body.single .breadlist li,
body.single .breadlist li a {
    font-size: 1.4rem;
    color: #999;
  }
}