@charset "utf-8";
/* ====================================================
Common
==================================================== */
html,body{
  height:100%;
}

body {
  width: auto;
  background: #f5f2ec;
}
.date_txt {
  color: #776751 !important;
}
.sp_only {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div {
  color: #776751;
}

h2 {
  font-weight: bold;
}

#content_wrap_one #content {
  margin: 0 auto;
}
#content_wrap_one2 #content {
  width: 950px;
  margin: 0 auto;
}

#wrap {
  background: url(../img/common/bg.png);
  width: auto;
  min-width: 1050px;
  position: relative;
  height:auto !important; /*IE6対策*/
  height: 100%; /*IE6対策*/
  min-height: 100%;
}

/*
a {
  text-decoration: none;
}
*/

.onmouse{
  opacity: 0.7;
	cursor: pointer;
}

/* ====================================================
Header
==================================================== */
#head_wrap_y {
  width: 100%;
  border-top: 5px solid #705e47;
  background: #f5f2ec;
}
.head_wrapbox {
  margin: 0 auto;
  width: 950px;
  height: 40px;
  text-align: right;
}

#head_mypage {
  display: block;
  float: right;
}
#head_mypage_btn {

}
#head_mypage a {
  background: url(../img/header/head_mypage.png) no-repeat 10px center #705e47;
  background-size: 16px auto;
  /*border: 1px solid #EBD177; */
/*
  border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
*/
  padding: 5px 10px 5px 31px; 
  height: 30px; 
  color: #fff; 
  line-height: 40px; 
  text-decoration: none;
}
#head_mypage a:hover {
  opacity: .7
}
#head_wrap {
  width: 100%;
  border-top: none;
  border-bottom: none;
  padding: 0;
  overflow: hidden; 
}
header {
  background: #FFFFFF;
  padding: 30px 50px 20px;
  overflow: hidden;
}
header #logo {
  width: auto;
  float: left
}
header #logo img {
  width: 350px;
  height: auto;
}

#content_wrap_top #content {
  width: 670px;
  margin-right: 15px;
}

/* 多言語ボタン
========================================== */
.qtranxs_language_chooser {
  display: block;
  float: right;
/*   margin-right: 25px; */
  padding: 10px 0;
}

.qtranxs_language_chooser li {
  display: inline-block;
}

.qtranxs_language_chooser li a {
/*   padding-left: 20px; */
  background: none;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #705e46;
}

.qtranxs_language_chooser li:last-of-type a {
  border: none;
}

/* ====================================================
Nav
==================================================== */
nav {
  float: right;
  background: none;
  margin-left: 0;
  width: auto;
  height: auto;
  overflow: hidden;
}
nav ul {
  overflow: hidden;
}
nav li {
  width: auto !important;
  float: left;
  margin: 0 25px 0 0;
  text-indent: inherit;
}
nav li:last-child {
  margin: 0
}
nav li a {
  height: auto;
  display: block;
  padding: 36px 0 0 0;
  color: #776751 !important;
  text-decoration: none !important;
}
nav li a:hover {
  opacity: .70
}
nav #nav00 {
  background: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/header/ico_00.png) no-repeat top center;
  background-size: auto 30px;
}
nav #nav01 {
  background: url(../img/header/ico_01.png) no-repeat top center;
  background-size: auto 30px;
}
nav #nav02 {
  background: url(../img/header/ico_02.png) no-repeat top center;
  background-size: auto 30px;
}
nav #nav03 {
  background: url(../img/header/ico_03.png) no-repeat top center;
  background-size: auto 30px;
}
nav #nav04 {
  background: url(../img/header/ico_04.png) no-repeat top center;
  background-size: auto 30px;
}
nav #nav05 {
  background: url(../img/header/ico_05.png) no-repeat top center;
  background-size: auto 30px;
}
nav #nav06 {
  background: url(../img/header/ico_06.png) no-repeat top center;
  background-size: auto 30px;
  margin-right: 0;
}
nav #nav07 {
  background: url(../img/header/ico_07.png) no-repeat top center;
  background-size: auto 30px;
  margin-right: 0;
}
#nav_close {
  display: none
}

/* ====================================================
To top
==================================================== */
#v2_totop {
  background: #705e46;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
#v2_totop:hover {
}
#v2_totop a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#v2_totop img {
  width: 16px;
  margin-left: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}

p.gotop{
  position: fixed;
  right: 30px;
  bottom: 0;
  display: none;
}
p.gotop a{
  padding: 5px 10px;
  display: block;
  background-color: #705e46;
  text-align: center;
}
p.gotop i {
  color: #fff;
}

.scroll-back-to-top-wrapper {
  display: none;
}

/* ====================================================
ページャー
==================================================== */
.infinite-cont {
  position: relative;
}

#infscr-loading {
  text-align: center;
  margin: 10px 0;
}

#infscr-loading img {
  width: 50px;
}

.infinite-nav {
/*   display: none; */
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

.infinite-prev,
.infinite-next {
  width: auto;
  display: none;
}

.infinite-prev {
  float: left;
}

.infinite-next {
  float: right;
}


/* ====================================================
Footer
==================================================== */
footer {
/*   height: 429px; */
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  border: none;
}
footer a:link {
  color: #67553c;
  text-decoration: none;
}
footer a:visited {
  color: #67553c;
  text-decoration: none;
}
footer a:hover {
  color: #67553c;
  text-decoration: underline;
}
footer a:active {
  color: #67553c;
  text-decoration: underline;
}
#foot_bttom {
  background: #f5f2ec;
  color: #67553c;
}
#foot_bttom li {
  padding-left: 11px;
}
#foot_bttom #foot_nav01 {
  border-right: none;
  width: 100%;
  text-align: center;
}
#foot_bttom #foot_nav01 li {
  display: inline-block
}
#foot_right .txt {
  color: #67553c
}
#foot_right address {
  color: #67553c
}
#foot_top div {
  float: left;
  width: 610px;
}

#foot_top .txt {
  margin-bottom: 15px;
  width: 585px;
}


/* ====================================================
Sidebar
==================================================== */
#rnav #shop_search {
  margin-bottom: 20px;
  border: none;
}
#rnav #shop_search h2 {
  background-color: #fff;
  background-size: 16px auto;
  border-top: 1px solid #776751;
  border-bottom: 1px solid #776751;
  font-size: 140%;
  margin-bottom: 0;
  height: 45px;
  font-size: 120%;
  line-height: 45px;
  text-indent: inherit;
  text-align: center;
}
#rnav #shop_search h3 {
  margin-bottom: 5px;
  height: 18px;
  text-indent: inherit;
}
#rnav #search_unit01,
#rnav #search_unit02,
#rnav #search_unit03 {
  background: none;
/*   border-bottom: 1px solid #eae7e3; */
  margin: 0 0 15px 0;
  padding: 0;
  width: 250px;
}
#rnav #search_unit01 {
  padding: 15px 0 0;
}
#rnav #search_unit03 {
  border-bottom: none;
  padding: 0;
}
#rnav #search_unit01 h3 {
  background: none
}
#rnav #search_unit02 h3 {
  background: none
}
#rnav #search_unit03 h3 {
  background: none
}
#rnav #search_unit01 input {
  float: left;
  border: solid 1px #776751;
  width: 184px;
  height: 24px;
}
#rnav #search_unit01 .btn {
  width: 60px;
  float: right;
}
#rnav #search_unit01 a {
  display: block;
  background: #776751;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
#rnav #search_unit01 a:hover {
  background: #715e47;
  color: #FFFFFF;
}
#rnav #search_unit02 ul {
  margin: -10px 0 0 -10px
}
#rnav #search_unit02 li {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  width: 250px;
  font-size: 90%;
}
#rnav #search_unit02 li a {
  display: block;
  background-color: #fcf7ea;
  background-repeat: no-repeat;
  background-size: auto 23px;
  background-position: 5px center;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: left;
  padding-left: 40px;
}
#rnav #search_unit02 li a:hover {
  background-color: #715e47;
  color: #FFFFFF;
  opacity: 1;
}
#rnav #search_unit02 li:nth-of-type(1) a {
  background-image: url(../img/side/ico_side_fashion.png);
}
#rnav #search_unit02 li:nth-of-type(2) a {
  background-image: url(../img/side/ico_side_gourmet.png);
}
#rnav #search_unit02 li:nth-of-type(3) a {
  background-image: url(../img/side/ico_side_interior.png);
}
#rnav #search_unit02 li:nth-of-type(4) a {
  background-image: url(../img/side/ico_side_book.png);
}
#rnav #search_unit02 li:nth-of-type(5) a {
  background-image: url(../img/side/ico_side_beauty.png);
}


#rnav #search_unit03 a {
  display: block;
  background: #f2f2f2;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
#rnav #search_unit03 a:hover {
  background: #715e47;
  color: #FFFFFF;
}

/* ラブラアクセスランキング */
#rank_area {
  margin: 0 0 20px 0
}
#rank_area h2 {
  background: url(../img/side/top_side_rank_list.png) no-repeat center left;
  background-size: 25px auto;
  border-bottom: 1px solid #efedea;
  font-size: 140%;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rank_area li {
  border-bottom: 1px solid #eae7e3;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}
#rank_area li:hover img {
  opacity: .5
}
#rank_area .btn {
  margin: 10px 0
}
#rank_area .btn a {
  display: block;
  background: none;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
