<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
    color: #333;
}

@media screen and (max-width: 767px){
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
}


a,
a:hover,
a:active,
a:visited,
a:focus {
    font-feature-settings: "pkna";
    color: #a98c47;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

.mb0 { margin-bottom:0!important; }
.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }

.pb0 { padding-bottom:0!important; }
.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }
.pb50 { padding-bottom:50px!important; }

.bold { font-weight:bold; }


.btnM {
	margin-top:8px;
	width:200px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	border:2px solid #a98c47;
	display:block;
	position:relative;
}
.btnM::before{
	content: "";
	right:8px;
	top:0;
	bottom:0;
	margin:auto 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #a98c47;
	border-right: 1px solid #a98c47;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
}
.btnM:hover {
	color:#ffffff;
	background:#a98c47;
}
.btnM:hover::before{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.btnF {
	margin-top:8px;
	padding:5px 0;
	width:100%;
	max-width:320px;
	font-size:14px;
	line-height:1.5em;
	text-align:center;
	border:2px solid #a98c47;
	display:inline-block;
	position:relative;
}
.btnF::before{
	content: "";
	right:8px;
	top:0;
	bottom:0;
	margin:auto 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #a98c47;
	border-right: 1px solid #a98c47;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
}
.btnF:hover {
	color:#ffffff;
	background:#a98c47;
}
.btnF:hover::before{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px){

.btnF {
	width:280px;
	display:block;
}
.btnF.spCenter {
	margin-left:auto;
	margin-right:auto;
}

}



/*l-header
---------------------------------------------------------------------------- */
.l-header {
    width: 100%;
    min-width: 1100px;
    height: 71px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.l-header .logo {
    width: 350px;
}

.l-header .logo a {
    width:252px;
    display: inline-block;
    font-feature-settings: "pkna";
    padding: 18px 0 18px 28px;
}
.l-header .logo img {
    width:100%;
}


.l-header .logo p a {
    display: inline-block;
    font-feature-settings: "pkna";
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: -1px;
    left: 10px;
}

.ipad .l-header .logo p a {
    width: 126px;
}

.l-header .link ul li a {
    display: block;
    height: 71px;
}

.l-header .link ul li.blank a {
    padding: 23px 25px;
    color: #2d5d48;
    font-size: 14px;
    font-size: 1.4rem;
}

.l-header .link ul li.blank a span {
    padding-left: 25px;
    background: url(/images/common/icn_header_blank.png)no-repeat top 50% left;
    position: relative;
}

.l-header .link ul li.blank a span:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #2d5d48;
    position: absolute;
    left: 25px;
    bottom: -4px;
    z-index: 2;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.l-header .link ul li.blank a:hover span:before {
    width: calc(100% - 25px);
}

.l-header .link ul li.contact a {
    padding: 21px 60px 21px 40px;
    background: #a98c47;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

.l-header .link ul li.contact a:hover {
    background: #d4af56;
}

.l-header .link ul li.contact a:before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(/images/common/icn_header_arrow.png)no-repeat top left;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

#headBtn {
  width:35%;
  max-width:150px;
  margin:0 48px 0 0;
  padding:9px 0 0;
  text-align:center;
  float:right;
}
#headBtn a{
  display:block;
  font-size:12px;
  line-height:36px;
  text-indent:12px;
  text-decoration:none;
  color:#ffffff;
  background:url(https://www.repark.jp/lp/img/icon_topbtn1.png) no-repeat 6px 50% #fd7a2a;
  background-size:12px 12px;
  border-radius:2px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
#headBtn a:hover{
  text-decoration:none;
}

#head-mfr-logo {
  width:37.5%;
  max-width:160px;
  margin:0 48px 0 0;
  padding:4px 0 0;
  text-align:center;
  float:right;
}
#head-mfr-logo a{
  display:block;
}

/*-- home --*/
.l-header.home .m-container {
    height: 100%;
    background: #fff;
    box-shadow:0px 0px 6px 4px rgba(0,0,0,0.15);
}

