@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  color: #333;
  background: url(../images/paper.png);
}
strong,
b {
  font-size: 1rem;
}
em,
address {
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.sub--entry ul,
.sub--entry ol,
.sub--entry table,
.sub--entry blockquote,
.sub--entry pre,
address {
  margin: 20px 0;
}
.sub--entry table {
  border-collapse: collapse;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
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;
}
li {
  line-height: 1.2;
}
a:hover {
  opacity: 0.8;
}

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 10px;
}
p {
  line-height: 1.75;
}
/* ページの幅 */
.container--inner {
  max-width: 940px;
  margin: 0 auto;
}

/* ヘッダー */
.site--copy {
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.2;
}
.head--area {
  margin-bottom: 30px;
}
/* サイトタイトル */
.site--title {
  margin: 30px 0;
}
.site--title a {
  display: block;
  font-size: 1.3rem;
  color: #333;
}
/* ヘッダーナビ */
.gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnav ul li {
  position: relative;
  width: 24%;
}
.gnav ul li a {
  position: relative;
  display: block;
  padding: 20px 1px 20px 10px;
  color: #333;
  text-align: center;
}
.gnav ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  border-left: 2px dotted #888;
}
.gnav ul li:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  border-left: 2px dotted #888;
}

/* メインビジュアル */
.main--slide {
  width: 940px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.main--visual {
  width: 100%;
}
.bx-wrapper {
  box-shadow: none;
  border: none;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f8a4aa;
}

/* メインカラム */
.contents--container {
  display: flex;
  justify-content: space-between;
}
.contents--container .sub--entry {
  margin-bottom: 100px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e8e6d9;
}
.main--images img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* サブカラム */
.sub--menu {
  float: right;
  min-width: 300px;
  position: sticky;
  top: 0;
  height: fit-content;
}
.sub--menu ul li ul li img {
  margin: 0 0 10px 0;
  width: 100%;
}
.sub--menu > ul > li > p {
  margin: 0 0 15px 0;
  padding: 10px 0;
  text-align: center;
  color: #5a4211;
  background: #ffef99;
  border-radius: 5px;
}
.sub--menu ul li ul {
  margin: 0 0 15px 0;
  padding: 0 10px;
  border-radius: 4px;
}
.sub--menu ul li ul li {
  padding: 0 0 20px 0;
}
.sub--menu ul li ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ffd1b8;
}
.sub--menu ul li ul li a {
  display: block;
  padding: 5px 0 10px;
  color: #333;
}

/* 1カラム */
.post--container {
  margin-bottom: 100px;
}
.post--container .container--inner main {
  width: 620px;
  float: left;
}
.post--container .sub--entry {
  margin-bottom: 10px;
  padding: 3%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e8e6d9;
}
.post--container .sub--entry img {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}

.sub--entry .more__btn {
  margin: 10px 0 0;
  text-align: right;
}
.sub--entry .more__btn a {
  display: inline-block;
  width: 100px;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #f8a4aa;
  border-radius: 4px;
  border-bottom: none;
}
.sub--entry .more__btn a:hover {
  border-bottom: none;
}
.sub--entry .more__btn a:hover {
  color: #fff;
}

/* 1カラム リンク */
.link--container {
  position: relative;
  margin-bottom: 100px;
  padding: 50px 0;
  background: #fff3dc;
}
.link--container .links {
  display: block;
  width: 100%;
}
.link--container .links h2 {
  height: 50px;
  padding: 0 30px;
  margin: 0;
  line-height: 50px;
  background: #fdd7d9;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.link--container .link__box {
  padding: 20px 30px;
  background: #ffeced;
  border: 2px solid #fdd7d9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.link--container .sub--entry .link__box h3 {
  background: none;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.link--container .sub--entry .link__box h3 a {
  padding: 10px 10px 10px 0;
  color: #d84551;
}
.link--container .sub--entry .link__box h3 a {
  display: block;
  border-bottom: none;
  padding-bottom: 5px;
}
.link--line--top,
.link--line--bottom {
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/line.png);
  z-index: -1;
}
.link--line--top {
  top: -10px;
}
.link--line--bottom {
  bottom: -10px;
}

/* フッター */
footer {
  margin-top: 200px;
  background: #fff;
}
footer.page {
  margin-top: 100px;
}
.footer--container {
  width: 940px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.footer--wrap {
  display: flex;
  flex-wrap: wrap;
}
.foot--menu {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 15px;
}
.foot--menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #ddd;
}
.foot--menu p {
  font-size: 16px;
  color: #333;
}
.foot--menu p::before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 15px;
  font-size: 17px;
  vertical-align: top;
  color: #e3535d;
}
.foot--menu ul li a {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 10px;
  color: #333;
}

