img{
  width: 100%;
}
.red-txt{
  color: red;
  margin: 8px 0 0;
}
.free-input:disabled,
#pd_type1:disabled {background-color: #cccccc !important; color: #afafaf;}
/* ブラウザサイズ別 表示・非表示 */
@media screen and (min-width: 641px) {
  .pc-only{
    display: block !important;
  }
  .sp-only{
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-only{
    display: none !important;
  }
  .sp-only{
    display: block !important;
  }
}
  .pc-only{
    display: block;
  }
  .sp-only{
    display: none;
  }
/* 全ページ共通 */
body{
  width: 100%;
  min-width: 960px;
  height: auto;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック',sans-serif;
  background: #fff;
  color: #000;
  font-size: 1em;
  letter-spacing: 0.6px;
}
#main{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.base-wrap{
  width: 960px;
  height: auto;
  margin: 0 auto;
}
a{
  display: block;
  text-decoration: none !important;
}
/* 半透明化 */
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}

.span-br{
  display: block;
}
/* h2のタイトルcss */
.title{
  padding: 80px 0 70px;
  text-align: center;
  clear: both;
  display: table;
  margin: 0 auto;
}
.title .tit-h2{
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  color: #414141;
  letter-spacing: 0.07em;
  /*display: table-footer-group;*/
}
.title .tit-ruby{
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.045em;
  color: #858585;
  display: table-header-group;
}
/* 通常の文章のスタイル */
.txt-style{
  font-size: 1.1em;
  letter-spacing: 0.05em;
  line-height: 1.55em;
}
/* ヘッダー画像 下層ページ */
.topimg{
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  clear:both;
}
.topimg img{
  width: 100%;
  height: auto;
  margin: 0;
}

/*------------------------ ヘッダー ------------------------*/
div.header-top-line{
  width: 100%;
  height: 7px;
  background-image: url("../images/header-topbar-pc.gif");
}
#header{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
div.header-wrap{
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 12px 0 4px;
}
h1.logo{
  width: 315px;
  float: left;
  margin: 0;
}
p.cachcopy{
  width: 400px;
  padding: 20px 0 10px 10px;
  font-size: 0.75em;
  float: left;
  color:#388a60;
  font-weight: bold;
}
ul.sub-menu{
  width: 236px;
  height: 30px;
  float: right;
  padding-top: 15px;
}
ul.sub-menu li.policy a{
  width: 139px;
  height: 30px;
  float: left;
  background-image: url("../images/header-sub-navi.gif");
  background-position: 0 0;
  transition-property: none;
}
ul.sub-menu li.policy a:hover{
  background-image: url("../images/header-sub-navi.gif");
  background-position: 0 -30px;
  transition-property: none;
  opacity: 1;
}
ul.sub-menu li.sitemap a{
  width: 89px;
  height: 30px;
  float: right;
  margin-left: 8px;
  background-image: url("../images/header-sub-navi.gif");
  background-position: -139px 0;
  transition-property: none;
}
ul.sub-menu li.sitemap a:hover{
  background-image: url("../images/header-sub-navi.gif");
  background-position: -139px -30px;
  transition-property: none;
  opacity: 1;
}
#sp-gnavi{
  display: none;
}
nav.pc-gnavi-wrap{
  width: 100%;
  height: 90px;
  background:#e6e6e6;
  box-shadow: 0px 3px 2px -3px rgba(0,0,0,0.6);/* CSS3草案 */  
  -webkit-box-shadow: 0px 3px 2px -3px rgba(0,0,0,0.6);   /* Safari,Google Chrome用 */  
  -moz-box-shadow: 0px 3px 2px -3px rgba(0,0,0,0.6);  /* Firefox用 */  
}
.fixed{
  position:fixed;
  top: 0px;
  z-index: 9999;
}
ul#pc-gnavi{
  width: 960px;
  height: 90px;
  margin: 0 auto;
}
ul#pc-gnavi li{
  width: 160px;
  height: 90px;
  float: left;
}
ul#pc-gnavi li a{
  width: 160px;
  height: 90px;
  float: left;
  text-indent: -9999px;
}
ul#pc-gnavi li.home a{
  background-image: url("../images/header-gnavi.gif");
  background-position: 0 0;
  transition-property: none;
}
ul#pc-gnavi li.company a{
  background-image: url("../images/header-gnavi.gif");
  background-position: -160px 0;
  transition-property: none;
}
ul#pc-gnavi li.owner a{
  background-image: url("../images/header-gnavi.gif");
  background-position: -320px 0;
  transition-property: none;
}
ul#pc-gnavi li.search a{
  background-image: url("../images/header-gnavi.gif");
  background-position: -480px 0;
  transition-property: none;
}
ul#pc-gnavi li.inquiry a{
  background-image: url("../images/header-gnavi.gif");
  background-position: -640px 0;
  transition-property: none;
}
ul#pc-gnavi li.news a{
  background-image: url("../images/header-gnavi.gif");
  background-position: -800px 0;
  transition-property: none;
}
ul#pc-gnavi li.home a:hover{
  background-image: url("../images/header-gnavi.gif");
  background-position: 0 -90px;
  transition-property: none;
  opacity: 1;
}
ul#pc-gnavi li.company a:hover{
  background-image: url("../images/header-gnavi.gif");
  background-position: -160px -90px;
  transition-property: none;
  opacity: 1;
}
ul#pc-gnavi li.owner a:hover{
  background-image: url("../images/header-gnavi.gif");
  background-position: -320px -90px;
  transition-property: none;
  opacity: 1;
}
ul#pc-gnavi li.search a:hover{
  background-image: url("../images/header-gnavi.gif");
  background-position: -480px -90px;
  transition-property: none;
  opacity: 1;
}
ul#pc-gnavi li.inquiry a:hover{
  background-image: url("../images/header-gnavi.gif");
  background-position: -640px -90px;
  transition-property: none;
  opacity: 1;
}
ul#pc-gnavi li.news a:hover{
  background-image: url("../images/header-gnavi.gif");
  background-position: -800px -90px;
  transition-property: none;
  opacity: 1;
}


