@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}p{margin-bottom:0;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

body{
  font-size:76%;
  line-height:1.6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  color: #333333;
  background-color: #f4f4f2;
	-webkit-text-size-adjust: 100%;
  word-break: break-all;
}
#wrapper {
  position: relative;
}
.clearfix:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.sp_message {
  display: none !important;
}
/*----------------------------------------
    header
----------------------------------------*/


.site-header {
  width: 100%;
  background: #9c8365;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.site-header h1 {
  color: #fff;
  line-height: 21px;
  font-weight: normal;
  font-size: 0.9em;
}

header {
  position: fixed;
  width: 100%;
  height: 140px;
  background: #f4f4f2;
  z-index: 99999;
}
header .header_main {
  position: relative;
  border-top: 2px solid #9b8367;
}
header h1 {
  position: absolute;
  left: 50%;
  top: 17px;
  margin-left: -73px;
}

.logo {
  position: absolute;
  left: 50%;
  top: 17px;
  margin-left: -73px;
}

header nav ul:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
header nav ul {
  width: 960px;
  margin: 0 auto;
  padding-top: 55px;
}
header nav ul li {
  width: 106px;
  float: left;
  text-align: center;
  margin-left: 21px;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li.special {
  margin-left: 240px;
}
header nav ul li a:hover img {
	opacity:1 !important;  
	filter: alpha(opacity=100) !important;  
	-ms-filter: "alpha( opacity=100 )" !important;  
}
header nav ul li a.on,
header nav ul li a:hover{
	border-bottom: 1px #9B8367 solid;
	padding-bottom: 15px;
}
header .sns_area {
  position: absolute;
  right: 15px;
  top: 15px;
}
header .sns_area ul:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
header .sns_area ul li {
  float: left;
  margin-left: 10px;
}

/*----------------------------------------
    common_main
----------------------------------------*/
#common_main {
  height: 220px;
  position: fixed;
	width: 100%;
  z-index: 9990;
	background: #ffffff url(../../img/share/bg-header.jpg) no-repeat bottom center;
}
#common_main header {
  background: none;
}
#common_main .title {
	text-align: center;
	top: 160px;
	position: relative;
}
/*----------------------------------------
    common_main
----------------------------------------*/
.anchor_section {
	border-bottom: 1px #E1DBD2 solid;
	text-align: center;
	padding: 37px 0 22px 0;
	background: #fff;
}
.anchor_section.other {
	background: initial;
}
#contents .other .common_inner {
	background: inherit;
}
.anchor_section li {
	display: inline-block;
	margin: 0 0 10px -4px;
}
.anchor_section li a {
	border-left: 1px #d4cbbf solid;
	color: #947D5F;
	font-size: 109%;
	padding: 0 13px;
	text-decoration: none;
	line-height: 1;
}
.anchor_section li:first-child a {
	border-left: none;
}
.anchor_section li span.on {
	color: #ffffff;
	background: #9c8365;
	border: none;
	font-size: 109%;
	padding: 0 13px;
}
.anchor_section li a:hover,
.anchor_section li a.on {
	text-decoration: none;
	color: #ffffff;
	background: #9C8365;
}
/*----------------------------------------
    contents
----------------------------------------*/
#contents {
  padding-top: 220px;
  background: url(../../img/share/bg-content.png) repeat-x left 200px;
}
#contents .inner {
	max-width: 1200px;
	margin: 0 auto;
}
#contents .common_inner {
	background: #ffffff;
}
#contents .section_inner {
	padding: 0 150px;
}
#contents .section_title {
	background: url(../../img/share/bg-section_title.gif) no-repeat bottom center;
	padding-bottom: 15px;
	font-size: 200%;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing:2px;
	font-weight: normal;
}
#contents .txt_content {
	font-size: 117%;
	line-height: 2.5;
}
/*  #topic_path
----------------------------------------*/
#topic_path {
	padding: 13px 0 5px;
	margin-bottom: 7px;
}
#topic_path li {
  display: inline-block;
  font-size: 100%;
	color: #AC9984;
}
#topic_path li a {
  text-decoration: none;
	color: #AC9984;
}
#topic_path li a:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #AC9984;
  border-bottom: 1px solid #AC9984;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topic_path li a:hover {
  text-decoration: underline;
}
/*  .scroll_aside
----------------------------------------*/
#contents .scroll_aside {
  position: fixed;
  right: 0;
  top: 160px;
	z-index:99999;
}
#contents .scroll_aside li:first-child {
  margin-bottom: 5px;
}
#contents li.cat-item.cat-item-27 {
    display: none;
}
/*----------------------------------------
    footer
----------------------------------------*/
#footer {
  padding-top: 25px;
	margin-top: 100px;
	background: #ffffff;
	text-align: center;
}
#footer .sns_area {
	margin-bottom: 40px;
}
#footer .sns_area ul li {
	display: inline-block;
	padding: 0 10px;
}
#footer nav ul {
	border-bottom: 1px #F6F6F6 solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#footer nav ul li {
	display: inline-block;
}
#footer nav ul li a {
	background: url(../../img/share/bg-nav.gif) no-repeat right center;
	padding: 0 16px 0 12px;
	line-height: 1.2;
	color: #666666;
	text-decoration: none;
}
#footer nav ul li:last-child a {
	background: none;
}
#footer nav ul:last-child li a {
  padding: 0 4px 0 1px;
	font-size: 92%;
	line-height: 0;
}
#footer nav ul li a:hover {
	text-decoration: underline;
}
#copyright {
	line-height:53px;
}
#pagetop {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 9999;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {

header h1 img {
	text-align: center;
}
.logo img {
	text-align: center;
}
header nav ul {
  width: 98%;
}
header nav ul li {
	margin-left: 0;
	width: auto;
}
header nav ul li.special {
  margin-left: 28%;
}
#contents .inner {
	width: 96%;
	margin: 0 auto;
}
#contents .section_inner {
  padding: 0 10px;
}
}
li.cat-item.cat-item-27.current-cat {
    display: none;
}