@charset "utf-8";
body {
    font-size: 10px;
}

a {
    color: #1d3994;
}

p {
    padding: 0;
}

.red {
    color: red;
}

.bgw {
    background-color: white;
}

.c_black {
    color: #333;
}

.c_gray {
    color: #aaa;
}

#shell img,
.topheader img {
    max-width: 100%;
}

.text-ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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%;
}
/** GUIDE-886 @EXCEED 2016/05/26 */
.FlexBox__item2 {
    display: block;
    word-wrap: break-word;
}

.FlexBox__item2.half {
    width: 50%;
    box-sizing: border-box;
}

.FlexBox__item2.one_third {
    width: 33.333%;
}

.FlexBox>.FlexBox__item2.one_four {
    width: 25%;
}
/** GUIDE-886 @EXCEED 2016/05/26 */

.border_box {
    border: 1px solid #e6ebfe;
    margin-bottom: 10px;
    font-size: 12px;
}
div.includeSlider.includeSliderPC{
    border: 1px solid #e6ebfe;
}
.border_box.gbc_b {
    background-color: #e6ecfe;
}

.border_box.gbc_b_gr {
    background: -webkit-repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
    background: -moz-repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
    background: -ms-repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
    background: repeating-linear-gradient(0deg, white, white 90%, #f1f5fe 100%);
}

.border_box.border_bgc {
    background-color: #f0f3f8;
}

.border_title {
    padding: 5px 10px 5px;
    font-size: 13px;
    border-bottom: 1px solid #e6ebfe;
    border-top: 1px solid #e6ebfe;
}

.more_link {
    display: block;
    text-align: right;
    padding: 8px 10px;
    font-size:11px;
}

.def_p {
    padding-left: 10px;
    padding-right: 10px;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz30 {
    font-size: 30px;
}

.fz50 {
    font-size: 50px;
}

.line01 {
    height: 1px;
    border-top: 1px solid #d5deef;
}

.line02 {
    height: 1px;
    border-top: 2px dotted #DCDAAF;
}

@media screen and (max-device-width: 1024px) {
    .logojack_button,
    .logojack_button2 {
        display: none !important;
    }
}

@media screen and (min-device-width: 1024px) {
    .logojack_button {
        display: block;
        width: 200px;
        left: -205px;
        position: absolute;
        top: 45px;
        z-index: 1;
        text-align: right;
    }
    .logojack_button2 {
        display: block;
        width: 200px;
        position: absolute;
        right: -205px;
        top: 45px;
        z-index: 1;
    }
}

.tgt {
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 7px;
    left: 8px;
}

.tgt span {
    display: none;
    float: left;
    min-width: 5px;
    min-height: 5px;
}

.tgt span.cur {
    display: block;
}

.loginbox {
    display: none;

    z-index: 20001;
}

.loginbox:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.loginbox .loginbox_in {
    width: 929px;
    height: 475px;
    display: inline-block;
    vertical-align: middle;
    background: -webkit-linear-gradient(230deg, rgba(232, 200, 39, 0.48) 0%, rgba(42, 60, 87, 0) 100%), -webkit-linear-gradient(-80deg, #106ba4 0%, #8b5972 100%);
    background: linear-gradient(230deg, rgba(232, 200, 39, 0.48) 0%, rgba(42, 60, 87, 0) 100%), linear-gradient(-80deg, #106ba4 0%, #8b5972 100%);
    background: -ms-linear-gradient(230deg, rgba(232, 200, 39, 0.48) 0%, rgba(42, 60, 87, 0) 100%), -ms-linear-gradient(-80deg, #106ba4 0%, #8b5972 100%);
    border-radius: 2px;
}

#newreco.loginbox .loginbox_in {
    height: auto;
    padding-bottom: 10px;
}

.loginbox .loginbox_in .loginbox_form {
    width: 284px!important;
    height: 456px!important;
    background: white;
    margin: 10px 10px 10px 0!important;
    float: right;
    position: relative;
    box-shadow: 0 0 0 3px rgba(200, 200, 200, 0.5), 2px 2px 20px 1px;
}
.loginbox .loginbox_in .loginbox_form .sign-up .FlexBox.FlexBox--middle.fz11.mb05{
	margin: 15px 0 10px 0;
}
/* ↓ログイン画面対応 2017/01/10 */
/* .loginbox .loginbox_in .loginbox_form { */
/*     position: absolute; */
/*     right: 0; */
/* } */
/* ↑ログイン画面対応 2017/01/10 */

.loginbox .loginbox_in .loginbox_form .loginfree {
    position: absolute;
    right: 0;
    top: 0;
	display:none;
}

/* ↓ログイン画面対応 2017/01/10 */
.loginbox .loginbox_in .loginbox_form .FlexBox .FlexBox__item {
    width: auto;
}
/* ↑ログイン画面対応 2017/01/10 */

.sign-up {
    padding: 20px;
}

.loginbox_form .newmember {
    background-color: #4dc837;
    width: 200px;
    height: 68px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border: 1px solid #559A27;
    margin: 20px auto 0;
    -webkit-appearance: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    box-shadow: -3px -3px 5px 3px rgba(0, 0, 0, 0.15) inset, 2px 2px 5px 1px rgba(255, 255, 255, 0.5) inset;
}

.loginbox_form input[type="submit"],
.loginbox_form input[type="text"],
.loginbox_form input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 3px 0 3px 4px;
    margin-bottom: 5px;
    font-size: 13px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 2px;
}
.loginbox_form input[type="text"]::placeholder,
.loginbox_form input[type="password"]::placeholder {
    color:#777;
}
input[type="submit"].login {
    border: 1px solid #FFBD30;
    border-radius: 0;
    background-color: #FFE587;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE27A), color-stop(1, #FFD348));
    background-image: -webkit-linear-gradient(top, #FFE27A, #FFD348);
    background-image: -moz-linear-gradient(top, #FFE27A, #FFD348);
    background-image: -o-linear-gradient(top, #FFE27A, #FFD348);
    background-image: linear-gradient(to bottom, #FFE27A, #FFD348);
    border-radius: 5px;
    color: #000;
    font-weight: 900;
    height: 40px;
    padding: 3px 0 3px 4px;
    font-size: 13px;
    min-width: 200px;
}

.loginbox_form ul>li:before {
    content: ' ';
    border: transparent solid 0.3em;
    border-left-color: #999;
    position: absolute;
    height: 0;
    width: 0;
    margin: 0px;
    margin-top: 0.4em;
    padding: 0px;
    left: 20px;
}

.loginbox_form_b {
    padding: 15px 28px;
    background: #f0f0f0;
    text-align: left;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.loginbox_jack {
    margin: 5px;
    float: left;
    width: 620px;
    height: 465px;
/* ↓ログイン画面対応 2017/01/10 */
/*    background-image: url(/img/adbanner2/bn0000048501.jpg?update_time=20150410153739);*/
    background-image: url(/img/login/startmyheaven.png?update_time=20170110000000&imgopt=y);
/* ↑ログイン画面対応 2017/01/10 */
    background-size: 100%;
}

.newrecobox {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-align: left;
    margin: 10px;
    padding: 10px;
    border-radius: 2px;
}

#lean_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
/* ↓ログイン画面対応 2017/01/10 */
/*  z-index: 2;*/
    z-index: 100000;
/* ↑ログイン画面対応 2017/01/10 */
}


/** header */

p#logo,
div#logo,
div#global_center,
div#global_center2,
p#pr {
    float: left;
}

div#global {
    height: 86px;
}

div#logo {
    width: 335px;
    font-size: 12px;
    margin-top: 8px;
}
/* ↓ログイン画面対応 2017/01/10 */
/* .areaGuideNear{ */
/*  float:left; */
/* } */
/* ↑ログイン画面対応 2017/01/10 */
div#logo .logoarea {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

div#logo>a {
    display: inline-block;
    vertical-align: bottom;
}

div#logo>a>img {
    width: 128px;
}

div#logo>p {
    display: inline-block;
    width: 202px;
    line-height: 1;
    padding-bottom: 5px;
}

ul.near>li {
    display: inline-block;
    background-image: url(/img/icon/icon_week2.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 12px;
    position: relative;
	background-size:12px auto;
}

ul.near>li:hover {
    background-image: url(/img/icon/icon_popopen2.png?imgopt=y);
    background-color: #1d3994;
    border-radius: 2px 2px 0 0;
    background-position: 5px 50%;
	background-size:12px auto;
}

ul.near>li:hover>a {
    color: white;
    text-decoration: none;
}
.areaGuideNear ul.near li.shopGenre .popbox .wrap-adm ul.site_menu li{
	margin-right:10px;
}

.topheader {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #3e8bff;
    height: 32px;
    z-index: 100;
    position: fixed;
    width: 100%;
/* ↓[ピラミッド検索] 2016/05/31 */
    left: 0px;
/* ↑[ピラミッド検索] 2016/05/31 */
}

.topheaderbox {
    padding: 0 5px;
    line-height: 40px;
    margin: 0 auto;
    width: 1000px;
}

.topheaderbox a {
    line-height: 32px;
    color: #1d3994;
}

.topheaderbox .near {
    display: none;
}

.topheaderbox .near a {
    line-height: 1.2rem;
}

.topheader .float-l {
    line-height: 32px;
    float: left;
}

.topheader .float-r {
    line-height: 32px;
    float: right;
}

.topheader .site_menu {
    font-size: 12px;
}

.topheader .site_menu a {
    text-decoration: none;
}

.topheader .site_menu a:hover {
    text-decoration: underline;
}

.topheader .float-l>.site_menu>li,
.topheader .float-r .site_menu>li {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}
.topheader .float-r .site_menu li:last-child{
	padding-right:0;
}
.topheader .float-r .site_menu > li{
	padding-right:10px;
}
.site_menu>li {
    display: inline-block;
}

#header_login a {
}

.pankuz{
    height:25px;
}
.pankuz .topic_path li{
    line-height:25px;
    font-size:10px;
}
.pankuz .thiscount{
}
/*
#breadcrumb-wrap #location-wrap{
	margin-top:3px;
}
*/
/* 客様追加分 */
#breadcrumb-wrap #location-wrap #location ul#location-breadcrumbs-wrap li{
	font-size:10px;
	line-height:25px;
}
/* 客様追加分 */
.thiscount {
    position: relative;
    top: 0px;
}