/*------------------------ フッター ------------------------*/
#footer{
  width: 100%;
  height: auto;
  clear: both;
  margin: 70px 0 0;
  background-image: url("../images/footer-design.png");
}
.footer-design{
  width: 960px;
  height: 88px;
  margin: 0px auto;
  /*background-image: url("../images/footer-design.png");*/
  background-repeat: repeat-x;
}
.footer-design p{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#pagetop{
  width: 158px;
  height: 88px;
  float: right;
}
.footer-wrap{
  width: 100%;
  height: 180px;
  background-image: url("../images/footer-bg.jpg") ;
  background-repeat: repeat-x;
}
.footer-wrap p{
  padding: 0 0 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
ul.footer-gnavi{
  width: 650px;
  height: auto;
  margin: 0 auto;
  padding: 35px 0 8px;
  font-size: 0.7em;
}
ul.footer-gnavi li{
  padding: 0 20px;
  border-right: 1px solid #c4c4c4;
  float: left;
}
ul.footer-gnavi li a{
  text-decoration: none;
  color: #fff;
}
ul.footer-gnavi li a:hover{
  text-decoration: none;
  color: #c4c4c4;
}
ul.footer-gnavi li:last-child{
  padding: 0 20px;
  border-right: 0px solid #c4c4c4;
}
/*------------------------ トップ ------------------------*/
#top-about{
  width: 100%;
  clear: both;
}
.about-img{
  width: 457px;
  height: auto;
  float: left;
}
.about-txt{
  width: 460px;
  height: auto;
  float: right;
  padding: 45px 0;
}
#top-owner{
  width: 100%;
  clear: both;
}
.top-owner{
  display: block;
  width: 100%;
  height: 485px;
  margin-top: 70px;
  background-image: url(../images/top-owner-ban_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.top-owner .txt-wrap{
  display: block;
  padding: 142px 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.8em;
  color: #fff;
}
.top-owner .txt-wrap span{
  display: block;
}
.top-owner .txt-wrap span:nth-child(1){
  font-weight: bold;
  font-size: 1.3em;
}
.top-owner .txt-wrap span:nth-child(2){
  margin: 22px 0 0;
  font-size: 0.8em;
}
.top-owner .txt-wrap a{
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 50px;
  margin-top: 25px;
  color: #fff;
  font-size: 0.7em;
}
.top-owner .txt-wrap a:hover{
  background: rgba(000,000,000,0.5);
}
#top-owner img{
  margin: 70px 0  0;
}
#top-search{
  width: 100%;
}
ul.box01{
  width: 50%;
  height: auto;
  float: left;
  padding-right: 9px;
}
ul.box02{
  width: 50%;
  height: auto;
  float: right;
  padding-left: 9px;
}
ul.box01 li,
ul.box02 li{
  width: 50%;
  height: auto;
  float: left;
}
ul.box01 li:first-child,
ul.box02 li:first-child{
  padding-right: 9px;
}
ul.box01 li:last-child,
ul.box02 li:last-child{
  padding-left: 9px;
}
ul.box01 li img,
ul.box02 li img{
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}
ul.box01 li div,
ul.box02 li div{
  width: 100%;
  float: left;
  text-align: center;
}
ul.box01 li div h3,
ul.box02 li div h3{
  font-size: 1.3em;
  color: #6c6c6c;
  font-weight: bold;
  padding: 25px 0 0;
  margin: 0;
}
ul.box01 li div p,
ul.box02 li div p{
   margin: 0;
   padding-top: 3px;
   font-size: 0.85em;
   color: #494949;
}
.gps-bg{ background-image: url("../images/top-search-bg01_pc.gif"); }
.area-bg{ background-image: url("../images/top-search-bg02_pc.gif"); }
.spot-bg{ background-image: url("../images/top-search-bg03_pc.gif"); }
.condition-bg{ background-image: url("../images/top-search-bg04_pc.gif"); }

.search-bg-bottom{
  width: 100%;
  float: left;
  margin:0;
}

#top-news{
  width: 100%;
  clear: both;
}
dl.news-article{
  width: 100%;
  height: auto;
  margin: 0 0 50px;
  border-bottom: 1px solid #dfdfdf;
}
dl.news-article dt{
  width: 25%;
  height: auto;
  float: left;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  clear: both;
}
dl.news-article dd{
  width: 75%;
  height: auto;
  float: left;
  font-size: 1.1em;
  padding: 28px 0;
  border-top: 1px solid #dfdfdf;
}

.news-tit a span{
  width: 90%;
  color: #5a5a5a;
  text-decoration: none;
  float: left;
}
.news-tit a:hover span{
  color: #b4b4b4;
}
.news-icon{
  width: 70px;
  height: 25px;
  float: left;
}
.news-day{
  color: #5a5a5a;
  padding: 0 25px;
  font-weight: bold;
  float: left;
}
.news-tit a .news-arrow{
  width: 12px;
  height: 24px;
  float: right;
}
.news-btn{
  width: 332px;
  height: 55px;
  display: block;
  clear: both;
  margin: 0 auto;
}


/*------------------------ 会社概要 ------------------------*/

