@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: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #1a1a1a;
  background: url(../images/dot_back.png);
}
strong,
b {
  font-size: 100%;
}
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 {
  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-bottom: 15px;
  padding: 8px 10px;
}

/* ページの幅 */
.wrapper--all {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px 0 150px;
  background: rgba(255, 255, 255, 0.6);
}
.wrapper--inside {
  max-width: 1000px;
  margin: 0 auto;
}

/* ヘッダー */
.header--area {
  background: #fff;
}
.header--container {
  padding: 25px 0;
}

/* サイトタイトル */
.site--ttl--area a {
  display: block;
  font-size: 120%;
  color: #f87e34;
  font-weight: normal;
  line-height: 1.3;
}
.site--ttl--area a:hover {
  opacity: 0.8;
}
/* キャッチコピー */
.catchcopy--area {
  font-size: 12px;
  line-height: 1.2;
}

/* メインカラム */

.content--container {
  float: right;
  width: 70%;/*680px*/
}

.content--container .sub--entry {
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
}
.eyecatch--img img {
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
}

/* スライド */
.slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide--in {
  position: relative;
  left: 50%;
  width: 1890px;
  margin-left: -945px;
}
.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 8px;
  height: 8px;
}
.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: #f87e34;
}

/* サブカラム */
.left--menu {
  float: left;
  width: 28%;/*300px*/
  position: sticky;
  top: 15px;
}
.left--menu ul li ul li img {
  margin: 0 0 10px 0;
  width: 100%;
}
.left--menu > ul > li > p {
  margin: 0 0 15px 0;
  text-align: center;
  color: #1a1a1a;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
}
.left--menu ul li ul {
  margin: 0 0 15px 0;
  padding: 15px 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
.left--menu ul li ul li {
  padding: 0 0 20px 0;
}
.left--menu ul li ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
}
.left--menu ul li ul li a {
  display: block;
  padding: 5px 0 10px;
  color: #646464;
}

/* 1カラム */
.post--container {
  margin-bottom: 50px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.post--container main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post--container .sub--entry {
  width: 49%;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.post--container .sub--entry img {
  float: left;
  width: 200px;
  margin: 0 5px 5px 0;
}

/* +下層用 */
.post--container .sub--entry h2/*, .under h1*/ {
  font-size: 130%;
  border: none;
  border-bottom: 2px dashed #ff6e79;
  margin: 0 0 10px;
  border-radius: 0;
  color: #1a1a1a;
  background: none;
}
.sub--entry .read-more {
  margin: 10px 0 0;
  text-align: right;
}
.sub--entry .read-more a {
  display: inline-block;
  width: 200px;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #f87e34;
  border: none;
}
.sub--entry .read-more a:hover {
  color: #fff;
}
/* 1カラム リンク */
.link--container {
  padding: 50px 0;
  background: url(../images/orange_back.jpg);
  border-top: 3px dashed #a7653e;
  border-bottom: 3px dashed #a7653e;
}
.link--container .link--all {
  display: block;
  width: 100%;
  border: 2px solid #a7653e;
}
.link--container .link--all h2 {
  height: 50px;
  padding: 0 30px;
  margin: 0;
  line-height: 50px;
  color: #fff;
  border: none;
  border-bottom: 2px dashed #fff;
  background: none;
}
.link--container .link--in {
  padding: 5px 20px;
  border-top: none;
  color: #fff;
}
.link--container .link--in h3 {
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  margin-bottom: 7px;
}
.link--container .link--in h3 a {
  display: block;
  border-bottom: none;
  color: #fff;
}
.link--container .link--in h3 a:hover {
  color: #fff;
}

.link--container .link--in h3 a::before {
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: unset;
  display: inline-block;
  width: 2em;
  height: 2em;
  background: #fff;
  color: #f87e34;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
}

.link--in p {
  margin-bottom: 20px;
}

/* フッター */
footer {
  background: #666;
  color: #fff;
}
.footer--in {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer--flex--area {
  display: flex;
  flex-wrap: wrap;
}
.footer--list {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 20px;
}
.footer--list p {
  font-size: 16px;
  color: #fff;
  font-family: "Raleway", sans-serif;
}
.footer--list p::before,
.footer--list p::after {
  content: "|";
  font-size: 15px;
  vertical-align: top;
  color: #fff;
}
.footer--list p::before {
  margin-right: 10px;
}
.footer--list p::after {
  margin-left: 10px;
}
.footer--list ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px 0;
  color: #fff;
}
.copyright--area {
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
}
.top--btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: right;
  margin-bottom: 10px;
}
.top--btn a {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 8px 0;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: #f87e34;
  border-radius: 3px;
}

/* 基本スタイル */
h2 {
  color: #fff;
  font-weight: normal;
  background: #ff6e79;
  border-radius: 3px;
}
h3 {
  color: #fff;
  background: #b6dbf8;
  border-radius: 3px;
}
h4 {
  border-left: 5px solid #ff6e79;
}
h5 {
  border: 1px solid #ccc;
}
h6 {
  border-bottom: 1px dashed #b6dbf8;
}

/* 下層用 */
.under h1 {color: #fff;
  font-weight: normal;
  background: #ff6e79;
  border-radius: 3px;
  font-size: 130%;
  margin-bottom: 15px;
  padding: 8px 10px;}

.under h2 {color: #fff;
  background: #b6dbf8;
  border-radius: 3px;}

.under h3 {border-left: 5px solid #ff6e79;}


strong {
  padding: 2px;
  color: #fff;
  background: #f87e34;
}

em {
  font-weight: bold;
  color: #999;
}
.sub--entry ul,
.sub--entry ol {
  padding: 15px;
  border-radius: 5px;
  background: #efefef;
}
.sub--entry ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff6e79;
}

.sub--entry ol {
  counter-reset: number;
}
.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: #fff;
  background: #ff6e79;
  border-radius: 50%;
}

