@charset "utf-8";
.fz11 {
    font-size: 11px;
}
*, body{
/*
	font-family:Verdana,Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height:inherit;
}
div#header {
    text-align: left;
    background-image:none;
   /* height: auto; */
   height: 190px;
   margin:0;
}
div#header ul {
    clear : both;
    font-size : 12px;
    height: auto;
}
div#header>div.topheader {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #3e8bff;
    height: 32px;
    z-index: 3;
    position: fixed;
    width: 100%;
    left: 0px;
}
div#header>div.topheader .topheaderbox {
    margin: 0 auto;
    width: 990px;
	height:32px;
	overflow:hidden;
}
div#header_login ul.site_menu li{
	padding-right:10px;
}
div#header_login ul.site_menu li:last-child{
	padding-right:0;
}
div#header>div.topheader .topheaderbox a {
    line-height: 32px;
    color: #1d3994;
}
div#header_login ul.site_menu li a{
	font-weight:normal;
	
}
div#header>div.topheader .topheaderbox .near {
    display: none;
}
div#header>div.topheader .topheaderbox .near a {
    line-height: 1.2rem;
}
div#header>div.topheader .float-l {
    float: left;
	height:32px;
}
div#header>div.topheader .float-r {
    line-height: 32px;
    float: right;
	height:32px;
}
div#header>div.topheader .site_menu {
    font-size: 12px;
	height:32px;
	line-height:32px;
}
div#header > div.topheader .float-r #header_login .site_menu li{		
	line-height:37px;
}
div#header>div.topheader .site_menu a {
    text-decoration: none;
}

div#header>div.topheader .site_menu a:hover {
    text-decoration: underline;
}
div#header>div.topheader .float-l>.site_menu>li,
div#header>div.topheader .float-r>.site_menu>li {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
	height:32px;
}
div#header>div.topheader .float-r>div#header_login h5,
div#header>div.topheader .float-r>div#header_login a.myh {
    color: red;
    font-size: 17px;
    font-weight: bold;
    background-image: url("/img/icon/icon_myore.png?imgopt=y");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 27px auto;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
div#header div#common-header-wrap {
    border-bottom: 2px solid #3e8bff;
    box-shadow: none;
    margin-bottom: 5px;
    background-position: center bottom;
    background-repeat: repeat-x;
	padding:0;
/* ↓[ピラミッド検索][ガイド対応][障害対応]ガイドヘッダ対応 @KSOL篠原 2016/06/03 */
    /* margin-top: 32px; */
/* ↑[ピラミッド検索][ガイド対応][障害対応]ガイドヘッダ対応 @KSOL篠原 2016/06/03 */
    width: 990px;
    margin: auto;
}
div#header div#common-header-wrap div#global {
    height: auto;
}
/*
div#header div#common-header-wrap a{
color: #1d3994;
}
*/

div#logo {
    width: 335px;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
