@charset "Shift_JIS";

/* news
---------------------------------------------------- */
.news_left {
	float: left;
	width: 630px;
}
.news_left h2 a {
	color: #B69F72;
}
.news_left p {
	margin-bottom: 30px;
}
.news_left p img {
	max-width: 100%;
	height: auto;
}
.news_left p.post-date {
	margin-bottom: 20px;
	display: block;
}
.news_right {
	float: right;
	width: 280px;
}

.navigation {
	margin: 0 auto;
	border-left: 1px solid #c7be95;
    text-align: center;
    display: table;
}
.navigation a {
	color: #b8ac78;
	display: block;
	width: 100%;
	padding: 5px 0;
}
.navigation a:hover {
	color: #1d1d1d;
	background-color: #c7be95;
}
.alignleft {
	width: 73px;
	border-top: 1px solid #c7be95;
	border-bottom: 1px solid #c7be95;
	border-right: 1px solid #c7be95;
	text-align: center;
}
.alignright {
	width: 73px;
	border-top: 1px solid #c7be95;
	border-bottom: 1px solid #c7be95;
	border-right: 1px solid #c7be95;
	text-align: center;
	display: table-cell;
}
.news_list {
	border-top: 1px solid #414141;
}
.news_list li {
	border-bottom: 1px solid #414141;
	padding: 20px 0;
}
.news_list li .date {
	display: block;
	margin-bottom: 10px;
}
.news_list li a {
	color: #c7be95;
	text-decoration: underline;
}


.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
 
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 36px;
}
 
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #b8ac78;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #b8ac78;
  font-size: 16px;
}
 
.pagination li:not([class*="current"]) a:hover {
  background-color: #b8ac78;
  color: #000000;
}
 
.pagination li:first-of-type a {
  border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
 background-color: #b8ac78;
 cursor: default;
 pointer-events: none;
 color: #000000;
}



#wp-calendar thead th {
    font-size: 13px;
    border: 1px solid #000;
	color: #000000;
	padding: 5px 0;
    background-color: #b8ac78;
}
#wp-calendar tbody {
    color: #FFF!important;
}
#wp-calendar tbody td {
    background: inherit!important;
    border: none!important;
    padding: 8px 0 2px!important;
    text-align: center!important;
}
#wp-calendar tbody td a {
    color: #FFF!important;
    text-decoration: underline;
}
#wp-calendar caption {
    color: #FFF!important;
    text-align: center!important;
}

 

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}




@media only screen and (max-width: 740px) {

.breadcrumb {
    height: auto;
	padding: 10px 0;
}
.breadcrumb p {
	line-height: 20px;
}

.news_left {
    float: none;
    width: 100%;
}
.news_left img {
	max-width: 100%;
	height: auto;
}
.news_right {
    float: none;
    width: 100%;
	margin-top: 50px;
}

}
