@charset "UTF-8";

body {
	color: #333;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS UI Gothic", Osaka, "MS PGothic", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	line-height: 150%;
	width: 100%;
	margin: 0;
}

.wrapper {
	width: 760px;
	margin: 0 auto;
}

.hide {
	display: none;
}

.contentWrapper {
	width: 700px;
	margin: 0 auto;
}

.contentBox {
	width: 680px;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}

.inner {
	width: 680px;
	margin: 0 auto;
}

/*****============================================================================
header
============================================================================*****/
header {
	width: 100%;
	height: 114px;
	background: url(./image/header_back_green.jpg);
}

header .wrapper {
	position: relative;
	width: 750px;
}

header .headerBack {
	position: absolute;
	height: 114px;
	width: 750px;
	left: -60px;
	background: url(./image/header_back02.jpg) no-repeat;
}

header .headerFlex {
	position: relative;
	z-index: 100;
	width: 750px;
	height: 114px;
	display: flex;
	justify-content: space-between;
	top: 0;
}

header .headerFlex h1 {
	margin-top: 30px;
}

header .headerFlex .search_box {
	display: flex;
	margin-top: 30px;
	vertical-align: top;
	height: 28px;
	box-sizing: border-box;
}

header .headerFlex .search_box select {
	height: 20px;
	margin-top: 2px;
	margin-right: 10px;
}


header .headerFlex input#areaSearch {
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	margin-top: 2px;
	margin-right: 10px;
}

header .headerFlex a {
	margin-top: 20px;
}

header nav ul {
	margin: 0;
	padding: 0;
	width: 610px;
	display: flex;
	position: absolute;
	bottom: 0;
}

header nav ul li a {
	display: block;
	line-height: 1;
}

header nav ul li {
	width: 100px;
	height: 32px;
	z-index: 200;
	margin-right: 2px;
}

header nav ul li:last-child {
	margin-right: 0;
}

/***
パンくず
----------------------------------------------------------------------------------****/
ul.pan.listTop {
	width: 760px;
}

ul.pan {
	margin: 20px auto;
	display: flex;
	padding: 0;
	width: 700px;
}

ul.pan li {
	margin-right: 10px;
	font-size: 12px;
}

ul.pan li p {
	margin: 0;
}


ul.pan li a {
	color: #0058b0;
	text-decoration: none;
}

ul.pan li a:hover {
	text-decoration: underline;
}


#contentArea {
	display: flex;
	justify-content: space-between;
}

/***
sideNavi サイドナビ
----------------------------------------------------------------------------------****/

#contentArea .sideNavi {
	width: 153px;
}

#contentArea .sideNavi ul {
	width: 153px;
}

#contentArea .sideNavi ul li {
	height: 44px;
	margin-bottom: 5px;
	background: url(./image/sub_navi.jpg) no-repeat;
	line-height: 44px;
}

#contentArea .sideNavi ul li a {
	display: block;
	padding-left: 18px;
	text-decoration: none;
	color: #0058b0;
}

#contentArea .sideNavi ul li a:hover {
	background: url(./image/sub_navi_on.jpg)no-repeat;
	text-decoration: underline;
}

#contentArea .sideNavi ul li.select {
	background: url(./image/sub_navi_on.jpg) no-repeat;
}

#contentArea .sideNavi ul li.select a {
	color: #333;
}


/***
mainArea
----------------------------------------------------------------------------------****/
.mainArea h2.title {
	font-size: 20px;
	color: #FFF;
	background: url(./image/bar_brown.jpg);
	padding-left: 20px;
	width: 580px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 35px;
}

#northArea .mainArea h2.title,
#eastArea .mainArea h2.title,
#centerArea .mainArea h2.title,
#southArea .mainArea h2.title,
#outArea .mainArea h2.title,
#contents .mainArea h2.title {
	width: 700px;
}


/***
 table.shop テーブル
----------------------------------------------------------------------------------****/
table.shop {
	width: 580px;
	border: 1px solid #175612;
	text-align: left;
	margin: 0 auto;
}

table.shop thead th {
	border: 1px solid #175612;
	background: #E7F2DF;
	padding: 5px 0 5px 10px;
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
}

table.shop tbody td {
	border: 1px solid #175612;
	padding: 5px 0 5px 10px;
	vertical-align: middle;
	box-sizing: border-box;
}