#company-company,#company-history,#company-access{
  width: 100%;
  clear: both;
}
.company-img,.history-img{
  width: 415px;
  height: 224px;
  float: left;
}
.company-list,.history-list{
  width: 485px;
  height: auto;
  float: right;
}
.company-list dt,.history-list dt{
  color: #6fa350;
  margin-bottom: 6px;
}
.company-list dd,.history-list dd{
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.8em;
  padding-left: 10px;
}
.company-list dd ul.box01{
  width: 60%;
  float: left;
}
.company-list dd ul.box01 li{
  width: 100%;
}
.company-list dd ul.box02{
  width: 40%;
  float: right;
}
.company-list dd ul.box02 li{
  width: 100%;
}
.company-list dd ul.box01 li:last-child,
.company-list dd ul.box02 li:last-child{
  width: 100%;
  margin: 0;
  padding: 0;
}
.access-map{
  width: 960px;
  height: 400px;
  margin-bottom: 8px;
}
.access-map iframe{
  width: 960px;
  height: 400px;
}
.access-txt a{
  width: 100%;
  height: auto;
  display: block;
  color: #6ca448;
  text-decoration: none;
  text-align: right;
}
.company-minimap {
  height: 186px;
  border: 3px solid #dddddd;
  margin: 8px 0;
}
.company-minimap iframe{
  width: 100%;
  height: 180px;
  border: 0;
}
.branch{
  margin-right: 5px;
  font-size: 0.7em;
  color: #6fa350;
}

/*------------------------ オーナー様向け情報 ------------------------*/

/*------------ オーナー様向け情報ナビ ------------*/
.owner-subnavi {
  width: 100%;
  height: 114px;
  margin: 0 auto;
  clear: both;
  background: url(../images/subnavi-bg.gif) repeat-x;
}

.owner-subnavi ul {
  width: 960px;
  height: 114px;
  margin: 0 auto;
}

.owner-subnavi ul li {
  float: left;
}
.owner-subnavi ul li a,
.owner-subnavi ul li span{
  height: 114px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/owner-subnavi_pc.gif);
  opacity: 100;
  filter: alpha(opacity=0);
}
.owner-subnavi ul li a:hover{
  opacity: 100;
  filter: alpha(opacity=70);
  -webkit-transition: 0s;
     -moz-transition: 0s;
      -ms-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
.owner-subnavi ul li.owner-subnavi-open {
  width: 407px;
  height: 114px;
}
.owner-subnavi ul li.owner-subnavi-introduce {
  width: 278px;
  height: 114px;
}
.owner-subnavi ul li.owner-subnavi-qa {
  width: 275px;
  height: 114px;
}

.owner-subnavi-open a {
  background-position: 0px 0px;
}
.owner-subnavi-introduce a {
  background-position: -407px 0px;
}
.owner-subnavi-qa a {
  background-position: -685px 0px;
}

.owner-subnavi-open a:hover {
  background-position: 0px -228px;
}
.owner-subnavi-introduce a:hover {
  background-position: -407px -228px;
}
.owner-subnavi-qa a:hover {
  background-position: -685px -228px;
}

.owner-subnavi-open span.on {
  background-position: 0px -114px;
}
.owner-subnavi-introduce span.on {
  background-position: -407px -114px;
}
.owner-subnavi-qa span.on {
  background-position: -685px -114px;
}

/*------------------ パーキング開設について ------------------*/
#sowner-open-howto {
  width: 100%;
  clear: both;
}

.owner-open-howto-box01 {
  width: 314px;
  height: 222px;
  margin-right: 9px;
  margin-bottom: 9px;
  padding: 17px;
  float: left;
  background-color: #cfe8b5;
}

.owner-open-howto-box02 {
  width: 314px;
  height: 222px;
  margin-right: 9px;
  margin-bottom: 9px;
  padding: 17px;
  float: left;
  background-color: #dcdcdc;
}

.owner-open-howto-box03 {
  width: 314px;
  height: 222px;
  padding: 17px;
  margin-bottom: 9px;
  float: left;
  background-color: #cfe8b5;
}

.owner-open-howto-box04 {
  width: 314px;
  height: 222px;
  margin-right: 9px;
  padding: 17px;
  float: left;
  background-color: #dcdcdc;
}

.owner-open-howto-box05 {
  width: 314px;
  height: 222px;
  margin-right: 9px;
  padding: 17px;
  float: left;
  background-color: #cfe8b5;
}

.owner-open-howto-box06 {
  width: 314px;
  height: 222px;
  padding: 17px;
  float: left;
  background-color: #dcdcdc;
}

.owner-open-howto-no {
  width: 26px;
  height: 26px;
  margin: 8px 10px 0 0;
  float: left;
}

.owner-open-howto-tit h3 {
  margin: 12px 0 0;
  float: left;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.4em;
}

.owner-open-howto-txt {
  clear: both;
  margin-top: 13px;
  font-size: 1em;
  letter-spacing: -0.03em;
  text-align: justify;
}

.owner-open-offer-img {
  width: 413px;
  height: auto;
  float: left;
}

.owner-open-offer-img img {
  vertical-align: top;
}

.owner-open-offer-box {
  width: 498px;
  margin-left: 49px;
  float: left;
}

.owner-open-offer-tit h3 {
  margin: 0;
  padding-bottom: 8px;
  color: #eda200;
  line-height: 1em;
  font-size: 1.45em;
  border-bottom: 1px dashed #ccc;
}

.owner-open-offer-txt01 {
  margin-top: 18px;
  font-size: 1.45em;
  font-weight: bold;
}

.owner-open-offer-txt01 span.fc-orange {
  color: #eda200;
}

.owner-open-offer-txt02 {
  margin-top: 10px;
}

.owner-open-offer-btn {
  margin-top: 30px;
}

.owner-open-offer-btn img {
  vertical-align: top;
}

.owner-open-example-box {
  width: 466px;
  height: auto;
  margin-bottom: 28px;
  padding: 8px;
  float: left;
  background: url(../images/owner-open-example-bg.gif);
}

.owner-open-example-box:first-child {
  margin-right: 28px;
}

.owner-open-example-box:nth-child(3) {
  margin-right: 28px;
  margin-bottom: 0px;
}

.owner-open-example-box:last-child {
  margin-bottom: 0px;
}

.owner-open-example-tit {
  background-color: #fff;
}

.owner-open-example-tit h3 {
  margin: 0 0 8px;
  padding: 14px 0 10px;;
  color: #4e4e4e;
  line-height: 1.2em;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
}

.owner-open-example-img {
  width: 450px;
  height: auto;
}

.owner-open-example-img img {
  vertical-align: top;
}

