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

body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #4E2F25;
	background-color: #E1C07D;
	background-repeat: repeat;
	background-position: center;
	background-image: url(../img/bg.jpg);
}



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

#header {
	background-color: #AFAFAF;
	background-image: url(../img/key.jpg);
	background-position: center center;
}
#header h1 {
	color: #4E2F25;
	font-size: .85em;
	line-height: 1.6em;
	letter-spacing: .1em;
	text-align: center;
	background: #f3e6b1;
}
#header .logo {
	margin: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header .logo img {
	max-width: 100%;
	height: auto;
}
#header .tel {
	margin: 5px auto;
	margin: 1vh auto;
	padding: .3em 0;
	background: rgba(0, 0, 0, .5);
	width: 150px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display:none;
}
#header .tel img {
	max-width: 100%;
	height: auto;
}



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

#navbar {
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../img/bg-nav.jpg);
}
#navbar nav {
	color: #4E2F25;
}
#navbar li {
	display: inline-block;
	min-width: 150px;
}
#navbar a {
	display: block;
	padding: 15px 10px;
}
#navbar a:hover {
	text-decoration: none;
	color: #d8c362;
}
#navbar .sub {
	background: #f3e6b1;
    width: 176px;
    text-align: left;
}



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

#container {
}

#sidebar h2, #main h2 {
	color: #4E2F25;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../img/bg-nav.jpg);
}

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

#sidebar section {
	background: #F6F6F6;
}
#sidebar h2:before {
	border-top-color: #4E2F25;
}
#sidebar li a {
	color: #92580D;
}
#sidebar li a:hover {
	color: #CC9E5A;
}
#sidebar li a:before {
	background: #CC9E5A;
}
#sidebar li a:hover:before {
	background: #BA863A;
}
#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;
}



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

#main article {
	background: #FEFEFE;
}
#main time {
	color: #7E7E7E;
}
#main img { 
	max-width: 100%;
	height: auto;
}
#main .more a {
	color: #010101;
	border-color: #010101;
}
#main .more a:hover {
	color: #A24814;
	border-color: #A24814;
}
#main .more a:before,
#main .more a:after {
	background: #010101;
}
#main .more a:hover:before,
#main .more a:hover:after {
	background: #A24814;
}
#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: #4E2F25;
	background: #f3e6b1;
	box-shadow:
		0 -1px #dac881,
		0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:
		0 -1px #dac881,
		0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow:
		0 -1px #dac881,
		0 1px 1px rgba(0, 0, 0, .3);
}
#main .pagination .first,
#main .pagination .last {
	color: #dac881;
	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 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image: url(../img/bg-nav.jpg);
	background-position: center;
	background-repeat: repeat;
	color: #b09838;
}



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

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

@media screen and (max-width: 960px) {
	#navbar .sub {
		width: 176px;
	}
	#navbar li {
		min-width: initial;
	}
}

@media screen and (max-width: 768px) {
	#header {
		width: 100%;
		min-height: 300px;
	}
	#header h1 {
		position: static;
	}
	#header .logo {
		width: 26%;
		top: 58%;
	}
	#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 a {
		color: #27170C;
		background: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#navbar 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;
		min-height: 200px;
	}
	#header h1 {
		display: block;
	}
}