/*-- page --*/
.l-header.page {
    background: #fff;
    position: static;
}

.l-header.page .m-container {
    position: static;
}

/*-- fixed --*/
.l-header.fixed {
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.l-header.fixed.scroll {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.l-header.fixed .m-container {
    position: static;
}

.l-header.fixed .logo a {
    width:200px;
    padding: 5px 0 5px 28px;
}

.l-header.fixed .link ul li a {
    display: block;
    height: 50px;
}

.l-header.fixed .link ul li.blank a {
    padding: 15px 25px;
}

.l-header.fixed .link ul li.contact a {
    padding: 12px 60px 12px 40px;
}

@media screen and (max-width: 767px){
    .l-header {
        min-width: 0;
        height: 54px;
        position: fixed;
        z-index: 11;
    }
    
    /*-- home --*/
    .l-header.home .m-container {
        height: 100%;
        background: #fff;
        box-shadow:0px 0px 6px 4px rgba(0,0,0,0.15);
    }

    /*-- fixed --*/
    .l-header.fixed {
        display: none;
    }
    .l-header .logo {
        width:150px;
    }
    .l-header .logo a {
        width:100%;
        display: inline-block;
        font-feature-settings: "pkna";
        padding: 6px 0 0;
    }

    .l-header .logo a p {
        display: block;
        margin: 4px 0 0 20px;
        font-size: 12px;
        font-size: 1.2rem;
        position: static;
    }

    .l-header .link ul li a {
        display: block;
        height: 71px;
    }

    .l-header .link ul li.blank a {
        padding: 23px 25px;
        color: #2d5d48;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .l-header .link ul li.blank a span {
        padding-left: 25px;
        background: url(/images/common/icn_header_blank.png)no-repeat top 50% left;
    }
    
    .l-header .link ul li.blank a span:before {
        display: none;
    }

    .l-header .link ul li.contact a {
        padding: 21px 60px 21px 40px;
        background: #a98c47;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        position: relative;
        -webkit-transition: background 0.1s ease;
        -moz-transition: background 0.1s ease;
        transition: background 0.1s ease;
    }

    .l-header .link ul li.contact a:hover {
        background: #d4af56;
    }

    .l-header .link ul li.contact a:before {
        content: "";
        display: block;
        width: 8px;
        height: 14px;
        background: url(/images/common/icn_header_arrow.png)no-repeat top left;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
    }
}

@media screen and (max-width: 320px){
	.l-header .logo {
        	width:152px;
	}
	#headBtn {
		width:78px;
	}

}


/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav.static,
.l-gNav.fixed {
    width: 100%;
    min-width: 1100px;
    background: #0e0e0e;
}

.l-gNav ul {
    width: 1100px;
    margin: 0 auto;
}

.l-gNav ul li {
    float: left;
    position: relative;
}

.l-gNav ul li:nth-of-type(1) {
    width: 183px;
}
.l-gNav ul li:nth-of-type(2) {
    width: 183px;
}
.l-gNav ul li:nth-of-type(3) {
    width: 183px;
}
.l-gNav ul li:nth-of-type(4) {
    width: 183px;
}
.l-gNav ul li:nth-of-type(5) {
    width: 183px;
}
.l-gNav ul li:nth-of-type(6) {
    width: 183px;
}
.l-gNav ul li:nth-of-type(7) {
    width: 185px;
}

.l-gNav ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #333;
    position: absolute;
    top: 31px;
    left: 0;
}

.l-gNav ul li:first-child:before {
    display: none;
}

.l-gNav ul li a {
    display: block;
    height: 84px;
    padding: 18px 10px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 3;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
}
.l-gNav ul li:nth-of-type(1) a {
    line-height: 1.5;
}


.ipad .l-gNav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
}

.l-gNav ul li a:before {
    content: "";
    width: 50%;
    height: 5px;
    background: #a98c47;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.l-gNav ul li a.current:before {
    bottom: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    transform: scale(1, 1);
}

.l-gNav ul li:first-child a:before,
.l-gNav ul li:first-child a.current:before {
}