.owner-open-case-box {
  width: 960px;
  height: auto;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background: url(../images/owner-open-case-bg.gif);
}

.owner-open-case-box:last-child {
  margin-bottom: 0px;
}

.owner-open-case-inbox {
  margin-bottom: 30px;
}

.owner-open-case-parts {
  width: 126px;
  float: left;
}

.owner-open-case-parts img {
  vertical-align: top;
}

.owner-open-case-txt-box {
  width: 774px;
  margin-left: 20px;
  float: left;
}

.owner-open-case-tit h3 {
  margin: 0 0 12px;
  color: #000;
  line-height: 1.2em;
  font-size: 2.2em;
  font-weight: normal;
  letter-spacing: -0.03em;
}

.owner-open-case-txt {
  letter-spacing: 0;
}

.owner-open-case-txt span.fc-d-green {
  /*color: #05713a;*/
  color: #e40b22;
}

.owner-open-case-img {
  width: 900px;
  margin-left: 30px;
  clear: both;
}

.owner-open-case-img img {
  vertical-align: top;
}

.owner-open-promise-box {
  width: 960px;
  height: auto;
  padding: 50px;
  background: url(../images/owner-open-promise-bg_pc.gif);
}

.owner-open-promise-tit h3 {
  margin: 0;
  font-family: "明朝体",serif,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝';
  font-size: 1.9em;
  text-align: center;
}

.owner-open-promise-txt01 {
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}

.owner-open-promise-inbox {
  clear: both;
  padding: 15px 0 15px;
  border-bottom: 1px solid #b8b8b8;
}

.owner-open-promise-inbox:last-child {
  padding: 15px 0 0;
  border-bottom: none;
}

.owner-open-promise-parts {
  width: 45px;
  margin-right: 20px;
  float: left;
}

.owner-open-promise-parts img {
  vertical-align: top;
}

.owner-open-promise-txt02 {
  margin-top: 5px;
  float: left;
  font-family: "明朝体",serif,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝';
}

.owner-open-promise-txt02 span.fc-green2 {
  color: #3f9d26;
}

/*------------------ ご紹介下さい ------------------*/
#owner-introduce {
  width: 100%;
  clear: both;
}

.introduce-box {
  margin-bottom: 45px;
}

.introduce-img {
  width: 415px;
  height: auto;
  float: left;
}

.introduce-img img,.introduce-btn img {
  vertical-align: top;
}

.introduce-txt-box {
  width: 500px;
  margin-left: 45px;
  float: left;
}

.introduce-tit h3 {
  margin: 0 0 20px;
  padding-bottom: 6px;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.46em;
  letter-spacing: 0.1em;
  font-family: "明朝体",serif,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝';
  border-bottom: 1px dashed #ccc;
}

.introduce-txt p:nth-of-type(2) {
  margin-top: 25px;
  margin-bottom: 40px;
}

.introduce-btn {
  width: 500px;
  height: auto;
}

.introduce-flow {
  width: 960px;
  height: 768px;
  margin-top: 30px;
  border: 1px solid #ccc;
}

/*------------------ よくある質問 ------------------*/
#owner-qa {
  width: 100%;
  clear: both;
}