div#logo>p {
	display: inline-block;
    width: 202px;
    line-height: 1;
    padding-bottom: 5px;
}
div#logo .logoarea {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}
div#global_center {
    overflow: visible;
    width: 255px;
    position: relative;
    top: 17px;
	padding:10px 0 0;
}
div#global_center #googleSearch ul {
	padding: 0;
	height:14px;
}
div#global_center #googleSearch ul.fz11{
	font-size:11px;
}
div#global_center #googleSearch ul>li>span {
    background: #F0F0F0;
    padding: 3px 10px 3px;
    border-radius: 1px 1px 0 0;
    font-weight: bold;
}
div#global_center #googleSearch ul.fz11 li a{
	padding:3px 10px;
}
div.keyword_search {
    height: 32px;
    background: #f0f0f0;
    width: 234px;
    padding: 4px 4px 2px 4px;
    border-radius: 2px;
	margin-top:0;
}
div.keyword_search form {
    position: relative;
    width: 100%;
    height: 30px;
    background: -webkit-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    background: -moz-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    background: -ms-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    -webkit-appearance: none;
    border-radius: 0 2px 2px 0;
}
div.keyword_search input[type="search"] {
    background-color: #fff;
    border: 1px solid #eee;
    height: 30px;
    width: 205px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
    border-radius: 0;
}
div.keyword_search input[type="image"] {
    border: none;
    padding: 0;
    position: absolute;
    left: 204px;
    top: 0px;
    height: 30px;
    width: 30px;
    background-image: url(/img/icon/search03.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 2px 2px 0;
    background-size: 12px auto;
    z-index: 1;
}
div.keyword_search input[type="image"]:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

div.keyword_search input[type="submit"] {
    background: -webkit-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    border: none;
    padding: 0;
    position: absolute;
    left: 204px;
    top: 0px;
    height: 30px;
    width: 30px;
    background-image:url("/img/icon/icon_001_w1.png?imgopt=y");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 2px 2px 0;
    background-size: 14px auto;
	background-color:#5487ff;
}

div#global_right {
    text-align: right;
    position: relative;
}
div#global_right h1 {
    font-size: 10px;
    color: #999;
    padding: 10px 0px;
}
div#global_right a{
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: 28px;
}
.FlexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.FlexBox--justify {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.FlexBox--reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.FlexBox--column {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.FlexBox--Wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.FlexBox--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.FlexBox--baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.FlexBox--end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-end;
}
.FlexBox__item {
    display: block;
    word-wrap: break-word;
}
.FlexBox__item.half {
    width: 50%;
    box-sizing: border-box;
}
.FlexBox__item.one_third {
    width: 33.333%;
}
.FlexBox>.FlexBox__item.one_four {
    width: 25%;
}
div#header div#common-header-wrap div#global {
    padding-top: 0!important;
}
div#header div#common-header-wrap div#global ul.near {
    padding: 0px;
	margin-top:-2px;
}
div#header div#common-header-wrap div#global ul.near>li {
    display: inline-block;
    background-image:url("/img/icon/icon_week2.png?imgopt=y");
    background-repeat: no-repeat;
    background-position: center left 5px;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 12px;
    position: relative;
	background-size:12px auto;
}
div#header div#common-header-wrap div#global ul.near>li:hover {
    background-image: url(/img/icon/icon_popopen.png?imgopt=y);
    background-color: #1d3994;
    border-radius: 2px 2px 0 0;
}
div#header div#common-header-wrap div#global ul.near>li:hover>a {
    color: white;
    text-decoration: none;
}
div#header div#common-header-wrap div#global ul.near>li .popbox {
    text-indent: 0;
    z-index: 30;
}
div#header div#common-header-wrap div#global ul.near>li:hover .popbox {
    display: block;
}
div#header div#common-header-wrap div#global ul.near>li .popbox {
    text-indent: 0;
}
div#header div#common-header-wrap div#global ul.near>li:hover .popbox {
    display: block;
}
.popbox {
    display: none;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: white;
    max-width: 600px;
    z-index: 3;
    border-radius: 0 5px 5px;
    border: 4px solid #1d3994;
    padding: 15px;
    left: 0;
    font-size: 12px;
    line-height: 1rem;
    min-width: 180px;
}
.popbox .poptitle {
    font-weight: bold;
    font-size: 13px;
    text-indent: 0px;
    margin-bottom: 4px;
    color: #333333;
    width: 600px;
	padding:0;
}
.popbox .popsubtitle {
    padding: 3px 0;
}
.popbox .popsubtitle a {
    background-image: url(/img/icon/icon_circlearrow_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px auto;
    padding-left: 15px;
}
.popbox dl>dd {
    margin-bottom: 15px;
}
.popbox dd a{
	line-height:15px;
}
.popbox dd span.solid{
	color:#ccc;
	padding:0 2px;
}
.popbox .poplocal {
/* ↓[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
/*	padding-left: 200px;*/
/* ↑[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
}
div#header div#common-header-wrap ul.site_menu.area_map {
	width: 990px;
	height: auto;
	margin: 0 auto;
    padding: 5px 0 0;
    vertical-align: middle;
    font-size: 12px;
}
div#header div#common-header-wrap ul.site_menu.area_map li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
div#header div#common-header-wrap ul.site_menu.area_map li:first-child {
    padding-left: 1px !important;
}
div#header div#common-header-wrap ul.site_menu.area_map li:first-child a{
	letter-spacing:1px;
}
div#header div#common-header-wrap ul.site_menu.area_map li:not(:first-child):before {
    width: 1px;
    height: 12px;
    content: " ";
    background-color: #999;
    position: absolute;
    left: 0;
    top: 4px;
}
div#header div#common-header-wrap ul.site_menu.area_map li.on:after {
    width: 10px;
    height: 10px;
}
div#header div#common-header-wrap ul.site_menu.area_map li a {
    height: 21px;
    line-height: 21px;
    padding: 0px 5px;
	display:block;
	letter-spacing:-1px;
}
div#header div#common-header-wrap ul.site_menu.area_map li .area_mapsub_outer .area_mapsub .heading a{
	display:table;
}
div#header div#common-header-wrap ul.site_menu.area_map li .area_mapsub_outer .area_mapsub ul{
	padding:0 10px!important;
}
div#header div#common-header-wrap ul.site_menu.area_map li .area_mapsub_outer .area_mapsub ul li{
	padding:0!important;
}
div#header div#common-header-wrap ul.site_menu.area_map li .area_mapsub_outer .area_mapsub ul li a{
	padding:0!important;
}
div#header div#common-header-wrap ul.site_menu.area_map li:last-child a{
	letter-spacing:1px;
}
div#header div#common-header-wrap ul.site_menu.area_map li a:hover{
	text-decoration:underline;
}
.site_menu.area_map li.on a {
    background-color: #5487ff;
    border-radius: 4px;
    color: white;
}
.area_map > li.on .area_mapsub a {
    background-color: transparent;
}
.popbox .poplocal {
/* ↓[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
/*	padding-left: 200px;*/
/* ↑[ピラミッド検索][ガイド対応][障害対応]ST-0529-082 @EXCEED 崔 2016/05/30 */
	width:600px;
}
.popbox .poplocal .boxCate{
	display:flex;
	justify-content:center;
}
p.local_city {
    padding: 0;
    float: left;
}
.popbox .poplocal p.local_city:nth-of-type(1) a{
	margin-left:0;
}
p.local_city a {
    width: 70px;
    display: block;
    padding: 2px 0;
    margin-left: 5px;
    text-align: center;
    border-radius: 2px;
    font-size: 11px;
    color: white;
    border: #FFC458 solid 1px;
    background: linear-gradient(to bottom, #FFDA2F, #FFB100);
    ;
}
#left_area_business-hotel {
    width: 100px;
}
div#header div#common-header-wrap ul#navigation {
    width: 990px;
    margin: 0 auto;
    padding: 0;
    background-color: #f9f9f9;
    vertical-align: middle;
    font-size: 13px;
    float: none;
}
div#header div#common-header-wrap ul#navigation li {
    background: none;
    text-align: left;
    height: 32px;
    display: block;
    margin: 0 2px 0px 0px;
    float: left;
    width: auto;
}
div#header div#common-header-wrap ul#navigation li.on,
div#header div#common-header-wrap ul#navigation li:hover {
    background-color: #3E8BFF;
    position: relative;
}
div#header div#common-header-wrap ul#navigation li.n_face a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_004.png?imgopt=y") no-repeat scroll 8px 9px / 15px auto;
    padding:0 12px 0 26px;
}
div#header div#common-header-wrap ul#navigation li.on:not(:first-child):after,
div#header div#common-header-wrap ul#navigation li:not(:first-child):hover:after {
    content: "";
    position: absolute;
    right: 0;
    border-width: 7px 7px 0px 0px;
    border-style: solid;
    background: #F9F9F9;
    display: block;
    width: 0;
    bottom: 0;
    border-color: #3475d6 #F9F9F9 #3E8BFF #3E8BFF;
}
div#header div#common-header-wrap ul#navigation li a {
    display: block;
    background: none;
    color: #333;
    line-height: 32px;
    padding: 0 18px;
    width: auto;
    height: 32px;
    text-decoration: none;
}
div#header div#common-header-wrap ul#navigation li a.home {
    display: inline-block;
    width: 15px;
    background-image: url(/img/icon/icon_home.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 20px;
}
div#header div#common-header-wrap ul#navigation li:hover a.home:before,
div#header div#common-header-wrap ul#navigation li.on a.home:before {
    background-image: url(/img/icon/icon_home_w.svg);
}
div#header div#common-header-wrap ul#navigation li a.l_bold {
    font-weight: bold;
    position: relative;
    padding-left: 24px;
}
div#header div#common-header-wrap ul#navigation li a.l_bold:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 1px;
    background-image: url(/img/icon/icon_010.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100% auto;
}
div#header div#common-header-wrap ul#navigation li a:hover {
    background-position: 0 -32px;
    color: #1d3994;
}
div#header div#common-header-wrap ul#navigation li:hover a.l_bold:before,
div#header div#common-header-wrap ul#navigation li.on a.l_bold:before {
    background-image: url(/img/icon/icon_010_w.png);
}
div#header div#common-header-wrap ul#navigation li.ranking a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_011.png?imgopt=y") no-repeat scroll 10px 9px / 16px auto;
    padding:0 12px 0 28px;
}
div#header div#common-header-wrap ul#navigation li.news a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_003.png?imgopt=y") no-repeat scroll 13px 10px / 15px auto;
    padding:0 12px 0 30px
}
div#header div#common-header-wrap ul#navigation li.sokuhimeNavi a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_005.png?imgopt=y") no-repeat scroll 7px 9px / 14px auto;
    padding:0 12px 0 23px;
}
div#header div#common-header-wrap ul#navigation li.photoDiary a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_006.png?imgopt=y") no-repeat scroll 8px 9px / 15px auto;
    padding:0 12px 0 26px;
}
div#header div#common-header-wrap ul#navigation li.chokusoubin a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_007.png?imgopt=y") no-repeat scroll 8px 8px / 15px auto;
    padding:0 12px 0 26px;
}
div#header div#common-header-wrap ul#navigation li.newMovie a {
    background:rgba(0, 0, 0, 0) url("/img/icon/icon_008.png?imgopt=y") no-repeat scroll 6px 8px / 14px auto;
    padding:0 12px 0 24px;
}
div#header div#common-header-wrap ul#navigation li.coupon a {
   background:rgba(0, 0, 0, 0) url("/img/icon/icon_009.png?imgopt=y") no-repeat scroll 7px 10px / 17px auto;
   padding:0 12px 0 28px;

}
div#header div#common-header-wrap ul#navigation li.on a,
div#header div#common-header-wrap ul#navigation li:hover a:hover {
    color: white;
}
div#header div#common-header-wrap ul#navigation li a.home img {
    position: relative;
    top: 7px;
    left: 0;
}
body#login ul.topic_path {
	width: 990px;
	font-size: 12px;
	margin-top: 0;
}    
#breadcrumb-wrap li:not(:last-child):after {
    content: "\3e";
}
#breadcrumb-wrap li {
  display: inline-block;
}
ul#location-breadcrumbs-wrap{
	height:25px!important;
	/* ↓パンくず対応（店舗ページ）2016/07/06 */
	/* line-height:25px; */
	width: 800px !important;
	line-height:20px;
	word-break: keep-all;
	/* ↑パンくず対応（店舗ページ）2016/07/06 */
	padding-left:0 !important;
	font-size: 10px !important;
}
#breadcrumb-wrap #location-wrap #location ul#location-breadcrumbs-wrap li{
	line-height:18px!important;
}
#breadcrumb-wrap #location-wrap #location ul#location-breadcrumbs-wrap li a span{
	font-size:10px;
	/* ↓パンくず対応（店舗ページ）2016/07/06 */
	display: table-cell;
	/* ↑パンくず対応（店舗ページ）2016/07/06 */
}
.FlexBox--justify {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0px auto;
    width: 990px !important;
}
.thiscount {
    position: relative;
    top: 0px;
	width:220px;
	height:26px;
	text-align:right;
	line-height:26px;
}
.thiscount ul{
	line-height:25px;
}
.thiscount li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.thiscount li:last-child{
	padding-right:0;
}