.l-gNav ul li a:hover:before {
    transform: scale(1, 1);
}

/*-- static --*/
.l-gNav.static {
    height: 84px;
}

/*-- fixed --*/
.l-gNav.fixed {
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.l-gNav.fixed.scroll {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.l-gNav.fixed ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #333;
    position: absolute;
    top: 21px;
    left: 0;
}

.l-gNav.fixed ul li a {
    height: 60px;
    padding: 10px 13px;
    line-height: 3;
}

.l-gNav.fixed ul li:nth-of-type(1) a {
    line-height: 1.5;
}

@media screen and (max-width: 767px){
    .l-gNav.static,
    .l-gNav.fixed {
        min-width: 0;
        height: auto;
    }

    .l-gNav ul {
        width: 100%;
        margin: 0 auto;
    }
    
    .l-gNav ul li:nth-of-type(1) {
        width: auto;
    }
    .l-gNav ul li:nth-of-type(2) {
        width: auto;
    }
    .l-gNav ul li:nth-of-type(3) {
        width: auto;
    }
    .l-gNav ul li:nth-of-type(4) {
        width: auto;
    }
    .l-gNav ul li:nth-of-type(5) {
        width: auto;
    }
    
    /*-- fixed --*/
    .l-gNav.fixed {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    
    .l-gNav.fixed.scroll {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    

    .l-gNav.fixed.open {
        -webkit-transform: translateY(65px);
        -ms-transform: translateY(65px);
        transform: translateY(65px);
    }
    
    .l-gNav.fixed ul li {
        width: 100%;
		height:auto;
		padding:0;
        border-top: 1px solid #333;
        position: relative;
    }
    
    .l-gNav.fixed ul li:first-child {
        border-top: none;
    }

    .l-gNav.fixed ul li:before {
        content: "";
        display: block;
        width: 1px;
        height: 18px;
        background: #333;
        position: absolute;
        top: 31px;
        left: 0;
    }

    .l-gNav.fixed ul li:first-child:before {
        display: none;
    }

	.l-gNav.fixed ul li a {
        display: block;
		height:auto;
        padding:8px 15px;
        background: url(/images/common/icn_nav_arrow_sp.png)no-repeat top 50% right 15px / 8px 14.5px;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
	line-height:3em;
        letter-spacing: 0.05em;
        text-align: left;
        position: relative;
		box-sizing:border-box;
	}
	.l-gNav.fixed ul li:nth-of-type(1) a {
		line-height: 3!important;
	}
	.l-gNav.fixed ul li a.down {
        background: url(/images/common/icn_nav_arrow_down_sp.png)no-repeat top 50% right 15px / 14.5px 8px;
	}

    .l-gNav.fixed ul li.blank a {
        background: url(/images/common/icn_nav_blank_sp.png)no-repeat top 50% right 15px / 16.5px 11.5px;
    }
    
    .l-gNav.fixed ul li.contact a {
        padding: 15px 15px;
        background: none;
        outline: none;
    }
    
    .l-gNav.fixed ul li.contact a span {
        display: block;
        padding: 5px 0;
        background: url(/images/common/icn_nav_arrow_sp.png)no-repeat top 50% right 15px / 8px 14.5px , #a98c48;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }

    .l-gNav.fixed ul li a:before {
       display: none;
    }

    /*-- static --*/
    .l-gNav.static {
        display: none;
    }
    
    .l-gNav.static.home {
        display: block;
    }
    
    .l-gNav.static ul li {
        display: table;
        table-layout: fixed;
        width: 50%;
        height: 65px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }
    
    .l-gNav.static ul li:nth-of-type(odd) {
        border-left: none;
    }

    .l-gNav.static ul li:before {
        display: none;
    }

    .l-gNav.static ul li:first-child:before {
        display: none;
    }

    .l-gNav.static ul li a {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        padding: 0 25px 0 15px;
        background: url(/images/common/icn_nav_arrow_sp.png)no-repeat top 50% right 15px / 8px 14.5px;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.23;
        text-align: left;
    }
    .l-gNav.static ul li a.down {
        background: url(/images/common/icn_nav_arrow_down_sp.png)no-repeat top 50% right 15px / 14.5px 8px;
    }
    .l-gNav.static ul li a:before {
        display: none;
    }
}



/* SP用ヘッダーメニューの設定
---------------------------------------------------------------------------- */
/* Toggle Button */
.sp-toggle {
    display: none;
}

@media screen and (max-width: 767px){
    .sp-toggle {
        display: block;
        padding: 12px 12px;
        width: 54px;
        height: 54px;
        background-color: #a98c47;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
    }
    
    .sp-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 36px;
        background: #fff;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .sp-toggle span:nth-child(1) {
        top: 10px;
    }
    .sp-toggle span:nth-child(2) {
        top: 20px;
    }
    .sp-toggle span:nth-child(3) {
        top: 30px;
    }
    
    .sp-toggle.open span {
        width: 30px;
    }

    .sp-toggle.open span:nth-child(1) {
        top: 20px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .sp-toggle.open span:nth-child(2) {
        width: 0;
    }
    .sp-toggle.open span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .sp-toggle p {
        width: 100%;
        color: #fff;
        font-size: 1px;
        font-size: 1rem;
        letter-spacing: 0.05em;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2px;
    }
}


/* visualBg
---------------------------------------------------------------------------- */
.bgWhite {
	background:#ffffff;
}
#visualBg {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:0;
}
#visualBg img{
	width:100%;
	height:auto;
}
@media screen and (min-width: 768px){
    #visualBg {
	top:0;
    }
    #visualBg img{
       min-width: 1100px;
    }
}
@media screen and (max-width: 767px){
    #visualBg {
	top:54px;
    }
}


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
	position:relative;
	z-index:1;
}
@media screen and (max-width: 767px){
    .l-pageBody {
        padding-top: 54px;
    }
}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.75;
}