#rank_area .btn a:hover {
  color: #FFFFFF;
}
#rank_area .rank_area_con li {
  display: table;
  width: 100%;
}
#rank_area .rank_area_con li span {
  height: 50px;
  border: solid 1px #efefef;
  display: table-cell;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#rank_area .rank_area_con li p {
  display: table-cell;
  width: 190px;
  vertical-align: middle;
  padding-left: 10px;
}
#rank_area .rank_area_con li p a {
  display: inline !important;
  width: 180px !important;
}
#rank_area .rank_area_con li img {
  width: 50px;
  height: auto;
}
#rank_area .rank_area_con li a {
  color: #776751;
  text-decoration: none;
}
#rank_area .rank_area_con li a:hover {
  opacity: .7
}
#rank_area .rank_area_con li strong {
  font-weight: 400
}
:root #rnav #rank_area .rank_area_con li {
  width: auto\0/
}
:root #rnav #rank_area .rank_area_con li p {
  width: auto\0/
}


#rnav #right_bnrs {
  padding: 0 0 0 0
}
#rnav #right_bnrs li {
  border: none
}
#rnav #special_area {
  margin: 0 0 20px 0
}
#rnav #special_area h2 {
  background: url(../img/side/top_specialtopi_h2.png) no-repeat center left;
  background-size: 25px auto;
  border-bottom: 1px solid #eae7e3;
  font-size: 140%;
  margin-bottom: 15px;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rnav #special_area ul {
  margin: 0 0 0 0
}
#rnav #special_area li {
  margin: 0px 0px 10px 0px;
}
#rnav #special_area li:last-of-type {
  margin: 0px 0px 0 0px;
}
#rnav #special_area a {
  display: block
}
#rnav #special_area li img {
  width: 250px;
  height: auto;
}

#rnav #sbanner_area {
  margin: 0 0 20px 0;
}
#rnav #sbanner_area h2 {
  background: url(../img/side/top_specialtopi_h2.png) no-repeat center left;
  background-size: 25px auto;
  border-bottom: 1px solid #eae7e3;
  font-size: 140%;
  margin-bottom: 15px;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rnav #sbanner_area ul {
  padding: 10px 0 0 0
}
#rnav #sbanner_area li {
  margin: 0px 0px 10px 0px;
}
#rnav #sbanner_area li:last-of-type {
  margin: 0px 0px 0 0px;
}
#rnav #sbanner_area a {
  display: block
}
}
#rnav #sbanner_area li img {
  width: 250px;
  height: auto;
}

#rnav #map_area_wrap h2 {
  background: url(../img/side/top_side_card_list.png) no-repeat 0 15px;
  background-size: 25px auto;
  border-bottom: none;
  font-size: 140%;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rnav #info_area {
  border: none;
  margin-bottom: 30px;
}
#rnav #info_area h2 {
  background: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/side/top_side_oshirase_list.png) no-repeat center left;
  background-size: 25px auto;
  border-bottom: 1px solid #eae7e3;
  font-size: 140%;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
}
#rnav #info_area dl {
  background: none;
  border-bottom: 1px solid #eae7e3;
  padding: 10px 0;
  width: 250px;
}
#rnav #info_area dd a {
  color: #776751
}
#rnav #info_area dd a:hover {
  text-decoration: none
}
#rnav #info_area .btn {
  margin: 10px 0
}

#rnav #msp_area {
  border: 1px solid #eae7e3;
  margin: 0 0 30px 0;
  padding: 10px;
}
#rnav #msp_area img {
  margin: 10px;
  width: 210px;
  height: auto;
}
#rnav #msp_area .btn {
  margin: 10px 0 0
}

/* スペシャルトピックス
------------------------------ */
#right_bnrs li img {
  height: auto;
  width: 100%;
}

/* 営業時間のご案内
==================================================== */
.hours-box {
  border: 1px solid #e8e6e3;
}

.hours-1,
.hours-2 {
  overflow: hidden;
}

.hours-1 img,
.hours-2 img {
  width: 100px;
  margin-bottom: 10px;
}

.hours-1 {
  border-bottom: 1px solid #e8e6e3;
}

.hours-2 {
}

.hours-color {
  width: 40px;
  height: 150px;
  float:left;
}

.hours-1 .hours-color {
  background: #fbf2e9;
  border-left: 5px solid #d97c2c;
}

.hours-2 .hours-color {
  background: #f4f7ea;
  border-left: 5px solid #90b336;
}

.hours-cont {
  float: left;
  padding: 10px;
}

.hours-cont p {
  margin-bottom: 5px;
}

#rnav #hours {
  background: none;
  border: none;
}
#rnav #hours h2 {
  background: url(../img/side/top_side_time_list.png) no-repeat center left;
  background-size: 25px auto;
  border-bottom: none;
  font-size: 140%;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit;
  margin-bottom: 0;
}
#rnav #hours #sttl01,
#rnav #hours #sttl02 {
  background: none;
  border-top: none;
  margin: 10px 0 0;
  padding-top: 0;
  height: 28px;
  text-indent: ;
}
#rnav #hours #sttl02 {
  background: none
}
#rnav #hours dl {
  background: none;
  margin: 0 0 10px;
  width: 250px;
}
#rnav #hours dt a {
  display: inline
}
#rnav #hours dd a {
  display: inline
}
#rnav #hours .hours_dl01 dt,
#rnav #hours .hours_dl01 dd {
  font-size: 100%
}



#rnav .ac_btn {
  display: block;
  margin: 10px 0;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
#rnav .ac_btn:hover {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

/* Emergency */
.v2_emergency {
  width: 670px;
  box-sizing: border-box;
  border: 1px solid #f12718;
  margin: 0 0 30px 0;
  padding: 10px 25px 5px;
}
.v2_emergency li {
  color: #f12718;
  font-weight: bold;
  margin-bottom: 5px;
  list-style: disc;
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

.v2_emergency a {
  color: #f12718;
  text-decoration: underline;
}

#content_wrap_shop #content {
   float: left; 
   padding-left: 0; 
   padding-right: 15px;
   overflow: hidden;
}

.side-point-wrap{
	margin-bottom: 10px;
}
/* 求人情報 
	
------------------------------ */
.side-job-wrap {
  margin-bottom: 20px;
}

/* ケータイラブラ 
------------------------------ */
.mobile-wrap {
  margin: 0 0 30px 0;
}

.mobile-box {
  border-top: 1px solid #eae7e3;
  border-bottom: 1px solid #eae7e3;
  padding: 5px 0 5px 70px;
  background: url(../img/side/top_qr.png) no-repeat left center;
}



/* ショップ検索
==================================================== */

/* ラブラ選択 
------------------------------ */
.lvl_search {
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
  
.lvl1_search, 
.lvl2_search {
  width: 115px;
  height: 80px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70px;
}

.lvl1_search {
  float: left;
  background-image: url(../img/side/topside-lvl1.png);
  border: #d97c2c solid 1px;
} 
.lvl1_search:hover {
  border: #d97c2c solid 3px;
  opacity: 1;
}

.lvl2_search {
  float: right;
  background-image: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/side/topside-lvl2.png);
  border: #b9d07d solid 1px;
}
.lvl2_search:hover {
  border: #b9d07d solid 3px;
  opacity: 1;
}

/* ====================================================
Content
==================================================== */
#content_wrap_top {
  background: none;
  background-color: #FFFFFF;
  margin: auto;
  padding: 15px 50px 460px;
  width: 950px;
  overflow: hidden;
}

.global-wrap #content_wrap_top,
.global-wrap #content_wrap_shop,
.global-wrap #content_wrap_one,
.global-wrap #content_wrap_one2 {
  padding: 15px 50px 420px;
}

#pankuz {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 15px 50px 0;
  width: 950px;
}
#page_ttl_box {
  background: none;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 50px 30px;
  width: 950px;
}

/* 各見出しアイコン */
#shop_ttl{
  background: url(../img/header/ico_shopguide.png) no-repeat 10px center #fcf7ea;
}
#floor_ttl{
	background: url(../img/header/ico_floor.png) no-repeat 10px center #fcf7ea;
}
#access_ttl{
	background: url(../img/header/ico_access.png) no-repeat 10px center #fcf7ea;
}
#service_ttl{
	background: url(../img/header/ico_service.png) no-repeat 10px center #fcf7ea;
}
#recruit_ttl{
	background: url(../img/header/ico_job.png) no-repeat 10px center #fcf7ea;
}
#rank_ttl{
	background: url(../img/rank/rank_list.png) no-repeat 5px center #fcf7ea !important;
}
#scoop_ttl{
	background: url(../img/header/ico_scoop.png) no-repeat 10px center #fcf7ea !important;
}
#info_ttl{
	background: url(../img/header/ico_info.png) no-repeat 10px center #fcf7ea;
}
#company_ttl{
	background: url(../img/header/ico_company.png) no-repeat 10px center #fcf7ea;
}
#contact_ttl{
	background: url(../img/header/ico_contact.png) no-repeat 10px center #fcf7ea;
}

#page_ttl_box h2,
#search_ttl {
  padding-left: 40px;
  height: 40px;
  font-size: 1.2em;
  line-height: 40px;
  text-indent: inherit;
}

