@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.d_none {
  display: none;
}
.cl_f:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background: url(../images/bg.png) repeat;
  background-attachment: fixed;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #5a471c;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "・";
  display: inline-block;
}
article ol {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #5a471c;
  counter-reset: counter-name;
  padding: 1em;
  margin: 1.5em 0;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}
blockquote {
  background: #f6f6f6;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #9d9178;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #9d9178;
  background: #dbdbdb;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #9d9178;
}
pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 3px solid #f6f6f6;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
a {
  color: #9d9178;
  display: block;
}
a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h3,
h4,
h5,
h6, .under h1 {
  font-size: 130%;
  margin-bottom: 15px;
}
h2, .under h1 {
  border: 1px solid #dcd3c7;
  font-size: 138%;
  background: #e8dad0;
  padding: 8px 5px;
  margin-bottom: 15px;
}
h3, .under h2 {
  border-bottom: 2px solid #9d9178;
  padding-bottom: 5px;
}
h4, .under h3 {
  border-left: 4px solid #9d9178;
  padding-left: 8px;
}
.under h3 {margin-top: 40px;}

h5 {
  padding: 4px;
  border: rgba(90, 71, 28, 0.68) solid 1px;
  font-size: 120%;
}
h6 {
  padding: 4px;
  border: dashed 1px #5a471c;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, rgba(255, 255, 44, 0.85) 60%);
}
em {
  font-style: normal;
  background: #e0e0c1;
}
.cnb {
  max-width: 960px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}
.cnb_top > * {
  color: #5a471c;
}
.cnl {
  max-width: 70%;/**/
  float: left;
  padding: 25px;
  background: rgba(244, 244, 244, 0.6);
}
@media (max-width: 764px) {
  .cnl {max-width:inherit;}
 }

.cnr {
  width: 25%;
  float: right;
  margin: 0 auto 30px;
  padding: 25px 25px;
  background: rgba(222, 222, 222, 0.72);
  position: sticky;
  top: 0;
  height: fit-content;
}

/* ///////////メイン */

main {
  margin-bottom: 50px;
}
article img {
  max-width: 100%;
  margin-bottom: 15px;
}
article {
  margin-bottom: 30px;
}
.cnb_he {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cnb .cnb_ti {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: solid 1px #827967;
}
.s_title a {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
.cnb_he p.cp_ti {
  font-size: 70%;
}
.cnb_vis {
  margin: 0 0 10px;
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}
.sidem_sli {
}
nav {
  margin: 0 0 25px;
  border-bottom: 1px solid #9d9178;
}
.cnb_nv > ul {
  display: flex;
  justify-content: space-around;
}
.cnb_nv ul#cnb_nv-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 12px;
  text-align: center;
}
#cnb_nv-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#cnb_nv-menu li a {
  padding: 0 0 5px;
  display: block;
}
.cnb_link img {
  width: 100%;
}
.cnb_toplk {
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;
}
.cnb_toplk .cnb_link {
  width: 48%;
  float: left;
  margin: 0 4% 25px 0;
  padding: 0 0 25px;
  border-bottom: solid 1px #9d9178;
}
.cnb_toplk .cnb_link:nth-of-type(2n) {
  margin-right: 0;
}
.cnb_toplk .cnb_link h2 {
}

/*/////////もっと読むボタン*/

.cnb_btn {
  text-align: right;
  margin: 20px auto 0;
}
.cnb_btn a {
  width: 60%;
  float: right;
  color: #827967;
  letter-spacing: 0.1em;
  font-size: 90%;
  padding: 0.5em 1em 0.5em 0;
  border: 1px solid #dcd3c7;
  background: #e8dad0;
  display: block;
  font-weight: bold;
}
.cnb_btn a:hover {
  background: #827967;
  color: #eee;
}

/* おすすめリンク */

.cnb_rec {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border: 1px solid #5a471c;
}
.cnb_rec h2 {
  text-align: center;
}
.cnb_rec h3 {
  margin: 0 0 5px;
  position: relative;
}
.cnb_rec h3 a {
  display: block;
}
.cnb_rec h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.cnb_rec p {
}
.cnb_rec a {
  text-align: left;
}
.rec_in {
  padding: 0 25px;
  margin: 0 auto 20px;
}

/* aside */

aside li > p {
  color: #a09683;
  font-size: 24px;
  font-weight: bold;
}
aside a {
  color: #827967;
  padding: 8px 0;
  font-size: 12px;
  border-bottom: solid 1px #9d9178;
}
.side-cnb > li {
  margin: 0 0 30px;
}
aside img {
  float: left;
  width: 20%;
  margin-right: 3px;
}
/*/////////menuリンク*/
/*/////////postリンク*/
.s_bb a {
  overflow: hidden;
}
/* footer */
footer {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  background: rgba(58, 58, 58, 0.9);
  padding: 20px 0 0;
}
footer p {
  color: rgba(130, 121, 103, 0.9);
  font-weight: bold;
  font-size: 22px;
}
footer a {
  font-weight: bold;
  font-size: 12px;
  padding: 0.3em 0;
}
footer a:hover {
  text-decoration: underline;
}
footer .cnb {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  margin: 0 auto 50px;
}
.ft_cp {
  font-size: 70%;
  color: #9d9178;
  text-align: center;
  background: rgba(45, 45, 45, 0.88);
  text-align: left;
  padding: 1em;
}
.ft_mn {
  width: 27%;
  margin-right: 3%;
}

/* under */

.n_fp {
  font-size: 200%;
  color: #895017;
}

/* pan nav */

.cnb_pan {
  margin: 10px 0;
}
.cnb_pan a {
  display: inline;
  font-size: 85%;
}
.cnb_pan font {
  color: #333;
}

/* SNS */

.scnb_a {
  background: #f6f6f6 none repeat scroll 0 0 padding-box;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(109, 109, 109, 0.5) inset;
  color: #909090;
  letter-spacing: 0.01em;
  line-height: 126%;
  margin: 0 0 15px;
  padding: 10px 10px 9px;
}
.scnb_b {
}
.scnb_a > div {
  text-align: center;
}
.scnb_a:after {
  content: "";
  clear: both;
  display: block;
}
.scnb_c {
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 12px;
  padding: 8px 0;
  box-sizing: border-box;
}
.scnb_e {
  float: right;
  box-sizing: border-box;
  margin: 0 0.5%;
}
.scnb_e .fa {
  font-weight: bold;
}
.scnb_f {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 13px !important;
  padding: 8px 1em !important;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
}
.scnb_f:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}

/*/////////トップに戻るボタン*/

p.cnb_bk a {
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.82);
  width: 46px;
  height: 46px;
}