.l-topicPath li {
    display: inline-block;
    font-feature-settings: "pkna";
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
}

.l-topicPath li.l-topicPath-arrow-home {
    padding-left: 25px;
}

.l-topicPath li a {
    color: #282828;
    text-decoration: none;
}

.l-topicPath li a:hover {
    text-decoration: underline;
}

.l-topicPath li a:active,
.l-topicPath li a:focus {
    text-decoration: none;
}

.l-topicPath-arrow {
    margin-left: 0;
}

.l-topicPath-arrow:before {
    content: '＞ ';
    font-size: 11px;
    font-size: 1.1rem;
}

@media screen and (max-width: 767px){
    .l-topicPath {
        position: static;
        padding: 0 15px 10px;
        background: #dedede;
        text-align: left;
    }

    .l-topicPath li {
        font-size: 10px;
        font-size: 1.0rem;
	line-height:1.0em;
        letter-spacing: 0.08em;
    }

    .l-topicPath li.l-topicPath-arrow-home {
        padding-left: 0;
    }

    .l-topicPath li a {
        color: #282828;
    }

    .l-topicPath-arrow {
        margin-left: 0;
    }

    .l-topicPath-arrow:before {
        content: '＞ ';
        font-size: 11px;
        font-size: 1.1rem;
    }
}


/* l-pagetop
---------------------------------------------------------------------------- */
.l-pagetop-container {
    position:relative;
}

.l-pagetop {
    width: 90%;
    min-width: 1100px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 75px;
    z-index: 10;
}

.l-pagetop.stop {
    position: absolute!important;
    bottom:-360px;
}

.l-pagetop a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.l-pagetop img {
    width: 48px;
    height: auto;
}

@media screen and (max-width: 767px){
    .l-pagetop {
        width: 100%;
        min-width: 0;
        bottom: 25px;
    }

    .l-pagetop a {
        right: 15px;
    }

    .l-pagetop img {
        width: 48px;
        height: auto;
    }
    .l-pagetop.stop {
        bottom:-290px;
    }
}


/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
    width: 280px;
}