#content_wrap_shop,
#content_wrap_one,
#content_wrap_one2 {
  background: none;
  background-color: #FFFFFF;
  margin: auto;
  padding: 0 50px 460px;
  width: 950px;
}

.top_border {
  padding: 0 0 10px 0;
  background: none;
}

#content_wrap_shop .ttl_circle {
  height: 36px;
}

.v2_top_topics {
  background: url(../img/top/top_topics_h2.png) no-repeat 5px center;
  background-size: 25px auto;
/*
  border-top: 1px solid #715e47;
  border-right: 1px solid #715e47;
  border-bottom: 3px solid #715e47;
  border-left: 1px solid #715e47;
*/
  padding: 0 0 0 36px;
  width: 632px;
  color: #715e47;
  font-size: 120%;
  line-height: 40px;
}
.v2_tabnav {
  width: 100%
}
.v2_tab {
  letter-spacing: -.40em;
  overflow: hidden;
}
.v2_tab li {
  display: inline-block;
  background: #eae7e3;
  border-right: 5px solid #FFFFFF;
  margin: 0 0 0 0;
  width: 220px;
  padding: 0;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
}
.v2_tab li:last-child {
  border-right: none;
}
.v2_tab li:hover {
  background: #715e47;
  color: #FFFFFF;
}
.v2_tab li.v2_select {
  background: #715e47;
  color: #FFFFFF;
}
.v2_tabcon div.v2_sub {
  overflow: hidden
}
.v2_hide {
  display: none
}
#top_unit03 {
  padding: 0;
  border: none;
}
#top_unit03 {
  float: none;
  margin-top: 5px;
  margin-left: -5px;
  padding: 0;
  width: 675px;
}
#top_unit03 .shop {
  margin: 0 0 5px 5px;
  width: 200px;
  border: solid 10px #eae7e3;
  background: #fff;
  position: relative;
  overflow: hidden;
}
#top_unit03 .pht {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 0;
  vertical-align: middle;
  overflow: hidden;
}
.pht:hover {
  opacity: 1 !important;
}
#top_unit03 .img_wrap {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 200px;
}
#top_unit03 .tumb a {
  table-layout: fixed;
}
#top_unit03 .tumb img {
  margin-top: 0
}
#top_unit03 .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#top_unit03 dt {
  color: #776751;
  font-size: 90%;
  font-weight: normal;
}
#top_unit03 dt.color0 {
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 dt.color1 {
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 dt.color2 {
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 p {
  margin: 0 auto;
  width: 198px;
}
#top_unit03 dl {
  clear: both;
  width: 190px;
  margin: 0 auto;
  padding: 10px 5px;
  border-bottom: none;
  background: #fff;
}
*html #top_unit03 dl {
  margin-bottom: 5px
}
#top_unit03 dd {
  margin: 10px 0 0 0
}
#top_unit03 dd.txt_shop_news {
  margin-top: 0;
  margin-top: 5px;
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 dt.txt_event {
  margin-top: 0;
  margin-top: 0;
  font-size: 110%;
  font-weight: bold;
}
#top_unit03 dd.day {
  margin-top: 0;
  margin-top: 10px;
  font-size: 90%;
}
#top_unit03 .v2_cat_date {
  margin: 0 auto 0;
  padding: 10px 5px 20px;
  width: 190px;
  background: #fff;
}
#top_unit03 .v2_cat_icon_shop,
#top_unit03 .v2_cat_icon_event {
  float: left;
  padding: 0 0 0 15px;
  font-size: 80%;
  overflow: hidden;
}
#top_unit03 .v2_cat_icon_info {
  padding: 30px 0 0 0px;
  font-size: 80%;
}

#top_unit03 .v2_post_date {
  float: right;
  font-size: 80%;
}
.v2_btn_list {
  clear: both;
  margin: 0 0 0 450px;
  padding: 10px 0 0 0;
  width: 220px;
}
.v2_top_info {
  background: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/top/top_ichioshi_h2.png) no-repeat 5px center;
  background-size: 25px auto;
/*   border: 1px solid #715e47; */
  margin: 30px 0 0 0;
  padding: 0 0 0 36px;
  width: 632px;
  color: #715e47;
  font-size: 120%;
  line-height: 40px;
}

/* Banner */
#shop_bnrs_ttl {
  background: none;
  background-color: #F8EA63;
  margin-top: 30px;
  margin-bottom: 5px;
  height: 40px;
  font-size: 120%;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-indent: inherit;
}
#shop_bnrs {
  width: 675px;
  margin: 0 0 0 -5px;
  padding: 0;
}
#shop_bnrs li {
  float: left;
  width: 218px;
  height: 80px;
  margin: 0 0 5px 5px;
  padding: 5px 0;
  border: 1px solid #EAE7E3;
  text-align: center;
}
#shop_bnrs li a {
  border: none;
}
#shop_bnrs li a:hover {
  opacity: .7
}
#shop_bnrs li img {
  padding: 0;
  height: 80px;
}

.v2_show {
  display: none;
}
.v2_show:nth-of-type(1) {
  display: block;
}

.v2_hide {
  display: none
}

.news_txt iframe,
.event_txt iframe {
  width: 480px;
  height: 360px;
}

/* スライド下バナー
========================================== */
.tbanner {
  width: 670px;
  margin: 0 0 30px 0;
}

/* ====================================================
Topics
==================================================== */
#page_ttl_box h2.v2_ttl_topics {
  background-image: url(../img/top/top_topics_h2.png) no-repeat 10px center;
  background-size: 28px auto;
}
.v2_topics_tabnav {
  width: 100%
}
.v2_topics_tab {
  letter-spacing: -.40em;
  overflow: hidden;
  margin-bottom: 30px;
}
.v2_topics_tab li {
  display: block;
  cursor: pointer;
  float: left;
}
.v2_topics_tab li {
  background: #eae7e3;
  margin: 0 4px 0 0;
  width: 314px;
  height: 46px;
  padding: 0;
  line-height: 46px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.v2_topics_tab li:last-child {
  margin: 0;
}
.v2_topics_tab li:hover {
  background: #705e46;
  color: #fff;
}
.v2_topics_tab a {
  text-decoration: none;
  display: block;
/*   font-weight: bold; */
}
.v2_topics_tab a:hover {
  color: #fff;
  opacity: 1;
}
.v2_topics_tab .v2_select {
  background: #705e46;
  color: #fff;
}
.v2_topics_tab .v2_select a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.v2_topics_tab .v2_select a:hover {
  color: #fff;
  opacity: 1;
}

.v2_topics_tabcon div.v2_sub {
  overflow: hidden
}
#topics_unit03 {
  padding: 0;
  border: none;
}
#topics_unit03 {
  float: none;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  overflow: hidden;
}

/* ====================================================
Info
==================================================== */
#scoop_txt {
  padding-top: 10px;
  margin-bottom: 10px;
}
.detail_txt2 p {
  font-size: 77%
}
.info_unit img {
  margin: 10px;
  width: 339px;
}
#article_nav {
  margin-bottom: 10px
}
#article_nav .article_list .pht {
  display: block;
  position: relative;
  border: 1px solid #eae7e3;
  width: 198px;
  vertical-align: middle;
  overflow: hidden;
}
#article_nav .article_list .img_wrap {
  width: 198px;
  height: 198px;
  top: 0;
}
#article_nav .article_list .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 198px;
  max-height: 198px;
}
#article_nav .article_list dl {
  margin: 5px 0 0 0
}

/* ====================================================
PICK UP
==================================================== */
.v2_top_pickup {
  background: url(../img/top/top_pickup_h2.png) no-repeat 5px center;
  background-size: 25px auto;
/*   border: 1px solid #715e47; */
  margin: 30px 0 0 0;
  padding: 0 0 0 36px;
  width: 632px;
  color: #715e47;
  font-size: 120%;
  line-height: 40px;
}


/* ====================================================
トップページ
==================================================== */

/* スライドショー
=========================================== */
/*
#main_img {
  width: 640px;
  height: 400px;
  margin: 0px 15px 15px;
}
*/

/*
#main_obj {
  width: 640px;
  height: 400px;
  border: 15px solid #fcf7eb;
  top: -415px;
}
  
#main_obj .wrap {
  width: 640px;
  height: 400px;
}

#main_obj .wrap img {
  width: 640px;
  height: 400px;
  border: none;
}
*/

#main_img {
  background-color: #fcf7eb;
  width: 640px;
  height: 400px;
  padding: 15px;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}

/* NGT48バナー
========================================== */
.ngt {
  padding-right: 0;
}

.ngt li {
  border: 1px solid #EAE7E3;
}
.ngt li a {
  display: block;
  padding: 5px;
}

/* ====================================================
ショップガイド
==================================================== */
.shoplist_box {
  border-bottom: 1px solid #EAE7E3;
}

.shoplist_box dt {
  overflow: hidden;
padding-top: 0;
}
.shoplist_box dt p {
  float: left;
}

.shoplist_box dt p:first-of-type {
  font-size: 120%;
  font-weight: bold;
  width: 274px;
}

.shoplist_box .formats {
  font-size: 100%;
  margin: 5px 0 10px 0;
}

