@charset "utf-8";
/* ------------------------- TOC
setup
wrap around the contents
header
site navigation
footer
contents
 ------------------------- */
/* ============================== setup */
body {
  font-size: 12px;
  font-family: "kozuka-mincho-pr6n", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: blue;
  text-decoration: none;
}
a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
  border: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
/* ============================== wrap around the contents */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #fffffe;
  height: 100%;
  position: relative;
}
#contaner {
  clear: both;
  width: 100%;
  height: auto;
}
#wrapper {
  width: 986px;
  margin: 0 auto;
  padding: 0 20px;
  background: #000000;
  color: #fffffe;
}
#contents {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  clear: both;
  background: #000000;
  color: #fffffe;
}
#contents_main {
  width: 695px;
  float: right;
  height: auto;
  /*position:relative;
    top : -320px;
    z-index:999;*/
}
#for_right {
  width: 695px;
  float: right;
}
#contents_sub {
  width: 270px;
  float: left;
  position: relative;
  padding: 0 15px 0 15px;
  left: -15px;
  /*	top:-355px;*/
  z-index: 9999;
  background: url(/img/shop/common/bg_gnavi.png) no-repeat 0 0;
  height: auto;
  margin: 0 0 -355px;
}
/* ============================== header */
#header_global {
  padding: 0;
  width: 100%;
  min-height: 177px;
  /*box-shadow: 0 -32px 0 0 #000 inset;*/
  background: #ffffff;
  position: relative;
  z-index: 1000;
}
#header_global_wrap {
  width: 100%;
  background: url(/img/shop/common/bg_head_top.jpg) repeat-x 0 0;
  height: 27px;
}
#head_navi {
  width: 1013px;
  height: 27px;
  position: relative;
  margin: 0 auto;
}
h1#tagline {
  font-size: 10px;
  color: #f3be1d;
  line-height: 25px;
  height: 27px;
  text-align: left;
  margin: 0;
}
#nav_header {
  position: absolute;
  top: 0;
  right: 210px;
  margin: 0;
}
#nav_header ul {
  height: 27px;
  width: 204px;
  margin: 0;
}
#nav_header li {
  display: block;
  text-align: center;
  float: left;
  width: 102px;
  height: 27px;
  line-height: 25px;
  font-size: 10px;
}
#nav_header li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
}
#nav_header li.like {
  background: url(/img/shop/common/bg_head_navi01.jpg) no-repeat 0 0;
}
#nav_header li.mail {
  background: url(/img/shop/common/bg_head_navi02.jpg) no-repeat 0 0;
  text-indent: 9px;
}
#real_head {
  width: 210px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#real_head.active {
  border-bottom: 2px solid #000;
}
#head_down {
  width: 100%;
  background: #000000 url(/img/shop/common/bg_shadow.jpg) repeat-x 0 bottom;
  clear: both;
  z-index: 99999;
  /* height:395px; */
  display: block;
}
#head_down_in {
  width: 1169px;
  margin: 0 auto;
  height: auto;
  padding: 10px 0;
  clear: both;
  /* height:395px; */
  display: flex;
  justify-content: flex-start;
}
#head_down a {
  color: #FFFFFF;
  font-size: 12px;
}
#head_down_left {
  width: 410px;
  padding: 0 10px 0 0;
  /* border-right: solid 1px #666666; */
}
#head_down_left li {
  height: 175px;
  padding-bottom: 10px;
  border-bottom: solid 1px #666666;
}
#head_down_left li a img {
  width: 200px;
  height: 155px;
  padding: 5px;
  background: url(/img/shop/common/bg_girl_img02.png) repeat 0 0;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
}
#head_down_left li p {
  padding-top: 78px;
  line-height: 18px;
}
#head_down_right {
  width: 759px;
  padding: 0 0 0 10px;
  border-left: solid 1px #666666;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#head_down_right ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #666666;
}
#head_down_right ul:last-of-type {
  border-bottom: none;
}
#head_down_right li {
  height: 175px;
  text-align: center;
  width: 175px;
  padding-right: 5px;
  padding-left: 5px;
}
#head_down_right li.last_shop {
  padding-right: 0;
  border-right: none;
}
#head_down_left li.under_shop {
  border-bottom: none;
}
#head_down_right li a img {
  width: 160px;
  height: 124px;
  padding: 5px;
  background: url(/img/shop/common/bg_girl_img02.png) repeat 0 0;
  margin-top: 10px;
}
#head_down_right li p {
  padding-top: 10px;
  line-height: 18px;
}
#head_wrap {
  width: 100%;
  height: 185px;
  background: #000000;
  color: #fffffe;
  position: relative;
  /*box-shadow: 0 -32px 0 0 #000 inset;*/
}
#head_wrap > section#head_cont {
  padding: 0;
  width: 1000px;
  margin: 0 auto;
  height: 150px;
  clear: both;
  position: relative;
  left: 6px;
  /*background: url(/img/shop/common/header.png) no-repeat left top;*/
  display: grid;
  grid-template-columns: 1fr 400px 1fr 205px;
  grid-template-rows: 40px 1fr 1fr 1fr 30px;
}
#head_wrap > section#head_cont > .routeNavi {
  color: #883000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-top: 3px;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
