@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

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

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

strong,
b {
  font-size: 14px;
}

em,
address {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.entry ul,
.entry ol,
.entry table,
.entry blockquote,
.entry pre,
address {
  margin: 20px 0;
}

.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 {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

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

/* ページの幅 */
.wrap-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* ヘッダー */
.title-area {
  padding: 20px 0;
}

.site-copy {
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.2;
  color: #efefef;
}

.title-area>.wrap-inner {
  display: block;
}

/* サイトタイトル */
.site-title a {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}

.site-title a:hover {
  opacity: 0.8;
}

/* ヘッダーナビ */
nav.g-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.g-nav>.wrap-inner {
  display: block;
}

.g-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-nav ul li {
  position: relative;
  width: 24%;
}

.g-nav ul li a {
  position: relative;
  display: block;
  padding: 20px 1px 20px 10px;
  color: #fff;
}

.g-nav ul li a:hover {
  color: #bb3c44;
}

/* メインビジュアル */
.main__visual {
  height: 340px;
  margin: 0 auto 50px;
  overflow: hidden;
}

.slide__all {
  position: relative;
}

.slide__wrap {
  position: absolute;
  left: 50%;
  margin-left: -765px;
  width: 1530px;
}

.main__slider {
  width: 100%;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}

.bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 30px;
}

.bx-wrapper .bx-prev {
  left: 482px;
  background: url(../images/prev.png);
}

.bx-wrapper .bx-next {
  right: 482px;
  background: url(../images/next.png);
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  background-position: 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  background-position: 0;
}

/* メインカラム */
.content-area {
  max-width: 700px;
}

.content-area .entry {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #fff;
}

.eye__catch img {
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
}

/* サブカラム */
.right-menu {
  /*min-*/
  width: 230px;
  padding: 10px;
  border: 1px solid #fff;
  position: sticky;
  top: 0;
  height: fit-content;
}

.right-menu ul li ul li img {
  margin: 0 0 10px 0;
  width: 100%;
}

.right-menu>ul>li>p {
  margin: 0 0 15px 0;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  border-radius: 4px;
}

.right-menu ul li ul {
  margin: 0 0 15px 0;
  padding: 0 10px;
  border-radius: 4px;
}

.right-menu ul li ul li {
  padding: 0 0 20px 0;
}

.right-menu ul li ul li a {
  display: block;
  padding: 5px 0 10px;
  color: #fd8d94;
  /*#bb3c44*/
}

/* 1カラム */
.post__area {
  margin: 20px 0 0;
  padding: 0 0 50px;
}

.post__area>.wrap-inner {
  padding: 30px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.post__area .wrap-inner main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post__area .entry {
  padding: 10px;
  width: 33%;
  border: 1px solid #fff;
}

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

.entry .more__btn {
  margin: 10px 0 0;
  text-align: right;
}

.entry .more__btn a {
  display: inline-block;
  width: 200px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #bb3c44;
  border-bottom: none;
}

.entry .more__btn a:hover {
  border-bottom: none;
}

.entry .more__btn a::before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 15px;
  font-size: 16px;
  vertical-align: top;
}

/* 1カラム リンク */
.content-area .entry.links {
  padding: 0;
  background: #ccc;
  border: none;
}

.link__area {
  padding: 50px 0 0;
}

.link__area>.wrap-inner {
  width: 700px;
  padding: 30px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.link__area .links {
  display: block;
  width: 100%;
}

.link__area .links h2 {
  height: 50px;
  padding: 0 30px;
  margin: 0;
  line-height: 50px;
  color: #000;
  background: #fd8d94;
  /*#bb3c44*/
}

.link__area .link__box {
  padding: 20px 30px;
  color: #000;
}

.link__area .link__box h3 {
  padding: 10px;
  background: #fff;
  position: relative;
}

.link__area .link__box h3 a {
  display: block;
  border-bottom: none;
}

.link__box h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

/* フッター */
footer {
  margin-top: 20px;
  padding-bottom: 150px;
}

.foot-in {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 3px solid #fff;
}

.foot-wrap {
  display: flex;
  flex-wrap: wrap;
}

.foot-menu {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 20px;
}

.foot-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #666;
}

.foot-menu p {
  padding: 5px;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  border-radius: 4px;
}

.foot-menu ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  color: #fd8d94;
  /*#bb3c44*/
}

