@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h2,
h3,
h4,
h5,
h6 {
  padding: 8px 10px;
  margin-bottom: 15px;
}

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

body {
  font-size: 14px;
  line-height: 2;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #595757;
  background: url(../images/wall.jpg) fixed;
}
p {
  font-size: 14px;
  line-height: 2;
}

.box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 100px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
}
.wrapper {
  /* width: 1000px; */
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.container {
  /* width: 730px; */
  max-width: 730px;
  margin: 0 auto;
}

.title--area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.title--area .site--title {
  width: 60%;
  font-size: 21px;
  color: #ff6182;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  line-height: 1.3;
}
.title--area .site--title::before,
.title--area .site--title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.title--area .site--title::before {
  left: 0;
}
.title--area .site--title::after {
  right: 0;
}
.title--area .site--title a {
  color: #595757;
  line-height: 1.2;
  font-weight: bold;
}

.title--area .catch--copy {
  width: 80%;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

.main--area {
  float: right;
}

.side--menu {
  width: 250px;
  padding: 20px 10px;
  background: #fdf0d6;
  border: 3px double #595757;
  height: 100%;
  position: sticky;
  top: 0;
  height: fit-content;
}

.side--menu ul li p {
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #595757;
  border-radius: 4px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
}
.side--menu ul li a {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #595757;
  transition: all 0.3s ease;
}
.side--menu ul li a:hover {
  opacity: 0.7;
}
.side--menu img {
  width: 100%;
}

main {
  overflow: hidden;
}

.bx-wrapper {
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-viewport .main-slider li img {
  width: 100%;
}

.page {
  margin: 0 0 60px;
}

.page--outer {
  overflow: hidden;
}

.page--inner {
  position: relative;
  margin: 15px 0;
  padding: 15px;
  background: #fff;
  border: 3px double #595757;
}

.links {
  margin-bottom: 60px;
}
.links > h2 {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: normal;
  color: #595757;
  background: #fdf0d6;
  border: 3px double #595757;
}
.links .link--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border: 3px double #595757;
  background: #fdf0d6;
}
.link--box h3 {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.link--box p {
  margin-bottom: 10px;
}
.links .link--box h3 a {
  display: block;
  padding: 5px;
  color: #595757;
  font-weight: bold;
  border: 3px double #595757;
  transition: all 0.3s ease;
}
.links .link--box h3 a:hover {
  opacity: 0.7;
}
.link--box h3 a::after {
  content: ">";
  position: absolute;
  right: 20px;
}

.page > h2 {
  padding: 10px 0 10px 20px;
  font-weight: normal;
  background: #fdf0d6;
  border: 3px double #595757;
}
.page--inner h2,
.page--inner h3,
.page--inner h4,
.page--inner h5,
.page--inner h6 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: normal;
}

/* +下層用 */
.page--inner h2, .under h1 {
  padding: 10px 0 10px 20px;
  font-size: 18px;
  background: #fdf0d6;
  border: 3px double #595757;
}
.under h1 {
margin-top: 15px;
}
.page--inner h3, .under h2 {
  background: #fdf0d6;
  border-bottom: 3px double #595757;
}
.page--inner h4, .under h3 {
  border: 3px double #595757;
}

.page--inner h5 {
  border-bottom: 3px double #595757;
}
.page--inner h6 {
  background: #fdf0d6;
}

.page--inner > img {
  max-width: 100%;
  margin: 0 auto 0;
}
.column-flex .page img {
  float: left;
  display: block;
  width: auto;
  height: auto;
  width: 49%;
  margin: 0 10px 10px 0;
}
.page--inner p {
  font-size: 14px;
  line-height: 2;
}
.page--inner a {
  color: #595757;
  transition: all 0.2s ease;
  border-bottom: 1px solid #595757;
  background: #fdf0d6;
}
.page--inner a:hover {
  opacity: 0.7;
}

.page--inner strong {
  font-size: 14px;
  border-bottom: 2px solid #b43e3e;
}
.page--inner em {
  font-size: 14px;
  font-style: normal;
  border-bottom: 3px double #ddd;
}
.page--inner b {
  font-size: 14px;
}
.page--inner del {
  font-size: 14px;
  text-decoration: line-through;
}
.page--inner ul,
.page--inner ol {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #595757;
  background: #fdf0d6;
}

.page--inner ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 1px solid #595757;
  border-radius: 50%;
}

.page--inner ol {
  counter-reset: counter;
}
.page--inner ol li {
  margin-bottom: 10px;
}
.page--inner ol li::before {
  counter-increment: counter;
  content: counter(counter);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  color: #595757;
  border-radius: 50%;
  border: 3px double #595757;
}

.page--inner blockquote {
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 10px 50px;
  border: 1px solid #595757;
  background: #fdf0d6;
}
.page--inner blockquote:before {
  display: inline-block;
  position: absolute;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #595757;
  font-size: 25px;
  line-height: 1;
}
.page--inner blockquote:after {
  display: inline-block;
  position: absolute;
  right: 15px;
  vertical-align: middle;
  content: "\f10e";
  font-family: FontAwesome;
  color: #595757;
  font-size: 25px;
  line-height: 1;
}

.page--inner address {
  padding: 5px;
  font-style: normal;
  border: 1px solid #595757;
  border-left: 8px solid #595757;
  background: #fdf0d6;
}

.page--inner ins {
  font-size: 14px;
  background: #eee;
}

.page-inner .alignleft {
  text-align: left;
}
.page--inner .aligncenter {
  text-align: center;
}
.page--inner .alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;

  margin: 20px 0;
  padding: 20px;
  border: 2px solid #595757;
  background: #fdf0d6;
}