.l-sidebar h2 {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.12em;
    text-align: center;
}
.l-sidebar h2.yellow {
    background: #f3f134;
    color: #282828;
}
.l-sidebar h2.orange {
    background: #eb6641;
    color: #fff;
}

@media screen and (max-width: 767px){
    .l-sidebar {
        width: 100%;
    }

    .l-sidebar h2 {
        padding: 4px;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.08em;
    }
}




/* f-link-box
---------------------------------------------------------------------------- */
.f-link-box {
	width:100%;
	max-width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
}
.f-link-box li {
	display:inline-block;
}
.f-link-box.type li {
	width:33.33%;
	display:inline-block;
	float:left;
}

.f-link-box li a {
    padding:10px 10px;
    color: #292929;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
    display:block;
}
.f-link-box.type li a {
    display:inline-block;
}

.f-link-box li a span {
    padding-left: 20px;
    background: url(https://www.repark.jp/images/common/icn_footer_link.png)no-repeat top 50% left;
    display:inline-block;
}

@media screen and (min-width: 768px){
	.f-link-box li a:before {
 	   content: "";
 	   display: block;
	    width: 0;
	    height: 1px;
	    background: #292929;
	    position: absolute;
	    left: 20px;
	    bottom: 0;
	    -webkit-transition: width 0.3s ease;
	    -moz-transition: width 0.3s ease;
	    transition: width 0.3s ease;
	}
	.f-link-box li a:hover:before {
	    width: calc(100% - 20px);
	}
}

@media screen and (max-width: 767px){

	.f-link-box {
		width:100%;
		max-width:1000px;
		margin:0 auto;
		overflow:hidden;
	}
	.f-link-box li,
	.f-link-box.type li,
	.f-link-box.type2 li {
		width:50%;
		padding:10px 10px;
		display:block;
		float:left;
		box-sizing:border-box;
		border-top: 1px solid #c5c5c5;
	}
	.f-link-box li:first-child {
		width:100%;
		text-align:center;
	}
	.f-link-box.type li:first-child,
	.f-link-box.type2 li:first-child {
		width:50%;
		text-align:left;
	}
	.f-link-box li:nth-child(even) {
		border-right: 1px solid #c5c5c5;
	}
	.f-link-box.type li:nth-child(even),
	.f-link-box.type2 li:nth-child(even) {
		border-left: 1px solid #c5c5c5;
		border-right: none;
	}
	.f-link-box.w100 li {
		width:100%!important;
		text-align:left!important;
		border-right: none;
	}
	
	
	.f-link-box li a {
    		font-size: 1.4rem;
	}
	.f-link-box li a:hover:before {
    		width: calc(100% - 20px);
	}
	.f-link-box li a span {
   	 	padding-left: 20px;
   	 	background: url(/images/common/icn_footer_link.png)no-repeat top 50% left;
	}

}



/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
    position:relative;
    z-index:1;
    padding-top: 55px;
    background:#ffffff;
}

.l-footer .container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

/*------------- .link-box -------------*/
.l-footer .link-box {
    width: 840px;
}

.l-footer .link-box .box:nth-of-type(1) {
    width: 300px;
}

.l-footer .link-box .box:nth-of-type(2) {
    width: 315px;
}

.l-footer .link-box .box:nth-of-type(3) {
    width: 225px;
}

.l-footer .link-box .box ul li {
    margin-top: 10px;
}

.l-footer .link-box .box ul li a {
    color: #292929;
    font-size: 16px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
}

.l-footer .link-box .box ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #292929;
    position: absolute;
    left: 20px;
    bottom: 0;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.l-footer .link-box .box ul li a:hover:before {
    width: calc(100% - 20px);
}

.l-footer .link-box .box ul li a span {
    padding-left: 20px;
    background: url(/images/common/icn_footer_link.png)no-repeat top 50% left;
}

/*------------- .banner-box -------------*/

.l-footer .logo {
    width:231px;
    margin:0 auto 50px;
}

