@charset "UTF-8";/*
Theme Name: アドバンスねやがわ（PC用）
Theme URI: http://www.advance-neyagawa.jp/
Author: 北星社
Author URI: http://www.robo.co.jp/
Description: アドバンスねやがわWEBテーマ
Version: 10.0
License: Commercial

-------------------------------------------------------------- */



/* Reset and Global
-------------------------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

ul,li{list-style:none}
a{text-decoration: none;}

/* box sizing (only css3) */
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,a,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* modern clearfix */
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

/* Hide Text */
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* Global Margin */
.mgt10{ margin-top: 10px;}
.mgt15{ margin-top: 15px;}
.mgt20{ margin-top: 20px;}
.mgt25{ margin-top: 25px;}
.mgt30{ margin-top: 30px;}

.mgb10{ margin-bottom: 10px;}
.mgb15{ margin-bottom: 15px;}
.mgb20{ margin-bottom: 20px;}
.mgb25{ margin-bottom: 25px;}
.mgb30{ margin-bottom: 30px;}
.mgb50{ margin-bottom: 50px;}

/* Common Box Shadow */
.bs{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
}

.sp{
    display: none;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


/* -----------------------------------------------------------
  Initialize
-------------------------------------------------------------- */

html{
    font-size: 62.5%; /* set base to 10px */
    -webkit-print-color-adjust: exact;
}

body{
    background-color: #ffffff;
    color: #414141;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.4rem;
}

a{ color: #01838f; }
a:hover{ color: #00cde0; }

.bold{
    font-weight: bold;
}


/* -----------------------------------------------------------
  Header
-------------------------------------------------------------- */

header{
    height: 121px;
    border-bottom: 3px solid #01838f;
}

header .wrap{
    width: 1000px;
    height: 118px;
    margin: 0 auto;
    background: url('images/head_landing.jpg') no-repeat top right;
}

header .title{
    display: block;
    width: 208px;
    height: 118px;
    background-image: url('images/common/head_logo.png');
    margin-left: -4px;
}

header .navi{
    width: 1000px;
    
}

nav{
    background: url('images/common/gnavi_bg.png');
    border-bottom: 2px solid #d2ecee;
}

nav ul{
    width: 1000px;
    margin: auto;
    font-size: 0;
}

nav li{
    display: inline-block;
    font-size: 1.4rem;
}

nav li a{
    width: 200px;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

nav .about{
    background-image: url('images/common/gn_about.png');
}

nav .news{
    background-image: url('images/common/gn_shopnews.png');
}

nav .first{
    background-image: url('images/common/gn_bld1.png');
}

nav .second{
    background-image: url('images/common/gn_bld2.png');
}

nav .access{
    background-image: url('images/common/gn_access.png');
}


/* -----------------------------------------------------------
  Footer
-------------------------------------------------------------- */

footer{
    border-top: 3px solid #01838f;
}

footer .wrap{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

footer .func{
    width: 1000px;
    height: 65px;
    margin-bottom: 25px;
}

footer .func .title{
    display: block;
    width: 175px;
    height: 60px;
    background-image: url('images/common/foot_logo.png');
    float: left;
}

footer .func .totop{
    display: block;
    width: 128px;
    height: 28px;
    background-image: url('images/common/pagetop.png');
    float: right;
}

footer li a{
    display: block;
    padding: 8px 0;
}

footer li a::before{
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    color: #01838f;
    margin-right: 5px;
}

footer .main{
    width: 20%;
    margin-right: 5%;
    float: left;
}

footer .sub{
    width: 30%;
    float: left;
}

footer .sign{
    font-size: 1.3rem;
    line-height: 1.4em;
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .sign .com{
    font-weight: bold;
    padding: 7px 0;
}

footer .sign .add {
    margin-top: 15px;
}

footer .copy{
    font-size: 1.1rem;
    color: #01838f;
    text-align: center;
    padding: 20px;
}


/* -----------------------------------------------------------
  Body Common Styles
-------------------------------------------------------------- */

.bodywrap{
    background: url('images/common/body_bg.png') repeat;
    width: 100%;
}

.bodywrap .layout{
    width: 1000px;
    margin: 0 auto;
}

#contents{
    width: 680px;
    float: left;
    margin-bottom: 50px;
}

#sidenavi{
    width: 280px;
    float: right;
}


/* -----------------------------------------------------------
  Side Navigation
-------------------------------------------------------------- */

#sidenavi .paper .snhead{
    height: 78px;
    margin-top: 10px;
    position: relative;
    background: url('images/side/paper-char.png') no-repeat bottom right;
}

#sidenavi .paper .tl{
    position: absolute;
    bottom: 15px;
    left: 0;
}

#sidenavi .paper .box{
    padding: 5px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

#sidenavi .paper .box img{
    max-width: 270px;
    height: auto;
}

#sidenavi .paper .banbox{
    margin-bottom: 10px;
}