table {
  margin: 20px 0;
  border-collapse: collapse;
}
table th {
  padding: 3px;
  font-weight: normal;
  background: #fdf0d6;
  border: #595757;
  border: 1px solid #595757;
}
table td {
  padding: 3px;
  border: 1px solid #595757;
}

.pan--nav {
  padding: 10px 0;
  border-top: 3px double #000;
  border-bottom: 3px double #000;
}
.pan--nav a {
  font-size: 12px;
  color: #595757;
  transition: all 0.3s ease;
  border-bottom: 1px solid #595757;
}
.pan--nav a:hover {
  opacity: 0.7;
}
.pan--nav ul li {
  display: inline-block;
}
.pan--nav ul li::after {
  content: ">>";
  margin: 0 5px;
}
.pan--nav ul li:last-child::after {
  content: none;
}

.sns--area {
  margin: 40px 0 20px;
}
.sns--title {
  margin: 0 0 20px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #595757;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
}

.sns--container {
  display: flex;
  justify-content: space-between;
}
.sns--button {
  display: inline-block;
  width: 24%;
}
.sns--button a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #595757;
  background: #fdf0d6;
  border: 3px double #595757;
}

.twitter:hover {
  background: #00acee;
  border: 3px solid #00acee;
}
.facebook:hover {
  background: #3b5998;
  border: 3px solid #3b5998;
}
.google:hover {
  background: #dd4b39;
  border: 3px solid #dd4b39;
}
.hatebu:hover {
  background: #2d4c86;
  border: 3px solid #2d4c86;
}
.page--inner .sns--button a:hover {
  color: #fff;
  opacity: 0.7;
}

footer {
  padding: 50px 0;
  background: #fdf0d6;
  border-top: 3px double #595757;
}

footer  ul { /* > */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%; /*50%*/
}
footer .wrapper > ul > li {
  float: left;
  width: 100%; /*33%*/
  margin-left: 10px;
}
footer ul li p {
  font-size: 16px;
  font-weight: normal;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
}
footer ul li ul li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #595757;
  transition: all 0.3s ease;
}
footer ul li ul li a:hover {
  opacity: 0.7;
}

.copyright {
  text-align: center;
  line-height: 1.2;
}

.top--button {
  position: fixed;
  right: 50px;
  bottom: 10px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.top--area {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.global--nav ul {
  display: flex;
  justify-content: space-around;
}
.global--nav ul li {
  width: 24%;
  text-align: center;
}
.global--nav li a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  color: #595757;
}
.global--nav li a:hover {
  border-bottom: 3px double #595757;
}

.page--inner b.error--txt {
  display: block;
  font-size: 35px;
  color: #595757;
  line-height: 1.2;
}
.page--inner.error--page {
  margin: 0;
}

header {
  background: #fdf0d6;
}
header .wrapper {
  padding: 15px 0;
  display: block;
}

.column-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-flex .page {
  width: 49%;
}

.page--inner {
  margin-bottom: 5px;
}
.more--btn {
  text-align: right;
}
.more--btn a {
  padding: 3px 10px;
  border: 3px double #595757;
  background: #fdf0d6;
  color: #595757;
  font-size: 12px;
}
.more--btn a:hover {
  color: #595757;
}

.page--inner img {
  margin-bottom: 3px;
}