.owner-qa-box {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.owner-qa-box.bb-none {
  border-bottom: none;
}

.q-box {
  margin-bottom: 25px;
}

.parts-q {
  width: 34px;
  height: 25px;
  float: left;
  background: url(../images/owner-qa-parts01_pc.gif);
}

.owner-qa-tit {
  margin-top: 3px;
  margin-left: 60px;
}

.owner-qa-tit h3 {
  margin: 0;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.4em;
}

.parts-a {
  width: 34px;
  height: 24px;
  float: left;
  background: url(../images/owner-qa-parts02_pc.gif);
}

.owner-qa-txt {
  margin-left: 60px;
}

.owner-qa-txt p.mb15 {
  margin-bottom: 15px;
}

.owner-qa-txt p.fc-green-tit {
  font-size: 1.1em;
  color: #6fa350;
}

/*------------------------ パーキング検索 ------------------------*/

/*------------ パーキング検索用サブナビ ------------*/
.search-subnavi {
  width: 100%;
  height: 114px;
  margin: 0 auto;
  clear: both;
  background: url(../images/subnavi-bg.gif) repeat-x;
}

.search-subnavi ul {
  width: 960px;
  height: 114px;
  margin: 0 auto;
}

.search-subnavi ul li {
  width: 240px;
  height: 114px;
  float: left;
}
.search-subnavi ul li a,
.search-subnavi ul li span{
  width: 240px;
  height: 114px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/search-subnavi_pc.gif);
  opacity: 100;
  filter: alpha(opacity=0);
}
.search-subnavi ul li a:hover{
  opacity: 100;
  filter: alpha(opacity=70);
  -webkit-transition: 0s;
     -moz-transition: 0s;
      -ms-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
.search-subnavi-gps a.off {
  background-position: 0px 0px;
}
.search-subnavi-area a.off {
  background-position: -240px 0px;
}
.search-subnavi-spot a.off {
  background-position: -480px 0px;
}
.search-subnavi-condition a.off {
  background-position: -720px 0px;
}

.search-subnavi-gps a:hover {
  background-position: 0px -228px;
}
.search-subnavi-area a:hover {
  background-position: -240px -228px;
}
.search-subnavi-spot a:hover {
  background-position: -480px -228px;
}
.search-subnavi-condition a:hover {
  background-position: -720px -228px;
}

.search-subnavi-gps a.on {
  background-position: 0px -114px;
}
.search-subnavi-area a.on {
  background-position: -240px -114px;
}
.search-subnavi-spot a.on {
  background-position: -480px -114px;
}
.search-subnavi-condition a.on {
  background-position: -720px -114px;
}
/*------------------ パーキング検索TOP ------------------*/
#search-top{
  width: 100%;
  height: auto;
}
ul.search-top-list-box{
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 35px;
}
ul.search-top-list-box li{
  width: 50%;
  height: auto;
  float: left;
}
ul.search-top-list-box li:first-child{
  padding-right: 15px;
}
ul.search-top-list-box li:last-child{
  padding-left: 15px;
}
ul.search-top-list-box li a div{
  width: 100%;
  text-align: center;
  float: left;
  color: #3e3e3e;
}
ul.search-top-list-box li a .search-top-img{
  width: 85%;
  text-align: center;
  height: auto;
  margin: 10px 0;
  border: 5px solid #fff;
}
ul.search-top-list-box li a h3{
  font-size: 2em;
  margin: 0;
  padding: 30px 0 0;
}
ul.search-top-list-box li a p{
  font-size: 1.5em;
  margin: 0;
  padding: 5px 0 0;
  clear:both;
}
ul.search-top-list-box li a .search-top-btn{
  width: 85%;
  height: auto;
  padding: 10px 0 20px;
}
.search-gps-bg{ background-color: #e8f1e0; }
.search-area-bg{ background-color: #fff2e1; }
.search-spot-bg{ background-color: #e8f5ff; }
.search-condition-bg{ background-color: #ffebeb; }


/*------------------ GPS検索 ------------------*/
#search-gps {
  width: 100%;
  clear: both;
}

.search-gps-map {
  width: 100%;
  height: 647px;
  margin-bottom: 30px;
  background-color: #ccc;
  border: 5px solid #d0e3bf;
}

.search-gps-parts {
  width: 52px;
  height: 52px;
  background: url(../images/search-gps-parts_pc.gif);
  float: left;
}

.search-gps-tit h3 {
  margin: 15px 15px 15px 10px;
  float: left;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: normal;
}

.search-gps-txt {
  clear: both;
  margin-top: 20px;
  padding: 5px;
  /*background-color: #e8f1e0;*/
}

/*------------------ 地域検索 ------------------*/
#search-area {
  width: 100%;
  clear: both;
}

.search-area-box {
  margin-bottom: 50px;
}

.search-area-tit {
  margin-bottom: 15px;
  padding: 14px 20px 10px;
  background-color: #fff2e1;
}

.search-area-tit h3 {
  margin: 0;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.3em;
  font-weight: bold;
}

.search-area-list {
  margin: 0 0 20px 20px;
}

.search-area-list li {
  margin-bottom: -5px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  float: left;
  background: url(../images/search-area-arrow_pc.gif) no-repeat left;
}

.search-area-list li a {
  color: #4e4e4e;
  font-size: 1.1em;
  line-height: 2.2em;
  text-decoration: none;
}

.search-area-list li a:hover {
  text-decoration: underline;
  color: #efa544;
}

.search-area-place {
  border-bottom: 1px dashed #ccc;
}

.search-area-place h4 {
  margin: 0 0 0 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.15em;
  font-weight: bold;
}

/*--- search-area-map ---*/
#search-area-map {
  width: 100%;
  clear: both;
}

.search-area-map-map {
  width: 100%;
  height: 647px;
  margin-bottom: 30px;
  background-color: #ccc;
  border: 5px solid #f6e1c6;
}

.search-area-map-parts {
  width: 52px;
  height: 52px;
  background: url(../images/search-gps-parts_pc.gif);
  float: left;
}

.search-area-map-tit h3 {
  margin: 15px 15px 15px 10px;
  float: left;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  font-weight: normal;
}

.search-area-map-txt {
  clear: both;
  margin-top: 20px;
  padding: 5px;
  /*background-color: #fff2e1;*/
}

.search-area-map-btn {
  width: 407px;
  height: 74px;
  margin: 50px auto 0;
}

/*------------------ 観光地から検索 ------------------*/
#search-spot {
  width: 100%;
  clear: both;
}

.search-spot-box {
  margin-bottom: 30px;
}

.search-spot-tit {
  margin-bottom: 20px;
  padding: 14px 20px 10px;
  background-color: #e8f5ff;
}

.search-spot-tit h3 {
  margin: 0;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.3em;
  font-weight: bold;
}

.search-spot-inbox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px dashed #ccc;
}

.search-spot-inbox.bb-none {
  border-bottom: none;
}

.search-spot-parts01,.search-spot-parts02,.search-spot-parts03 {
  width: 30px;
  height: 30px;
  float: left;
}

.spot-cate {
  margin-left: 8px;
  float: left;
}

.spot-cate h4 {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: bold;
}

.search-spot-list {
  margin-left: 20px;
}

.search-spot-list li {
  margin-bottom: -5px;
  padding-right: 20px;
  padding-left: 15px;
  display: block;
  float: left;
  background: url(../images/search-spot-arrow_pc.gif) no-repeat left;
}

.search-spot-list li a {
  color: #4e4e4e;
  font-size: 1.1em;
  line-height: 2.2em;
  text-decoration: none;
}

.search-spot-list li a:hover {
  text-decoration: underline;
  color: #4799d8;
}

/*--- search-spot-map ---*/
#search-spot-map {
  width: 100%;
  clear: both;
}

.search-spot-map-map {
  width: 100%;
  height: 647px;
  margin-bottom: 30px;
  background-color: #ccc;
  border: 5px solid #c9e0f1;
}

.search-spot-map-parts {
  width: 52px;
  height: 52px;
  background: url(../images/search-gps-parts_pc.gif);
  float: left;
}

.search-spot-map-tit h3 {
  margin: 18px 15px 15px 10px;
  float: left;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: normal;
}

.search-spot-map-txt {
  clear: both;
  margin-top: 20px;
  padding: 5px;
  /*background-color: #e8f5ff;*/
}

.search-spot-map-btn {
  width: 407px;
  height: 74px;
  margin: 50px auto 0;
}

/*--- MAPのエリア名 ---*/
.map-areaname {
  width: 100%;
  height: auto;
  font-size: 2.45em;
  text-align: center;
  margin: 40px 0;
  color: #4e4e4e;
}
.mini-txt{
  font-size: 0.6em;
  display: block;
  color: #858585;
}