.thiscount li {
    display: inline-block;
    position: relative;
	font-size:10px;
    color: #666;
    font-weight: bold;
    line-height: 25px;
	padding:0 15px;

}

.thiscount li:not(:first-child):before {
    width: 1px;
    height: 12px;
    content: " ";
    background-color: #333333;
    position: absolute;
    left: 0;
/* ↓ログイン画面対応 2017/01/10 */
	  top: 6px; 
/* ↑ログイン画面対応 2017/01/10 */
}
.thiscount li:last-child{
	padding-right:0;
}
.thiscount .num {
    font-size: 14px!important;
    font-weight: bold;
    padding-right: 2px;
	font-family:"Arial";
    color: #333;

}
div#global_center {
    overflow: visible;
    width: 255px;
    padding-top: 10px;
    position: relative;
    top: 17px;
}

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>li>a.keyword{
    padding: 3px 10px 3px;
}

/* [繝斐Λ繝溘ャ繝画､懃ｴ｢] 2016/05/31 */

div#global_right {
    text-align: right;
    position: relative;
    /* z-index: -1; */
/* ↓Googleカスタム検索 2016/07/27 */
    float: right;
    width: 350px;
/* ↑Googleカスタム検索 2016/07/27 */
}

div#global_right h1 {
    font-size: 10px;
    color: #141414;
    padding: 10px 0px;
    /* ↓ ヘブン_hタグ修正 SC 2024/05/22 */
    background: transparent;
    /* ↑ ヘブン_hタグ修正 SC 2024/05/22 */
}