.lvl1-mark {
  border: 1px solid #d97c2c;
  color: #d97c2c;
  float: right !important;
  width: 62px;
  height: 18px;
  line-height: 18px;
/*   margin-top: 3px; */
  text-align: center;
  font-size: .6em;
}
.lvl2-mark {
  border: 1px solid #85b634;
  color: #85b634;
  float: right !important;
  width: 62px;
  height: 18px;
  line-height: 18px;
/*   margin-top: 3px; */
  text-align: center;
  font-size: .6em;
}

.shoplist_box .txt {
  margin-bottom: 3px;
  line-height: 140%;
  min-height: 79px;
  padding-top: 3px;
}

.shoplist_box .img_wrap {
  width: 180px;
  height: auto;
  position: absolute;
  z-index: 10;
}
.shoplist_box .logo {
  width: 180px;
  height: 180px;
/*   border: solid 1px #776751; */
}
.shoplist_box .logo img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.shoplist_box .pht .tumb {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
  display: block;
}

.shoplist_box .pht .tumb img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ====================================================
フロアマップ
==================================================== */


/* 紀伊國屋ランキング 
------------------------------ */
.rank-area {
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #a79677;
}

.rank-area h2 {
  background: #a79677;
  color: #fff;
  padding: 5px 10px;
  font-size: 110%;
  position: relative;
}

.rank-area h2 a {
  font-size: 70%;
  position: absolute;
  right: 10px;
  bottom: 4px;
}

.rank-area div {
  overflow: hidden;
}

.rank-area .rank-num {
  width: 52px;
  height: 63px;
  box-sizing: border-box;
  border-left: 1px solid #a79677;
  position: relative;
  float: left;
}
.rank-area .rank-num img {
  position: absolute;
  bottom: 0;
}

.rank-area .rank-text {
  float: left;
  height: 63px;
  border-right: 1px solid #a79677;
}
.rank-area .rank-text a {
  text-decoration: none;
}

.rank-area .rank-text p {
  width: 197px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.rank-area p:nth-of-type(1) {
  padding-top: 8px;
  font-weight: bold;
}
.rank-area p:nth-of-type(2) {
  font-size: .7em;
}
.rank-area p:nth-of-type(3) {
  font-size: .7em;
}

.rank-area .rank-box:nth-of-type(1) .rank-text {
  border-bottom: 1px solid #e3bf59;
}
.rank-area .rank-box:nth-of-type(2) .rank-text {
  border-bottom: 1px solid #b5b6b6;
}
.rank-area .rank-box:nth-of-type(3) p:nth-of-type(3) {
  border-bottom: none;
}

/* コンテンツ 
------------------------------ */
.floor-lvl1,
.floor-lvl2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.floor-lvl1 h2,
.floor-lvl2 h2 {
  height: 34px;
  color: #776751;
  line-height: 30px;
  font-size: 140%;
  padding: 10px 0 0 0px;
  margin-bottom: 20px;
  border: none;
  border-bottom: solid 1px #776751;
}

.floor-lvl1 img,
.floor-lvl2 img {
  margin-bottom: 15px;
}
.floor-lvl1 img:first-of-type,
.floor-lvl2 img:first-of-type {
  margin-top: 15px;
}

.floor-lvl1 {
  padding-right: 15px;
}

.floor-lvl2 {
  padding-left: 15px;
}

.floor-tabsbox {
  border-bottom: 1px solid #705e46;
  color: #776751;
  height: 44px;
  line-height: 30px;
  font-size: 140%;
  margin-bottom: 20px;
  position: relative;
}

.floor-tabsbox ul {
  overflow: hidden;
  position: absolute;
  right: 0;
}

.floor-tabsbox h2 {
  display: block;
  float: left;
  margin-top: 10px;
/*   margin-left: 15px; */
  margin-right: 115px;
}

.floor-tabsbox li {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0 5px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer; 
}
.floor-tabsbox #floor-tabs1 li:hover {
  background: #d77c36;
  color: #fff;
}
.floor-tabsbox #floor-tabs1 li.on {
  background: #d77c36;
  color: #fff;
}
.floor-tabsbox #floor-tabs2 li:hover {
  background: #91b23f;
  color: #fff;
}
.floor-tabsbox #floor-tabs2 li.on {
  background: #91b23f;
  color: #fff;
}
.floor-tabsbox li:last-of-type {
  margin: 0 0 0 5px;
}

.floor-content,
.floor-content2 {
  display: none;
}
.floor-content1:nth-of-type(1),
.floor-content2:nth-of-type(1) {
  display: block;
}

.floor-tabsbox #floor-tabs1 li {
  border: 1px solid #d77c36;
}
.floor-tabsbox #floor-tabs2 li {
  border: 1px solid #91b23f;
}

/*  クリッカブルマップ
------------------------------ */
.floor_map {
  max-width: 720px;
}

/* ====================================================
サイトマップ
==================================================== */
#content_wrap_one #content #sitamap_box {
  width: 720px;
  margin: 0 auto;
}

.ttl_normal {
  color: #776751;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 10px 5px 0px;
}

/* ====================================================
求人情報
==================================================== */
#recruit_box {
  margin-left: -5px;
  margin-right: -5px;
}

#recruit_box .recruit_detail {
  width: 408px;
  float: left;
  padding: 20px 30px 90px 30px;
  border: solid 1px #d5d5d5;
  margin: 0 5px 10px 5px;
  position: relative;
}
#recruit_box h3 {
  border-bottom: 1px solid #776751;
}

#recruit_box h3 .floor {
  display: block;
  float: left;
  width: 80px;
  padding: 10px 0 5px;
  margin-bottom: 1px;
  text-align: left;
}
#recruit_box h3 .shop {
  width: 240px;
}

.info_unit {
  margin-top: 30px;
}

.info_unit dl {
  padding: 0;
}

.recruit-wrap .info_unit dt {
  width: 78px !important;
  color: #776751;
  clear: left;
  padding: 2px 2px 0;
  text-align: left;
  background: #fff;
  margin-right: 10px;
}

.recruit-wrap #recruit_box .info_unit dd {
  width: 310px;
}

#recruit_box .btn {
  width: 100%;
  margin: 50px auto 0 auto;
}

.recruit_btn {
  width: 408px;
  position: absolute;
  bottom: 30px;
}

/* ====================================================
ショップ一覧
==================================================== */
#ttl_c1, #ttl_c2, #ttl_c3, #ttl_c4, #ttl_c5, .shop-h2 {
  height: 34px;
  color: #776751;
  line-height: 30px;
  font-size: 140%;
  padding: 10px 0 0 0px;
  margin-bottom: 30px;
  border: none;
  border-bottom: solid 1px #776751;
}

.shoplist_box a {
  text-decoration: none;
}


/* ====================================================
ショップ詳細
==================================================== */
#shop_detail_box .detail_left {
  width: 720px;
}

.ttl_circle {
    color: #776751;
    height: 35px;
    line-height: 30px;
    font-size: 140%;
    padding: 8px 0 0 0px;
    margin-bottom: 30px;
    border: none;
    border-bottom: solid 1px #776751;
    background: none;
}

#shop_detail_box .info_unit {
    border: solid 10px #faebde;
    background: #fff;
    margin-bottom: 20px;
}
#shop_detail_box .info_unit dt {
  width: 120px;
  color: #d97c2c;
}

#shop_detail_box .info_unit dd {
  width: 476px;
}

#shop_detail_box .info_unit dl {
  padding: 30px 30px 20px 30px;
}

#gourmet_icon {
  margin: 0 20px;
}

#gourmet_icon img{
  width: auto;
}

#shop_detail_box .logo {
  width: 720px;
  height: 220px;
  overflow: hidden;
}
#shop_detail_box .logo div {
  float: left;
  width: 360px;
  height: 220px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

#shop_detail_box .logo img {
  margin: auto;
  display: block;
  position: absolute;
}
#shop_detail_box .logo div:nth-of-type(1) img {
  width: auto;
  max-width: 360px;
  max-height: 220px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#shop_detail_box .logo div:nth-of-type(2) img {
  width: auto;
  height: 100%;
/*
  width: 100%;
  height: auto;
*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* ショップニュース 
------------------------------ */
#ttl_shop_news_ttl {
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  padding: 0 15px;
  margin-bottom: 20px;
  border: none;
  background: none;
  background-color: #fcf7ea;
}


/* ショップサイドバー 
------------------------------ */
.sideshop-search {
  padding-top: 0;
  margin-bottom: 15px;
}

.sideshop-new {
  padding-top: 15px;
  margin-bottom: 20px;
}

#lnav .sideshop-new h2 {
  margin-bottom: 15px;
}


/* ショップニュース・イベント／キャンペーン　ボックス
========================================== */
#article_nav .article_list,
.sideshop-new .shop,
#topics_unit03 .shop {
  float: left;
  border: 1px solid #705e46;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#article_nav .article_list,
.sideshop-new .shop {
  width: 198px;
  margin: 0 0 15px 0;
}
#topics_unit03 .shop {
  width: 180px;
  margin: 0 5px 15px;
}

#article_nav .article_list .pht,
.sideshop-new .pht,
#topics_unit03 .pht {
  display: block;
  position: relative;
  border: none;
/*   height: 183px; */
  vertical-align: middle;
  overflow: hidden;
}
#article_nav .article_list .pht,
.sideshop-new .pht {
  width: 198px;
  height: 198px;
}
#topics_unit03 .pht {
  width: 180px;
  height: 180px;
}