#sidenavi .guide{
    margin-top: 30px;
    font-size: 0;
}

#sidenavi .guide .box{
    background-color: #ffffff;
    margin-top: 10px;
}

#sidenavi .guide .first a, #sidenavi .guide .seg a{
    display: block;
    padding: 10px;
}

#sidenavi .guide .floor{
    border-top: 1px dashed #c9efef;
}

#sidenavi .hours{
    margin-top: 30px;
}

#sidenavi .hours .box{
    background-color: #ffffff;
    margin-top: 10px;
}

#sidenavi .hours .box dt{
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 5px 5px 10px;
    color: #01838f;
}

#sidenavi .hours .box dd{
    font-size: 1.2rem;
    display: block;
    position: relative;
}

#sidenavi .hours .box dd{
    padding: 5px 0 5px 1.5em;
}

#sidenavi .hours .box dd .time{
    position: absolute;
    right: 10px;
}

#sidenavi .hours .box p{
    display: block;
    font-size: 1.0rem;
    padding: 10px 0;
    margin-top: 5px;
    color: #999999;
    text-align: center;
    border-top: 1px dashed #c9efef;
}

#sidenavi .adv{
    margin-top: 30px;
}

#sidenavi .adv ul{
    font-size: 0;
    padding-bottom: 30px;
}

#sidenavi .adv li{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
}

#sidenavi .adv li:nth-of-type(even){
    margin-right: 0;
}



/* -----------------------------------------------------------
  Index Common Styles
-------------------------------------------------------------- */

.schead{
    position: relative;
    margin-top: 35px;
    height: 44px;
}