div#global_right a {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: 28px;
    padding-top: 0;
    height: 55px;
    overflow: hidden;
}


/* [ピラミッド検索]  2016/05/31 */

div#common-header-wrap {
    border-bottom: 2px solid #3e8bff;
    box-shadow: none;
    padding-top: 32px;
	margin:0;
    /* [ピラミッド検索]  2016/05/31 */
    /*    padding-top: 32px; */
    /* [ピラミッド検索]  2016/05/31 */
}
div#common-header-wrap:before,
div#common-header-wrap:after {
    content: " ";
    display: table;
}

div#common-header-wrap:after {
    clear: both;
}

div#common-header-wrap {
    *zoom: 1;
}
.site_menu.area_map {
    padding: 5px 0 5px;
    vertical-align: middle;
}
#areamap{
	height:31px!important;
}
.site_menu.area_map li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.site_menu.area_map li:first-child {
    padding-left: 1px;
}

.site_menu.area_map li:not(:first-child):before {
    width: 1px;
    height: 12px;
    content: " ";
    background-color: #999;
    position: absolute;
    left: 0;
    top: 4px;
}

.site_menu.area_map li.on:after {
    width: 10px;
    height: 10px;
}

.site_menu.area_map li a {
    height: 21px;
    line-height: 21px;
    padding: 0px 5px;
    display: block;
	letter-spacing:-1px;
}
.site_menu.area_map li:first-child a{
	letter-spacing:1px;
}
.site_menu.area_map li:last-child{
	padding-right:0;
}
.site_menu.area_map li:last-child a{
	letter-spacing:1px;
}
.site_menu.area_map li.on a {
    background-color: #5487ff;
    border-radius: 4px;
    color: white;
}