/*------------------ 条件検索 ------------------*/
#search-condition-form01 {
  margin: 0 0 40px;
}

#search-condition-form01 dl {
  width: 100%;
  height: auto;
}

#search-condition-form01 dl:nth-child(1) {
  padding-bottom: 10px;
}

#search-condition-form01 dl:nth-child(2) {
  padding-top: 25px;
  border-top: 1px dotted #ccc;
}

#search-condition-form01 dl dt {
  width: 170px;
  height: auto;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 0;
  float: left;
  color: #4e4e4e;
  background-color: #ffebeb;
  text-align: center;
  clear:both;
}

#search-condition-form01 dl dd {
  width: 790px;
  height: 40px;
  padding-top: 3px;
  padding-left: 20px;
  margin-bottom: 20px;
  float: left;
  color: #4e4e4e;
  background-color: #fff;
}

#search-condition-form01 dl dd span.fc-red {
  display: inline !important;
  padding-left: 20px;
  color: #ae0a0a; 
}

#search-condition-form01 dl dd ul li {
  width: 160px;
  float: left;
  display: block;
}

input[type="checkbox"],input[type="radio"] {
  margin-right: 5px;
}

.price-input {
  width: 120px !important;
  height: 30px !important;
  margin: 0 10px !important
}

#search-condition-form02 {
  margin: 0 0 60px;
  text-align: center;
}

.free-input {
  width: 80% !important;
  height: 30px !important;
  margin-left: 12px !important;
}

.spot-select {
  height: 35px;
  padding-top: 3px;
  color: #4e4e4e;
  font-size: 0.9em;
}

.result-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}

.result-box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.result-tit h3 {
  margin: 0 0 50px;
  padding: 17px 0 15px 20px;
  color: #4e4e4e;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1em;
  background-color: #ffebeb;
}

.result-img {
  width: 352px;
  float: left;
}

.result-img img,.result-btn img {
  vertical-align: top;
}

.result-txt-box {
  margin-left: 35px;
  float: left;
}

.result-txt-tit h4 {
  margin: 0 0 15px;
  color: #4e4e4e;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1em;  
}

.result-txt {
  line-height: 1.8em;
}

.result-txt dl dt {
  float: left;
  font-weight: bold;
}

.result-btn {
  width: 332px;
  margin-top: 37px;
}
/*------------------ 検索結果 ------------------*/
.search-result-box {
  margin-top: -20px;
  margin-bottom: 50px;
  background: #fff;
}
.result-list{
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #ffe2e2;
  margin-top: 10px;
}
.result-list tr th{
  padding: 15px 10px;
  background-color: #ffe2e2;
  text-align: center;
  color: #4e4e4e;
  font-size: 1.1em;

  border-bottom: 1px solid #fcdada;
  border-right: 1px solid #fcdada;
}
.result-list tr td{
  padding: 15px 10px;
  border-bottom: 1px solid #ffe2e2;
  border-right: 1px solid #ffe2e2;
}
.parking-result-name{
  width: 23%;
  background: #fff8f8;
}
.parking-result-number{
  width: 12%;
  text-align: center;
}
.parking-result-adress{
  width: 45%;
}
.parking-result-btn{
  text-align: center;
}
.parking-result-btn a{
  color: #c10303;
  text-decoration: underline !important;
}
/*------------------ パーキング詳細 ------------------*/
#parking-detail {
  width: 960px;
  margin: 0 auto;
  padding: 30px;
}
.detail-wrap{
  margin-bottom: 20px;
}
#parking-detail h1{
  width: 500px;
  margin: 0 auto 20px;
}
.parking-detail-image{
  width: 360px;
  height: auto;
  float: left;
}
.parking-detail-outline{
  width: 510px;
  height: auto;
  float: right;
}
.parking-detail-outline .detail-icon{
  width: 100%;
  height: auto;
  clear: both;
}
.parking-detail-outline .detail-icon img{
  width: auto;
  height: 32px;
  float: left;
  padding-right: 10px ;
}
.parking-detail-outline h2.parking-name{
  font-size: 1.95em;
  padding: 16px 0 0px;
  margin: 0 0 8px;
  /* margin: 0; */
  color: #535353;
  clear: both;
  border-bottom: 3px solid #cdcdcd;
}
.parking-detail-txt{
  font-size: 1.25em;
  color: #444444;
}
.parking-detail-txt p{
  padding-bottom: 6px;
  letter-spacing: 0.01em;
}
.parking-detail-txt p strong{
  font-weight: bold;
  letter-spacing: 0.03em;
}
.parking-detail-price{
  width: 100%;
  height: auto;
  clear: both;
}
.parking-detail-price h3,
.parking-detail-access h3{
  width: 100%;
  height: auto;
  margin: 0;
  background: url(../images/parking-detail-h3-bg.gif) repeat-x;
  background-position: center center; 
}
.parking-detail-price h3 img,
.parking-detail-access h3 img{
  width: auto;
  height: 60px;
}
table.price-list{
  width: 100%;
  height: auto;
  border: 0px;
}
table.price-list td.list-sub-tit{
  margin: 20px 0;
  background: url(../images/parking-detail-h4-bg.gif) repeat;
  padding: 12px 0;
  font-size: 1.26em;
  color :#3e3e3e;
  font-weight: bold;
  letter-spacing: 0.06em;
}
table.price-list td{
  width: 20%;
  min-height: 60px;
  margin: 20px 0;
  padding: 20px;
  font-size: 1em;
  text-align: center;
  background: url(../images/parking-detail-list-rb.gif) no-repeat;
  background-position: center right;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
table.price-list td.list-head{
  min-width: 15%;
  background: #e8f1e0;
}
table.price-list td.price{
  width: 25%;
  background: none;
  color: #127e29;
  font-size: 1.5em;
  font-weight: bold;
}
.parking-detail-access{
  width: 100%;
  height: auto;
  margin: 20px 0;
  clear: both;
}
.map-wrap{
  width: 100%;
  height: 500px;
  background: #cdcdcd;
}


/*------------------ お問い合わせ ------------------*/
#inquiry{
  width: 100%;
  clear: both;
}
.inquiry-img{
  width: 415px;
  height: 224px;
  float: left;
}
/* 必須アイコン*/
.hissu{
  width: 50px;
  height: 25px;
  margin: -3px 5px 0 10px;
  padding: 2px 4px;
  letter-spacing: 0.1em;
  color: #be3939;
  font-size: 0.8em;
}