table.shop tbody td a {
	text-decoration: none;
	color: #0058b0;
}

table.shop tbody td a:hover {
	text-decoration: underline;
}

table.shop tbody td.new span {
	width: 30px;
	height: 13px;
	color: #FF0000;
	margin-bottom: 5px;
}

table.shop p {
	margin: 5px 0;
}


/*****============================================================================
footer　フッター
============================================================================*****/
#footerNAVI {
	display: flex;
	width: 700px;
	justify-content: space-between;
	margin: 100px auto 10px;
}

#footerNAVI ul {
	margin: 0;
	display: flex;
	height: 1.2em;
}

#footerNAVI li {
	width: 80px;
	text-align: center;
	border-left: 1px solid #000;
	line-height: 1.2em;
}

#footerNAVI li:last-child {
	border-right: 1px solid #000;
}


#footerNAVI a {
	color: #0058b0;
	text-decoration: none;
	font-size: 13px;
}

#footerNAVI a.Gotop {
	position: relative;
	vertical-align: middle;
}

#footerNAVI a:hover {
	text-decoration: underline;
}

#footerNAVI a.Gotop::before {
	content: '';
	display: block;
	width: 15px;
	height: 12px;
	background: url(./image/paagetop.jpg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: -20px;
}

footer {
	width: 100%;
	height: 70px;
	background: url(./image/footer_green.jpg);
}

footer .wrapper {
	width: 740px;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

footer .wrapper p {
	color: #FFF;
	margin-top: 5px;
	font-size: 10px;
}

/*****============================================================================
詳細ページ
============================================================================*****/

#contents h3 {
	border-left: 3px solid #663515;
	margin: 50px 0 20px;
	width: 700px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #663515;
	font-size: 16px;
	background-position: bottom;
	position: relative;
}

#contents h3::after {
	content: '';
	background: url(./image/shadow_brown.jpg);
	width: 700px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
}

/***
 table.profile テーブル
----------------------------------------------------------------------------------****/
table.profile {
	width: 400px;
	border: #175612 solid 1px;
	text-align: left;
	margin: 0 auto;
}

table.profile th {
	width: 90px;
	border-bottom: #175612 solid 1px;
	background: #E7F2DF;
	padding: 10px;
	box-sizing: border-box;
}

table.profile td {
	border-bottom: #175612 solid 1px;
	padding: 10px;
	box-sizing: border-box;
}

table.profile td a {
	color: #0058b0;
	text-decoration: none;
}

table.profile td a:hover {
	text-decoration: underline;
}

#contents ul.text {
	margin-left: 1em;
	margin-top: 0;
}

#contents ul.text li {
	text-indent: -1em;
	margin-bottom: 5px;
}

#contents ul.text li::before {
	content: '・';
}

#contents .imageArea {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto 0;
	width: 460px;
}

#contents .imageArea figure {
	margin-right: 0;
	position: relative;
	width: 200px;
	margin-bottom: 30px;
}

#contents .imageArea figure:nth-child(2n-1) {
	margin-right: 50px;
}

#contents .imageArea figure img {
	width: 200px;
}

#contents figure figcaption {
	font-size: 11px;
}


#contents .imageArea.underArea {
	margin-top: 20px;
}

#contents p.catch {
	text-align: left;
	font-weight: bolder;
	margin: 40px auto 20px;
	font-size: 14px;
	width: 550px;
	line-height: 1.8em;
}

#contents .profileBox {
	width: 550px;
	margin: 0 auto;
}

#contents .flexBox table {
	margin: 0;
}

/***
 table.hinmoku テーブル
----------------------------------------------------------------------------------****/
#contents table.hinmoku {
	width: 700px;
	border: 1px solid #175612;
	text-align: left;
	box-sizing: border-box;
}

#contents table.hinmoku th {
	background: #E7F2DF;
	border: 1px solid #175612;
	width: 80px;
	padding: 5px 10px;
	font-size: 12px;
}

#contents table.hinmoku td {
	border: 1px solid #175612;
	width: 80px;
	padding: 5px 10px;
	height: 20px;
	font-size: 12px;
}

#contents table.hinmoku td.check {
	text-align: center;
	line-height: 20px;
}