ul#navigation {
    background-color: #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
}

ul#navigation li {
    background: none;
    text-align: left;
    height: 32px;
}

ul#navigation li.on,
ul#navigation li:hover {
    background-color: #5487ff;
    position: relative;
}

ul#navigation li.n_face a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_004.png?imgopt=y") no-repeat;
    padding: 0 16px 0 27px;
	background-size:16px auto;
	background-position:10px 7px;
}

ul#navigation li.on:not(:first-child):after,
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 #F0F0F0 #3E8BFF #3E8BFF;
}

ul#navigation li a {
    background: none;
    color: #333;
    line-height: 32px;
    padding: 0 15px;
    width: auto;
    font-size: 12px;
}

ul#navigation li a.home {
    display: inline-block;
    width: 15px;
    background-image: url(/img/icon/icon_home2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 20px;
}

ul#navigation li a.home:hover,
ul#navigation li.on a.home {
    background-image: url(/img/icon/icon_home_w2.svg);
}

ul#navigation li a.l_bold {
    font-weight: bold;
    position: relative;
    padding-left: 32px;
	letter-spacing:1px;
	padding-right:16px;
}

ul#navigation li a.l_bold:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 15px;
    border-radius: 1px;
    background-image: url("/img/icon/icon_001_b1.png?imgopt=y");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 14px auto;
}

ul#navigation li:hover a.l_bold:before,
ul#navigation li.on a.l_bold:before {
    background-image: url(/img/icon/icon_010_w.png?imgopt=y);
}

ul#navigation li.ranking a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_011.png?imgopt=y") no-repeat;
    padding: 0 16px 0 28px;
	background-size:16px auto;
	background-position:10px 9px;
}

ul#navigation li.news a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_003.png?imgopt=y") no-repeat;
    padding: 0 16px 0 30px;
	background-size:15px auto;
	background-position:13px 10px;
}

ul#navigation li.sokuhimeNavi a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_005.png?imgopt=y") no-repeat;
    padding: 0 16px 0 23px;
	background-size:14px auto;
	background-position:7px 9px;
}

ul#navigation li.photoDiary a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_006.png?imgopt=y") no-repeat;
    padding: 0 16px 0 26px;
	background-size:15px auto;
	background-position:8px 9px;
}

ul#navigation li.chokusoubin a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_007.png?imgopt=y") no-repeat;
    padding: 0 16px 0 26px;
	background-size:16px auto;
	background-position:8px 10px;
}

ul#navigation li.newMovie a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_008.png?imgopt=y") no-repeat;
    padding: 0 16px 0 24px;
	background-size:14px auto;
	background-position:6px 8px;
}
ul#navigation li.coupon{
	margin:0;
}
ul#navigation li.coupon a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_009_2.png?imgopt=y") no-repeat;
    padding: 0 16px 0 28px;
    background-size: 21px auto;
    background-position: 0px 5px;
}
/* ↓口コミコンテンツ企画 2019/06/13 */
ul#navigation li.n-review{
	margin:0;
}
ul#navigation li.n-review a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_reviews.svg") no-repeat;
    padding: 0 16px 0 28px;
	background-size:17px auto;
	background-position:7px 10px;
}
/* ↑口コミコンテンツ企画 2019/06/13 */
ul#navigation li a:hover {
    color: #1d3994;
}

ul#navigation li.on a,
ul#navigation li:hover a:hover {
    color: white;
}

ul#navigation li a.home img {
    position: relative;
    top: 7px;
    left: 0;
}

div.keyword_search {
    height: 32px;
    background: #f0f0f0;
    width: 234px;
    padding: 4px 4px 2px 4px;
    border-radius: 2px;
}

