/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  #contents {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #contents #pageheader {
    width: 100%;
  }
  #contents .inner {
    margin-top: 80px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main {
    width: 70%;
  }
  body.archives main > h2 {
    margin-bottom: 70px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1;
  }
  body.archives main .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid var(--col-bd);
  }
  body.archives main .entry:not(:first-of-type) {
    margin-top: 50px;
  }
  body.archives main .entry figure {
    width: 17.5%;
  }
  body.archives main .entry .details {
    width: 75%;
  }
  body.archives main .entry .details .entrymeta li {
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1;
  }
  body.archives main .entry .details .entrymeta li:not(:first-of-type)::before {
    content: "|";
    margin: 0 1em 0 0.5em;
    opacity: 0.5;
  }
  body.archives main .entry .details h3 {
    margin-top: 7px;
    font-size: 1.5rem;
  }
  body.archives main .entry .details .summary {
    margin-top: 7px;
    font-size: 1.3rem;
  }
  body.archives main .entry .details .more {
    margin-top: 5px;
    text-align: right;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    line-height: 1;
  }
  body.archives main .pagenav {
    margin-top: 70px;
  }
  body.archives main .pagenav ul {
    text-align: center;
  }
  body.archives main .pagenav ul li {
    display: inline-block;
    margin: 0 0.5em;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  body.archives main .pagenav ul li a, body.archives main .pagenav ul li span {
    padding: 0 5px;
  }
  body.archives main .pagenav ul li span {
    border-bottom: 1px solid #fff;
  }
  body.single main .entry .entrymeta li {
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1;
  }
  body.single main .entry .entrymeta li:not(:first-of-type)::before {
    content: "|";
    margin: 0 1em 0 0.5em;
    opacity: 0.5;
  }
  body.single main .entry h1 {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--col-bd);
    font-size: 1.5rem;
  }
  body.single main .entry .note {
    margin-top: 50px;
  }
  body.single main .entry .note h2:not(:first-child), body.single main .entry .note h3:not(:first-child), body.single main .entry .note h4:not(:first-child), body.single main .entry .note h5:not(:first-child), body.single main .entry .note h6:not(:first-child), body.single main .entry .note figure:not(:first-child) {
    margin-top: 50px;
  }
  body.single main .entry .note h2 {
    font-size: 1.5rem;
  }
  body.single main .entry .note p {
    margin-top: 1.5em;
    line-height: 2;
  }
  body.single main .entry .note figure + figure {
    margin-top: 10px !important;
  }
  body.single main .entry .note a {
    text-decoration: underline;
  }
  body.single main .pagenav {
    margin-top: 90px;
    overflow: hidden;
  }
  body.single main .pagenav li {
    line-height: 1;
  }
  body.single main .pagenav li:not(.back) {
    width: 50%;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  body.single main .pagenav li.next {
    float: left;
  }
  body.single main .pagenav li.prev {
    float: right;
    text-align: right;
  }
  body.single main .pagenav li.back {
    clear: both;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid var(--col-bd);
    text-align: center;
    font-size: 1.3rem;
  }
  body.single main .pagenav li.back a {
    text-decoration: underline;
  }
  #lnav {
    width: 23%;
  }
  #lnav h6 {
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--col-bd);
  }
  #lnav h6:not(:first-of-type) {
    margin-top: 50px;
  }
  #lnav .ctlist {
    margin-top: 15px;
  }
  #lnav .ctlist li:not(:first-of-type) {
    margin-top: 5px;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  #contents #pageheader h1 img, #contents #pageheader .pagetitle img {
    max-width: 160px;
  }
  main {
    margin-top: 60px;
    padding: 0 5vw;
  }
  body.archives main > h2 {
    margin-bottom: 30px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
  }
  body.archives main .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid var(--col-bd);
  }
  body.archives main .entry:not(:first-of-type) {
    margin-top: 30px;
  }
  body.archives main .entry figure {
    width: 38%;
  }
  body.archives main .entry .details {
    width: 54%;
    position: relative;
  }
  body.archives main .entry .details .entrymeta li {
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    line-height: 1;
  }
  body.archives main .entry .details .entrymeta li:not(:first-of-type)::before {
    content: "|";
    margin: 0 1em 0 0.5em;
    opacity: 0.5;
  }
  body.archives main .entry .details h3 {
    margin-top: 10px;
  }
  body.archives main .entry .details .summary {
    display: none;
  }
  body.archives main .entry .details .more {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    line-height: 1;
  }
  body.archives main .pagenav {
    margin-top: 50px;
  }
  body.archives main .pagenav ul {
    text-align: center;
  }
  body.archives main .pagenav ul li {
    display: inline-block;
    margin: 0 0.5em;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  body.archives main .pagenav ul li a, body.archives main .pagenav ul li span {
    padding: 0 5px;
  }
  body.archives main .pagenav ul li span {
    border-bottom: 1px solid #fff;
  }
  body.single main .entry .entrymeta li {
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1;
  }
  body.single main .entry .entrymeta li:not(:first-of-type)::before {
    content: "|";
    margin: 0 1em 0 0.5em;
    opacity: 0.5;
  }
  body.single main .entry h1 {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--col-bd);
    font-size: 1.5rem;
  }
  body.single main .entry .note {
    margin-top: 30px;
  }
  body.single main .entry .note h2:not(:first-child), body.single main .entry .note h3:not(:first-child), body.single main .entry .note h4:not(:first-child), body.single main .entry .note h5:not(:first-child), body.single main .entry .note h6:not(:first-child), body.single main .entry .note figure:not(:first-child) {
    margin-top: 30px;
  }
  body.single main .entry .note h2 {
    font-size: 1.5rem;
  }
  body.single main .entry .note p {
    margin-top: 1.5em;
    line-height: 2;
  }
  body.single main .entry .note figure + figure {
    margin-top: 10px !important;
  }
  body.single main .entry .note a {
    text-decoration: underline;
  }
  body.single main .pagenav {
    margin-top: 70px;
    overflow: hidden;
  }
  body.single main .pagenav li {
    line-height: 1;
  }
  body.single main .pagenav li:not(.back) {
    width: 50%;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  body.single main .pagenav li.next {
    float: left;
  }
  body.single main .pagenav li.prev {
    float: right;
    text-align: right;
  }
  body.single main .pagenav li.back {
    clear: both;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid var(--col-bd);
    text-align: center;
    font-size: 1.3rem;
  }
  body.single main .pagenav li.back a {
    text-decoration: underline;
  }
  #lnav {
    margin-top: 70px;
    padding: 0 5vw;
  }
  #lnav h6 {
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--col-bd);
  }
  #lnav h6:not(:first-of-type) {
    margin-top: 50px;
  }
  #lnav .ctlist {
    margin-top: 10px;
  }
  #lnav .ctlist li:not(:first-of-type) {
    margin-top: 3px;
  }
}