@charset "UTF-8";
/* reset
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
button:focus {
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

/* base
----------------------------------------------------------*/

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 87%; /* 約14px */
  line-height: 1.65;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* IE8 */
}
a:hover {
  text-decoration: underline;
}
a.mouse-over:hover p,
a.mouse-over:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.mouse-over.cmn-trsopy:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese",'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: -0.03em;
}
/* base PC
----------------------------------------------------------*/
.pc-mode-01 {
  display: block !important;
}
.pc-mode-02 {
  display: inline !important;
}
.pc-mode-03 {
  display: inline-block !important;
}
.sp-mode-01 {
  display: none !important;
}
.sp-mode-02 {
  display: none !important;
}
.sp-mode-03 {
  display: none !important;
}
.sp-mode-04 {
  display: none !important;
}

/* base SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .pc-mode-01 {
    display: none !important;
  }
  .pc-mode-02 {
    display: none !important;
  }
  .pc-mode-03 {
    display: none !important;
  }
  .sp-mode-01 {
    display: block !important;
  }
  .sp-mode-02 {
    display: inline !important;
  }
  .sp-mode-03 {
    display: inline-block !important;
  }
  .sp-mode-04 {
    display: table !important;
  }

}


/* contents
----------------------------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.inner {
  max-width: 1080px;
  margin: 0 auto;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*** header ***/
.header-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  border-top: 3px solid #e95505;
  border-bottom: 1px solid #b7d7d9;
  position: relative;
  z-index: 10;
}
.header-global {
  position: relative;
  z-index: 1;
}
.header-logo {
  float: left;
  width: 169px;
  margin: 25px 0 0 0;
  position: relative;
  z-index: 10;
}
.header-logo a {
  display: block;
}
.header-global-01 {
  float: right;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 10;
}
.hglb01-nav li {
  float: left;
}
.hglb01-nav li:first-child {
}
.hglb01-nav li img {
  vertical-align: middle;
}
.hglb01-nav li {
  text-align: center;
  height: 42px;
  margin: 0 0 0 10px;
}
.hglb01-nav li a,
.hglb01-nav li.ftsiz-ttl span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 9px 12px 11px 12px;
  position: relative;
  z-index: 1;
}
.hglb01-nav li a{
  height: 88%;
}
.hglb01-nav li a:hover {
  text-decoration: none;
}
.hglb01-nav li a.active,
.hglb01-nav li a:hover{
  border-bottom: 2px solid #b2b2b2;
}

.hglb01-nav .inquiry a.active, .hglb01-nav .inquiry a:hover {
  border-bottom:none;
}
/*
.hglb01-nav li a:hover:before,
.hglb01-nav li.hg01n-current a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #b2b2b2;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
*/
.hglb01-nav li.inquiry a {
  width: 116px;
  padding-right: 0;
  padding-left: 0;
  background: #e95505;
  height: 100%;
}
.hglb01-nav li.inquiry a:hover:before,
.hglb01-nav li.inquiry.hg01n-current a:before {
  display: none;
}
.header-global-02 {
  float: right;
  width: 870px;
  padding-right: 20px;
}
.hglb02-nav {
  float: right;
}
.hglb02-nav li {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 25px 0 0;
}
.hglb02-nav li a {
  display: block;
  text-align: center;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 0;
}
.hglb02-nav li a:hover {
  text-decoration: none;
}
.hglb02-nav li.hglb02nv-current a:hover,
.hglb02-nav li.hglb02nv-current a:hover * {
  cursor: default;
  opacity: 1;
}
.hglb02-nav li a:hover:before,
.hglb02-nav li.hglb02nv-current a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #e95505;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hglb02-nav li img {
  vertical-align: middle;
}

/*** main ***/