#article_nav .article_list .img_wrap,
.sideshop-new .img_wrap,
#topics_unit03 .img_wrap {
  position: absolute;
  z-index: 10;
}
#article_nav .article_list .img_wrap,
.sideshop-new .img_wrap {
  width: 198px;
  height: 198px;
}
#topics_unit03 .img_wrap {
  width: 180px;
  height: 180px;
}

#article_nav .article_list .tumb img,
.sideshop-new .tumb img,
#topics_unit03 .tumb img {
  margin-top: 0
}

#article_nav .article_list .pht img,
.sideshop-new .pht img,
#topics_unit03 .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#article_nav .article_list .pht img,
.sideshop-new .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#topics_unit03 .pht img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#article_nav .article_list dt,
.sideshop-new dt,
#topics_unit03 dt {
  font-size: 90%;
  font-weight: normal;
}

#article_nav .article_list p,
.sideshop-new p,
#topics_unit03 p {
  margin: 0 auto;
}
#article_nav .article_list p,
.sideshop-new p {
  width: 188px;
}
#topics_unit03 p {
  width: 170px;
}

#article_nav .article_list dl,
.sideshop-new dl,
#topics_unit03 dl {
  clear: both;
  margin: 10px 5px;
  padding: 10px 0;
  border-bottom: none;
}
#article_nav .article_list dl,
.sideshop-new dl {
  width: 188px;
}
#topics_unit03 dl {
  width: 170px;
}

#article_nav .article_list dd,
.sideshop-new dd,
#topics_unit03 dd {
  margin: 10px 0 0 0
}
#article_nav .article_list dd.txt_shop_news,
.sideshop-new dd.txt_shop_news,
#topics_unit03 dd.txt_shop_news {
  margin-top: 0;
  margin-top: 10px;
/*   color: #FF9BB0; */
  font-size: 110%;
  font-weight: bold;
}
#article_nav .article_list dt.txt_event,
.sideshop-new dt.txt_event,
#topics_unit03 dt.txt_event {
  margin-top: 0;
  margin-top: 0;
  font-size: 110%;
  font-weight: bold;
}
#article_nav .article_list dd.day,
.sideshop-new dd.day,
#topics_unit03 dd.day {
  margin-top: 0;
  margin-top: 10px;
  font-size: 90%;
}
#article_nav .article_list .v2_cat_date,
.sideshop-new .v2_cat_date,
#topics_unit03 .v2_cat_date {
  margin: 10px 5px 0;
  padding: 0 0 15px 0;
}
#article_nav .article_list .v2_cat_date,
.sideshop-new .v2_cat_date {
  width: 188px;
}
#topics_unit03 .v2_cat_date {
  width: 170px;
}

#article_nav .article_list .v2_cat_icon_shop,
#article_nav .article_list .v2_cat_icon_event,
.sideshop-new .v2_cat_icon_shop,
.sideshop-new .v2_cat_icon_event,
#topics_unit03 .v2_cat_icon_shop,
#topics_unit03 .v2_cat_icon_event {
  float: left;
  padding: 0 0 0 15px;
  font-size: 80%;
}
#article_nav .article_list .v2_post_date,
.sideshop-new .v2_post_date,
#topics_unit03 .v2_post_date {
  float: right;
  font-size: 80%;
}

#topics_unit03 .v2_cat_icon_info {
  margin-top: 20px;
}

/* ====================================================
紀伊國屋ランキング
==================================================== */ 
#rank_ttl {
  background: url(../img/rank/rank_list.png) no-repeat ;
  padding-left: 40px;
}

.rank-wrap {
  
}

.rank-wrap table {
  border-collapse: collapse;
}

.rank-wrap tr {
  width: 720px;
  height: 52px;
  line-height: 52px;
  padding-top: 10px;
  display: block;
}
.rank-wrap tr:nth-of-type(1) {
  height: auto;
  margin-top: 15px;
}

.rank-wrap th {
  text-align: center;
}
.rank-wrap th:nth-of-type(1) {
  width: 52px;
}
.rank-wrap th:nth-of-type(2) {
  width: 395px;
}
.rank-wrap th:nth-of-type(3) {
  width: 195px;
}
.rank-wrap th:nth-of-type(4) {
  width: 78px;
  text-align: right;
}

.rank-wrap td {
  box-sizing: border-box;
  border-collapse: collapse;
}
.rank-wrap td img {
  width: 52px;
}
.rank-wrap td:nth-of-type(1) {
  width: 52px;
}
.rank-wrap td:nth-of-type(2) {
  width: 395px;
  padding: 0 15px;
}
.rank-wrap td:nth-of-type(3) {
  width: 195px;
  padding: 0 15px;
}
.rank-wrap td:nth-of-type(4) {
  width: 78px;
  text-align: right;
}

.rank-wrap tr:nth-of-type(2) td {
  border-bottom: 1px solid #e3bf59;
}
.rank-wrap tr:nth-of-type(2) td:nth-of-type(1) {
  border-bottom: none;
}

.rank-wrap tr:nth-of-type(3) td {
  border-bottom: 1px solid #b5b6b6;
}
.rank-wrap tr:nth-of-type(3) td:nth-of-type(1) {
  border-bottom: none;
}

.rank-wrap tr:nth-of-type(4) td {
  border-bottom: 1px solid #a69679;
}
.rank-wrap tr:nth-of-type(4) td:nth-of-type(1) {
  border-bottom: none;
}

.rank-wrap tr:nth-of-type(5) td {
  border-bottom: 1px solid #eae7e4;
}
.rank-wrap tr:nth-of-type(5) td:nth-of-type(1) {
  border-bottom: none;
}

.rank-wrap tr:nth-of-type(6) td {
  border-bottom: 1px solid #eae7e4;
}
.rank-wrap tr:nth-of-type(6) td:nth-of-type(1) {
  border-bottom: none;
}

/* ====================================================
今週の一押し情報
==================================================== */
#scoop_detail .detail_left {
  width: 470px;
  padding-right: 30px;
}

#scoop_detail .info_unit {
  border: 10px solid #fcf7eb;
  background: none;
  box-sizing: border-box;
  padding: 15px;
}
#scoop_detail .info_unit dt {
  width: 120px;
  box-sizing: border-box;
  margin-right: 0;
  display: inline-block;
}
#scoop_detail .info_unit dd {
  width: 295px;
  box-sizing: border-box;
  display: inline-block;
}
#scoop_detail .info_unit a {
  margin-top: 10px;
}

#scoop_detail .detail_right {
  width: 220px;
}
#scoop_detail .detail_right li {
  margin-bottom: 5px;
}

#scoop_detail .detail_right .imgbox {
  overflow: hidden;
  border: none;
  padding: 0;
}

.single-info h2 {
  border-bottom: solid 1px #d5d5d5;
}

.single-info #scoop_detail {
/*   border-top: solid 1px #d5d5d5; */
  border-bottom: solid 1px #d5d5d5;
  padding-top: 20px;
}

.page_nav {
    margin: 30px 0 20px;
}

#scoop_detail .info-colorlvl1 {
  border: 10px solid #faebde;
}
#scoop_detail .info-colorlvl1 dt {
  color: #e19748;
}

#scoop_detail .info-colorlvl2 {
  border: 10px solid #eef4e1;
}
#scoop_detail .info-colorlvl2 dt {
  color: #85b634;
}

.v2_cat_icon_info {
  font-size: 110% !important;
}

/* ====================================================
イベント・キャンペーン
==================================================== */
#event_ttl {
  background: #FCF7EA url("../img/header/ico_info.png") no-repeat scroll 10px center;
}

#event_detail2 {
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
}



/* ====================================================
ラブラからのお知らせ
==================================================== */

/* 一覧 
------------------------------ */
.archive-topics-wrap {
}

.archive-topics-wrap #content {
  padding-bottom: 30px!important; 
}
.archive-topics-wrap #content:first-of-type {
  border-top: solid 1px #d5d5d5;
}

.archive-topics-wrap #content a {
  text-decoration: none;
}

.archive-topics-wrap .ttl_normal {
  font-weight: bold;
  font-size: 110%;
  padding: 10px 10px 5px 200px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: solid 1px #d5d5d5;
  background-repeat: no-repeat;
}

.archive-topics-wrap .tabcolor-lvl1,
.archive-topics-wrap .tabcolor-lvl2,
.archive-topics-wrap .tabcolor-lvl3 {
  border: none !important;
}

.archive-topics-wrap .tabcolor-lvl1 .ttl_normal {
  background-image: url(../img/common/logo01.png);
  background-size: 80px auto;
  background-position: 60px center;
}

.archive-topics-wrap .tabcolor-lvl2 .ttl_normal {
  background-image: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/common/logo02.png);
  background-size: 80px auto;
  background-position: 60px center;
}

.archive-topics-wrap .tabcolor-lvl3 .ttl_normal {
  background-image: url(../img/common/logo03.png);
  background-size: 120px auto;
  background-position: 40px center;
}

.archive-topics-wrap .info_list .info_detail {
  padding-left: 200px;
  overflow: hidden:
}

.archive-topics-wrap .info_list .info_detail .info_txt {
  width: 520px;
}

