@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;
}

.b_c_f:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

strong {
  background: #fff9c4;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em 1.5em;
  margin: 1.5em 0;
  background-color: #faf9f8;
  border: 2px dotted #d9cac6;
}

article ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: #79bd2d;
  margin: 0 0 1%;
}

article ul li span {
  color: #68532d;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 1.5em;
  margin: 1.5em 0;
  background-color: #faf9f8;
  border: 2px dotted #d9cac6;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin: 0 0 1%;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}

blockquote {
  background: #f4f0ec;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #aaa;
  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: #f5f5f5;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 2px solid #fff;
  background: #d8f1ee;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 2px solid #fff;
}

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: 2px solid #bbb;
  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: #68532d;
  display: block;
}

a:hover {
  color: #79bd2d;
  opacity: 0.8;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 15px;
}

h2,
.under h1 {
  background: #fffeef;
  padding: 0 0 15px;
  font-size: 150%;
  font-weight: bold;
  background: url(../images/line01.png) repeat-x;
  background-position: bottom;
}

h3,
.under h2 {
  background: #fffde8;
  padding: 10px 5px;
  border: 1px solid #fcf2c5;
  border-radius: 3px;
  font-size: 140%;
}

h4,
.under h3 {
  border-bottom: 2px dotted #8e723e;
  padding-bottom: 6px;
  font-size: 130%;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  border-bottom: 1px solid #68532d;
  padding-bottom: 5px;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.ct-bx-con {
  max-width: 1000px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

header .ct-bx-con {
  display: block;
}

.c-wrap>* {
  color: #68532d;
}

.side-a {
  background: #fff;
  max-width: 70%;
  /*660px*/
  float: left;
  padding: 0;
}

@media (max-width: 650px) {
  .side-a {
    max-width: inherit;
  }
}

.side-b {
  /*min-*/
  width: 23%;
  /*300px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

.ct-bx-hd {
  width: 100%;
  margin: 0 auto 22px;
  padding: 0;
  overflow: hidden;
}

.ct-bx-hd.under_p {
  margin: 25px 0;
}

.ct-bx-con .ct-bx-title {
  margin: 0;
  width: 500px;
  float: left;
}

.ct-bx-hd.under_p .ct-bx-con .ct-bx-title {
  margin: 0;
  width: 100%;
  float: none;
}

.ct-bx_title a {
  font-size: 35px;
  font-weight: bold;
  margin: 30px 0 0;
  color: #8c723e;
  line-height: 1.3;
}

.under_p .ct-bx_title a {
  margin: 10px 0 0;
  font-size: 30px;
}

.ct-bx-hd p.ct-bx-cp {
  margin: 0 0 0.2em;
  font-size: 80%;
  color: #bfa26a;
}

.ct-bx-hd.under_p p.ct-bx-cp {
  margin: 0 0 0.3em;
}

.ct-bx-mainvisual {
  width: 450px;
  float: right;
}

.bx-wrapper {
  margin: 0 auto;
  border: 3px solid #e1e1e1;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

nav {
  background: url(../images/b4.png) repeat;
}

.ct-bx-nv>ul {
  max-width: 1000px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.ct-bx-nv ul#ct-bx-nv-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  float: left;
  text-align: center;
  margin: 3px 0;
  width: 25%;
}

#ct-bx-nv-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#ct-bx-nv-menu li a {
  color: #fff;
  line-height: 1.3;
  padding: 8px 2em 5px;
  display: block;
  color: #fdfebc;
  font-weight: bold;
}

#ct-bx-nv-menu li a:hover {
  margin: -3px 0 3px;
  opacity: 1;
  transition-duration: 0.3s;
}

#ct-bx-nv-menu li a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin: 0;
  display: block;
  text-align: center;
  font-size: 120%;
}

.ct-bx-lk img {
  max-width: 100%;
}

.ct-bx-top {
  overflow: hidden;
  width: 100%;
}

.ct-bx-top .ct-bx-lk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

.ct-bx-lk {
  padding: 3%;
  border: 2px dotted #bfa16a;
}

.ct-bx-top .ct-bx-lk:nth-of-type(2n) {
  margin-right: 0;
}

.ct-bx-top .ct-bx-lk h2 {
  margin: 0 0 0.8em;
}

.ct-bx-more {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.ct-bx-more a {
  padding: 0.5em;
  color: #fdfebc;
  background: #5eb819;
  width: 100%;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}

.ct-bx-more a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.ct-bx-more a:hover {}

/* /////////aside */

aside li>p {
  font-size: 20px;
  color: #68532d;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}

aside a {
  padding: 12px 8px;
  background: #fff;
  margin: 0 0 3%;
}

aside img {
  float: left;
  width: 25%;
  margin-right: 5px;
}

.side-ct-bx-con>li {
  margin: 0 0 30px;
  border: 5px solid #e7dedb;
  background: #fefad6;
  padding: 16px;
}

.side-ct-bx-con>li ul li:last-child a {
  margin: 0;
}

/*/////////NEW ENTRYリンク*/
.ct-bx_trs a {
  overflow: hidden;
}

.ct-bx-lbk {
  background-color: #faf9f8;
  border: 2px dotted #d9cac6;
  padding: 3%;
}

.ct-bx-lbk h2 {
  margin: 0 auto 15px;
  text-align: center;
}

.ct-bx-lbk h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  background: none;
  position: relative;
}

.ct-bx-lbk h3 a {
  background: #bfa26a;
  padding: 5px 10px;
  display: block;
  color: #fff;
  border: solid 1px #bfa26a;
  border-radius: 5px;
}

.ct-bx-lbk h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.ct-bx-lbk h3 a:hover {
  background: #fff;
  color: #79bd2d;
}

.ct-bx-lbk a {
  text-align: left;
}

.lbk_in {
  margin: 0 auto 3.5%;
}

.lbk_in:last-child {
  margin: 0;
}

/* /////////footer */

footer {
  position: relative;
  padding: 50px 0 0;
  background: #65972c;
}

footer .ct-bx-con p {
  font-size: 16px;
  color: #f0d69a;
  font-weight: bold;
}

footer a {
  font-size: 85%;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .ct-bx-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ct-bx-fc {
  font-size: 70%;
  text-align: center;
  background: #fff;
  color: #65972c;
  padding: 1.5em 1em;
}

.ct-bx-mn {
  width: 27%;
  margin-right: 3%;
}

/* /////////under */

.ct-bx-nf {
  font-size: 200%;
  color: #68532d;
}

/* /////////pan nav */

.ct-bx-pan {
  margin-bottom: 10px;
}

.ct-bx-pan a {
  display: inline;
  font-size: 85%;
}

.ct-bx-pan font {
  color: #ccc;
}

/* /////////SNS */

.ct-bxsnbt {
  width: 100%;
  margin: 50px 0;
}

.ct-bxsna {
  display: flex;
  justify-content: space-between;
}

.ct-bxsnbt>div {
  text-align: center;
}

.ct-bxsnbt:after {
  content: "";
  clear: both;
  display: block;
}

.ct-bxsnb {
  text-align: center;
  display: none;
  color: #febe31;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.ct-bxsnc {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.ct-bxsnc .fa {
  font-weight: bold;
}

.ct-bxsne:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.ct-bxsne {
  font-size: 14px !important;
  width: 100%;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border-radius: 25px;
  padding: 8px 0;
  text-decoration: none;
}

/* SNSごとの背景色 */

#twitter {
  background: #00acee;
}

#hatena {
  background: #2d4c86;
}

#facebook {
  background: #3b5998;
}

#ggl-plus {
  background: #dd4b39;
}

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

p.ct-bx-btn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 0;
  z-index: 1;
  background: rgba(121, 189, 45, 0.83);
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.ct-bx-con.c-wrap.b_c_f:has(.ct-bx-pan) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.ct-bx-pan {
  width: 100%;
}

/*パンくず*/