dl#inquiry-form,
dl#inquiry-confirm{
  width: 485px;
  height: auto;
  margin: -10px auto 0;
  overflow: hidden;
  font-size: 1em;
  float: right;
}

dl#inquiry-form dt,
dl#inquiry-confirm dt{
  width: 100%;
  height: auto;
  padding: 10px 0;
  color: #006e36;
  font-size: 1.2em;
  font-weight: normal;
}
dl#inquiry-form dd{
  width: 100%;
  min-height: 60px;
  padding: 0;
  text-align: left;
  background: #fff;
  margin-bottom: 0px;
}
dl#inquiry-confirm dd{
  width: 100%;
  min-height: 40px;
  padding: 10px;
  text-align: left;
  background: #eee;
  border: 1px solid #eee;
  margin-bottom: 0px;
}
input{
  font-size: 1.6em;
}
/* テキストボックスの指定*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="url"]{
  width: 100%;
  height: 40px;
  margin: 0px;
  padding: 5px;
}
/* ラジオボックス・チェックボックスの指定*/
input[type="radio"],
input[type="checkbox"]{
  margin-right: 5px;
  letter-spacing: 1em;
}
/* テキストエリアの指定*/
textarea {
  width: 100%;
  height: 180px;
  margin: 0px;
}
input,textarea,select{
  border: 1px solid #cdcdcd;
}
input[type="file"]{
  border: none;
}
/* フォームボタン指定*/
.submit-btn{
  width: 485px;
  height: auto;
  float: right;
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* フォームの画像設定*/
input[type="image"]{
  width: 365px;
  height: auto;
  margin: 30px auto;
  display: block;
}
  /* 郵便番号から住所検索 */
dd.adress-auto{
  width: auto;
  height: auto;
  margin-top: 0px;
}

dd.adress-auto img{
  width: 218px;
  height: 39px;
  float: right;
  margin-right: 140px;
}
.ad-number{
  width: 30% !important;
  margin-bottom: 8px !important;
  float: left;
}
p.auto{
  clear: both;
  padding:4px 0;
  color: #74ad90;
  margin: 5px 0 5px!important;
}
span.auto{
  margin: 5px 8px 0;
  float: left;
}
p.num{
  clear: both;
  margin: 5px 0;
  color: #74ad90;
}
.ad-text{
  width: 100% !important;
  height: 40px;
  margin: 2px 5px 15px !important;
  display: block;
  float: left;
}
.ad-text-l{
  width: 100% !important;
  display: block;
  float: left;
}

/*------ thanks ------*/
.inquiry-thanks{
  width: 485px;
  height: auto;
  margin: 30px auto 0;/*------ 2015年11月19日修正 ------*/
  float: right;
}
.inquiry-thanks h3{
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0;
  color: #006e36;
}

/*------------------ ニュース ------------------*/

/*------- メイン -------*/
#news-article{
  width: 620px;
  height: auto;
  float: right;
}
.news-article-title{
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #818181;
}
.news-article-day{
  min-height: 25px;
  float: left;
  padding-left: 20px;
  margin-bottom: 14px;
}
.h3-article-title{
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 1.8em;
  font-weight: normal;
  display: block;
  clear: both;
}
.news-article-content{
  line-height: normal;
}
.news-article-content a{
  display: inline-block;
  text-decoration: underline !important;
  color: #006e36;
}
.news-article-content a:hover{
  color: #349463;
}
.news-article-content a:visited{
  color: #006e36;
}
.news-article-content p{
  line-height: normal;
}
.news-article-content img{
  margin: 20px 0;
}

#news-all{
  width: 620px;
  height: auto;
  float: right;
}
#news-all h3{
  font-size: 1.4em;
  margin: 0 0 8px 0;
  padding: 8px 0 5px 10px;
  font-weight: normal;
  background: #ececec;
  border-left: 3px solid #cfcfcf;
  border-bottom: 3px solid #cfcfcf;
}
dl.news-all-list{
  width: 620px;
  height: auto;
  float: right;
}
dl.news-all-list dt{
  width: 620px;
  height: auto;
  padding-top: 20px;
  float: right;
}
dl.news-all-list dd{
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px dotted #818181;
}
dl.news-all-list dd span{
  font-size: 1.1em;
  padding: 10px 0 0;
}
dl.news-all-list dd a{
  text-decoration: none;
  color: #108148;
}

/*------- サイド -------*/
aside{
  width: 270px;
  height: auto;
  float: left;
  margin: 0;
}
#news-category{
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#news-category h3{
    margin: 0;
    line-height: 0;
}
ul.news-category-list{
    background: #efefef;
    padding: 0 5% 2%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
ul.news-category-list li{
  width: 100%;
  font-size: 1em;
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
}
ul.news-category-list li{
  list-style: none;
  padding: 13px 0 10px 20px;
  background-image: url("../images/news-parts04_pc.gif");
  background-repeat: no-repeat;
  background-position: left center;
  top: 20px;
  line-height:26px;
}
  ul.news-category-list li:last-child{
    border-bottom: 0px;
  }
ul.news-category-list li a{
  text-decoration: none;
  color: #1e1e1e;
}
ul.news-category-list li a:hover{
  text-decoration: none;
  color: #b4b4b4;
}

/*------------------ プライバシーポリシー ------------------*/

#policy-policy,#policy-contact {
  width: 100%;
  clear: both;
}

