﻿/*============================================= * body *=============================================*/
body {
  font-family: "Noto Serif JP", serif;
  background: url('../img/bg_bd.jpg') repeat center;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: justify;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * Font Don't Edit
 *=============================================*/
.fnt-shippori-b1 {
    font-family: "Shippori Mincho B1", serif;
}

.fnt-noto-serif {
    font-family: "Noto Serif JP", serif;
}

.fnt-eb-garamond {
    font-family: "EB Garamond", serif;
}

.fnt-amiri {
    font-family: "Amiri", serif;
}

/*============================================= * #header *=============================================*/
#header {
  background: url("../img/key.jpg") no-repeat center #000;
  -webkit-background-size: cover;
  background-size: cover;
  height: 550px;
  max-height: inherit;
  min-height: auto;
}

#header h1 {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: .85em;
  line-height: 1.6em;
  letter-spacing: .1em;
  text-align: center;
  color: #fffef9;
  text-shadow: 1px 1px 1px #010101;
}

body.col-x2 #header .col1 {
  background-color: rgba(0, 0, 0, .25);
}

body.col-x2 #header .col2 {
  background-color: rgba(0, 0, 0, .3);
}

#header .logo {
  text-align: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header .logo img {
  width: 100%;
}

/*============================================= * #navbar *=============================================*/
body.col-x2 #navbar menu:before {
  background: #27170C;
}

body.col-x2 #navbar menuitem {
  color: #fffef9;
}

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

/*============================================= * #sidebar *=============================================*/
#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: #402615;
}

#sidebar .calendar .having_posts {
  color: #A63435;
  background: #F6E1E1 !important;
}

/*============================================= * #main *=============================================*/
#container.tpl-post #main figcaption {
  display: none;
}

/*============================================= * #footer *=============================================*/
/*============================================= * copyright *=============================================*/
address {
  background: url('../img/bg1.jpg') repeat center;
  color: #2c2920;
  font-size: 12px;
  line-height: 58px;
  letter-spacing: 0.4em;
}

/*============================================= * #calendar *=============================================*/
#calendar {
  display: none;
}

/*============================================= * RESPONSIVE *=============================================*/
@media screen and (max-width: 767px) {
  body.col-x2 #header section {
    min-height: 150px;
  }

  body.col-x2 #navbar menuitem {
    background: #757575;
  }

  body.col-x2 #navbar nav {
    width: 230px;
  }

  #header {
    width: 100%;
    height: 70vw;
  }

  #header .logo {
    width: 50px;
  }

  #navbar .nav-list li {
    border-bottom: 1px solid #2c2920;
  }

  #navbar .nav-list li a {
    display: block;
    position: relative;
    color: #2c2920;
    font-size: 18px;
    padding: 15px 20px;
  }

  #container {
    margin-top: 2em;
  }
}

@media screen and (min-width:768px) {
  #navbar {
    background: url('../img/bg1.jpg') repeat center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
  }

  #navbar .nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  #navbar .nav-list li {
    position: relative;
    padding: 0 30px;
  }

  #navbar .nav-list li a  {
    position: relative;
    z-index: 1;
    display: block;
    color: #2c2920;
    padding: 30px 0;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.03em;
  }

  #navbar .nav-list li a:hover {
    opacity: 0.6;
  }
}