input#keyword {
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 1px;
    box-shadow: 0 0 0 4px #f0f0f0;
    margin: 5px;
    border-color: #eee;
}

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;
	background-color:#5487ff;
}

div.keyword_search input[type="submit"] {
/*
    background: -webkit-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
*/
	background-color:#5487ff;
    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;
}

div#header_login h5,
div#header_login a.myh {
    color: red;
    font-size: 17px;
    font-weight: bold;
/* ↓[ピラミッド検索] 2016/05/31 */
    /*    background-image: url(/img/icon/iconBtnBig06.gif); */
    background-image: url("/img/icon/icon_myore.png?imgopt=y");
	/* [ピラミッド検索] 2016/05/31 */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 27px auto;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
	line-height:32px;
}

#global ul.near>li .popbox {
    text-indent: 0;
}

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; */
    min-width: 600px;
}

.popbox .poptitle {
    font-weight: bold;
    font-size: 13px;
    text-indent: 0px;
    margin-bottom: 4px;
    color: #333333;
    width: 600px;
}

.popbox .popsubtitle {
    padding: 2px 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 .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;
}
.popbox .poplocal p.local_city:nth-of-type(1) a{
	margin-left:0;
}

.over18 {
    color: #999;
    font-size: 10px;
}

span.solid {
    padding: 0 2px;
    color: #ccc;
}

span.genre {
    font-size: 9px;
    border: 1px solid #FFA500;
    color: #FFA500;
    border-radius: 2px;
    margin-right: 2px;
    padding-right: 2px;
    padding-left: 2px;
	line-height:14px;
/* ↓[ピラミッド検索][ガイド対応][障害対応]ST-0529-058 @EXCEED 崔 2016/05/30 */
    display: block;
/* ↑[ピラミッド検索][ガイド対応][障害対応]ST-0529-058 @EXCEED 崔 2016/05/30 */
	float:left;
	margin-bottom:1px;
}

span.genre.kana {
    letter-spacing: -2px;
    margin-right: 2px;
    margin-left: 0px;
    padding-right: 4px;
}

span.genre.gravure {
    letter-spacing: -2px;
    color: #fff;
    background-color: #FFA500;
}

span.genre.no-genre {
    border: 1px solid #ccc;
    color: #ccc;
}

.header_bn {
    padding-top: 10px;
    display: block;
    text-align: right;
}
span.no-genre{
	display:none;
}
/*headerArea北海道と九州北追加
--------------------------------*/
li[data-area="h"] .area_mapsub_outer .area_mapsub{
	left:4%;
	right:4%;
}
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;
}
#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;
}
#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: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%;
	clear:both;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li:nth-of-type(7) a{
	letter-spacing:-1px;
}
#areamap ul.site_menu li[data-area="h"]:hover .area_mapsub_outer .area_mapsub ul li a{
	letter-spacing:0px;
	display:inline;
}
#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="h"]:hover .area_mapsub_outer .area_mapsub ul li a span{
	margin:0 -3px;
}
li[data-area="q"] .area_mapsub_outer .area_mapsub{
	left:5%;
	right:5%;
}
#areamap ul.site_menu li[data-area="q"]:hover .area_mapsub_outer{
	width:173px;
	height:75px;
	left:-71px;
	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;
}
#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") 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;
}
li#topsub.multipleLink {
    position: relative;
    line-height: 32px;
    color: #1d3994;
/* ↓ PCヘッダーのナイツへのリンク削除 @SC 2025/02/03 */
/*  width: 64px; */
/* ↑ PCヘッダーのナイツへのリンク削除 @SC 2025/02/03 */
}
.multipleLink-inner-box {
    position: absolute;
    bottom: -44px;
    left: -13px;
    height: 40px;
    border: 2px solid #3e8bff;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    display: none;
}
li#topsub.multipleLink:hover .multipleLink-inner-box {
    display: block;
}
.multipleLink-inner-box:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 2px solid #3e8bff;
    border-left: 2px solid #3e8bff;
    transform: rotate(45deg);
    pointer-events: none;
}
.multipleLink-inner-box>a.multipleLink-inner-link {
    display: inline-block;
    margin: 0 8px;
    padding: 5px;
}
div#header>div.topheader .topheaderbox{ overflow: visible!important;}