/* .breadcrumb */
.breadcrumb {
  margin-top: 5px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.breadcrumb li {
  float: left;
  font-size: 85%;
  color: #424242;
}
.breadcrumb li a {
  color: #e85403;
}
.breadcrumb li:before {
  content: ">";
  display: inline-block;
  color: #717071;
  position: relative;
  background-size: 100%;
  top: 0;
  left: 0;
  margin: 0 0.6em 0 0.75em;
}
.breadcrumb li.bc-home:before {
  display: none;
}

/* .main */
.main {
  position: relative;
  z-index: 1;
  margin-bottom: 6em;
}
.main h1{
  margin-top: 60px;
}
.main-cont-01 {
  float: left;
  width: 804px;
  box-sizing: border-box;
}
.cmn-ttl-01 {
  font-size: 223%;
  color: #011961;
  font-weight: bold;
  margin-bottom: 35px;
}
.cmn-ttl-01 span{
  font-size: 60%;
}
.main-cont-02 {
  float: right;
  width: 250px;
  box-sizing: border-box;
}
.ml-cont-01 {
  margin: 0 0 50px 0;
}
.ml-ttl-01 {
  font-size: 129%;
  color: #fff;
  background: #354470;
  box-sizing: border-box;
  padding: 8px 15px 7px 15px;
  text-align: center;
  border: 1px solid #354470;
}
.ml-list-01 {
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  color: #313131;
}
.ml-list-01 li {
  box-sizing: border-box;
  border-top: 1px dotted #c9c9c9;
}
.ml-list-01 li:first-child {
  border: none;
}
.ml-list-01 li a {
  box-sizing: border-box;
  padding: 12px 0 11px 15px;
  display: block;
}
.ml-list-01 li a:hover,
.ml-list-01 li.mllt01-current a {
  background: #f0f0f0;
  display: block;
  text-decoration: none;
}
.ml-list-01 li.mllt01-current a:hover {
  cursor: default;
  opacity: 1;
}
.ml-cont-02 {
}
.ml-ttl-02,
.sssearch-inner {
  border: 1px solid #e2e2e2;
  background: #eee;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 10px 0;
}
.scsearch-link a {
  display: block;
  background: #fff;
  color: #2b2b2b;
  box-sizing: border-box;
  padding: 14px 20px 12px 40px;
  position: relative;
  z-index: 1;
}
.scsearch-link a:hover {
  text-decoration: none;
}
.scsearch-link a:before {
  content: " ";
  display: inline-block;
  background: url(/common/images/common/icon_lens_01.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 10px;
  margin: 0;
}
.ml-list-02 {
  box-sizing: border-box;
  background: #eee;
  padding: 10px;
  color: #313131;
}
.ml-list-02 li {
  margin: 5px 0 0 0;
}
.ml-list-02 li:first-child {
  margin: 0;
}
.ml-list-02 li a {
  box-sizing: border-box;
  background: #fff;
  padding: 14px 20px 12px 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.ml-list-02 li a:before {
  content: " ";
  display: inline-block;
  background: url(/common/images/common/icon_corner_01.png) no-repeat;
  background-size: 100%;
  margin: 0 8px 0 0;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.ml-list-02 li a.link-another:after {
	background: url(/common/images/common/icon_links.gif) no-repeat center center;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	vertical-align: text-top;
}
.ml-list-02 li a:hover {
  text-decoration: none;
}



/*** footer ***/
.footer-global-01 {
  background: #e9e9e9;
}
.fglb01-inner {
  position: relative;
  z-index: 1;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 35px;
}
.fglb01-inner:before {
  content: " ";
  display: block;
  background: url(/common/images/common/bg_footer_global_01.png) no-repeat;
  background-size: cover;
  width: 629px;
  height: 109px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
}
.fglb01-outer {
  display: inline-block;
}
.fglb01w-ttl{
  font-size:15px;
}

.fglb01-wrap {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  text-align: left;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 3;
}
.fglb01-wrap-01 {
  width: 125px;
}
.fglb01-wrap-01 .fglb01w-ttl {
  width: 125px;
}
.fglb01-wrap-02 {
  width: 175px;
}
.fglb01-wrap-02 .fglb01w-ttl {
  width: 150px;
}
.fglb01-wrap-03 {
  width: 205px;
}
.fglb01-wrap-03 .fglb01w-ttl {
  width: 190px;
}
.fglb01-wrap-04 {
  width: 212px;
}
.fglb01-wrap-04 .fglb01w-ttl {
  width: 190px;
}
.fglb01-wrap-05 {
  width: 185px;
  margin-right: 0;
}
.fglb01w-01 .fglb01w-ttl {
  width: 185px;
}
.fglb01w-02 .fglb01w-ttl {
  width: 161px;
}
.fglb01w-nav {
  font-size: 85%;
}
.fglb01w-ttl {
  margin: 0 0 8px 0;
}
.fglb01w-ttl a {
  display: block;
}
.fglb01w-nav {
  box-sizing: border-box;
  padding: 0 0 0 5px;
}
.fglb01w-nav li {
  position: relative;
  z-index: 1;
  margin: 0 0 6px 0;
}
.fglb01w-nav li:before {
  content: " ";
  display: block;
  float: left;
  background: url(/common/images/common/icon_fglb01w_nav.png) no-repeat;
  background-size: contain;
  width: 4px;
  height: 8px;
  position: relative;
  z-index: 2;
  top: 5px;
  left: 0px;
  margin-right: 5px;
}
.fglb01w-01 {
  margin: 0 0 50px 0;
}
.fglb01w-02 {
}
.footer-global-02 {
  height: 42px;
  background: #7cb8bb;
  color: #fff;
  border-top: 1px solid #80a6a9;
}
.fglb02-wrap {
  padding-top: 12px;
}
.fglb02w-nav {
  float: right;
  margin: 0 0 0 0;
}
.fglb02w-nav li {
  float: left;
  margin: 0 0 0 43px;
  font-size: 85%;
}
.copyright {
  float: left;
  margin: 0 0 0 0;
  font-size: 85%;
}
.pagetop {
  text-align: right;
  margin-bottom: 10px;
}
.pagetop a {
  display: block;
}
.arrow-btn {
  display: inline-block;
  vertical-align: middle;
  width: 111px;
  line-height: 1;
}


/*** other ***/
.font-narrow-01 {
  letter-spacing: -1px;
}
.font-narrow-02 {
  letter-spacing: -2px;
}
.font-narrow-03 {
  letter-spacing: -3px;
}
/* jquery.sidr.js */
.sidr {
  position: static; /*必須*/
}
.sidr.right {
  left: auto; /*必須*/
  right: -70%; /*必須*/
}



/*
 * 京阪ザ・ストア BODYコーディング
 */

.hidden {
    display: none;
}

/* 中ページのビジュアル画像 画像自体は各セクションのcssに記述しimages内に格納 */
  .top-wrapper{
    width: 100%;
    height: 250px;
    margin-bottom: 56px;
    background: url(/common/images/brand/idx_top_img.jpg) no-repeat left top;
    background-size: 100%;
  }
  .top-wrapper h1{
    display: inline-block;
    background-color: #011961;
    opacity: 0.8;
    padding: 11px 34px;
    margin-top: 91px;
    color: #fff;
    font-size: 240%;
    font-weight: bold;
  }
  .link-arrow a{
    color: #e85403;
    background: url(/common/images/common/link-arrow-1.png) no-repeat left 5px;
    padding-left: 11px;
  }


.links a,
a.link{
  color: #e95505;
}


.icon-bg-color-type-1,
.icon-bg-color-type-store{
  background-color: #6dc5c7;
}
.icon-bg-color-type-2,
.icon-bg-color-type-article{
  background-color: #d8b572;
}
.icon-bg-color-type-3,
.icon-bg-color-type-recruit{
  background-color: #e4836d;
}
.icon-bg-color-type-4,
.icon-bg-color-type-company{
  background-color: #72a0c7;
}









/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .wrapper {
    min-width: 0;
  }
  .inner {
    padding: 0 3%;
  }
  /*** header ***/

  .header-group {
    border: none;
    -moz-box-shadow: 0 3px 3px #ddd;
    -webkit-box-shadow: 0 3px 3px #ddd;
    box-shadow: 0 3px 3px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-logo {
    width: 34%;
    min-width: 120px;
    margin: 0;
  }
  .hglb-sp-btn {
    float: right;
    width: 6%;
    min-width: 24px;
    margin: 0;
    position: relative;
    z-index: 100;
  }
  .hglb-sp-btn a {
    display: block;
  }
  .global-02-close {
    margin: 0 0 1em 0;
  }
  .global-02-close a {
    display: block;
    float: right;
    width: 20px;
  }
  .header-global {
    margin-bottom: 8px;
  }
  .header-global:before {
    background: url(/common/images/common/bg_nav_tenant.jpg) repeat center top;
    background-size: auto;
    border-top: 2px solid #967C72;
    height: 8px;
    bottom: -8px;
    right: 0;
    left: 0;
  }
  .hglb02-nav {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .hglb02-nav li {
    float: none;
    border-bottom: 1px solid #b2b2b2;
    padding: 0;
     margin: 0;
  }
  .hglb02-nav li:first-child {
    border-top: 1px solid #b2b2b2;
  }
  .hglb02-nav li a {
    text-align: left;
    height: auto;
    box-sizing: border-box;
    padding: 16px 5px 16px 20px;
  }
  .hglb02-nav li a:hover {
    text-decoration: none;
  }
  .hglb02-nav li a:hover:before,
  .hglb02-nav li.hglb02nv-current a:before {
    display: none;
  }
  .glb02nav-txt .glb02nav-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    width: 24px;
    text-align: center;
  }
  .glb02nav-icon-01 {
    top: -2px;
  }
  .glb02nav-icon-01 img {
    width: 20px;
  }
  .glb02nav-icon-02 {
    top: -1px;
  }
  .glb02nav-icon-02 img {
    width: 19px;
  }
  .glb02nav-icon-03 {
    top: -2px;
  }
  .glb02nav-icon-03 img {
    width: 13px;
  }
  .glb02nav-icon-04 {
    top: -2px;
  }
  .glb02nav-icon-04 img {
    width: 21px;
  }
  .glb02nav-icon-05 {
    top: -1px;
  }
  .glb02nav-icon-05 img {
    width: 21px;
  }
  .glb02nav-icon-06 {
    top: -2px;
  }
  .glb02nav-icon-06 img {
    width: 19px;
  }
  .hglb02-nav li.glb02nav-inquiry {
    border: none;
    margin: 25px 0 0 0;
  }
  .hglb02-nav li.glb02nav-inquiry a {
    background: #e95505;
    text-align: center;
    color: #fff;
    padding: 14px 10px 12px 10px;
  }

  /*** main ***/
  .main {
    margin-top: 30px;
    width: auto;
  }
  .main-cont-01,
  .main-cont-02 {
    float: none;
    width: auto;
  }
  .main-cont-01 {
    margin: 0 0 70px 0;
  }
  .cmn-ttl-01 {
    font-size: 165%;
    margin-bottom: 10px;
  }
  .ml-ttl-01 {
    font-size: 125%;
    text-align: left;
  }
  .ml-list-01 {
  }
  .ml-cont-02 {
  }
  input.scsearchf-submit {
    margin: 0 10px 0 0;
  }
  input.scsearchf-text {
    font-size: 100%;
  }


  /*** footer ***/
  .footer-global-02 {
    background: #848484;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fglb02-wrap {
    overflow: hidden;
  }
  .fglb02w-nav {
    float: none;
    width: 103%;
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    margin: 0;
  }
  .fglb02w-nav li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    width: 30.333%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    font-size: 76%;
    text-align: center;
  }
  .copyright {
    float: none;
    font-size: 69%;
    text-align: center;
  }
  .pagetop {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .arrow-btn {
    width: 84px;
  }


  /*** other ***/
  .header-global-02 {
    display: none; /* JSを読み込む前は非表示に */
  }
  .js-wrapper-fix {
    position: fixed; /* スマホメニューが開いている時はコンテンツのスクロールを停止 */
  }
  /* jquery.sidr.js */
  .sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #e9e9e9;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 10px 3%;
  }



/*
 * 京阪ザ・ストア BODYコーディング
 */


  .top-wrapper {
    background-position: right 45% top;
    background-size: auto 100%;
    height: auto;
    padding-top: 41.66%;
    position: relative;
  }
  .top-wrapper h1 {
    padding: 2% 4% 1% 5%;
    margin-top: -26%;
    font-size: 160%;
    position: absolute;
  }
  .link-arrow a{
    color: #e85403;
    background: url(/common/images/common/link-arrow-1.png) no-repeat left center;
    padding-left: 11px;
  }

}