.thiscount li:not(:first-child):before {
    width: 1px;
    height: 12px;
    content: " ";
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 0px;
}
.thiscount ul li{
	font-size:10px;
}
.thiscount .num {
    font-size: 14px!important;
    font-weight: bold;
    padding-right: 2px;
	font-family:"Arial";
}

.area_mapsub_outer{
	z-index:2 !important;
}

.area_mapsub_outer > .area_mapsub > ul{
	padding-left:0 !important;
}
/*headerArea北海道と九州北追加
--------------------------------*/
#areamap ul.site_menu li:hover .area_mapsub_outer{
	z-index:35!important;
}
#areamap ul.area_map > li .area_mapsub{
/*
	top:10px!important;
	bottom:10px!important;
	left:10px!important;
	right:10px!important;
*/
}
li[data-area="h"] .area_mapsub_name::before{
	left:-1006%;
}
li[data-area="h"] .area_mapsub_name::after{
	right:-1004%;
}

ul.area_map > li[data-area="h"] .area_mapsub .heading{
	text-align:left;
}
#areamap ul.site_menu li:hover .area_mapsub_outer{
	z-index:5;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer{
	width:215px;
	height:60px;
	z-index:10;
	left:-17px;
	overflow:visible;
}
li[data-area="h"] .area_mapsub_outer .area_mapsub{
	left:4%;
	right:4%;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub .heading a{
	display:inline;
	margin-left:12px;
	padding:0;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li{
	width:17%;
	text-align:left!important;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(3),
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(6){
	width:50%;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li a{
	letter-spacing:2px;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(3) a{
	letter-spacing:5px;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(7),
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(8){
	width:50%;
}

#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li a span{
	margin:0 -3px;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(1){
	width:49%;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li a{
	display:inline;
	letter-spacing:0!important;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(3){
	width:34%;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(4){
	width:32%;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(5), #areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(6){
	width:17%;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(7){
	width:34%;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer{
	width:203px;
	height:75px;
	left:-84px;
	overflow:visible;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(1){
	width:100%;
	text-align:left!important;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li.sub{
	width:24%;
	float:left;
	font-size:10px;
	text-align:left;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(2){
	width:52%;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(2) a{
	background:rgba(0, 0, 0, 0) url("//smart.cityheaven.net/img/substick.png?imgopt=y") no-repeat scroll 4px -1px / 10px auto;
	padding-left:15px;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(n+5){
	width:32%;
	margin-left:1%;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(7){
	margin-right:1%;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer .area_mapsub ul li.sub a{
	height:14px;
	line-height:14px;
}

/* ↓ ディレクタークーポン対応 2016/11/01 */
div#shopmain {
    z-index: 25;
}
.shopTopCoupon {
    position: fixed;
    top: 300px;
    width: 200px;
    right: -200px;
    background-color: rgba(0, 0, 0, 0);
    color: black;
	z-index:1;
}
.BCshop {
    right: 10px;
}
.shopCouponDiscount {
    border-style: solid;
    border-width: 3px;
    border-color: #FFA500;
    background-color: #FFA500;
    width: 100%;
    height: 30px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    text-align: center;
    font-size: 25px;
}
.shopCouponCharge {
    border-style: solid;
    border-width: 3px;
    border-color: #FFA500;
    background-color: white;
    width: 100%;
    height: 55px;  
    text-align: left;
}
.shopCouponCharge span.normal {
    color: black;
    font-size: 15px;
}
.shopCouponCharge span.before {
    text-decoration: line-through;
}
.shopCouponCharge span.large {
    color: red;
    font-size: 25px;
    font-weight: bold;
}
.shopAllCouponLink {
    border-style: solid;
    border-width: 3px;
    border-color: #FFA500;
    background-color: #FFA500;
    width: 100%;
    height: 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    font-size: 15px;
}
.shopCouponDiscountDirector {
    border-color: #C30327;
    background-color: #C30327;
}
.shopCouponChargeDirector {
    border-color: #C30327;
}
.shopAllCouponLinkeDirector {
    border-color: #C30327;
    background-color: #C30327;
}
/* ↑ ディレクタークーポン対応 2016/11/01 */
/* ↓ さくらタイアップ1次 2017/03/29 */
.safety {
    margin-top: 10px;
    border: 2px solid #bfb78d;
    border-radius: 15px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    max-width: 200px;
    width: 100%;
}
.safety .safetyIcon {
    height: 82px;
}
.safety .safetyIcon img {
    width: 100%;
    position: absolute;
    top: 2px;
    left: 1px;
}
.safety p.safetyText {
    position: absolute;
    top: 33px;
    left: 7px;
    z-index: 1;
    color: #333;
    width: 125px;
    font-size: 10px;
    top: 32px;
    line-height: 14px;
    letter-spacing: -1px;
    overflow: hidden;
    height: 42px;
}
.safety p.safetyText span {
    font-weight: normal;
    color: #12b3e8;
}
.safetybcrank{
    margin-bottom: 10px;
}
.safetydrank{
    margin-top: 0px;
    margin-bottom: 10px;
}
/* ↑ さくらタイアップ1次 2017/03/29 */