.archive-topics-wrap .info_list .info_detail .pht {
  width: 200px;
  float: right;
  margin-left: 30px;
}

.archive-topics-wrap .infinite-nav {
  display: none;
}

/* 詳細 
------------------------------ */
.single-topics-wrap #content {
  padding-bottom: 0!important;
}
.single-topics-wrap #content:first-of-type {
  border-top: solid 1px #d5d5d5;
}

.single-topics-wrap #content a {
  text-decoration: none;
}

.single-topics-wrap .ttl_normal {
  font-weight: bold;
  line-height: 140%;
  font-size: 130%;
  padding: 10px 10px 5px 200px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: solid 1px #d5d5d5;
  background-repeat: no-repeat;
}

.single-topics-wrap .tabcolor-lvl1,
.single-topics-wrap .tabcolor-lvl2,
.single-topics-wrap .tabcolor-lvl3 {
  border: none !important;
}

.single-topics-wrap .tabcolor-lvl1 .ttl_normal {
  background-image: url(../img/common/logo01.png);
  background-size: 80px auto;
  background-position: 60px center;
}

.single-topics-wrap .tabcolor-lvl2 .ttl_normal {
  background-image: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/common/logo02.png);
  background-size: 80px auto;
  background-position: 60px center;
}

.single-topics-wrap .tabcolor-lvl3 .ttl_normal {
  background-image: url(../img/common/logo03.png);
  background-size: 120px auto;
  background-position: 40px center;
}

.single-topics-wrap .info_list .info_detail {
  padding-left: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d5d5d5;
  overflow: hidden:
}

.single-topics-wrap .info_list .info_detail .info_txt {
  width: 520px;
}

.single-topics-wrap .info_list .info_detail .pht {
  width: 200px;
  float: right;
  margin-left: 30px;
}


/* ====================================================
サイドバー
==================================================== */

/* common
========================================== */
#lnav h2 {
  background-color: #fff;
  background-size: 16px auto;
  border-top: 1px solid #776751;
  border-bottom: 1px solid #776751;
  margin-bottom: 15px !important;
  height: 45px;
  font-size: 110%;
  line-height: 45px;
  text-indent: inherit!important;
  text-align: center;
  box-sizing: border-box;
}

#lnav #category h2,
#lnav #floor_nav h2,
#lnav #floor_nav1 h2,
#lnav #floor_nav2 h2 {
}

#lnav #category h3,
#lnav #floor_nav h3,
#lnav #floor_nav1 h3,
#lnav #floor_nav2 h3 {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-indent: inherit;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  
}
#lnav #category h3:after,
#lnav #floor_nav h3:after,
#lnav #floor_nav1 h3:after,
#lnav #floor_nav2 h3:after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 120%;
}
#lnav #category .clickBtn_on0:after,
#lnav #floor_nav .clickBtn_on1:after,
#lnav #floor_nav1 h3:after,
#lnav #floor_nav2 h3:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 120%;
}
#lnav #category span,
#lnav #floor_nav span,
#lnav #floor_nav1 span,
#lnav #floor_nav2 span {
  font-size: 90%;
  line-height: 30px;
  padding-left: 10px;
  display: inline !important;
  position: absolute;
  left: 0;
}

#lnav #category ul,
#lnav #floor_nav ul,
#lnav #floor_nav1 ul,
#lnav #floor_nav2 ul {
  margin-top: -10px;
  display: none;
}

/* ショップガイド
========================================== */
#content_wrap_shop #lnav {
  width: 200px;
  float: left;
  padding-bottom: 30px;
  padding-left: 15px;
  overflow: hidden;
}

#lnav #category {
  margin-bottom: 30px;
}

#lnav #category h3 {
  background: #eae7e3;
}

#lnav #category .side-shopall {
  width: 200px;
  height: 30px;
  font-size: 90%;
  padding-left: 15px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  background: #eae7e3 !important;
  box-sizing: border-box;
}

#lnav #shop_search h2 {
  background: none;
  background-size: 16px auto;
  border-top: 1px solid #776751;
  border-bottom: 1px solid #776751;
  font-size: 140%;
  margin-bottom: 0;
  height: 50px;
  font-size: 120%;
  line-height: 50px;
  text-indent: inherit !important;
  text-align: center;
}

#lnav #shop_search {
  margin-top: 0;
}

#lnav #search_unit01 {
  background: none;
  margin: 0 0 15px 0;
  padding: 0;
  width: 200px;
}

#lnav #search_unit01 h3 {
    margin-bottom: 5px;
    height: 18px;
    text-indent: inherit;
}

#lnav #search_unit01 input {
    float: left;
    border: solid 1px #776751;
    width: 136px;
    height: 24px;
    padding: 2px;
}

#lnav #search_unit01 a {
    display: block;
    background: #776751;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}

#lnav #search_unit03 {
  border-bottom: none;
  padding: 0;
}

#lnav #shop_search h3 {
    margin-bottom: 5px;
    height: 18px;
    text-indent: inherit;
}

#lnav #search_unit03 a {
    display: block;
    background: #f2f2f2;
    color: #776751;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}

.lvl-tab {
    background: none;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 50px 0;
    width: 950px;
}

.lvl-tab .v2_tab li {
  width: 33%;
  
}

/* フロアマップ
========================================== */
.floor-side-lvl1,
.floor-side-lvl2 {
  margin-bottom: 40px;
}

.floor-side-lvl1 h2,
.floor-side-lvl2 h2 {
  border: 1px solid #6e5e49 !important;
}

.floor-side-lvl1 h3 {
  background: #fbf2e9 !important;
  border: 1px solid #ede3d9;
}

.floor-side-lvl2 h3 {
/*   background: url(../img/shop/shop_side_bgmark.png) 0 0 no-repeat #f4f7ea !important; */
  background: #f4f7ea !important;
  border: 1px solid #eef4e0;
}
.floor-side-lvl2 h3.clickBtn_on1 {
/*   background: url(../img/shop/shop_side_bgmark.png) 0 -30px no-repeat #f4f7ea !important; */
}

/* 今週の一押し情報
========================================== */


/* 紀伊國屋書店ランキング
========================================== */
.rank-wrap #rank_area h2,
.rank-wrap #map_area_wrap h2 {
  border-top: none;
  border-bottom: 1px solid #efedea;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  height: 50px;
  color: #776751;
  line-height: 50px;
  text-indent: inherit;
}

.rank-wrap #rank_area li {
  border-bottom: 1px solid #eae7e3;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}
.rank-wrap #rank_area li:hover img {
  opacity: .5
}

.rank-wrap #msp_area img {
  margin: 15px 0;
}
.rank-wrap #msp_area p {
  margin-bottom: 10px;
}

/* ====================================================
交通アクセス
==================================================== */

.access-wrap {
  
}

.access-cont {
  margin-bottom: 30px;
}

.access-wrap h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 1px solid #efedea;
  border-bottom: 1px solid #efedea;
}

.access-wrap h4 {
  font-size: 100%;
  font-weight: bold;
}

.access-wrap p {
  margin-bottom: 10px;
}

.access-floatbox {
  overflow: hidden;
}

/* ラブラ駐車場のご案内 */
.access-boxtxt {
  padding-top: 10px;
}
.access-boxtxt p:first-of-type {
  float: left;
  background: #584837;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
}
.access-boxtxt p:nth-of-type(2) {
  float: left;
  height: 24px;
  line-height: 24px;
}

/* 交通アクセス */
.access-num {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
.access-num .access-num-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 95px;
  box-sizing: border-box;
}
.access-num .access-num-box:nth-of-type(odd) {
  padding-left: 60px;
  padding-right: 15px;
}
.access-num .access-num-box:nth-of-type(even) {
  padding-left: 75px;
  padding-right: 0;
}
.access-num .access-num-box div:first-of-type {
  display: block;
  overflow: hidden;
  background: #ece9e5;
  font-size: 120%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
}
.access-num .access-num-box:nth-of-type(even) div:first-of-type{
  left: 15px;
}
.access-num h4 {

}
.access-num p {
  
}

.access-wrap .v2_btn_list {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 100%;
  overflow: hidden;
}

.access-wrap .v2_btn_list .btn_box {
  float: right;
  width: 300px;
}

.access-wrap .g_map {
  margin-bottom: 10px;
}
#g_map,#g_map2,#g_map3{
	height:640px;
	width: 100%;
}
.parkingmap{
	width: 100%;
}
.parkingmap img{
	width: 50%;	
	margin-bottom: 20px;
}
/* 駐車場サービス案内テーブル　ラブラ万代 */
.access_tablewrap {
  overflow: hidden;
  margin: 0;
}
  
.access_table01{
  width:470px;
  border:none;
  color:#5d5238;
  text-align:left;
  margin: 20px 5px 20px 0px;
  float: left;
  display: block;
  }
.access_table01 td{
  padding:10px;
  } 
.access_table01 tr:nth-child(2n) {    /* 偶数行 */
   background-color: #fbf2eb;
}
.access_table01 tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #fff;
}
.access_table01 tr:nth-child(1) {     /* 先頭行のみ */
   background-color: #fff;
}  
/* 駐車場サービス案内　ラブラ2 */
.access_table02{
  width:470px;
  border:none;
  color:#5d5238;
  margin: 20px 0px 20px 5px;
  float:left;
  display: block;
  }