.policy-txt-box {
  margin-bottom: 45px;
}

.policy-tit h3 {
  margin: 0 0 10px;
  font-size: 1.4em;
  font-weight: normal;
  color: #6fa350;
  line-height: 1em;
}

.policy-txt p {
  white-space: pre-wrap;
  text-align: justify;
}

.policy-txt p.fc-red {
  color: #ae0a0a;
  font-size: 0.8em;
  font-weight: bold;
}

.contact-img {
  width: 415px;
  height: auto;
  float: left;
}

.contact-img img {
  vertical-align: top;
}

.contact-list {
  width: 500px;
  margin-left: 45px;
  float: left;
}

.contact-list dt {
  margin-bottom: 10px;
  color: #6fa350;
  font-size: 1.1em;
  line-height: 1em;
}

.contact-list dd {
  margin-bottom: 22px;
  color: #4e4e4e;
  font-size: 1.1em;
  line-height: 1.4em;
  white-space: pre-wrap;
}

.contact-list dd:nth-of-type(3) {
  margin-bottom: 0px;
}

/*------------------ サイトマップ ------------------*/
#sitemap {
  width: 100%;
  clear: both;
}

.sitemap-box01,.sitemap-box02,.sitemap-box03 {
  margin-bottom: 60px;
}

.sitemap-box02 {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.sitemap-box {
  width: 300px;
  margin-right: 30px;
  float: left;
}

.sitemap-box.mr0 {
  margin-right: 0px;
}

.sitemap-tit {
  margin-bottom: 15px;
}

.sitemap-box01 .sitemap-tit,.sitemap-box02 .sitemap-tit {
  background-color: #dceed2;
  padding: 10px 13px 8px;;
}

.sitemap-box03 .sitemap-tit {
  background-color: #dcddc0;
  padding: 10px 13px 8px;
}

.sitemap-tit h3 {
  margin: 0;
  color: #4e4e4e;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
}

.sitemap-list {
  margin-left: 20px;
}

.sitemap-list li {
  margin-bottom: -5px;
}

.sitemap-list li a {
  color: #4e4e4e;
  font-size: 0.9em;
  line-height: 2.2em;
  text-decoration: none;
}

.sitemap-list li a:hover {
  color: #b4b4b4;
  text-decoration: underline;
}






@media screen and (min-width: 1401px) {
  .about-img{
    width: 457px;
    height: auto;
    float: left;
    margin-bottom: 70px;
  }
}

/*------------------ 20周年お客様還元キャンペーン ------------------*/
#campaign {
	width: 100%;
	clear: both;
	margin-top: 80px;
}

#campaign img {
	vertical-align: top;
}

.campaign-main {
	margin-bottom: 60px;
}

.campaign-step {
	margin-bottom: 40px;
}

.campaign-step-main-tit {
	width: 350px;
	height: auto;
	margin: 0 auto 40px;
}

.campaign-step-box {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}

.campaign-step-tit01 {
	width: 435px;
	height: auto;
	margin-bottom: 10px;
}

.campaign-step-tit02 {
	width: 366px;
	height: auto;
	margin-bottom: 10px;
}

.campaign-step-tit03 {
	width: 538px;
	height: auto;
	margin-bottom: 10px;
}

.campaign-step-tit04 {
	width: 314px;
	height: auto;
	margin-bottom: 10px;
}

.campaign-step-txt {
	margin-left: 55px;
}

.campaign-step-txt a {
	color: #006e35;
}

.campaign-step-txt a:hover {
	color: #4db47e;
}

.campaign-step-img01 {
	width: 406px;
	height: auto;
	margin-left: 55px;
	float: left;
}

.campaign-step-img02 {
	width: 451px;
	height: auto;
	margin: 23px 0 0 48px;
	float: left;
}

.campaign-step-img03 {
	width: 608px;
	height: auto;
	margin-top: 20px;
	margin-left: 55px;
}

.campaign-step-img04 {
	width: 189px;
	height: auto;
	margin-left: 55px;
	float: left;
}

.campaign-step-img05 {
	width: 390px;
	height: auto;
	margin-left: 63px;
	float: left;
}

.campaign-step-btn {
	width: 675px;
	height: auto;
	margin: 40px auto 0;
}

.campaign-point {
	padding: 28px;
	background-color: #ffebeb;
}

.campaign-point-tit {
	width: 350px;
	height: auto;
	margin: 0 auto 22px;
}

.campaign-point-txt01 p {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #ed1c24;
}

.campaign-point-txt02 p {
	margin: 10px 75px 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	line-height: 1em;
	color: #4e4e4e;
}

.campaign-point-txt03 ul {
	padding-left: 20px;
}

.campaign-point-txt03 li {
	margin-bottom: 5px;
	list-style: disc outside;
}

.campaign-point-txt03 li:last-child {
	margin-bottom: 0px;
}

/*------- キャンペーンバナー設置_20151118追記 -------*/
#top-campaign {
  width: 960px;
  margin: 80px auto 0;
  display:-webkit-box;/*--- Android ブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#top-campaign h2{
    margin: 0;
  }
#top-campaign a.full{
  display: inline-block;
  width: 100%;
}
#top-campaign a.campaign{
  display: block;
  width: 74%;
}
#top-campaign a.open{
  display: block;
  width: 23.5%;
}

/*------- スライドショーCSSアニメーション -------*/
#css-slider {
  position: relative;
  width:100%;
  height: auto;
  margin: 0 auto;
}
.photo {
  width: 100%;
  height: auto;
  position: absolute;
}
.padding-b{
  padding-bottom: 38.15%;
}
.photo img {
  width: 100%;
  height: auto;
  opacity:0;
  -moz-animation: imgTrans 18s infinite;
  -webkit-animation: imgTrans 18s ease-in infinite;
  animation: imgTrans 18s infinite;
}
#slide01 img {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#slide02 img {
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#slide03 img {
  -moz-animation-delay: 12s;
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
45% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
45% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
45% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