/*------------- .copyright-box -------------*/
.l-footer .copyright-box {
    width: 100%;
    min-width: 1100px;
    padding: 0 20px 20px;
    margin: 0 auto;
    background: #292929;
    text-align: center;
}

.l-footer .copyright-box p {
    color: #a0a0a0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    line-height: 1;
}

/*------------- .gray-link-box -------------*/
.l-footer .gray-link-box {
    width: 100%;
    min-width: 1100px;
    padding: 25px 0;
    margin: 50px auto 0 auto;
    background: #292929;
}

.l-footer .gray-link-box ul {
    text-align: center;
}

.l-footer .gray-link-box ul li {
    display: inline-block;
    font-feature-settings: "pkna";
    padding: 0 13px 0 18px;
    position: relative;
}

.l-footer .gray-link-box ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #a0a0a0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.l-footer .gray-link-box ul li:first-child:before {
    display: none;
}

.l-footer .gray-link-box ul li a {
    color: #a0a0a0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
}

.l-footer .gray-link-box ul li a:hover {
    text-decoration: underline;
}

.l-footer .gray-link-box ul li a:focus,
.l-footer .gray-link-box ul li a:active {
    text-decoration: none;
}

.ipad .l-footer .gray-link-box ul li:last-child {
    width: 165px;
}

@media screen and (max-width: 767px){
    .l-footer {
        margin-top: 30px;
    }

    .l-footer .container {
        width: 100%;
    }

    /*------------- .copyright-box -------------*/
    .l-footer .copyright-box {
        min-width: 0;
        padding: 10px;
    }

    .l-footer .copyright-box p {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.3;
        letter-spacing: 0.2em;
    }
    
    /*------------- .gray-link-box -------------*/
    .l-footer .gray-link-box {
        min-width: 0;
        padding: 10px 0 20px 0;
    }
    
    .l-footer .gray-link-box ul li {
        padding: 0 10px 0 5px;
        margin-top: 10px;
    }
    
    .l-footer .gray-link-box ul li:before {
        display: none;
    }


    .l-footer .gray-link-box ul li:after {
        content: "";
        display: block;
        width: 1px;
        height: 11px;
        background: #a0a0a0;
        position: absolute;
        top: 7px;
        right: 0;
    }

    .l-footer .gray-link-box ul li:last-child:after {
        display: none;
    }

    .l-footer .gray-link-box ul li a {
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: 0.05em;
        text-decoration: none;
    }

    .l-footer .gray-link-box ul li a:hover,
    .l-footer .gray-link-box ul li a:focus,
    .l-footer .gray-link-box ul li a:active {
        text-decoration: none;
    }
}


/*------------- .coutionList -------------*/

.coutionList{
    max-width:940px;
    margin:0 auto;
}
.coutionList li{
    margin-top:3px;
    padding-left:1em;
    font-size:1.4rem;
    line-height:1.8em;
    text-indent:-1em;
}
.coutionList.fsS li{
    font-size:1.2rem;
    line-height:1.8em;
}

@media screen and (max-width: 767px){
    .coutionList li{
        font-size:1.2rem;
        line-height:1.8em;
    }
    .coutionList.fsS li{
        font-size:1.0rem;
        line-height:1.8em;
    }

}


/* ------------------------------------------------------------
	entryFix
------------------------------------------------------------ */

#entryFix {
	width:100%;
	padding:8px 0;
	background:#fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	position:fixed;
	bottom:0;
	left:0;
	z-index:20;
}
#entryFix .btn_entry2 {
	margin:0;
	padding:0;
}
#entryFix .btn_entry2 a {
	margin:0 auto;
	color:#111;
	background-image:url(/parking_owner/lp3/imgs/icon_topbtn2.png),
					url(/parking_owner/lp3/imgs/icon_topbtn1.png);
	background-repeat:no-repeat,no-repeat;
	background-color:#ffbc2c;
}

@media screen and (max-width: 500px){
	
	#entryFix .btn_entry2 a {
		font-size:16px;
		line-height:1.3;
	}
	
}</pre></body></html>