@charset "UTF-8";

/***********************************************

  Overwride

************************************************/
@media screen and (min-width:769px) {

  /* Header
  ---------------------------------------------- */
  /*
  #header {
    background: none;
  }
  */
  .menu-item-pc span, .menu-item-pc span a {
  /*  color: #000000!important;*/
  }

  /* Drawer Menu
  ---------------------------------------------- */
  nav.drawer-nav, ul.drawer-menu {
    background: none;
  }
  ul.drawer-menu li.drawer-menu-item,
  ul.drawer-menu li.drawer-menu-item a {
    /*color: #000000;*/
    background: none;
  }
}

/* SNS
---------------------------------------------- */
@media screen and (min-width:769px) {
  .sns-sec {
    display: none;
  }
}

.sns-sec h2.heading {
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  .sns-sec h2.heading {
    margin-bottom: 20px;
  } 
}

/* Footer
---------------------------------------------- */
.f-only-menu {
  width: 100%;
  background: url(../img/pattern_bg_menu.png) repeat 0 0;
}
.f-only-menu .inner {
  width: 1096px;
  margin: 0 auto;
  padding: 50px 0 45px;
}
@media screen and (max-width:1199px) {
  .f-only-menu .inner {
    width: 91.3333333%;
  }
}

.f-only-menu p span {
  display: inline-block;
  margin-right: 1.4%;
}
.f-only-menu p span:first-child {
  width: 49%;
}
.f-only-menu p span:not(:first-child) {
  width: 24%;
}
.f-only-menu p span:last-child {
  margin-right: 0;
}
.f-only-menu p span img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.f-only-menu ul {
  display: none;
  text-align: center;
}
.f-only-menu ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 5px 0;
  text-align: center;
  margin: 50px 2.75% 0 0;
}
.f-only-menu ul li:last-child {
  margin-right: 0;
}
.f-only-menu ul li a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .f-only-menu {
    display: none;
  }
}

/************************************************/

#contents {
  position: relative;
  padding: 50px 0 0;
}
@media screen and (max-width:768px) {
  #contents {
    padding: 4.33333335% 0 0;
  }
}

/* Column Container
---------------------------------------------- */
.column {
  width: 1096px;
  margin: 50px auto 0;
}
@media screen and (max-width:1199px) {
  .column {
    width: 91.33333333%;
  }
}
@media screen and (max-width:768px) {
  .column {
    width: 100%;
    margin-top: 25px;
  } 
}

.column h2.heading {
  margin-bottom: 35px;
}

/* Side
---------------------------------------------- */
.column_side {
  width: 296px;
  box-sizing: border-box;
  float: right;
  padding-left: 20px;
  border-left: solid 1px #808080;
}
@media screen and (max-width:1199px) {
  .column_side {
    width: 27%;
  }
}
@media screen and (max-width:768px) {
  .column_side {
    float: none;
    width: 100%;
    padding: 8.6666667% 4.33333335%;
    background: url(../img/pattern_bg_menu.png) repeat 0 0;
  }
}

.column_side h3 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #8F8075;
}
@media screen and (max-width:768px) {
.column_side h3 {
  font-size: 26px;
  font-size: 2.6rem;
}
}

/* Archive
---------------------------------------------- */
.archive {
  width: 100%;
}
.archive ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  padding-left: 20px;
}
.archive ul li a {
  color: #000000;
}
.archive ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .archive ul {
    padding-left: 0;
  }
}

/* Main
---------------------------------------------- */
.column_main {
  width: 700px;
  box-sizing: border-box;
  float: left;
  margin-top: 60px;
}
@media screen and (max-width:1199px) {
  .column_main {
    width: 68.25%;
  } 
}
@media screen and (max-width:768px) {
  .column_main {
    float: none;
    width: 91.3333333%;
    margin: 0 auto;
    padding-bottom: 8.6666667%;
  } 
}

/* Article
---------------------------------------------- */
article  {
  width: 100%;
  margin-bottom: 100px;
}
article h2 {
  margin-bottom: 30px;
}
article h2 span {
  display: inline-block;
}
article h2 span.art-days {
  width: fit-content;
  font-size: 20px;
  font-size: 2rem;
  border: none;
  padding: 0 0 .5em;
}
article h2 span.art-days em {
  font-size: 40px;
  font-size: 4rem;
  font-style: normal;
  display: inline-block;
  margin: -.125em 0 0 .25em;
}
article h2 span.art-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: .5em 0 0;

}
@media screen and (max-width:768px) {
  article h2 span.art-days {
    padding-right: 0.5em;
  }
  article h2 span.art-title {
    font-size: 23px;
    font-size: 2.3rem;
    padding-left: 0.25em;
  }
}
@media screen and (max-width:600px) {
  article h2 {
    margin-bottom: 15px;
  }
  article h2 span.art-days {
    padding-right: none;
    border-right: none;
    padding-right: none;
    margin-bottom: 0.75em;
  }
  article h2 span.art-days em {
    display: inline;
    padding-left: 0.25em;
  }
  article h2 span.art-title {
    display: block;
    padding-left: 0;
  }
}

article ul li h3 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #754C24;
  margin-bottom: 35px;
}

/* =====================================================

  ▼ Add 202208 ▼

===================================================== */
article ul:not(:last-of-type) { margin: 0 0 70px; }
article ul li h4 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 25px;
}
@media screen and (max-width:600px) {
  article ul:not(:last-of-type) { margin: 0 0 11.666666%; /* 70/600 */ }
  article ul li h4 { margin: 0 0 15px; }
}
/* =====================================================

  ▲ Add 202208 ▲

===================================================== */

article ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}
article ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width:600px) {
  article ul li img { margin-bottom: 20px; }
}

.art-footer {
  text-align: right;
  margin: 140px 0 45px;
}
/*
.art-footer span {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
.art-footer span:first-child {
  margin-right: 15px;
}
.art-footer span:last-child {
  border-left: solid 1px #000000;
  padding-left: 15px;
}
.art-footer span:last-child a:last-child {
  margin-left: 10px;
}
*/
.news-sns {
  display: inline-block;
  vertical-align: middle;
}

/* Tweet Button
---------------------------------------------- */
iframe.twitter-share-button { vertical-align: bottom; }

/* Pagination
---------------------------------------------- */
.pagination {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagination span {
  width: 50%;
  display: inline-block;
}
.pagination span.prev:before {
  position: relative;
  top: 2px;
  content: url("../img/icon_article_arrow_left.png");
  width: 10px;
  height: 15px;
  margin-right: 5px;
}
.pagination span.next {
  text-align: right;
}
.pagination span.next:after {
  position: relative;
  content: url("../img/icon_article_arrow_right.png");
  top: 2px;
  width: 10px;
  height: 15px;
  margin-left: 5px;
}
.pagination span a {
  color: #000000;
  text-decoration: none;
}
.pagination span a:hover {
  text-decoration: underline;
}
@media screen and (max-width:600px) {
  .pagination span {
    width: 100%;
    display: block;
  }
  .pagination span.next {
    margin-top: 10px;
  }
}

@media screen and (max-width:600px) {
  br.br { display: none; }
}

.img-blend { background-blend-mode: multiply; }

a {
  text-decoration: none;
  color: #000000;
}
a:hover { text-decoration: underline!important;　}
