@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    Reset

*****************************************/
/* Reset Style */
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:900,300,700,400);
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

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;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #0055bc;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.disable {
  color: #0055bc;
  cursor: default;
}

a:visited {
  color: #0055bc;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/****************************************

    common

*****************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.serif {
  font-family: 'YuMincho','Yu Mincho','游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mcf:before,
.mcf:after {
  content: " ";
  display: table;
}

.mcf:after {
  clear: both;
}

.mcf {
  *zoom: 1;
}

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

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
body {
  min-width: 1036px;
  background: #570001;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#mainContents {
  background: #fcf9f2;
  padding-bottom: 78px;
}

/* headerInner */
header {
  background: #fcf9f2;
}

.headerInner {
  position: relative;
  width: 966px;
  height: 126px;
  margin: 0 auto;
}
.headerInner {
  *zoom: 1;
}
.headerInner:before, .headerInner:after {
  content: "";
  display: table;
}
.headerInner:after {
  clear: both;
}
.headerInner .logo {
  position: absolute;
  top: 19px;
  left: 369px;
  width: 231px;
  height: 91px;
}
.headerInner .hdSubBox {
  position: relative;
  float: left;
  width: 369px;
  padding-top: 20px;
}
.headerInner .hdSearch {
  width: 182px;
}
.headerInner .hdSearch {
  *zoom: 1;
}
.headerInner .hdSearch:before, .headerInner .hdSearch:after {
  content: "";
  display: table;
}
.headerInner .hdSearch:after {
  clear: both;
}
.headerInner .hdSearch #hdSearchText {
  float: left;
  width: 148px;
  height: 19px;
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  border: 1px solid #162c58;
}
.headerInner .hdSearch #hdSearchText::-webkit-input-placeholder {
  color: #a6a6a6;
}
.headerInner .hdSearch #hdSearchText:-ms-input-placeholder {
  color: #a6a6a6;
}
.headerInner .hdSearch #hdSearchText::-moz-placeholder {
  color: #a6a6a6;
}
.headerInner .hdSearch #hdSearchSubmit {
  float: left;
}
.headerInner .lanNav {
  width: 259px;
  padding-top: 14px;
  height: 15px;
  overflow: hidden;
}
.headerInner .lanNav {
  *zoom: 1;
}
.headerInner .lanNav:before, .headerInner .lanNav:after {
  content: "";
  display: table;
}
.headerInner .lanNav:after {
  clear: both;
}
.headerInner .lanNav dt {
  float: left;
  margin-top: 1px;
}
.headerInner .lanNav dd {
  float: left;
  border-right: 1px solid #000;
}
.headerInner .lanNav dd.lanNav_en {
  padding: 0 11px 0 12px;
}
.headerInner .lanNav dd.lanNav_ch {
  padding: 0 11px 0 11px;
}
.headerInner .lanNav dd.lanNav_ko {
  padding: 0 0 0 11px;
  border-right: none;
}
.headerInner .lanNav dd a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.headerInner .headBtn {
  margin-top: 11px;
}
.headerInner .headBtn {
  *zoom: 1;
}
.headerInner .headBtn:before, .headerInner .headBtn:after {
  content: "";
  display: table;
}
.headerInner .headBtn:after {
  clear: both;
}
.headerInner .headBtn li {
  float: left;
  width: 135px;
  margin-right: 8px;
}
.headerInner .headBtn li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.headerInner .hdOpen {
  margin-top: 9px;
}
.headerInner .hdOpen #hdOpenDate {
  font-size: 13px;
  font-size: 1.3rem;
}
.headerInner .hdOpen #hdOpenTime {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 13px;
}
.headerInner .headNav {
  width: 309px;
  float: right;
}
.headerInner .headNav {
  *zoom: 1;
}
.headerInner .headNav:before, .headerInner .headNav:after {
  content: "";
  display: table;
}
.headerInner .headNav:after {
  clear: both;
}
.headerInner .headNav img {
  background: #fcf9f2;
}
.headerInner .headNav li {
  float: left;
  margin-left: 12px;
}
.headerInner .headNav li.open {
  background-image: url("../img/common/headNav_open_on.png");
}
.headerInner .headNav li.price {
  background-image: url("../img/common/headNav_price_on.png");
}
.headerInner .headNav li.access {
  background-image: url("../img/common/headNav_access_on.png");
}
.headerInner .headNav li a {
  display: block;
  width: 91px;
  height: 107px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.headerInner .headNav li a:hover img {
  visibility: hidden;
}

/* globalNav */
.globalNav {
  width: 100%;
  padding: 3px 0;
  background: #e1c992;
  border-top: 1px solid #42210b;
  border-bottom: 2px solid #42210b;
}
.globalNav .globalNavInner {
  width: 100%;
  border-top: 1px solid #42210b;
  border-bottom: 1px solid #42210b;
  background: url(../img/common/nav_frLeft.png) no-repeat 0 0, url(../img/common/nav_frRight.png) no-repeat right 0, #7e001b;
}
.globalNav #globalNavList {
  width: 1035px;
  margin: 0 auto;
  border-right: 1px solid #42210b;
}
.globalNav #globalNavList {
  *zoom: 1;
}
.globalNav #globalNavList:before, .globalNav #globalNavList:after {
  content: "";
  display: table;
}
.globalNav #globalNavList:after {
  clear: both;
}
.globalNav #globalNavList > li {
  float: left;
  border-left: 1px solid #42210b;
}
.globalNav #globalNavList > li.about {
  background: url(../img/common/nav_about_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.info a {
  background: url(../img/common/nav_information_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.guide a {
  background: url(../img/common/nav_guide_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.pickup {
  background: url(../img/common/nav_pickup_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.pickup {
  *zoom: 1;
}
.globalNav #globalNavList > li.pickup:before, .globalNav #globalNavList > li.pickup:after {
  content: "";
  display: table;
}
.globalNav #globalNavList > li.pickup:after {
  clear: both;
}
.globalNav #globalNavList > li.pickup > img, .globalNav #globalNavList > li.pickup > ul, .globalNav #globalNavList > li.pickup li {
  float: left;
}
.globalNav #globalNavList > li.pickup .asset a {
  background: url(../img/common/nav_asset_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.pickup .gourmet a {
  background: url(../img/common/nav_gourmet_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.pickup .buy a {
  background: url(../img/common/nav_buy_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.pickup .exp a {
  background: url(../img/common/nav_experience_on.png) no-repeat 0 0;
}
.globalNav #globalNavList > li.pickup a:hover {
  background-position: 0 -62px;
}
.globalNav #globalNavList a {
  display: block;
}
.globalNav #globalNavList a:hover img {
  visibility: hidden;
}

/* footer */
footer {
  width: 100%;
  position: relative;
  background: #7e001b;
}
footer #toPagetop {
  position: absolute;
  width: 1032px;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
}
footer .footerInner {
  width: 914px;
  margin: 0 auto;
  padding-top: 14px;
}
footer .footerInner {
  *zoom: 1;
}
footer .footerInner:before, footer .footerInner:after {
  content: "";
  display: table;
}
footer .footerInner:after {
  clear: both;
}
footer .ftNav {
  width: 228.5px;
  float: left;
}
footer .ftNav:nth-of-type(1) {
  width: 246px;
}
footer .ftNav:nth-of-type(2) {
  width: 256px;
}
footer .ftNav:nth-of-type(3) {
  width: 246px;
}
footer .ftNav:nth-of-type(4) {
  width: 166px;
}
footer .ftNav li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
footer .ftNav li a {
  color: #fff;
  text-decoration: none;
}
footer .ftNav li a:hover {
  text-decoration: underline;
}
footer .ftNav > li {
  margin-top: 12px;
  padding-left: 14px;
  background: url(../img/common/mrk_ft.png) no-repeat 0 0.4em;
}
footer .ftNav > li > ul {
  margin: 3px 0 0 .5em;
}
footer .ftNav > li > ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 3px;
}
footer .ftNav > li > ul li > ul li {
  padding-left: 1.5em;
  background: url(../img/common/fNav_line.png) no-repeat 0.6em 0.25em;
}
footer .signature {
  width: 100%;
  height: 60px;
  margin-top: 24px;
  background: #570001;
}
footer .signature .signatureInner {
  width: 920px;
  margin: 0 auto;
}
footer .signature .signatureInner {
  *zoom: 1;
}
footer .signature .signatureInner:before, footer .signature .signatureInner:after {
  content: "";
  display: table;
}
footer .signature .signatureInner:after {
  clear: both;
}
footer .signature address {
  float: left;
}
footer .signature address dl {
  font-size: 0;
  padding-top: 18px;
}
footer .signature address dt {
  display: inline-block;
  padding-top: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
footer .signature address dd {
  display: inline-block;
  margin-left: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
footer .signature .copyright {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
footer .signature .copyright small {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}

/* cateTtl */
.cateTtl {
  display: table;
  width: 100%;
  height: 249px;
  background-position: center middle;
  background-size: cover;
}
.cateTtl .cateTtlImg {
  display: table-cell;
  height: 249px;
  text-align: center;
  vertical-align: middle;
}

/* breadcrumb */
.breadcrumb {
  width: 1000px;
  margin: 15px auto 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .here {
  color: #93001b;
}

/* contentsWrap */
.contentsWrap {
  width: 1000px;
  margin: 33px auto 0;
}
.contentsWrap {
  *zoom: 1;
}
.contentsWrap:before, .contentsWrap:after {
  content: "";
  display: table;
}
.contentsWrap:after {
  clear: both;
}

/* .mainSection */
.mainSection {
  width: 766px;
  float: right;
  /* 見出し */
}
.contentsWrapWide .mainSection {
  width: 960px;
  float: none;
  margin: 33px auto 0;
}
.mainSection p, .mainSection li, .mainSection dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
}
.mainSection h1 {
  width: 726px;
  min-height: 31px;
  background: #7e001b url("../img/common/bg_h1.png") no-repeat 0 0;
  text-align: center;
  padding: 21px 19px 15px;
  margin-bottom: 40px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  border-left: 1px solid #42210b;
  border-right: 1px solid #42210b;
  border-top: 1px solid #42210b;
  color: #fff;
}
.mainSection h2 {
  padding: 2px 0 0 39px;
  background: url("../img/common/ico_h2.png") no-repeat 0 0.2em;
  min-height: 19px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #820e13;
  margin-bottom: 20px;
}
.mainSection h3 {
  line-height: 1.3;
  padding: 8px 32px;
  background: #d7bab6 url("../img/common/ico_h3.png") no-repeat 7px 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #820e13;
  margin-bottom: 16px;
}
.mainSection h4 {
  background: transparent url(../image/ic_square_03.gif) 0 0.3em no-repeat;
  color: #761a1b;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
}
.mainSection h5 {
  background: transparent url(../image/ic_square_04.gif) 0 0.4em no-repeat;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
}

/* secLine */
hr.secLine {
  width: 766px;
  height: 9px;
  background: url("../img/common/line.png") no-repeat 0 0;
  border: none;
  margin: 34px 0;
}

/* .sideBar */
.sideBar {
  width: 210px;
  float: left;
  /* sideMenu */
  /* sideBanner */
}
.sideBar .sideMenu {
  border-top: 1px solid #162c58;
}
.sideBar .sideMenu li {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 3px 0;
  border-bottom: 1px solid #162c58;
  line-height: 1.1;
}
.sideBar .sideMenu li a {
  color: #000;
  display: block;
  padding: 12px 19px 11px 18px;
  background: #f6efde url("../img/common/sm_arw_df.png") no-repeat 191px center;
  text-decoration: none;
}
.sideBar .sideMenu li a.active, .sideBar .sideMenu li a:hover {
  color: #fff;
  background: #162c58 url("../img/common/sm_arw_on.png") no-repeat 191px center;
}
.sideBar .sideMenu li a:hover {
  text-decoration: none;
}
.sideBar .sideMenu li .nolink {
  display: block;
  background: #d0d5de;
}
.sideBar .sideMenu li.asset .nolink {
  padding: 10px 0 12px 17px;
}
.sideBar .sideMenu li.eat a {
  height: 39px;
  overflow: hidden;
  padding: 0;
  background-color: #d0d5de;
}
.sideBar .sideMenu li.eat a img {
  margin: 9px 0 0 19px;
}
.sideBar .sideMenu li.eat a.active, .sideBar .sideMenu li.eat a:hover {
  background-color: #162c58;
}
.sideBar .sideMenu li.eat a.active img, .sideBar .sideMenu li.eat a:hover img {
  margin-top: -71px;
}
.sideBar .sideMenu li.eat a:hover {
  background-color: #162c58;
}
.sideBar .sideMenu li.eat a:hover img {
  margin-top: -71px;
}
.sideBar .sideMenu li.buy a {
  height: 39px;
  overflow: hidden;
  padding: 0;
  background-color: #d0d5de;
}
.sideBar .sideMenu li.buy a img {
  margin: 11px 0 0 17px;
}
.sideBar .sideMenu li.buy a.active, .sideBar .sideMenu li.buy a:hover {
  background-color: #162c58;
}
.sideBar .sideMenu li.buy a.active img, .sideBar .sideMenu li.buy a:hover img {
  margin-top: -74px;
}
.sideBar .sideMenu li.buy a:hover {
  background-color: #162c58;
}
.sideBar .sideMenu li.buy a:hover img {
  margin-top: -74px;
}
.sideBar .sideMenu li.exp a {
  height: 39px;
  overflow: hidden;
  padding: 0;
  background-color: #d0d5de;
}
.sideBar .sideMenu li.exp a img {
  margin: 7px 0 0 19px;
}
.sideBar .sideMenu li.exp a.active, .sideBar .sideMenu li.exp a:hover {
  background-color: #162c58;
}
.sideBar .sideMenu li.exp a.active img, .sideBar .sideMenu li.exp a:hover img {
  margin-top: -70px;
}
.sideBar .sideMenu li.exp a:hover {
  background-color: #162c58;
}
.sideBar .sideMenu li.exp a:hover img {
  margin-top: -70px;
}
.sideBar .sideMenu li.point .nolink {
  padding: 10px 0 10px 17px;
}
.sideBar .sideMenu li > ul {
  padding-top: 3px;
}
.sideBar .sideMenu li > ul li {
  border-top: 1px solid #162c58;
  border-bottom: none;
}
.sideBar .sideMenu li > ul li:last-child {
  padding-bottom: 0;
}
.sideBar #sideBanner {
  margin-top: 42px;
}
.sideBar #sideBanner li {
  margin-top: 16px;
}
.sideBar #sideBanner li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
