﻿/*=============================================
 * body
 *=============================================*/

body {
	font-family: 'Noto Serif JP', serif;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
    background: #d1cfc9;
	color: #010101;
}



/*=============================================
 * #header
 *=============================================*/

#header {
	background-image: url(../img/key.jpg);
	background-position: center center;
	background-color: #AFAFAF;
	min-height: inherit;
    max-height: inherit;
}
#header .key {
	background-image: url(../img/key.jpg);
	background-position: center center;
	background-size: cover;
	background-color: #AFAFAF;
	display: flex;
	justify-content: center;
    align-items: center;
	height: 505px;
}
#header h1 {
	background-image: url(../img/bg-nav.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #27170C;
	color: #FEFEFE;
	font-size: .85em;
	line-height: 1.6em;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
}
#header .logo {
	width: auto;
	margin: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transform: none;
	position: relative;
	left: 0;
	top: 0;
}
#header .logo img {
	max-width: 100%;
	height: auto;
}



/*=============================================
 * #navbar
 *=============================================*/

#navbar {
	background-image: url(../img/bg-nav.jpg);
	background-position: center top;
	background-repeat: repeat;
}
#navbar li {
	color: #FEFEFE;
	display: inline-block;
	min-width: auto;
}
#navbar ul a {
	margin: 0 15px;
	padding: 15px 5px;
	position: relative;
}
#navbar ul a:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 52%;
    background: #fff;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#navbar ul a:hover {
	text-decoration: none;
}
#navbar ul a:hover:before {
    right: 0;
}
#navbar .sub {
	background: #27170C;
}



/*=============================================
 * #container
 *=============================================*/

#container {
    min-height: 316px;
}
#sidebar h2, #main h2 {
	background-image: url(../img/bg-nav.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #6F5232;
	color: #FEFEFE;
}

/*=============================================
 * #sidebar
 *=============================================*/

#sidebar section {
	background: rgba(255, 255, 255, 1);
}
#sidebar h2:before {
	border-top-color: #FEFEFE;
}
#sidebar li a {
	color: #7b244d;
}
#sidebar li a:hover {
	color: #8b7853;
}
#sidebar li a:before {
	background: #7b244d;
}
#sidebar li a:hover:before {
	background: #8b7853;
}
#calendar {
	display:none;
}
#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: #D05C1A;
}
#sidebar .calendar .having_posts {
	color: #A63435;
	background: #F6E1E1 !important;
}

/*ボタン追加*/
.btn-link{
				margin-top: 20px;
			}
			.btn-link > a,
.btn-link > span {
	background-color: #5d1a39;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	line-height: 2;
	letter-spacing: 0.12em;
	text-decoration: none;
	opacity: 1 !important;
	padding: 10px 22px 10px 10px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.btn-link > a:before,
.btn-link > span:before,
.btn-more a:after {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8b7853;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-link > a:hover:before,
.btn-link > span:hover:before,
.btn-link > span.copied:before,
.btn-more a:hover:after {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.btn-link > a:after,
.btn-link > span:after {
	font-size: 20px;
	line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: bold;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}
			.btn-link small{
				font-size: 0.85em;
			}



/*=============================================
 * #main
 *=============================================*/

#main article {
	background: rgba(255, 255, 255, 1);
}
#main time {
	color: #7E7E7E;
}
#main img { 
	max-width: 100%;
	height: auto;
}
#main .more a {
	color: #010101;
	border-color: #010101;
}
#main .more a:hover {
	color: #8b7853;
	border-color: #8b7853;
}
#main .more a:before,
#main .more a:after {
	background: #010101;
}
#main .more a:hover:before,
#main .more a:hover:after {
	background: #8b7853;
}
#main .pagination {
	color: #909090;
}
#main .pagination li {
	background: #F6F6F6;
	box-shadow:
		0 -1px #FEFEFE,
		0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:
		0 -1px #FEFEFE,
		0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow:
		0 -1px #FEFEFE,
		0 1px 1px rgba(0, 0, 0, .3);
}
#main .pagination li:hover,
#main .pagination .active,
#main .pagination .active:hover {
	color: #FEFEFE;
	background: #7b244d;
	box-shadow:
		0 -1px #936C42,
		0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:
		0 -1px #936C42,
		0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow:
		0 -1px #936C42,
		0 1px 1px rgba(0, 0, 0, .3);
}
#main .pagination .first,
#main .pagination .last {
	color: #7b244d;
	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, .3);
	-moz-box-shadow:
		0 -1px #FEFEFE,
		0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow:
		0 -1px #FEFEFE,
		0 1px 1px rgba(0, 0, 0, .3);
}


/*=============================================
 * #footer
 *=============================================*/

#footer {
	background-image: url(../img/bg-nav.jpg);
	background-position: center;
	background-repeat: repeat;
	background-color: #6F5232;
	color: #FEFEFE;
}



/*=============================================
 * RESPONSIVE
 *=============================================*/

@media screen and (max-width: 1024px) {
	#header .key {
		height: 400px;
	}
}

@media screen and (max-width: 960px) {
	#navbar .sub {
		width: 100%;
	}
	#navbar li {
		min-width: initial;
	}
	#navbar ul a {
		margin: 0 3px;
	}
}

@media screen and (max-width: 768px) {
	#header .key {
		width: 100%;
		height: 300px;
	}
	#header .logo {
		max-width: 200px;
	}
	#navbar {
		background: none;
	}
	#navbar.active .toggle {
		right: 230px;
	}
	#navbar nav {
		background: #FEFEFE;
		width: 230px;
		right: -230px;
	}
	#navbar li {
		display: block;
		border-top: 1px solid #DFDFDF;
		border-bottom: 1px solid #DFDFDF;
	}
	#navbar ul a {
		color: #27170C;
		background: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		padding: 15px;
	}
	#navbar ul a:before {
		display: none;
	}
	#navbar ul a:hover {
		background: #EFEFEF;
	}
	#navbar .sub {
		visibility: initial !important;
		opacity: 1 !important;
		background: none;
	}
	#navbar .sub a:before {
		background: #606060;
	}
}

@media screen and (max-width: 640px) {
	#header {
		display: block;
	}
	#header h1 {
		display: block;
	}
}


@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.btn-link{
		width: 90%;
		margin: 20px auto 0;
			}
}