.foot-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  text-align: center;
  color: #666;
}

.top__btn {
  display: block;
  width: 960px;
  margin: 0 auto 20px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #bb3c44;
}

.top__btn:hover {
  opacity: 0.7;
}

/* 基本スタイル */
h2 {
  font-size: 180%;
  border: 1px solid #bb3c44;
}

h3 {
  border-left: 5px solid #bb3c44;
}

h4 {
  border-bottom: 1px solid #bb3c44;
}

h5 {
  color: #bb3c44;
  border: 1px solid #fff;
}

h6 {
  color: #bb3c44;
}

/* 下層用 */
.under h1 {
  font-size: 180%;
  border: 1px solid #bb3c44;
  margin-bottom: 15px;
  padding: 8px 10px;
}

.under h2 {
  border-left: 5px solid #bb3c44;
}

.under h3 {
  border-bottom: 1px solid #bb3c44;
  line-height: 1.3;
}


strong {
  color: #bb3c44;
  border-bottom: 1px solid #bb3c44;
}

em {
  padding: 0 3px;
  color: #000;
  background: #ccc;
}

.entry ul,
.entry ol {
  padding: 20px;
  color: #000;
  background: #ccc;
}

.entry ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bb3c44;
  border-radius: 50%;
  vertical-align: bottom;
}

.entry ol {
  counter-reset: number;
}

.entry ol li,
.entry ul li {
  padding: 5px 0;
}

.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: #fff;
  background: #bb3c44;
}

blockquote {
  position: relative;
  padding: 20px 60px;
  border: 1px solid #bb3c44;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 20px;
  top: 10px;
  color: #bb3c44;
  font-size: 30px;
}

blockquote::after {
  content: "”";
  position: absolute;
  right: 20px;
  bottom: -10px;
  color: #bb3c44;
  font-size: 30px;
}

address {
  padding: 20px;
  border: 1px solid #bb3c44;
  border-left: 10px solid #bb3c44;
  border-right: 10px solid #bb3c44;
}

ins {
  padding: 3px;
  color: #bb3c44;
  background: #ccc;
}

.entry a {
  color: #bb3c44;
  border-bottom: 1px solid #666;
}

.entry a:hover {
  border-bottom: 1px solid #bb3c44;
}

pre {
  padding: 20px;
  color: #bb3c44;
  background: #ccc;
  border: 1px solid #bb3c44;
}

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

.entry table td {
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #fff;
}

/* パンくず */
.pan__nav {
  margin: 0 0 20px;
  padding: 8px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.pan__nav li {
  display: inline-block;
}

.pan__nav li::after {
  content: ">>";
  margin: 0 10px;
}

.pan__nav li:last-child::after {
  content: none;
}

.pan__nav li a {
  color: #fff;
  border-bottom: 1px solid #bb3c44;
}

.pan__nav li a:hover {
  color: #bb3c44;
}

/* 404 */
b.error-page {
  display: block;
  padding: 10px;
  font-size: 25px;
  color: #bb3c44;
  border: 1px solid #fff;
}

.entry.error-page {
  width: 700px;
  border: 1px solid #fff;
}

/* SNS */
.sns__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0 20px;
}

.sns__button {
  width: 24%;
}

.sns__button a {
  display: block;
  padding: 5px 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  border-bottom: none;
  border: 1px solid #bb3c44;
}

.sns__button a:hover {
  color: #fff;
  border-bottom: none;
  opacity: 1;
}

#twitter:hover {
  background-color: #00acee;
  border: 1px solid #00acee;
}

#hatena:hover {
  background-color: #2d4c86;
  border: 1px solid #2d4c86;
}

#facebook:hover {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}

#ggl-plus:hover {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.wrap-out {
  max-width: 990px;
  margin: 0 auto;
  box-shadow: 0 0 10px 3px #000;
}

.entry img {
  max-width: 100%;
  margin: 0 0 5px 0;
}

/* .wrap-inner.cf {
  display: block;
} */
main {
  float: left;
}

aside {
  float: right;
}