#head_wrap > section#head_cont > .catchCopy {
  margin: 0;
  margin-top: 3px;
  justify-self: end;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #bf9514;
  background: linear-gradient(90deg, #bf9514 0%, #d6a716 50%, #bf9514 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 387px;
  height: 27px;
  letter-spacing: 1px;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
#head_wrap > section#head_cont > .address {
  margin: 0;
  justify-self: end;
  color: #883000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: end;
  align-self: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  line-height: 1;
}
#head_wrap > section#head_cont > .category {
  margin: 0;
  justify-self: end;
  align-self: center;
  color: #883000;
  font-size: 18px;
  font-weight: 600;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  line-height: 1;
}
#head_wrap > section#head_cont > .timeInformation {
  justify-self: end;
  align-self: center;
  color: #fffffe;
  font-size: 16px;
  font-weight: 600;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  margin: 0;
  line-height: 1;
  font-family: serif;
}
#head_wrap > section#head_cont > .phoneNumber {
  justify-self: end;
  align-self: center;
  font-size: 20px;
  font-weight: 600;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  margin: 0;
  line-height: 1;
  font-family: serif;
}
#head_wrap > section#head_cont > .phoneNumber > a {
  color: #fffffe;
  text-decoration: none;
}
#head_wrap > section#head_cont > #logo {
  width: 300px;
  height: 125px;
  margin: 0;
  grid-row-start: 3;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 2;
  align-self: end;
}
#head_wrap > section#head_cont > #logo img {
  height: 115px;
}
#head_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: #f4e0ba;
  /* Old browsers */
  background: linear-gradient(to bottom, #f4e0ba 0%, #fccd4d 50%, #d1a540 50%, #d39700 51%, #e0c56b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4e0ba', endColorstr='#e0c56b', GradientType=0);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
#head_cont {
  padding: 0;
  width: 1000px;
  margin: 0 auto;
  height: 150px;
  clear: both;
  position: relative;
  left: 6px;
  /*background: url(/img/shop/common/header.png) no-repeat left top;*/
}
#head_right {
  width: 628px;
  float: right;
  margin-top: 15px;
}
#head_info {
  padding-top: 30px;
  padding-left: 104px;
  float: left;
  width: 258px;
  display: none;
}
#head_mobile {
  width: 241px;
  height: 102px;
  float: right;
  display: block;
  margin-top: -6px;
}
/* ============================== site navigation */
#nav_global {
  margin-bottom: 20px;
  margin: 40px 10px 20px 10px;
}
#nav_global > ul {
  list-style: none;
}
#nav_global > ul li {
  float: left;
  width: 250px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #959595;
  position: relative;
}
#nav_global > ul li a {
  font-size: 13px;
  color: #fffffe;
  display: block;
  padding: 0 0 0 18px;
  text-align: left;
  width: 232px;
  height: 44px;
  background: url(/img/shop/common/ico_gnavi.png) no-repeat left center;
  transition: 300ms;
}
#nav_global > ul li a em {
  font-size: 10px;
  color: #cccddc;
  text-align: right;
  line-height: 14px;
  position: absolute;
  right: 13px;
  bottom: 0;
  font-style: normal;
}
#nav_global a:hover,
#nav_global a.active {
  color: #C90;
}
/* ============================== side contents */
#contents_sub section.side_banner {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  vertical-align: bottom;
}
#contents_sub section.side_banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#contents_sub h1.side_tit {
  width: 270px;
  height: 43px;
  font-size: 11px;
  position: relative;
  color: #959595;
  line-height: 1;
  border-bottom: solid 1px #dadada;
  margin: 0;
}
#contents_sub h1.side_tit em {
  position: absolute;
  top: 22px;
  left: 130px;
  font-weight: normal;
  height: 11px;
  line-height: 11px;
  display: block;
}
*:first-child + html #contents_sub h1.side_tit em {
  position: absolute;
  top: 22px;
  left: 130px;
  font-weight: normal;
  height: 11px;
  line-height: 11px;
  display: block;
  padding-top: 1px;
}
#contents_sub h1.side_tit a {
  width: 58px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
}
#contents_sub h1.side_tit a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.side_photo {
  background: url(/img/shop/common/side_bg_tit01.png) no-repeat 0 0;
}
.side_area {
  background: url(/img/shop/common/side_bg_tit02.png) no-repeat 0 0;
}
.side_recruit {
  background: url(/img/shop/common/side_bg_tit_recruit.png) no-repeat 0 0;
}
.side_teko {
  background: url(/img/shop/common/side_bg_tit_teko.png) no-repeat 0 0;
}
#contents_sub h1.side_tit em.area_comment {
  position: absolute;
  top: 22px;
  left: 170px;
  font-weight: normal;
}
*:first-child + html #contents_sub h1.side_tit em.area_comment {
  position: absolute;
  top: 22px;
  left: 170px;
  font-weight: normal;
}
#photo_wrap {
  width: 270px;
  height: 450px;
  overflow: auto;
  margin-bottom: 20px;
  border-bottom: solid 1px #CCCCCC;
}
.photo_box {
  border: solid 1px #E1E1E1;
  padding: 5px;
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1.6;
  display: block;
  height: auto;
}
.photo_img {
  padding-right: 10px;
}
.photo_img img {
  width: 60px;
  height: auto;
  padding: 5px;
  background: url(/img/shop/common/bg_girl_img.png) repeat 0 0;
}
.photo_kiji {
  padding: 10px 0 10px 0;
  vertical-align: top;
}
.photo_title {
  font-size: 10px;
  border-bottom: solid 1px #E1E1E1;
}
.photo_title em {
  color: #707070;
  font-size: 13px;
}
.area_tit {
  height: 42px;
  line-height: 42px;
  width: 268px;
  background: #FFF url(/img/shop/common/side_arrow.gif) no-repeat 245px center;
  font-size: 13px;
  text-indent: 15px;
  cursor: pointer;
  border: solid 1px #dadada;
  border-top: hidden;
  margin: 0;
  color: #333333;
}
.area_tit:hover {
  background: #fffffe url(/img/shop/common/side_arrow_on.gif) no-repeat 245px center;
}
#nav_area {
  margin: 0;
  margin-bottom: 20px;
  clear: both;
  list-style: none;
}
#nav_area > ul {
  list-style: none;
  margin: 0;
}
#nav_area > ul li {
  height: 42px;
  line-height: 42px;
  width: 270px;
  background: #E4E4E4 url(/img/shop/common/side_bg_area.png) no-repeat right bottom;
  font-size: 12px;
  text-indent: 10px;
  border-bottom: solid 1px #FFFFFF;
}
#nav_area > ul li a {
  color: #000000;
  display: inline;
}
#photo_wrap {
  width: 270px;
  height: 450px;
  overflow: auto;
  margin-bottom: 20px;
  border-bottom: solid 1px #CCCCCC;
}
.heaven_wrap {
  width: 270px;
  height: 450px;
  margin-bottom: 20px;
  border-bottom: solid 1px #CCCCCC;
}
.photo_box {
  border: solid 1px #E1E1E1;
  padding: 5px;
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1.6;
  display: block;
  height: auto;
  width: 100x5;
}
.heaven_box {
  border: solid 1px #E1E1E1;
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1.6;
  display: block;
  height: auto;
  width: 100x5;
}
.heaven_wrap iframe {
  height: 445px;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
/* ============================== topto */
#topto {
  width: 100%;
  /*background:#FFF;*/
  /*height:32px;*/
  clear: both;
  margin-top: 20px;
}
#topto_box {
  width: 985px;
  clear: both;
  margin: 0 auto;
}
#topto #topto_box a {
  width: 135px;
  height: 32px;
  display: block;
  background: #000000;
  padding: 0;
  margin: 0;
  float: right;
}
#topto #topto_box a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* ============================== footer */
#footer_global {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  background: #EEEEEE;
  margin-top: 30px;
  padding-top: 20px;
  color: #333333;
}
#footer_info {
  width: 985px;
  line-height: 1.6;
  font-size: 12px;
  margin: 0 auto;
  background: #EEEEEE url(/img/shop/common/bg_footer_cont.png) no-repeat center bottom;
  padding-bottom: 50px;
  clear: both;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#footer_info .info_box_footer_wrap {
  width: 286px;
}
#footer_info .info_box_footer_wrap_long {
  width: 348px;
}
#footer_info .info_box_footer {
  width: 270px;
  background: url(/img/shop/main/bg_f_box_m.png) repeat 0 0;
}
#footer_info .info_box_footer_long {
  width: 332px;
  background: url(/img/shop/main/bg_f_box_m.png) repeat 0 0;
}
#footer_info .footerVendorBanners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  gap: 20px;
}
#footer_info .footerVendorBanners > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  max-width: calc(50% - 20px);
}
#footer_info .footerVendorBanners > li img {
  max-width: 100%;
}
.box_s_l {
  background: url(/img/shop/common/f_box_s_l.png) no-repeat 0 0;
  width: 278px;
  padding-left: 8px;
}
.box_s_r {
  background: url(/img/shop/common/f_box_s_r.png) no-repeat right 0;
  width: 270px;
  padding-right: 8px;
}
.box_s_l_long {
  background: url(/img/shop/common/f_box_s_l.png) no-repeat 0 0;
  width: 340px;
  padding-left: 8px;
}
.box_s_r_long {
  background: url(/img/shop/common/f_box_s_r.png) no-repeat right 0;
  width: 332px;
  padding-right: 8px;
}
#footer_info_left {
  width: 286px;
  float: left;
}
#footer_info section.info_box_footer.long.footer_info_right {
  float: right;
}
.info_box_footer_in {
  padding-right: 9px;
}
#footer_info section.info_box_footer.bottom_shop {
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#footer_info section.info_box_footer em {
  color: #666666;
  font-style: normal;
  display: inline;
  padding-right: 10px;
  font-size: 10px;
  line-height: 12px;
}
.footer_tit {
  margin-bottom: 10px;
  width: 270px;
  height: 31px;
  font-size: 12px;
  color: #666666;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 13px;
}
.f_shop_info {
  background-image: url(/img/shop/common/info_tit_shop.png);
  padding-left: 215px;
  width: 55px;
}
.f_shop_info_in {
  padding: 0 0 10px 10px;
  line-height: 1.8;
}
.f_access_info {
  background-image: url(/img/shop/common/info_tit_access.png);
  padding-left: 215px;
  width: 55px;
}
.f_access_info_in {
  padding: 0 0 0 10px;
}
.f_system_info {
  background-image: url(/img/shop/common/info_tit_system.png);
  padding-left: 257px;
  width: 75px;
}
.f_system_info_in {
  padding: 0 10px;
}
.f_mail_info {
  background-image: url(/img/shop/common/info_tit_mail.png);
  padding-left: 230px;
  width: 102px;
}
.f_mail_info_in {
  padding: 0 10px;
}
.bottom_link {
  height: 20px;
  line-height: 19px;
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
  border-top: solid 1px #FFF;
  background: #000;
}
.bottom_link a {
  display: block;
  color: #FFF;
  padding-right: 20px;
  background: url(/img/shop/common/bg_footer_info_botton.png) no-repeat right center;
}
.bottom_link a:hover,
.bottom_link a:hover.link_mail,
.bottom_link a:hover.link_mail_right {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.bottom_link a.link_mail {
  border-right: solid 2px #EEEEEE;
  height: 20px;
  display: inline-block;
  float: right;
  width: 145px;
}
.bottom_link a.link_mail_right {
  height: 20px;
  display: inline-block;
  float: right;
  width: 145px;
}
.footer_sub_tit {
  background: url(/img/shop/common/ico_footer_list.png) no-repeat 0 center;
  padding-left: 15px;
  font-weight: bold;
}
.footer_sub_tit_price {
  background: url(/img/shop/common/ico_footer_list.png) no-repeat 0 center;
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
*:first-child + html .footer_sub_tit_price {
  background: url(/img/shop/common/ico_footer_list.png) no-repeat 0 center;
  padding-left: 15px;
  margin-top: 7px;
}
table.price {
  line-height: 20px;
  text-align: center;
  width: 100%;
}
table.price th {
  border-bottom: solid 1px #EEEEEE;
  border-right: solid 1px #EEEEEE;
  background: #EBEBEB;
  font-weight: normal;
  text-align: center;
}
table.price td {
  border-bottom: solid 1px #EEEEEE;
  background: #DFDFDF;
  font-weight: bold;
}
.option_list {
  background: url(/img/shop/common/ico_footer_list.png) no-repeat 0 center;
  padding-left: 15px;
  border-bottom: solid 1px #FFFFFF;
  border-top: solid 1px #EEEEEE;
  line-height: 26px;
  font-weight: bold;
}
.option_list small {
  font-size: 10px;
}
.option_comment {
  color: #990000;
  padding-bottom: 10px;
}
.system_box {
  background: #EFEFEF;
  float: left;
  margin: 0 0 5px 0;
  width: 100%;
  padding-bottom: 5px;
}
.system_box .creditLogoList {
  display: flex;
  flex-wrap: wrap;
}
.system_box .creditLogoList > li {
  background: #fffffe;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.system_box .creditLogoList > li img {
  width: 20px;
}
.system_box .creditLogoList > li.AmericanExpress {
  background: #016fd0;
}
.sb_last {
  margin: 0;
}
*:first-child + html .system_sub_tit {
  padding-bottom: 5px;
}
.system_box p {
  padding: 0 5px 5px 5px;
  font-size: 11px;
}
#s_time {
  padding: 0 5px;
  background: url(/img/shop/common/arrow_time.gif) no-repeat right center;
  width: 110px;
  float: left;
  line-height: 20px;
}
#s_time_text {
  float: left;
  font-weight: bold;
  line-height: 40px;
  text-indent: 10px;
}
.mail_box {
  background: #EFEFEF;
  padding: 4px 5px 10px 5px;
  border-left: solid 1px #EAEAEA;
  border-top: solid 1px #EAEAEA;
  font-size: 11px;
  margin: 5px 0 10px 0;
}
.mail_box_bs {
  padding: 4px 5px 5px 5px;
}
.mail_tit {
  line-height: 26px;
  height: 26px;
  border-bottom: solid 1px #FFFFFF;
  font-size: 12px;
  background: url(/img/shop/common/icp_pc.gif) no-repeat left center;
  padding-left: 20px;
  font-weight: bold;
}
.mobile_tit {
  background: url(/img/shop/common/ico_mb.gif) no-repeat left center;
}
.mail_box a {
  height: 25px;
  width: 172px;
  display: block;
  clear: both;
  margin: 10px auto 0 auto;
}
.mail_box a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mail_box p {
  float: left;
  width: 70%;
}
img.qr {
  float: right;
  padding: 5px;
}
.mail_box input {
  border: solid 1px #999999;
  background: #FFFFFF;
  line-height: 20px;
  height: 20px;
  width: 90%;
  margin: 10px auto;
  display: block;
}
*:first-child + html #map_img {
  padding: 7px 0;
}
#fotter_rec {
  width: 100%;
  height: 92px;
  /*border-top: solid 1px #F9F9F9;
	border-bottom: solid 1px #F9F9F9;*/
  background: #DEDEDE url(/img/shop/common/bg_footer_rec.png) repeat-x center center;
  clear: both;
}
#fotter_rec_banner {
  width: 985px;
  margin: 0 auto;
  padding: 19px 0 20px 0;
  height: 51px;
}
#fotter_rec_banner ul {
  list-style: none;
}
#fotter_rec_banner li {
  float: left;
  width: 172px;
  height: 51px;
  margin-right: 18px;
  text-align: center;
}
#fotter_rec_banner li a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 182px;
  height: 41px;
  padding-top: 10px;
}
#fotter_rec_banner li a:hover {
  text-decoration: underline;
}
#rec_umeda {
  background-image: url(/img/shop/common/footer_r01.png);
  color: #f5cd13;
}
#rec_kyobashi {
  background-image: url(/img/shop/common/footer_r02.png);
  color: #666666;
}
#rec_nihonbashi {
  background-image: url(/img/shop/common/footer_r03.png);
  color: #153e94;
}
#rec_namba {
  background-image: url(/img/shop/common/footer_r04.png);
  color: #cd1d70;
}
#rec_mikeiken {
  background-image: url(/img/shop/common/footer_r05.png);
  color: #15c25e;
}
#fotter_rec_banner li.last_mikeiken {
  margin-right: 0;
}
#fotter_link {
  width: 100%;
  border-top: solid 1px #DEDEDE;
  background: #FFFFFF;
  clear: both;
}
#fotter_link_in {
  width: 985px;
  margin: 0 auto;
  padding-top: 30px;
  background: #FFFFFF url(/img/shop/common/bg_footer.png) no-repeat center top;
  height: auto;
}
#footer_logo {
  float: left;
  width: 330px;
  margin-right: 20px;
  display: block;
}
#footer_link_list {
  float: left;
  display: block;
}
#footer_link_list ul {
  padding: 5px 5px 5px 12px;
  background: url(/img/shop/common/bg_footer_link.gif) repeat-y 0 0;
  width: 130px;
  height: auto;
  float: left;
}
#footer_link_list ul.footer_long_list {
  width: 120px;
}
#footer_link_list li {
  background: url(/img/shop/common/arrow_footer03.gif) no-repeat 0 center;
  padding-left: 13px;
  line-height: 24px;
  height: 24px;
  font-size: 11px;
  width: 100%;
  display: block;
  float: left;
}
#footer_link_list li.mobile_info {
  font-size: 9px;
}
#footer_link_list li a {
  display: block;
  color: #333333;
}
#footer_link_list li a:hover {
  text-decoration: underline;
}
#footer_link_mobile {
  width: 247px;
  height: 84px;
  float: right;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 11px;
  line-height: 18px;
  background: url(/img/shop/common/bg_footer_mobile.png) no-repeat 0 0;
  color: #000000;
}
#footer_link_mobile a {
  color: #707070;
  font-size: 9px;
  letter-spacing: -1.3px;
}
#copy {
  font-size: 10px;
  width: 100%;
  text-align: center;
  color: #707070;
  height: 30px;
  padding-top: 20px;
  clear: both;
}
#copy a {
  color: #707070;
}
/*footergroup*/
#footer_global #footer_group {
  width: 939px;
  clear: both;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #8d6700;
}
#footer_global #footer_group h3 {
  /*width: 480px;*/
  text-align: center;
  height: 80px;
  margin-bottom: 10px;
}
#footer_global #footer_group h3 img {
  vertical-align: middle;
}
#footer_global #groupInfoBox1 {
  width: 800px;
  float: left;
  margin-left: 100px;
}
#footer_global #groupInfoBox2 {
  width: 460px;
  float: right;
}
#footer_global ul.fgList {
  width: 740px;
}
/* 写メ日記フルサイズ */
/* #footer_global ul.fgList li:first-child{
	width: 350px;
	margin-right: 10px;
	float: left;
}
#footer_global ul.fgList li:last-child{
	width: 350px;
	float: right;
} */
/* 写メ日記単品サイズ */
#footer_global ul.fgList li {
  width: 350px;
  margin: 0 auto;
}
#footer_global #groupInfoBox1 ul.fgList li iframe {
  width: 350px;
  height: 400px;
  border: 1px solid #F6D814;
}
#footer_global #groupInfoBox2 ul.fgList li iframe {
  width: 223px;
  height: 400px;
  border: 1px solid #db2696;
}
#footer_global ul.fgList li.long02 {
  width: 450px;
  float: left;
}
#footer_global #groupInfoBox2 ul.fgList li.long02 iframe {
  width: 450px;
  height: 400px;
  border: 1px solid #db2696;
}
/*フッターここまで------------------------------------------------------------------------------*/
#bottom_pickup {
  /*width:1000px;*/
  margin: 0 auto;
  float: right;
}
#bottom_pickup_in {
  /*width:718px;*/
  /*padding-left:267px;*/
}
#bottom_pickup_tit {
  width: 93px;
  height: 35px;
  background: url(/img/shop/main/bg_cont_tit05.png) no-repeat 0 0;
  color: #f3be1d;
  font-size: 12px;
  padding-left: 625px;
  padding-top: 15px;
  margin: 0;
}
#bottom_pickup_cont {
  border-left: solid 1px #f3be1d;
  padding: 0 0 20px 3px;
  width: 714px;
  min-height: 200px;
}
#column_area01 {
  width: 714px;
  height: auto;
}
#column_area01 ul#bottom_banner01 {
  margin: 0;
  padding: 0;
}
#column_area01 ul#bottom_banner01 li {
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 337px;
  height: auto;
  float: left;
}
#column_area02 {
  width: 695px;
  height: auto;
  padding-left: 19px;
}
#column_area02 ul#bottom_banner02 li {
  display: block;
  margin-bottom: 20px;
  width: 695px;
  height: auto;
  float: left;
}
#column_area02 ul#bottom_banner02 li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* ============================== scroll_head */
#scroll_head {
  position: fixed;
  z-index: 99999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  font-size: 13px;
  line-height: 1;
  background: url(/img/shop/common/bg_head_s.png) repeat-x 0 0;
  color: #000000;
  border-top: solid 2px #000000;
}
#scroll_head_in {
  width: 985px;
  margin: 0 auto;
}
#head_s_info {
  height: 26px;
  padding-top: 3px;
}
#head_s_info img {
  display: block;
  margin-right: 20px;
  width: 270px;
  float: left;
}
#head_s_info a {
  color: #f5cd13;
}
#head_s_link {
  font-size: 12px;
  line-height: 18px;
  height: 30px;
}
#head_s_link a.group_link {
  background: #000000 url(/img/shop/common/bg_head_g_ico.png) no-repeat 165px 5px;
  padding: 2px 4px;
  display: block;
  color: #FFFFFF;
  float: left;
  height: 18px;
  width: 170px;
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
}
#head_s_link a.group_link img {
  display: block;
  margin-bottom: 2px;
  margin-right: 2px;
}
#head_s_link a.group_link img {
  margin-top: 2px;
  display: inline;
}
.scroll_head_shop {
  height: 18px;
  padding: 2px 10px;
  float: left;
  margin: 2px 8px;
  background: url(/img/shop/common/head_line.html) no-repeat 0 5px;
}
.scroll_head_shop b {
  float: left;
  display: inline;
  padding-top: 2px;
  color: #FFF;
}
.scroll_head_shop ul {
  float: left;
  margin: 0;
  margin-left: 10px;
}
.scroll_head_shop li {
  float: left;
  margin-right: 5px;
  display: block;
  height: 18px;
  width: 66px;
}
.scroll_head_shop li a {
  background: url(/img/shop/common/bg_head_g_ico.png) no-repeat 50px center;
  display: block;
  color: #FFFFFF;
  padding: 2px 4px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.scroll_head_shop li a:hover,
.scroll_head_shop li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.scroll_head_shop li a.umeda_shl {
  background-color: #F5CD13;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.kyobashi_shl {
  background-color: #666666;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.nihonbashi_shl {
  background-color: #153E94;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.namba_shl {
  background-color: #CD1D70;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.umeda_mrs {
  background-color: #C90;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.kyobashi_mrs {
  background-color: #ACABAB;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.namba_mrs {
  background-color: #000;
  border: solid 1px #FFF;
}
.scroll_head_shop li a.nihonbashi_mrs {
  background-color: #062970;
  border: solid 1px #FFF;
}
#head_global {
  padding-top: 5px;
  padding-bottom: 1px;
  height: 22px;
}
#head_global ul li {
  line-height: 20px;
  height: 20px;
  font-size: 11px;
  float: left;
  margin-right: 10px;
  display: block;
}
#head_global ul li a {
  display: block;
  padding: 0 4px 0 15px;
  background: url(/img/shop/common/arrow_head_s.png) no-repeat 2px center;
  color: #000;
}
#head_global ul li a:hover {
  background: #000 url(/img/shop/common/arrow_head_s.png) no-repeat 2px center;
  color: #FFF;
}
#footer_kirikae {
  width: 30%;
  height: 26px;
  line-height: 26px;
  border: solid 2px #999;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  clear: both;
}
#footer_kirikae a {
  color: #666;
  display: block;
}
#footer_kirikae a:hover {
  color: #FFF;
  background: #999;
  display: block;
  height: 26px;
}
/*carrier_change*/
div.carrier_change {
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
}
.real_wrap section#detailLink,
.realtime_box section#detailLink {
  float: right;
  margin-top: 10px;
}
section#detailLink ul.photoLink li {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 230px;
}
section#detailLink ul.photoLink li a {
  background: url("/img/basic/detail/btn_photo_link.png") no-repeat 0 0;
  color: #000;
  display: block;
  height: 23px;
  padding: 13px 0;
  width: 230px;
  line-height: 1;
}
section#detailLink ul.photoLink li a:hover {
  background-position: center -49px;
  color: #f3be1d;
  font-weight: bold;
  text-decoration: underline;
}
.emptyInfo {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clr {
  display: block;
}
.clr:after {
  content: "";
  display: block;
  clear: both;
}
.clr:before {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=global.css.map */