﻿/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  /*  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.15em;
  background: url(../img/bd_bg.jpg) repeat center top;
  /* background-image: url(); */
}
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
/*=============================================
 * #header
 *=============================================*/
#header {
  background: url(../img/key.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  /* background-image: url(); */
  height: 65vh;
  max-height: inherit;
  min-height: auto;
  /*
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
*/
}
#header h1 {
  color: #fff;
  font-size: .85em;
  line-height: 1.6em;
  letter-spacing: .1em;
  text-align: center;
  text-shadow: 1px 1px 1px #010101;
}
body.col-x2 #header .col1 {
  background-color: rgba(0, 0, 0, .25);
  /* background-image: url(); */
}
body.col-x2 #header .col2 {
  background-color: rgba(0, 0, 0, .3);
  /* background-image: url(); */
}
#header .logo {
  padding: 0;
  max-width: 240px;
  width: 50%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#header .logo img {
  max-width: 100%;
  height: auto;
}
/*=============================================
 * #navbar
 *=============================================*/
#navbar {
  background: #fff;
  padding: 5px 0 10px;
  margin-top: -68px;
  z-index: 9 !important;
}
#navbar nav {
  position: relative;
}
body.col-x2 #navbar menu:before {
  background: #27170C;
}
body.col-x2 #navbar menuitem {
  color: #FFF;
}
#navbar nav {
  color: #FEFEFE;
}
body.col-x2 #navbar ul {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
#navbar li {
  display: block;
  text-align: left;
  padding: 14px 0;
  position: relative;
}
#navbar a {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  text-align: center;
}
#navbar a span {
  font-size: 12px;
}
#navbar a:hover {
  text-decoration: none;
}
#navbar a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#navbar a:hover:before {
  left: 5px;
  right: 5px;
}
#navbar a span {
  position: relative;
  padding: 10px 0;
}
#navbar a span:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#navbar li:hover a span:before {
  width: 100%;
}
#navbar .sub {
  background: #0a154d;
  display: block;
}
#navbar .sub li {
  padding-top: 5px;
  padding-bottom: 10px;
}
#navbar a span {
  display: block;
  position: relative;
}
/*=============================================
 * #container
 *=============================================*/
#container {}
#container .title {
  color: #795548;
}
/*=============================================
 * #sidebar
 *=============================================*/
#sidebar section {
  background: #fff;
}
#sidebar h2 {
  color: #fff;
  text-align: center;
  background: url(../img/hd_bg.png) center top;
}
#sidebar h2:before {
  border-top-color: #fff;
}
#sidebar li a {
  color: #000;
}
#sidebar li a:hover {
  color: #000;
}
#sidebar li a:before {
  background: #000;
}
#sidebar li a:hover:before {
  background: #000;
}
#sidebar .calendar th {
  color: #A77834;
}
#sidebar .calendar td {
  background: #FEFEFE;
  border-color: #AFAFAF;
}
#sidebar .calendar tr:nth-of-type(odd) td {
  background: #EFEFEF;
}
#sidebar .calendar .header {
  color: #92580D;
  background: #F2EBE3;
  border-color: #AFAFAF;
}
#sidebar .calendar a {
  color: #c82000;
}
#sidebar .calendar .having_posts {
  color: #A63435;
  background: #F6E1E1 !important;
}
/*=============================================
 * #main
 *=============================================*/
#main article {
  background: #fff;
}
#main h2 {
  color: #fff;
  text-align: center;
  background: url(../img/hd_bg.png) center bottom;
}
#container.tpl-post #main figcaption {
  display: none;
}
#main time {
  color: #7E7E7E;
}
#main .more a {
  color: #a0a0a0;
  background-color: rgb(255, 255, 255, 1);
  border: 1px solid #a0a0a0;
}
#main .more a:hover {
  background-color: rgb(255, 255, 255, 0.7);
  color: #0a154d;
  border-color: #0a154d;
}
#main .more a:before, #main .more a:after {
  background: #fff;
}
#main .more a:hover:before, #main .more a:hover:after {
  background: #fff;
}
#main .pagination {
  color: #909090;
}
#main .pagination li {
  background: #fff;
  box-shadow:
    0 -1px #fff5e3, 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:
    0 -1px #fff5e3, 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:
    0 -1px #fff5e3, 0 1px 1px rgba(0, 0, 0, 0.3);
}
#main .pagination li:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  box-shadow:
    0 -1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, .3);
  -moz-box-shadow:
    0 -1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-box-shadow:
    0 -1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, .3);
}
#main .pagination .active, #main .pagination .active:hover {
  color: #fff;
  background: rgba(0, 0, 0, 1);
  box-shadow:
    0 -1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:
    0 -1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:
    0 -1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, 0.3);
}
#main .pagination .first, #main .pagination .last {
  color: #000;
  font-weight: 600;
}
#main .pagination .more-point-right:hover {
  color: inherit;
  background: #F6F6F6;
  box-shadow:
    0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:
    0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:
    0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, 0.3);
}
/*=============================================
 * #footer
 *=============================================*/
#footer {
  padding: 0;
}
/*=============================================
 * copyright
 *=============================================*/
address {
  text-align: center;
  color: #fff;
	background: url(../img/hd_bg.png) center center;
  font-size: 12px;
  line-height: 58px;
  letter-spacing: 0.4em;
  font-family: "Times New Roman", "serif";
}
/*=============================================
 * #calendar
 *=============================================*/
#calendar {
  display: none;
}
/*=============================================
 * RESPONSIVE
 *=============================================*/
@media screen and (max-width: 1024px) {
  #header {}
  #navbar nav {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #navbar li {
    min-width: initial;
  }
  #navbar .sub {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 50vh;
  }
  #header .logo {
    max-width: none;
  }
  #header h1 {
    position: static;
  }
  body.col-x2 #header section {
    min-height: 150px;
  }
  #header .logo {
    padding: 0;
    width: 43%;
  }
  #header .logo img {
    max-height: auto;
  }
  #navbar {
    background: none;
    margin: 0;
  }
  #navbar.active .toggle {
    right: 265px;
  }
  body.col-x2 #navbar menuitem {
    background: #757575;
  }
  #navbar nav {
    background: #FEFEFE;
    width: 265px;
    right: -265px;
  }
  body.col-x2 #navbar nav {
    width: 230px;
  }
  #navbar li {
    display: block;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
  #navbar i {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    text-align: center;
  }
  #navbar a, #navbar i {
    color: #27170C;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-align: left;
  }
  #navbar a:hover {
    background: #EFEFEF;
  }
  #navbar .sub {
    background: none;
  }
  #navbar .sub a:before {
    background: #606060;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #header {
    display: block;
    min-height: 300px;
  }
  #header h1 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #navbar nav {
    position: absolute;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (min-width:769px) {
  #navbar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 35vh;
    height: 60px;
    background: url(../img/hd_bg.png) center center;
  }
  #navbar ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  #navbar ul li {
    padding: 17px 15px 0px;
  }
}