@charset "UTF-8";
html {
  overflow-y: scroll;
  min-width: 920px;
}

body {
  background-color: #f3f2f1;
  color: #777;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  line-height: 18px;
}

a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a img:hover {
  opacity: 0.7;
}

.header {
	background-color: #fff;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #85B200;
}
.header_top {
  margin: 33px auto 16px;
  width: 902px;
}
.header_top::after {
  display: block;
  clear: both;
  content: "";
}
.header_top_logo {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.header_top_phone {
  float: right;
  margin-top: 24px;
  margin-right: 4px;
}
.header_top a,
.header_top img {
  display: block;
}
.header_nav_list {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 0;
  width: 902px;
  height: 35px;
  border-right: 1px solid #afa291;
  border-bottom: 1px solid #afa291;
  border-left: 1px solid #afa291;
  list-style-type: none;
}
.header_nav_list::after {
  display: block;
  clear: both;
  content: "";
}
.header_nav_item {
  float: left;
}
.header_nav_item a,
.header_nav_item img {
  display: block;
}
.header_nav_item + .header_nav_item {
  border-left: 1px solid #afa291;
}
.header_visual {
  box-sizing: border-box;
  margin: 0 auto;
  width: 902px;
  border-right: 1px solid #afa291;
  border-left: 1px solid #afa291;
}
.header_visual img {
  display: block;
}

.column {
  margin: 23px auto 43px;
  width: 902px;
}
.column::after {
  display: block;
  clear: both;
  content: "";
}
.column_main {
	float: left;
	width: 590px;
}
.column_main article > h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 21px;
  border: 1px solid #afa291;
  background-color: #fff;
  color: #706352;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.column_main article > h1::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: url("../img/underline.png") repeat left bottom;
  content: "";
}
.column_sub {
	float: right;
	box-sizing: border-box;
	padding: 20px;
	width: 290px;
	border: 1px solid #afa291;
	background-color: #fff;
	background-image: url(../img/topline.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.column_sub h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	color: #706352;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	background-image: url(../img/underline2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.column_sub h1 ~ h1 {
  margin-top: 35px;
}
.hours_table {
  margin-top: 16px;
  margin-bottom: 16px;
}
.hours_table img {
  vertical-align: bottom;
}
.hours_list {
  margin: 0 auto;
  padding-left: 0.5em;
  list-style-type: none;
  font-size: 12px;
  line-height: 17px;
}
.hours_item {
  padding-left: 1em;
  text-indent: -1em;
}
.hours_item::before {
  content: "・";
}
.hours_item + .hours_item {
  margin-top: 17px;
}
.hours_box {
  padding: 1em;
  border: 1px solid #afa291;
  background-color: #fdfdfb;
  color: #8c0000;
  font-size: 12px;
  line-height: 21px;
}
.column_sub .kamoku_list {
  margin: 0 auto;
  padding-left: 12px;
  list-style-type: none;
  font-size: 12px;
  line-height: 28px;
}
.column_sub .kamoku_list .kamoku_item a {
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #007e99;
  color: inherit;
  text-decoration: none;
}
.column_sub .kamoku_list .kamoku_item a::before {
  content: "・";
}
.column_sub .access_map {
  width: 248px;
  height: 248px;
}
.column_sub .access_add {
  font-size: 12px;
  line-height: 22px;
}

.footer {
  margin: 43px auto 32px;
  width: 902px;
}
.footer_info {
	margin-bottom: 63px;
	padding: 27px;
	border: 1px solid #afa291;
	background-color: #fff;
	background-image: url(../img/topline.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer_info::after {
  display: block;
  clear: both;
  content: "";
}
.footer_info_map {
  float: left;
  margin: 0 auto;
  width: 450px;
  height: 225px;
}
.footer_info dl {
  float: right;
  margin-top: 3px;
  margin-right: 26px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}
.footer_info dl dt {
  margin-bottom: 27px;
}
.footer_info dl dt img {
  display: block;
}
.footer_info dl dd {
  margin-bottom: 17px;
  margin-left: 6px;
}
.footer_info dl dd + dd {
  margin-bottom: 0;
}
.footer_nav {
  margin-bottom: 39px;
  text-align: center;
  font-size: 12px;
}
.footer_nav_list {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  border-left: 1px solid #777;
  list-style-type: none;
  line-height: 1;
}
.footer_nav_item {
  float: left;
  padding: 0 16px;
  border-right: 1px solid #777;
}
.footer_nav_item a {
  color: #777;
  text-decoration: none;
}
.footer_nav_item a:hover {
  text-decoration: underline;
}
.footer_copyright {
  margin: 0;
  text-align: center;
}
.column .column_sub .web-reserved h1 {
	background-image: none;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column .column_sub .web-reserved p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.column .column_sub .instagram_side {
	text-align: center;
	margin-bottom: 35px;
}
