@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

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

body {
  background: #efeee5;
  color: #000;
  font-size: 15px;
  font-weight: 100;
  /*500*/
  line-height: 1.6;
  font-family: "Noto Sans Japanese";
}

a {
  color: #1b95e0;
  display: block;
}

a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

h2,
h3,
h4,
h5,
h6,
.under h1,
.under h2,
.under h3 {
  line-height: 1.2;
  font-weight: 100;
  font-family: "Sawarabi Mincho", serif;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h2,
.under h1 {
  font-size: 200%;
  padding: 1% 2%;
  text-align: center;
}

h3,
.under h2 {
  font-size: 140%;
  color: #fff;
  padding: 2%;
  background: #000;
}

h4,
.under h3 {
  font-size: 130%;
  border-bottom: solid 1px #000;
  padding: 5px;
}

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

h5 {
  color: #ad0000;
  font-size: 110%;
}

h5:before {
  content: "●";
}

h6 {
  font-family: "Noto Sans Japanese";
  font-size: 100%;
  color: #fff;
  background: #bf9a0e;
  padding: 1% 2%;
}

article ul {
  color: #1e366a;
  border-top: solid #1e366a 1px;
  border-bottom: solid #1e366a 1px;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 30px auto;
}

article ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

article ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em 2em;
  background: #f5f5f5;
}

article ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.2em;
  padding: 0.5em 0.5em 0.5em 40px;
}

article ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ad0000;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  position: relative;
  margin: 2em 0;
  padding: 20px 40px;
  font-size: 0.9em;
  background: #f5f5f5;
}

blockquote:before {
  position: absolute;
  font-size: 70px;
  line-height: 100%;
  opacity: 0.1;
  font-family: "Noto Sans Japanese";
  content: "“";
  top: 3px;
  left: 5px;
}

table {
  width: 96%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto 20px;
}

table th {
  width: 300px;
  padding: 10px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #fff;
  background: #bf9a0e;
  color: #fff;
}

table td {
  width: 360px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #bf9a0e;
}

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 #eee;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

strong {
  color: #fff;
  padding: 5px;
  background: #ad0000;
}

em {
  font-style: normal;
  border-bottom: double 3px #ad0000;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.logo-area {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.logo-area a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.logo-area .siteLogo a {
  background: #fff;
  padding: 2%;
  border-radius: 14px;
  color: #231815;
  font-weight: 800;
  /* position: absolute; */
  top: 0;
  left: 100px;
  z-index: 9999;
}

@media (min-width: 649px) {
  .logo-area .siteLogo a {
    font-size: 1.65rem;
  }
}

.logo-area .siteLogo2 a {
  width: 100%;
  background: #000;
  padding: 12px 0;
  border-radius: 0;
  color: #fff;
  font-weight: 800;
  font-size: 100%;
  position: static;
}

p.copyTxt {
  width: 100%;
  margin: 8px auto 0;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  font-family: "Sawarabi Mincho", serif;
  color: #ad0000;
}

p.copyTxt2 {
  width: 100%;
  text-align: center;
  font-size: 85%;
  color: #fff;
  background: #000;
  font-family: "Sawarabi Mincho", serif;
  padding: 10px 0;
}

.navbar-area {
  width: 50%;
  margin: 20px auto;
}

.navbar-area>ul {
  display: flex;
  justify-content: space-around;
}

.navbar-area ul#navbar>li {
  position: relative;
  min-width: 40%;
}

.navbar-area ul#navbar>li a:before {
  content: "●";
  color: #ad0000;
}

#navbar li a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3;
}

#navbar li a:hover {
  opacity: 0.7;
}

#navbar li ul.sub-menu {
  display: none;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

/* slider */
.mainvisual {
  overflow: hidden;
  position: relative;
  width: 1240px;
  margin: 0 auto;
}

.slider-box {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

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

.bx-wrapper .bx-prev {
  left: 920px;
}

.bx-wrapper .bx-next {
  right: 920px;
}

/* contents area */
.more-bn,
.link-box h3 {
  max-width: 190px;
  margin: 25px auto 0 auto;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
}

.more-bn a,
.link-block h3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #000;
  padding: 2px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
}

.more-bn a span,
.link-block h3 a span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 10px 0;
  position: relative;
}

.more-bn a span::after,
.link-block h3 a span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
  right: 13px;
}

.more-bn a:hover,
.link-block h3 a:hover {
  opacity: 0.7;
}