.access_table02 td{
  padding:10px;
  } 
.access_table02 tr:nth-child(2n) {    /* 偶数行 */
   background-color: #f5f8eb;
}
.access_table02 tr:nth-child(2n+1) {  /* 奇数行 */
   background-color: #fff;
}
.access_table02 tr:nth-child(1) {     /* 先頭行のみ */
   background-color: #fff;
}  

/* ====================================================
サービス案内
==================================================== */

.service-wrap {
  
}
.service-wrap a {
}

.service-wrap table,
.service-wrap tr,
.service-wrap th,
.service-wrap td {
  box-sizing: border-box;
}

.service-wrap table {
  width: 950px;
}

.service-wrap tr {
  width: 100%;
}

.service-wrap th {
  width: 33.333%;
}

.service-wrap td {
  width: 33.333%;
}

/* タイトル */
.service-wrap .service-table-other1 tr {

}
.service-wrap .service-table-other1 td {
  text-align: center;
  padding-bottom: 10px;
}

.service-wrap .service-table-other1 td img {
  width: auto;
  height: 30px;
}

/* 表部分 */
.service-wrap .service-table tr {
  border-top: 1px solid #eae7e3;
}
.service-wrap .service-table tr:last-of-type {
  border-bottom: 1px solid #eae7e3;
}

.service-wrap .service-table th {
  padding: 15px;
  font-size: 120%;
  font-weight: bold;
}

.service-wrap .service-table td {
  padding: 30px 15px;
  text-align: center;
}
.service-wrap .service-table td:nth-of-type(1) {
  background: #fbf2e9;
  border-right: 5px solid #fff;
}
.service-wrap .service-table td:nth-of-type(2) {
  background: #f4f7ea;
  border-left: 5px solid #fff;
}

/* テキスト */
.service-wrap .service-table-other2 td:nth-of-type(2) {
  width: 480px;
  padding: 30px 15px;
  border-left: 1px solid #eae7e3;
}

/* ====================================================
お問い合わせ
==================================================== */
.contact-wrap #content {
  padding: 0 0 30px;
}

.contact-wrap h3 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}

.contact-wrap p {
  
}

.contact-wrap p {
  
}

/* ====================================================
検索結果
==================================================== */
.search {
  
}

#search_ttl {
  background: url(../img/header/ico_shopguide.png) no-repeat 10px center #fcf7ea;
}

.search .ttl_normal {
  color: #776751;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 10px 10px 0px;
}

.search .sideshop-search {
  padding-top: 0;
}

/* 会社案内
------------------------------ */
.company-img{
	width: 25%
}
.company-img2{
	width: 15%
}
.company-cont p{
	margin-bottom: 20px;
}
/* ====================================================
イベント・キャンペーン
求人情報
タブによるカラー
==================================================== */

/* lovela1 
------------------------------ */
.tabcolor-lvl1 {
  border: 1px solid #d97c2c !important;
}

.recruit-wrap .tabcolor-lvl1 h3{
  border-bottom: 1px solid #d97c2c !important;
}

.tabcolor-lvl1 .v2_cat_icon_event,
.tabcolor-lvl1 .v2_cat_icon_shop,
.tabcolor-lvl1 .txt_event,
.tabcolor-lvl1 .txt_shop_news,
.tabcolor-lvl1 .v2_cat_icon_info,
.recruit-wrap .tabcolor-lvl1 dt{
  color: #d97c2c;
}

.tabcolor-lvl1 .v2_cat_icon_shop {
  background: url(../img/common/ico_bag1.png) no-repeat left top;
  background-size: 16px auto;
}
.tabcolor-lvl1 .v2_cat_icon_event {
  background: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/common/ico_flag1.png) no-repeat left top;
  background-size: 16px auto;
}

.recruit-wrap .tabcolor-lvl1 h3 {
  background: url(../img/common/logo01t.png) no-repeat right center;
  background-size: auto 30px;
}

/* lovela2 
------------------------------ */
.tabcolor-lvl2 {
  border: 1px solid #85b634 !important;
}

.recruit-wrap .tabcolor-lvl2 h3{
  border-bottom: 1px solid #85b634 !important;
}

.tabcolor-lvl2 .v2_cat_icon_event,
.tabcolor-lvl2 .v2_cat_icon_shop,
.tabcolor-lvl2 .txt_event,
.tabcolor-lvl2 .txt_shop_news,
.tabcolor-lvl2 .v2_cat_icon_info,
.recruit-wrap .tabcolor-lvl2 dt{
  color: #85b634;
}

.tabcolor-lvl2 .v2_cat_icon_shop {
  background: url(../img/common/ico_bag2.png) no-repeat left top;
  background-size: 16px auto;
}

.tabcolor-lvl2 .v2_cat_icon_event {
  background: url(../img/common/ico_flag2.png) no-repeat left top;
  background-size: 16px auto;
}
.recruit-wrap .tabcolor-lvl2 h3 {
  background: url(../img/common/logo02t.png) no-repeat right center;
  background-size: auto 30px;
}

/* lovela3
------------------------------ */
.tabcolor-lvl3 {
  border: 1px solid #705e46 !important;
}

.recruit-wrap .tabcolor-lvl3 h3{
  border-bottom: 1px solid #705e46 !important;
}

#article_nav .tabcolor-lvl3 dt,
.tabcolor-lvl3 .v2_cat_icon_event,
.tabcolor-lvl3 .v2_cat_icon_shop,
.tabcolor-lvl3 .txt_event,
.tabcolor-lvl3 .txt_shop_news,
.tabcolor-lvl3 .v2_cat_icon_info,
.recruit-wrap .tabcolor-lvl3 dt{
  color: #705e46;
}

.tabcolor-lvl3 .v2_cat_icon_shop {
  background: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/common/ico_bag3.png) no-repeat left top;
  background-size: 16px auto;
}

.tabcolor-lvl3 .v2_cat_icon_event {
  background: url(../img/common/ico_flag3.png) no-repeat left top;
  background-size: 16px auto;
}

/* ====================================================
トップ・タブカラー
==================================================== */

/* lovela1 
------------------------------ */
.top-tabcolor-lvl1 {
  border: 10px solid #faebde !important;
}

.top-tabcolor-lvl1 .v2_cat_icon_event,
.top-tabcolor-lvl1 .v2_cat_icon_shop {
  color: #d97c2c;
}

.top-tabcolor-lvl1 .txt_event,
.top-tabcolor-lvl1 .txt_shop_news,
.top-tabcolor-lvl1 .v2_cat_icon_info {
  color: #d97c2c !important;
}

.top-tabcolor-lvl1 .v2_cat_icon_shop {
  background: url(../img/common/ico_bag1.png) no-repeat left top;
  background-size: 16px auto;
}
.top-tabcolor-lvl1 .v2_cat_icon_event {
  background: url(http://www.lovela-bandai.com/wp/wp-content/themes/lovela/img/common/ico_flag1.png) no-repeat left top;
  background-size: 16px auto;
}

/* lovela2 
------------------------------ */
.top-tabcolor-lvl2 {
  border: 10px solid #eef4e0 !important;
}

.top-tabcolor-lvl2 .v2_cat_icon_event,
.top-tabcolor-lvl2 .v2_cat_icon_shop {
  color: #85b634;
}

.top-tabcolor-lvl2 .txt_event,
.top-tabcolor-lvl2 .txt_shop_news,
.top-tabcolor-lvl2 .v2_cat_icon_info {
  color: #85b634!important;
}

.top-tabcolor-lvl2 .v2_cat_icon_shop {
  background: url(../img/common/ico_bag2.png) no-repeat left top;
  background-size: 16px auto;
}
.top-tabcolor-lvl2 .v2_cat_icon_event {
  background: url(../img/common/ico_flag2.png) no-repeat left top;
  background-size: 16px auto;
}

/* lovela3
------------------------------ */
.top-tabcolor-lvl3 {
  border: 10px solid #e4e1dc !important;
}

.tabtabcolor-lvl3 .v2_cat_icon_event,
.tabtabcolor-lvl3 .v2_cat_icon_shop {
  color: #705e46;
}

.tabcolor-lvl3 .txt_event,
.tabcolor-lvl3 .txt_shop_news,
.top-tabcolor-lvl3 .v2_cat_icon_info {
  color: #705e46!important;
}

.top-tabcolor-lvl3 .v2_cat_icon_shop {
}
.top-tabcolor-lvl3 .v2_cat_icon_event {
  background: url(../img/common/ico_flag3.png) no-repeat left top;
  background-size: 16px auto;
}

/* 選択タブ 
------------------------------ */
#page_ttl_box h2.v2_ttl_topics {
  background: url(../img/top/top_topics_h2.png) no-repeat 5px center #fcf7ea;
  background-size: 28px auto;
  padding-left: 40px;
}
.lvlselect-tabnav {
  width: 100%;
/*   height: 60px; */
  overflow: hidden;
}
.lvlselect-tab {
  letter-spacing: -.40em;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0;
}
.lvlselect-tab li {
  display: block;
  cursor: pointer;
  float: left;
}

.lvlselect-tab li div {
  background: #fff;
  border: solid 3px #eae7e3;
  margin: 0 4px 0 0;
  width: 314px;
  height: 50px;
  padding: 0;
  line-height: 46px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
}