.foot--menu ul li::before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  color: #e3535d;
}
.foot--copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  text-align: center;
  color: #333;
  background: #c9c0aa;
}
.to--top {
  display: block;
  text-align: center;
  color: #d84551;
  border-bottom: 1px solid #d84551;
  position: absolute;
  top: -50px;
  left: 15px;
}
.to--top::before {
  content: "\f077";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #d84551;
}

/* 基本スタイル */
h2 {
  font-size: 180%;
  color: #d84551;
}
h3 {
  color: #fff;
  background: #f8a4aa;
  border-radius: 20px;
}
h4 {
  border-bottom: 1px dashed #d84551;
}
h5 {
  border-left: 5px solid #d84551;
}
h6 {
  border: 1px solid #eee;
}

/* 下層用 */
.under h1 {font-size: 180%;
  color: #d84551;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 10px;}

.under h2 {color: #fff;
  background: #f8a4aa;
  border-radius: 20px;}

.under h3 {border-bottom: 1px dashed #d84551;
  margin-top: 40px;}


strong {
  color: #d84551;
  background: linear-gradient(transparent 80%, #ffef99 80%);
}

em {
  background: linear-gradient(transparent 80%, #ffef99 80%);
}

.sub--entry ul {
  padding: 20px;
  background: #ffef99;
  border-radius: 4px;
}
.sub--entry ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d84551;
  border-radius: 50%;
}

.sub--entry ol {
  counter-reset: number;
  padding: 20px;
  border-radius: 4px;
  border: 2px solid #ffef99;
}
.sub--entry ol li,
.sub--entry ul li {
  padding: 5px 0;
}
.sub--entry ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  color: #d84551;
  background: #ffef99;
  border-radius: 50%;
}

blockquote {
  position: relative;
  padding: 30px;
  background: #ffef99;
  border: 2px solid #d84551;
  border-radius: 4px;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 25px;
  color: #d84551;
}
blockquote::after {
  content: "”";
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 25px;
  color: #d84551;
}
address {
  padding: 20px;
  color: #fff;
  background: #d84551;
}
ins {
  padding: 10px;
  color: #115fad;
  background: #cad5d7;
}
.sub--entry a {
  color: #d84551;
  border-bottom: 1px solid #ffef99;
}
.sub--entry a:hover {
  border-bottom: 1px solid #d84551;
}

pre {
  padding: 15px;
  border: 2px dashed #d84551;
}

.sub--entry table th {
  padding: 5px;
  background: #efa6a6;
  font-weight: normal;
  color: #fff;
  border: 1px solid #ffeced;
}

.sub--entry table td {
  padding: 5px;
  border: 1px solid #efa6a6;
}

/* パンくず */
.pannav {
  margin-bottom: 25px;
  padding: 8px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.pannav li {
  display: inline-block;
}
.pannav li::after {
  content: ">>";
  margin: 0 10px;
}
.pannav li:last-child::after {
  content: none;
}
.pannav li a {
  color: #333;
  border-bottom: 1px solid #d84551;
}

/* 404 */
.not--found {
  display: block;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.not--found--sub {
  display: block;
  font-size: 12px;
  color: #d84551;
  text-align: center;
}

/* SNS */
.sns--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0 20px;
}
.sns--btn {
  width: 24%;
}
.sns--btn a {
  display: block;
  padding: 5px 0;
  text-align: center;
  border-bottom: none;
  border-radius: 4px;
}
.sns--btn a:hover {
  border: none;
}

#twitter {
  color: #00acee;
  border: 2px dashed #00acee;
}
#twitter:hover {
  border: 2px solid #00acee;
}
#hatena {
  color: #2d4c86;
  border: 2px dashed #2d4c86;
}
#hatena:hover {
  border: 2px solid #2d4c86;
}
#facebook {
  color: #3b5998;
  border: 2px dashed #3b5998;
}
#facebook:hover {
  border: 2px solid #3b5998;
}
#ggl-plus {
  color: #dd4b39;
  border: 2px dashed #dd4b39;
}
#ggl-plus:hover {
  border: 2px solid #dd4b39;
}

.contents--container.cf main {
  float: left;
}
.contents--container.cf .sub--menu {
  float: right;
}

.contents--container.cf main {
  max-width: 620px;
}

.sub--entry img {
  max-width: 100%;
  margin-bottom: 10px;
}
