@charset "utf-8";
/* CSS Document */

/*============
リセット
==============*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

li img {
	font-size: 0;
	vertical-align: bottom;
}

a img {
	border: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*============
ヘッダー
==============*/

header {
	width: 100%;
	background: #000;
	font-size: 15px;
}

header a {
	color: #aba16e;
	text-decoration: none;
}

.header {
	width: 1160px;
	height: 50px;
	margin: 0 auto;
	background: #000;
	color: #aba16e;
	position: relative;
	top: 0;
	left: 0;
}

.header .logo01 {
	width: 552px;
	height: 51px;
	line-height: 51px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .logo02 {
	width: 606px;
	height: 51px;
	line-height: 51px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header .logo01 img {
	vertical-align: middle;
}

.header .block01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1160px;
}

.header .nav01 {
	width: 600px;
	border-left: 1px solid #aba16e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.header .nav01 .closeAc {
	cursor: pointer;
}

.header .nav01 .closeAc:hover {
	opacity: 0.8;
	color: #222;
}

.header .nav01.nav02 {
	width: 453px;
	border-left: 1px solid #aba16e;
}

.header .nav01 li {
	width: 168px;
	height: 50px;
	border: 1px solid #aba16e;
	border-top: none;
	border-left: none;
	line-height: 50px;
}

.header .nav01 li.first {
	width: 115px;
}

.header .nav01 li.third {
	width: 106px;
}

.header .nav01 li.third a {
	padding-left: 23px;
}

.header .nav01 li a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header .block02 {
	width: 1160px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 50px;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	background: #000;
	opacity: 0.9;
	z-index: 999;
}

.header .block02.block03 {
	display: block;
}

.header .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.header .block01 {
	position: relative;
	z-index: 99999;
}

.header .block02 .ttl01 {
	border-bottom: 2px solid #aba16e;
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px;
}

.header .block02 .ttl01:before {
	content: "";
	width: 5px;
	height: 15px;
	background: #aba16e;
	display: inline-block;
	margin-right: 15px;
}

.header .block02 .itemList01 {
	width: 700px;
	margin: 0 20px 0 0;
}

.header .block02 .itemList01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .block02 .itemList01 li {
	width: 220px;
	margin: 0 20px 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #aba16e;
	height: 70px;
	line-height: 70px;
}

.header .block02 .itemList01 li a,
.header .block02 .itemList02 li a {
	padding: 0 0 0 70px;
	display: block;
}

.header .block02 .itemList01 li.cel2 a {
	line-height: 130%;
	padding-top: 15px;
}

.header .block02 .itemList01 li:nth-child(3),
.header .block02 .itemList01 li:nth-child(6),
.header .block02 .itemList01 li:nth-child(9),
.header .block02 .itemList01 li:nth-child(12),
.header .block02 .itemList01 li:nth-child(15),
.header .block02 .itemList01 li:nth-child(18) {
	margin-right: 0;
}

.header .block02 .itemList02 {
	width: 220px;
}

.header .block02 .itemList02 li {
	width: 220px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #aba16e;
	height: 70px;
	line-height: 70px;
}


/*============
モール用ヘッダー
==============*/

.header .block02 .itemList01.mall {
	width: 880px;
	margin: 0 20px 0 0;
}

.header .block02 .itemList01.mall li {
	width: 169px;
	margin: 0 8px 5px 0;
	padding: 5px 0;
	border-bottom: none;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
}

.header .block02 .itemList01.mall li a,
.header .block02 .itemList02.mall li a {
	padding: 0 0 0 65px;
	display: block;
}

.header .block02 .itemList01 li.cel2 a {
	line-height: 130%;
	padding-top: 15px;
}

.header .block02 .itemList01.mall li:nth-child(5),
.header .block02 .itemList01.mall li:nth-child(10),
.header .block02 .itemList01.mall li:nth-child(15) {
	margin-right: 0;
}

.header .block02 .itemList02.mall {
	width: 155px;
}

.header .block02 .itemList02.mall li {
	width: 155px;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
	height: 30px;
	line-height: 30px;
	background: none !important;
}

.header .block02 .itemList02.mall li a {
	padding-left: 0;
}

/*============
アイコン
==============*/

.header .block02 .itemList01 li:nth-child(1) {
	background: url("../../images/sv21/top/top_menu/sv21_nav_img01.jpg") no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(2) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img02.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(3) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img03.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(4) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img04.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(5) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img05.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(6) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img06.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(7) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img07.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(8) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img08.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(9) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img09.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(10) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img10.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(11) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img11.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(12) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img12.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(13) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img13.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(14) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img14.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(15) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img15.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(16) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img16.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(17) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img17.jpg) no-repeat 0 50%;
}

.header .block02 .itemList01 li:nth-child(18) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img24.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(1) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img25.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(2) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img18.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(3) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img19.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(4) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img20.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(5) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img21.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(6) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img22.jpg) no-repeat 0 50%;
}

.header .block02 .itemList02 li:nth-child(7) {
	background: url(../../images/sv21/top/top_menu/sv21_nav_img23.jpg) no-repeat 0 50%;
}


/*============
フッター
==============*/

footer {
	background: #000;
	color: #aba16e;
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 150%;
}


footer .ttl01 {
	border: 1px solid #aba16e;
	margin: 0 0 20px 0;
	padding: 3px 20px;
	display: inline-block;
}

footer .footer__guide {
	border-bottom: 1px solid #aba16e;
	padding-bottom: 50px;
}

footer .footer__guide .inner {
	width: 1060px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footer__guide .box {
	width: 353px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px 0 0;
}

footer .footer__detail {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
}

footer .footer__detail a {
	color: #aba16e;
	text-decoration: none;
}

footer .copy {
	text-align: center;
	background: #fff;
	color: #000;
	padding: 20px;
}


.cursor:hover {
	cursor: pointer;
}