a {
	text-decoration: none !important;
	color: #333 !important;
}

a:hover {
	color: #555;
}

h4 {
	margin: 30px 0 0 30px;
	font-weight: bold;
}

#header-menu2 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

#header-gmenu2 {
	width: 100%;
	height : 60px;
	margin: 20px 0;
}

#header-smenu2 {
	width: 650px;
	height: 100px;
	margin: 0 auto;
}

#smenu-list {
	list-style-type: none;
	text-align: center;
}

#smenu-list li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #333;
	font-weight: bold;
	text-align: center;
}

#smenu-list li:first-child {
	border-left: 1px solid #333;
}

#footer {
	width: 100%;
	height: 200px;
	background-color:#f9f8f4;
	border-top: 2px solid #807b74;
	overflow: hidden;
}

#footer-title {
	float: left;
	width: 260px;
	margin: 30px 80px;
}

#footer-list {
	padding: 10px 50px;
}

.footer-list-box {
	float: left;
	width: 140px;
	margin-right: 25px;
}

.footer-list-box-w {
	float: left;
	width: 550px;
	padding-top: 30px;
}

.footer-list-box-w ul li {
	float: left;
	color: #666;
	padding: 0 20px;
	list-style-type: none;
	height: 20px;
	margin: 10px 0 5px 10px;
}

.footer-list-box-w ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #666;
}

.footer-list-box-w ul {
	padding-left: 10px;
	margin-top: 10px;
}


.footer-list-box-w ul li {
	position: relative;
	font-size: 1em;
}

.cr {
	font-family: 'Vollkorn', serif;
	font-size: 0.6em;
	margin: 0;
	color: #666;
}

.credit-title {
	float: left;
	font-size: 0.8em;
	color: #666;
	margin: 0;
	line-height: 1.3em;
	width: 100%;
	margin-bottom: 5px;
}

.br::after {
    content: "\A";
    white-space: pre;
}

.cts-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}

.square_btn {
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #807b74;
    border: solid 2px #807b74;
    border-radius: 30px;
    margin: 0 auto;
}

.square_btn::after {
	content: "＞";
	margin: 10px;
	padding-top: 20px;
}

.square_btn:hover {
    background: #807b74;
    color: white !important;
}