blockquote {
  position: relative;
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #b6dbf8;
  border-radius: 5px;
}
blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 120%;
  color: #ff6e79;
}
blockquote::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 120%;
  color: #ff6e79;
}
address {
  padding: 10px;
  background: #ff6e79;
  color: #fff;
}
ins {
  border-bottom: 1px dashed #b6dbf8;
}
.sub--entry a {
  color: #ff6e79;
  border-bottom: 1px solid #b6dbf8;
}

pre {
  padding: 15px;
  background: #efefef;
  border-radius: 5px;
}

.sub--entry table {
  line-height: 1.2;
}
.sub--entry table th {
  padding: 5px 10px;
  font-weight: normal;
  color: #fff;
  border: 1px solid #ff6e79;
  background: #ff6e79;
}

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

/* パンくず */
.pannav {
  margin: 0 0 15px;
  padding: 5px 0;
}
.pannav li {
  display: inline-block;
}
.pannav li::after {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 5px;
  color: #1a1a1a;
}
.pannav li:last-child::after {
  content: none;
}
.pannav li a {
  color: #1a1a1a;
}
.pannav li a:hover {
  color: #f87e34;
}

/* 404 */
.message--notfound {
  font-size: 150%;
  background: linear-gradient(transparent 60%, #ff6e79 60%);
}

/* SNS */
.sns--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0 20px;
}
.button--whole {
  width: 24%;
  width: 80px;
  height: 80px;
}
.button--whole a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  border-bottom: none;
  border-radius: 4px;
  background: #ff6e79;
  line-height: 70px;
  font-size: 30px;
}
.button--whole a:hover {
  opacity: 1;
}

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

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

.header--container .wrapper--inside,
.header--nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site--ttl--area {
  width: 25%;
}

.header--nav {
  width: 69%;
}

.header--nav ul li {
  width: 24%;
}

.header--nav ul li a {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: bold;
}
.header--nav ul li a:hover {
  color: #f87e34;
}