/* main */
#layout {
  width: 100%;
  margin: 0 auto 50px;
}

#layout2 {
  max-width: 980px;
  /*860px*/
  margin: 0 auto 50px;
}

#main-box {
  max-width: 980px;
  /*860px*/
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

#main-box::after {
  content: "";
  display: block;
  clear: both;
}

main {
  /*max-width: 70%;580px*/
  float: right;
  margin: 0 auto;
}

@media (max-width: 648px) {
  main {
    max-width: inherit;
  }
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #000;
}

article {
  /* width: 96%; */
  margin: 0 2% 1em;
  padding: 2%;
  margin-bottom: 40px;
  background: #fff;
}

/* 下層 */
.under_link {
  max-width: 840px;
  margin: 50px auto;
}

.under_link h2 {
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
}

.under_link p {
  font-size: 120%;
  margin: 20px 0;
}

.under_link2 {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  margin: 30px 0;
  background: #bf9a0e;
}

.under_link2 h2 {
  font-size: 150%;
}

.under_link2 article {
  width: 400px;
  margin: 40px 20px;
}

/* おすすめリンク(h3は、Read Moreに併記) */
.osusume-block {
  text-align: center;
  padding-bottom: 40px;
}

.osusume-block h3 {
  background: none;
  position: relative;
}

.osusume-block h3 a {
  max-width: 100%;
  padding: 1% 2%;
  line-height: 1.6em;
  background: #ad0000;
  color: #fff;
}

.osusume-block h3 a::after {
  content: ">";
  position: absolute;
  right: 22px;
}

.osusume-block h3 a:hover {
  background: #efeee5;
  border: solid 1px #ad0000;
  color: #ad0000;
  text-decoration: none;
  box-sizing: border-box;
}

.osusume-block p {
  padding-top: 15px;
  font-size: 90%;
}

/* .side-box */
.side-box {
  /*min-*/
  width: 50%;
  /*240px*/
  float: left;
  text-align: center;
  position: sticky;
  top: 0;
  height: fit-content;
}

.side-box li dl {
  margin-bottom: 60px;
  padding: 10px;
  font-family: "Sawarabi Mincho", serif;
}

.side-box li dt {
  font-weight: 500;
  margin: 0 auto 10px;
  color: #fff;
  background: #ad0000;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  border-radius: 50%;
}

.side-box li dd a {
  color: #000;
  line-height: 1.3;
  padding: 12px 0;
  border-bottom: solid 1px #000;
}

.side-box li dd a:hover {
  background: #fff;
  text-decoration: none;
  border-bottom: solid 1px #bf9a0e;
}

.side-box img {
  max-width: 96%;
  margin: 25px 2% 0;
}

/* .foot-box */
.foot-box {
  width: 100%;
  background: #bf9a0e;
}

.foot-box ul {
  width: 920px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.foot-box li {
  width: 30%;
  text-align: center;
  padding: 10px 2%;
  margin: 10px;
}

.foot-box li dl {
  margin-bottom: 60px;
  padding: 10px;
  font-family: "Sawarabi Mincho", serif;
}

.foot-box li dt {
  font-weight: 500;
  margin: 0 auto 10px;
  color: #fff;
  background: #ad0000;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  border-radius: 50%;
}

.foot-box li dd a {
  color: #000;
  line-height: 1.3;
  padding: 12px 0;
  border-bottom: solid 1px #000;
}

.foot-box li dd a:hover {
  background: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
}

.foot-c {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 70%;
  background: #000;
  color: #bf9a0e;
}

.page-bn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

/* under */
.no_page {
  padding: 30px 30px 0;
  height: 500px;
  color: #9a3d37;
}

.no_page b {
  font-size: 35px;
  font-family: "Sawarabi Mincho";
}

/* pan nav */
.topicpath {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
}

.topicpath a {
  display: inline;
  font-size: 85%;
  margin-right: 10px;
}

.topicpath a:before {
  content: " > ";
}

.topicpath font {
  color: #909090;
}

/* SNS */
.bn-area {
  background: #fff;
  width: 96%;
  margin: 2%;
  padding: 2%;
}

.sns-wrap {
  display: flex;
  justify-content: space-between;
}

.bn-area>div {
  text-align: center;
}

.bn-area:after {
  content: "";
  clear: both;
  display: block;
}

.ttl-fill {
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.bn-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.bn-whole .fa {
  font-weight: bold;
}

.bn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.bn-link: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;
}