.otherbtn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sliderfix{
    width: 1100px;
    height: 300px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.sliderfix img.left{
    position: absolute;
    left: -2;
    top: 0;
}

.sliderfix img.right{
    position: absolute;
    right: -2;
    top: 0;
}

.topslider .slick-slide img{
    margin: 0 auto;
    max-width: 100%;
}

.topslider .slick-slide {
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
 }
 
.topslider .slick-slide:not(.slick-center) {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
     opacity: 0.5;
}

.slick-loading .slick-list{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* -----------------------------------------------------------
  Index Shop News
-------------------------------------------------------------- */

.shopnews .otherbtn{
    width: 140px;
    height: 22px;
    background: url('images/btn_news.png') no-repeat;
}


.shopnews .box{
    width: 216px;
    background-color: #ffffff;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

.shopnews .box:nth-of-type(3n+1){
    margin-right: 0;
}

.box .photo{
    width: 216px;
    height: 216px;
    overflow: hidden;
    background-image: url('images/common/photoback.png');
    background-size: 100%;
}

.box .photo img{
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.shopnews .box .date{
    color: #999999;
    font-size: 1.1rem;
    text-align: right;
    padding: 10px 10px 5px;
}

.shopnews .box .tl{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 10px 5px;
}

.shopnews .box .desc{
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 0 10px;
}

.shopnews .box .shop{
    font-size: 1.2rem;
    padding: 10px;
}


/* -----------------------------------------------------------
  Index Information
-------------------------------------------------------------- */

.topinfo .otherbtn{
    width: 190px;
    height: 22px;
    background: url('images/btn_info.png') no-repeat;
}

.topinfo ul{
    background-color: #ffffff;
    margin-top: 15px;
}

.topinfo li{
    padding: 12px 15px;
    font-size: 1.3rem;
    border-bottom: 1px dashed #d8f5f8;
}

.topinfo li:last-child{
    border: none;
}

.topinfo .cat span{
    display: inline-block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #ffffff;
    padding: 5px 10px 3px;
    font-size: 1.1rem;
}

.topinfo .cat .info{
    background-color: #29b6f6;
}

.topinfo .date{
    color: #626262;
    font-size: 1.3rem;
    padding: 0 15px;
}


/* -----------------------------------------------------------
  Index Banner Area
-------------------------------------------------------------- */

.banarea ul{
    font-size: 0;
    margin-top: 35px;
}

.banarea li{
    display: inline-block;
    margin-bottom: 19px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
}

.banarea li:nth-of-type(2n+1){
    margin-right: 19px;
}


/* -----------------------------------------------------------
  Category Head
-------------------------------------------------------------- */

.cathead{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.cathead h2{
    position: absolute;
    left: 0;
}

.catinfo{
    background-image: url('images/pages/bg_information.png');
}

.catinfo h2{
    width: 266px;
    height: 60px;
    background: url('images/pages/h2_information.png') no-repeat;
    top: 20px;
}

.catnews{
    background-image: url('images/pages/bg_shopnews.png');
}

.catnews h2{
    width: 234px;
    height: 60px;
    background: url('images/pages/h2_shopnews.png') no-repeat;
    top: 20px;
}

.catshop{
    background-image: url('images/pages/bg_shop.png');
}

.catshop h2{
    width: 234px;
    height: 60px;
    background: url('images/pages/h2_shopguide.png') no-repeat;
    top: 20px;
}

.catjump{
    background-color: #ffffff;
    margin-bottom:20px;
}

.catjump ul{
    font-size: 0;
}

.catjump li{
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    width: 25%;
}

.catjump li a{
    padding: 15px;
    display: block;
}

.catjump li a::before{
    content: "\f0a9";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 0.3em;
}

.shoplist .floormap{
    background-color: #ffffff;
    padding: 30px 0 1px;
}

.shoplist .floormap a{
    display: block;
    width: 650px;
    height: auto;
    margin: 0 auto 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #80c1c7;
}

.shoplist .floormap a:last-child{
    margin-bottom: 0;
    border: none;
}

.shoplist .targetfloor{
    background-color: #ffffff;
    padding: 25px 15px 20px;
    margin-bottom: 20px;
}


/* -----------------------------------------------------------
  Single Page
-------------------------------------------------------------- */

.bread{
    padding: 15px 10px;
    font-size: 1.2rem;
}

body.archive .bread, body.page .newsbread{
    padding-bottom: 0;
}

.bread li{
    display: inline-block;
}

.bread li::before{
    content: "\f0da";
    font-family: "FontAwesome";
    color: #88c0cb;
    margin-right: 5px;
}

.bread li:nth-of-type(1)::before{
    content: "\f015";
}

article.post{
    background-color: #ffffff;
}

article.post img{
    max-width: 100%;
    height: auto;
}

article.post .the-content{
    padding: 15px;
    font-size: 1.6rem;
    line-height: 2.0em;
}

article.post h1{
    font-size: 2.0rem;
    padding: 15px 15px 10px 2.0em;
    border-bottom: 1px dashed #80c1c7;
    line-height: 1.3em;
}

article.post h1::before{
    content: "\f138";
    font-family: "FontAwesome";
    color: #00838f;
    margin-right: 0.5em;
    margin-left: -1.4em;
}

article.post .post-meta{
    border-bottom: double 3px #80c1c7;
    text-align: right;
    font-size: 1.3rem;
    padding: 8px 15px 5px;
    color: #707070;
}

.the-content p{
    margin: 1.0em 0;
}

.the-content p:first-child{
    margin-top: 0;
}

/* -----------------------------------------------------------
  Article lists for Single Page
-------------------------------------------------------------- */

.arclist .box{
    width: 216px;
    background-color: #ffffff;
    float: left;
    position: relative;
    margin-top: 15px;
    margin-right: 15px;
}

.shopnews .arclist .box:nth-of-type(3n+1){
    margin-right: 0;
}

.shopindex .box:nth-of-type(3n), .newspage .box:nth-of-type(3n), .shopblog .box:nth-of-type(3n){
    margin-right: 0;
}

.arclist .box .date{
    color: #999999;
    font-size: 1.1rem;
    text-align: right;
    padding: 10px 10px 5px;
}

.arclist .box .tl{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 10px 5px;
}

.arclist .box .desc{
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 0 10px 30px;
    word-wrap: break-word;
}

.arclist .box .shop{
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: right;
}


/* -----------------------------------------------------------
  Shoplist & Shopdata
-------------------------------------------------------------- */

.shoplist{
    margin-top: 15px;
}

.shoplist .shopdata{
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.shoplist img.logo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 15px;
}

.shoplist .blog{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #039be5;
    background: url('images/common/btn_shopnews.png') no-repeat;
    width: 114px;
    height: 24px;
    -webkit-box-shadow: 0 2px #0277bd;
            box-shadow: 0 2px #0277bd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.shoplist .datainner{
    width: 450px;
    position: relative;
    float: right;
}

.shoplist .minilist{
    background-color: #ffffff;
}

.shoplist .minilist li{
    padding: 12px;
    font-size: 1.3rem;
    line-height: 1.0em;
    position: relative;
    border-bottom: 1px dashed #80c1c7;
}

.shoplist .minilist li i{
    margin-right: 0.5em;
}

.shoplist .minilist li:last-child{
    border-bottom: none;
}

.shoplist .minilist .floor{
    position: absolute;
    color: #ffffff;
    background-color: #00897b;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 3px 10px;
    right: 15px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

.shopdata h3{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    width: 330px;
    line-height: 1.4em;
}
.shopdata h3.blognone{
    width: 100%;
}

.shopdata h3 span{
    color: #ffffff;
    font-size: 1.6rem;
    background-color: #00838f;
    display: inline-block;
    position: relative;
    min-width: 2em;
    text-align: center;
    padding: 5px 0;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    margin-right: 0.5em;
    line-height: 1.0em;
}

.shopdata .comment{
    line-height: 1.5em;
    margin-bottom: 10px;
}

.shopdata ul{
    width: 100%;
    border-top: 3px double #80c1c7;
}

.shopdata li{
    border-bottom: 1px dashed #80c1c7;
    padding: 8px 0;
    font-size: 1.3rem;
    line-height: 1.0em;
}

.shopdata li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.shopdata li span{
    display: inline-block;
    color: #5d4037;
    font-weight: bold;
    margin-right: 1.0em;
}

.shopdata li span::before{
    font-family: "FontAwesome";
    color: #5d4037;
    margin-right: 5px;
}

.shopdata li span.floor::before{
    content: "\f1ad";
}

.shopdata li span.tel::before{
    content: "\f098";
}

.shopdata li span.time::before{
    content: "\f017";
}

.shopdata li span.close::before{
    content: "\f273";
}

.shopdata li span.web::before{
    content: "\f0ac";
}

.shopdata li a::after{
    font-family: "FontAwesome";
    margin: 0 1.0em 0 3px;
}

.shopdata li a.web::after{
    content: "\f08e";
}

.shopdata li a.twitter::after{
    content: "\f099";
}

.shopdata li a.fb::after{
    content: "\f230";
}

.shopdata li a.mov::after{
    content: "\f008";
}


/* -----------------------------------------------------------
  Shopdata of Newspage
-------------------------------------------------------------- */

.newspage .datahead h2{
    width: 342px;
    height: 44px;
    background: url('images/pages/h2_shopinfo.png') no-repeat;
    margin: 40px 0 15px;
}

.shopindex .datahead h2{
    width: 210px;
    height: 46px;
    background: url('images/pages/h2_shopnews_index.png') no-repeat;
    margin: 40px 0 0;
}

.newspage .shopdata{
    background-color: #ffffff;
    margin-bottom: 40px;
}

.newspage .shopphoto{
    position: relative;
    min-height: 175px;
    background-color: #cee6eb;
}

.newspage .logo{
    display: block;
    width: 185px;
    height: 185px;
    position: absolute;
    z-index: 10;
    bottom: -30px;
    left: 15px;
    border: 3px solid #cee6eb;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}

.newspage .datainner{
    padding: 15px;
    position: relative;
}

.newspage .datainner h3{
    margin-top: 30px;
}

.newspage .datainner .floor{
    position: absolute;
    color: #ffffff;
    background-color: #00897b;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 5px 10px;
    top: 15px;
    right: 15px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

.newspage .morebtn a{
    display: block;
    width: 280px;
    height: 42px;
    background-image: url('images/common/btn_morenews.png');
    margin: 15px auto;
    -webkit-box-shadow: 0 2px #0277bd;
            box-shadow: 0 2px #0277bd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.pgnav{
    margin-top: 10px;
}

.pgnav a{
    display: inline-block;
    width: 30%;
    height: 42px;
    background-color: #039be5;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 0;
    color: #ffffff;
    margin: 15px auto;
    -webkit-box-shadow: 0 3px #0277bd;
            box-shadow: 0 3px #0277bd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.pgnav span{
    margin: 0 5px;
}

.pgnav .next{
    float: right;
}

.pgnav .prev{
    float: left;
}


/* -----------------------------------------------------------
  Information coList
-------------------------------------------------------------- */

.arclist ul{
    background-color: #ffffff;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(3, 155, 229, 0.2);
}

.arclist li{
    padding: 12px 15px;
    font-size: 1.3rem;
    border-bottom: 1px dashed #d8f5f8;
}

.arclist li:last-child{
    border: none;
}

.arclist li .cat span{
    display: inline-block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #ffffff;
    padding: 5px 10px 3px;
    font-size: 1.2rem;
}

.arclist li .cat .info{
    background-color: #29b6f6;
}

.arclist li .date{
    color: #626262;
    font-size: 1.3rem;
    padding: 0 15px;
}


/* -----------------------------------------------------------
  Fixed Page Head
-------------------------------------------------------------- */

.pagehead{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.pagehead h1{
    position: absolute;
    left: 0;
}

.pg-about{
    background-image: url('images/pages/bg_about.png');
}

.pg-about h1{
    width: 160px;
    height: 60px;
    background: url('images/pages/h2_about.png') no-repeat;
    top: 20px;
}

.pg-shopnews{
    background-image: url('images/pages/bg_shopnews.png');
}

.pg-shopnews h1{
    width: 234px;
    height: 60px;
    background: url('images/pages/h2_shopnews.png') no-repeat;
    top: 20px;
}

.pg-access, .pg-parking, .pg-carparking, .pg-sharecycle{
    background-image: url('images/pages/bg_parking.png');
}

.pg-access h1{
    width: 142px;
    height: 60px;
    background: url('images/pages/h2_access.png') no-repeat;
    top: 20px;
}

.pg-parking h1{
    width: 290px;
    height: 60px;
    background: url('images/pages/h2_parking.png') no-repeat;
    top: 20px;
}

.pg-carparking h1{
    width: 290px;
    height: 60px;
    background: url('images/pages/h2_carparking.png') no-repeat;
    top: 20px;
}

.pg-sharecycle h1{
    width: 290px;
    height: 60px;
    background: url('images/pages/h2_sharecycle.png') no-repeat;
    top: 20px;
}

.pg-company, .pg-lease{
    background-image: url('images/pages/bg_parking.png');
}

.pg-company h1{
    width: 448px;
    height: 60px;
    background: url('images/pages/h2_company.png') no-repeat;
    top: 20px;
}

.pg-lease h1{
    width: 156px;
    height: 60px;
    background: url('images/pages/h2_leasing.png') no-repeat;
    top: 20px;
}


/* -----------------------------------------------------------
  Fixed Page Styles
-------------------------------------------------------------- */

section.pages h2{
    display: block;
    position: relative;
    border-bottom: 3px double #80c1c7;
    font-size: 1.9rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

section.pages h2::before{
    font-family: "FontAwesome";
    font-weight: normal;
    color: #00838f;
    margin-right: 0.3em;
}

section.pages h2::before{
    content: "\f138";
}

section.pages .page-content{
    padding: 15px 15px 0;
}

section.pages .jump{
    background-color: #ffffff;
    margin-bottom:20px;
}

section.pages .jump ul{
    font-size: 0;
}

section.pages .jump li{
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
}

section.pages .jump li a{
    padding: 15px;
    display: block;
}

section.pages .jump li a::before{
    content: "\f0a9";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 0.3em;
}

section.access .jump li{
    width: 50%;
}

section.parking .jump li{
    width: 25%;
}

section.about .page-content{
    padding: 0;
}

section.about .page-content .about{
    padding: 15px;
}

section.about .page-content p{
    font-size: 1.3rem;
    line-height: 2.0em;
    margin-bottom: 1.5em;
}

section.about .page-content p strong{
    font-weight: bold;
    color: #00828e;
}

section.about .divide p{
    float: left;
    width: 370px;
}

section.about .divide img{
    float: right;
    width: 260px;
    height: auto;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

section.about .page-content .note{
    font-size: 1.1rem;
    border-top: 1px dashed #80c1c7;
    padding-top: 15px;
}

section.access .exchange{
    margin-bottom: 30px;
}

section.access .exchange div{
    width: 48%;
    float: left;
}

section.access .exchange div:nth-of-type(2){
    margin-left: 4%;
}

section.access h3{
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px dashed #80c1c7;
    padding: 5px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}

section.access h3::before{
    font-family: "FontAwesome";
    color: #00838f;
    margin-right: 0.5em;
    font-weight: normal;
}

section.access .bldmap{
    width: 650px;
    height: 400px;
    margin: 10px 0;
}

section.access .pamap{
    width: 100%;
    height: 300px;
    margin: 10px 0 15px;
}

section.access .train h3::before{
    content: "\f238";
}

section.access .car h3::before{
    content: "\f1b9";
}

section.access .cycle h3::before{
    content: "\f206";
}

section.access .inq h3::before{
    content: "\f059";
}

section.access .exchange p{
    line-height: 1.7em;
    margin-left: 3.0em;
}

section.access .exchange p:first-letter{
    margin-left: -1.0em;
}

section.access .park .left{
    width: 410px;
    float: left;
}

section.access .park .left img{
    display: block;
    margin: 15px auto;
}

section.access .park .square, section.access .park .rvsquare{
    width: 380px;
    text-align: center;
    font-size: 1.5rem;
    padding: 8px 0 5px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}

section.access .park .square{
    background-color: #00897b;
    color: #ffffff;
}

section.access .park .rvsquare{
    border: 2px solid #00897b;
    color: #00897b;
    font-weight: bold;
}

section.access .park .marker{
    font-size: 2.5rem;
    color: #00897b;
    text-align:center;
}

section.access .park .ticket{
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: 10px 0 15px 2.5em;
}

section.access .park .ticket:first-letter{
    margin-left: -1.5em;
}

section.access .park .cycle h3{
    margin-top: 25px;
}

section.access .park .center{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5em;
}

section.access .park table{
    width: 380px;
    margin: 15px auto 0;
}

section.access .park th, section.access .park td{
    border: 1px solid #484848;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

section.access .park th{
    background-color: #e0f2f1;
    color: #00796b;
}

section.access .park tr td:nth-of-type(1){
    font-weight: bold;
}

section.access .inq h3{
    margin-bottom: 15px;
}

section.access .inq p{
    line-height: 1.5em;
    margin: 0 15px;
}

section.access .inq p strong{
    font-size: 1.6rem;
}

section.access .inq i{
    color: #00897b;
    margin-right: 0.3em;
}

section.access .park .right{
    width: 224px;
    float: right;
}

section.access .park .right .map{
    margin: 15px 0;
}

section.parking{
    margin-bottom: 40px;
}

section.parking h2#cycle::before{
    content: "\f206";
}

section.parking h2#scooter::before, section.parking h2#bike::before{
    content: "\f21c";
}

section.parking h2:nth-of-type(n+2){
    margin-top: 20px;
    border-top: 3px double #80c1c7;
    padding-top: 8px;
}

section.parking h2 span{
    display: inline-block;
    position: absolute;
    color: #ff4081;
    font-size: 1.4rem;
    top: 2px;
    right: 5px;
}

section.parking .parkmap, section.carparking .parkmap{
    width: 650px;
    height: 400px;
    margin: 10px 0;
}

section.parking .pricelist{
    width: 665px;
    margin-right: 15px;
}

section.parking table{
    width: 316px;
    font-size: 1.3rem;
    float: left;
    border-bottom: 1px solid #80c1c7;
    margin-bottom: 25px;
}

section.parking table:nth-of-type(odd){
    clear: both;
    margin-right: 18px;
}

section.parking th, section.parking td{
    border-bottom: 1px dashed #80c1c7;
    padding: 5px;
    vertical-align: middle;
}

section.parking th{
    font-weight: normal;
    background-color: #e0f7fa;
    color: #00838f;
}

section.parking td{
    text-align: center;
    color: #0277bd;
    font-weight: bold;
}

section.parking tr td:nth-of-type(3), section.parking tr td:nth-of-type(4){
    color: #e91e63;
}

section.parking .name{
    text-align: left;
    border-bottom: 1px solid #80c1c7;
    color: #414141;
}

section.parking h3{
    font-size: 1.4rem;
}

section.parking h3::before{
    content: "\f041";
    font-family: "FontAwesome";
    color: #00838f;
    margin: 0 5px 0 3px;
}

section.parking .rent{
    border-top: 1px solid #80c1c7;
}

section.parking .place{
    text-align: right;
    border-bottom: 1px solid #80c1c7;
    color: #414141;
    font-weight: normal;
}

section.parking .tel::before{
    content: "\f098";
    font-family: "FontAwesome";
    margin: 0 0.3em 0 1.0em;
}

section.company .page-content{
    padding-bottom: 15px;
}

section.company dl{
    font-size: 1.4rem;
    line-height: 1.6em;
}

section.company dt{
    color: #5d4037;
    font-weight: bold;
    float: left;
    padding: 10px;
    width: 10em;
    text-align: right;
}

section.company dd{
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 11em;
    border-bottom: 1px dashed #80c1c7;
}

section.company dd:last-child{
    border-bottom: 1px solid #80c1c7;
}

section.company .jigyo li{
    list-style-type: decimal;
    margin-left: 1.6em;
}

section.company .officer{
    margin-top: 1.0em;
}

section.company .officer li span {
	display: block;
 	font-size: 1.2rem;
    line-height: 1.4em;
    margin-left: 10.0em;
    margin-bottom: 0.7em;
}

.notice{
    background-color: #ffe2e5;
    border: 2px solid #ef5350;
    width: 100%;
    padding: 15px;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.notice h4{
    font-size: 1.7rem;
    color: #ef5350;
    line-height: 1.7em;
}

section.lease p{
    font-size: 1.4rem;
    line-height: 1.7em;
}

section.lease .inq{
    margin: 1.0em 0;
    border: 1px dashed #80c1c7;
    padding: 1.0em;
}

section.lease a{
    display: inline-block;
    width: 100%;
    height: 42px;
    background-color: #039be5;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 0;
    color: #ffffff;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 3px #0277bd;
            box-shadow: 0 3px #0277bd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

section.lease a i, section.carparking a i{
    margin-right: 0.5em;
}

section.carparking .page-content{
    padding-bottom: 15px;
}

section.carparking h2.second{
    margin-top: 40px;
}

section.carparking p.more{
    font-size: 1.6rem;
    color: #ef5350;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

section.carparking a.pdf{
    display: inline-block;
    width: 100%;
    height: 42px;
    background-color: #039be5;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 0;
    color: #ffffff;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px #0277bd;
            box-shadow: 0 3px #0277bd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

section.carparking h3{
    color: #00838f;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 1px dashed #80c1c7;
    padding: 5px 8px;
    margin-bottom: 10px;
    margin-top: 20px;
}

section.carparking p{
    font-size: 1.4rem;
    line-height: 1.7em;
    margin-left: 1.5em;
}

section.carparking p.note{
    margin-left: 2.5em;
}

section.carparking p.note:first-letter{
    margin-left: -1.0em;
}

section.carparking ol{
    margin-left: 2.5em;
    line-height: 1.6em;
}

section.carparking li:first-letter{
    margin-left: -1.0em;
}


/* -----------------------------------------------------------
  sharecycle
-------------------------------------------------------------- */
section.sharecycle{
}

section.sharecycle h3{
	color: #00838f;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dashed #80c1c7;
    padding: 5px 8px;
    margin-bottom: 10px;
    margin-top: 40px;
}

section.sharecycle h4{
	color: #00838f;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 3px double #80c1c7;
    padding: 5px 8px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 10px;
}

section.sharecycle h5{
	color: #01A8B6;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #80c1c7;
    padding: 5px 8px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 10px;
}

section.sharecycle p{
    font-size: 1.4rem;
    line-height: 1.7em;
    margin-left: 1.5em;
}
section.sharecycle .applidl{
	text-align: center;
}
section.sharecycle .applidl img{
	margin: 5px;
	width: 90%;
	height: auto;
}
section.sharecycle ul, section.sharecycle ol{
    font-size: 1.4rem;
    line-height: 1.7em;
    margin-left: 3em;
    list-style-position: inside;
}
section.sharecycle ul li{
	list-style-type: disc;
}
section.sharecycle ol li{
	/*list-style-type: decimal;*/
}
section.sharecycle ol li ul li{
	list-style-type: disc;
}

section.sharecycle a.pdf {
    display: inline-block;
    width: 95%;
    height: 42px;
    background-color: #039be5;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 0;
    color: #ffffff;
    margin: 10px;
    -webkit-box-shadow: 0 3px #0277bd;
    box-shadow: 0 3px #0277bd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

section.sharecycle .otoiawase{
 margin: 10px;
 margin-top: 20px;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 0px;
 background-color: #F2F9F9;
 border: 1px solid #80c1c7;
 border-radius: 20px;
}

section.sharecycle .otoiawase h4{
margin-top: 0px;
}
section.sharecycle .image-left-box{
  display: flex;
  margin: 10px;
}

section.sharecycle .image-left-box div{
  flex: 1;
  padding: 10px;
  align-self: center;
  font-size: 1.4rem;
  line-height: 1.7em;
}

section.sharecycle table.jissi-taisei-table{
margin: 10px;
border-collapse: collapse;
}

section.sharecycle table.jissi-taisei-table td, section.sharecycle table.jissi-taisei-table th{
border: 1px solid #000000;
padding: 10px;
}
section.sharecycle table.jissi-taisei-table th{
background-color: #e0f2f1;
    color: #00796b;
}

section.sharecycle table.jissi-taisei-table td ul{
    margin-left: 1.2em;
    list-style-position: inside;
}

section.sharecycle .bosyu{
	padding-bottom: 20px;
}

section.sharecycle ol.station-list{
}

section.sharecycle ol.station-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
  margin-left: 1em;
}
section.sharecycle ol.station-list li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #e0f2f1;
  border-left : solid 35px #80c1c7;
  margin-bottom: 5px;
}
section.sharecycle ol.station-list li:before{
  /* 以下数字をつける */
  position: absolute;
  /*counter-increment: number;
  content: counter(number);*/
  content: '●';
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: sans-serif;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}


section.sharecycle .image-place{
  display: flex;
  margin: 5px;
}

section.sharecycle .image-place div{
  flex: 1;
  padding: 10px;
  align-self: start;
  font-size: 1.4rem;
  line-height: 1.7em;
}