.lvlselect-tab li div a {
  opacity: 1;
  display: block;
  text-decoration: none;
}

.lvlselect-tab li div img {
  width: auto;
  height: 39px;
  vertical-align: middle;
}

.lvlselect-tab .tab-c1:hover {
  border: solid 3px #715e47;
}
.lvlselect-tab .v2_select .tab-c1 {
  border: solid 3px #715e47;
}

.lvlselect-tab .tab-c2 {
}
.lvlselect-tab .tab-c2:hover {
  border: solid 3px #d97c2c;
}
.lvlselect-tab .v2_select .tab-c2 {
  border: solid 3px #d97c2c;
}

.lvlselect-tab .tab-c3 {
  margin: 0 0 0 0;
}
.lvlselect-tab .tab-c3:hover {
  border: solid 3px #90b335;
}
.lvlselect-tab .v2_select .tab-c3 {
  border: solid 3px #90b335;
}

/* ====================================================
common
==================================================== */

.news-sp-mark {
  display: none !important;
}

.list-lvl-mark {
  width: 40px;
  height: 20px;
  margin: 10px 0 0 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 15px;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
}
#top_unit03 .list-lvl-mark {
  right: 5px;
}

.tabcolor-lvl1 .list-lvl-mark,
.top-tabcolor-lvl1 .list-lvl-mark {
  background-image: url(../img/common/logo01t.png);
}

.tabcolor-lvl2 .list-lvl-mark,
.top-tabcolor-lvl2 .list-lvl-mark {
  background-image: url(../img/common/logo02t.png);
}

.tabcolor-lvl3 .list-lvl-mark,
.top-tabcolor-lvl3 .list-lvl-mark {
/*
  background-image: url(../img/common/logo03t.png);
  background-size: auto 15px;
*/
}

.btn_box,
.btn_box:visited,
.btn_box:link {
  display: block;
  background: #eae7e3 ;
  color: #776751;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.btn_box:hover {
  background: #776751 ;
  color: #fff;
  opacity: 1 !important;
}
.btn_box:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 130%;
  position: absolute;
  right: 10px;
}

/* ====================================================
特集
==================================================== */
.feature_txt {
  width: 720px;
  margin-bottom: 20px;
}

.feature_txt img {
  width: auto;
}

.feature-h2 {
  padding: 10px 10px 10px 0px;
}

/* ====================================================
多言語
==================================================== */

/* ヘッダー
========================================== */
.global-wrap #head_wrap_y {
  background: #fff;
}

.global-wrap .head_wrapbox {
  margin: 0px auto;
  padding: 15px 0 0;
  width: 950px;
  height: 40px;
  text-align: right;
  overflow: hidden;
}

.global-wrap #logo {
  width: auto;
  height: 40px;
  float: left;
}
.global-wrap #logo a {
  height: 40px;
  overflow: hidden;
  display: block;
}
.global-wrap #logo img {
  width: auto;
  height: 40px;
}

.global-wrap #nav_overlay {
  width: 100%;
  float: none;
}

.global-wrap nav li {
  width: 16.666% !important;
  box-sizing: border-box;
  float: left;
  margin: 0px 0 0px 0px;
  text-indent: inherit;
  border-right: #705c41 1px solid;
  border-bottom: #fff 5px solid;
}
.global-wrap nav li:last-of-type {
  border-right: none;
}
.global-wrap nav li:hover {
  border-bottom: #705c41 5px solid;
  background-color: #fcf7e8 !important;
}
.global-wrap nav li a:hover {
  opacity: 1;
}

.global-wrap nav li a {
  text-align: center;
}

/* index
========================================== */

/* コンテンツ 
------------------------------ */
.global-topimg {
  width: 670px;
  margin-bottom: 30px;
}

.global-topimg img {
  margin-bottom: 15px;
}

.global-topimg p {
  margin-bottom: 15px;
}
.global-topimg p:last-of-type {
  margin-bottom: 0;
}


/* サイドバー 
------------------------------ */
#rnav #hours {
  margin: 0 0 30px;
}

/* FAQ */
.global-faq {
  margin-bottom: 30px;
}
.global-faq a {
  display: block;
  background: #fcf7e9;
  border: 1px solid #ebe9e4;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
}
.global-faq a:hover {
  cursor: pointer;
}

/* 
交通アクセス
========================================== */
.global-access {
  overflow: hidden;
  margin: 0 -5px;
}

/* コンテンツ 
------------------------------ */
.global-access .shop-h2 {
  color: #fff;
  height: 35px;
  background-color: #776751;
  line-height: 35px;
  font-size: 120%;
  padding: 0 40px 0px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  border: none;
}
.global-access h3 {
  border-bottom: 1px solid #eae7e3;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 120%;
  line-height: 40px;
  font-weight: bold;
}

.g-access-text {
  border: 1px solid #eae7e3;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  padding: 10px;
}
.g-access-text table {
  border-spacing: 0 10px ;
  width: 100%;
}
.g-access-text tr {
  margin-bottom: 10px;
}
.g-access-text tr:first-of-type td {
  border-bottom: 1px solid #eae7e3 !important;
}
.g-access-text th {
  border-right: 1px solid #776751;
  width: 100px;
  padding: 15px;
  text-align: right;
}
.g-access-text td {
  padding: 20px;
}

.g-access-img {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
}

.g-access-map {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
}

/* 
ショップガイド
========================================== */
.global-shop {
  overflow: hidden;
  margin: 0 -5px;
}

/* タブ 
------------------------------ */
.global-shoptab {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0;
}

.global-shoptab li {
  float: left;
}

.global-shoptab li div {
  background: #fff;
  margin: 0 4px 0 0;
  width: 234.5px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
}
.global-shoptab .tab-c4 {
  margin: 0;
}

.global-shoptab .tab-c1 a {
  background-color: #e78758;
}
.global-shoptab .tab-c2 a {
  background-color: #97c365;
}
.global-shoptab .tab-c3 a {
  background-color: #f0b84d;
}
.global-shoptab .tab-c4 a {
  background-color: #39a262;
}

.global-shoptab a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* コンテンツ 
------------------------------ */
.global-shop .shop-h2 {
  color: #fff;
  height: 35px;
  background-color: #776751;
  line-height: 35px;
  font-size: 120%;
  padding: 0 40px 0px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
  border: none;
}
.h2-genre1 {
  
}
.global-shop .h2-genre1 {
  background-color: #e78758;
}
.global-shop .h2-genre2 {
  background-color: #97c365;
}
.global-shop .h2-genre3 {
  background-color: #f0b84d;
}
.global-shop .h2-genre4 {
  background-color: #39a262;
}

.global-shoplistbox {
  width: 310px;
  padding: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px solid #eeece9;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.global-shoplistbox ul {
  overflow: hidden;
}

.global-shoplistbox li {
  float: left;
  box-sizing: border-box;
  position: relative;
}

.global-shoplistbox .logo {
  width: 78px;
  height: 78px;
  margin-right: 10px;
  box-sizing: border-box;
}

.global-shoplistbox .pht {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.global-shoplistbox .logo img {
  max-width: 100%;
  max-height: 78px;
}

.global-shoplistbox .pht img {
}

.global-shoplistbox .logo img {
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.global-shoplistbox .pht img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.global-shoplistbox table {
  width: 100%;
  margin: 20px 0 10px 0;
}

.global-shoplistbox tr {
  width: 100%;
  border-bottom: 1px solid #776751;
}

.global-shoplistbox th {
  width: 85px;
  box-sizing: border-box;
}
.global-shoplistbox tr:nth-of-type(1) th {
}
.global-shoplistbox tr:nth-of-type(2) th,
.global-shoplistbox tr:nth-of-type(3) th,
.global-shoplistbox tr:nth-of-type(4) th {
  background-color: #fcf7e8;
  padding: 10px;
}

.global-shoplistbox td {
  width: 203px;
  box-sizing: border-box;
}
.global-shoplistbox tr:nth-of-type(1) td {
  text-align: right;
}
.global-shoplistbox tr:nth-of-type(2) td,
.global-shoplistbox tr:nth-of-type(3) td,
.global-shoplistbox tr:nth-of-type(4) td {
  padding: 10px;
}

.global-cat1 {
  color: #e78758;
}
.global-cat2 {
  color: #97c365;
}
.global-cat3 {
  color: #f0b84d;
}
.global-cat4 {
  color: #39a262;
}

/* 
サービス案内
========================================== */
.global-service {
  overflow: hidden;
  margin: 0 0 30px;
}

.g-service-info {
  margin-bottom: 30px;
}
.g-service-box {
  margin-bottom: 15px;
  padding: 0 40px 15px;
  border-bottom: 1px solid #eeece9;
}
.g-service-box h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.g-service-box p {
  color: #ae9e8a;
}

/* 
FAQ
========================================== */
#faq_ttl {
  background: url(../img/header/ico_faq.png) no-repeat 10px center #fcf7ea;
}

.global-faq {
  overflow: hidden;
  margin: 0;
}

.g-faq-box {
  margin-bottom: 15px;
  padding: 0 40px 15px;
  border-bottom: 1px solid #eeece9;
}
.g-faq-box h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.g-faq-box span {
  font-weight: bold;
}
.g-faq-box p {
  color: #ae9e8a;
}