
/* ―――――――――――――――――――― top ―――――――――――――――――――― */

#carousel {
  width: 100%;
}

.slide {
  line-height: 400px;
  opacity: .2;
  text-align: center;
  transition: opacity 1s;
  width: 1200px;
}

.slick-center {
  opacity: 1;
}

.slide a {
  display: block;
  outline: none;
}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 50px;
  margin-top: -25px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -999px;
  top: 48%;
  width: 50px;
  z-index: 1;
}

.slick-prev {
  left: 52%;
  margin-left: -600px;
}

.slick-next {
  right: 52%;
  margin-right: -600px;
}

@media screen and (max-width: 1200px) {
  .slick-prev {
    left: 2%;
    margin-left: 0;
  }

  .slick-next {
    right: 2%;
    margin-right: 0;
  }
}

.slick-prev::after,
.slick-next::after {
  border: 4px solid #e6e6e6;
  box-sizing: border-box;
  cursor: pointer;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  margin: 10px;
  padding: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 30px;
}

.slick-prev::after {
  border-width: 0 0 4px 4px;
}

.slick-next::after {
  border-color: #fff;
  border-width: 4px 4px 0 0;
}

.slick-dots {
  line-height: 0;
  margin: 12px 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7.5px;
}

.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 14px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -999px;
  width: 14px;
}

.slick-dots li button::after {
  background: #cf0724;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 50%;
  margin: -3px 0 0 -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity .5s;
  width: 6px;
}

.slick-dots .slick-active button::after {
  opacity: 1;
}



#catalogue {
  margin: 0 auto;
  max-width: 1160px;
  width: 90%;
}

#catalogue ul {
  list-style: none;
  overflow: hidden;
  padding: 0 0 40px;
}

#catalogue li {
  background: #fff;
  border: 4px solid #0058a2;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 15.6%;
}

#catalogue li:nth-child(n+2) {
  margin-left: 1.2%;
}

#catalogue li a {
  color: #000;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

#catalogue li img {
  background: rgba(255,255,255,0);
  display: block;
  height: auto;
  transition: opacity .3s;
  width: 100%;
}

#catalogue li .rev {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 769px) {
  #catalogue li a:hover {
    color: #fff;
  }

  #catalogue li a:hover img {
    opacity: 0;
  }

  #catalogue li a:hover .rev {
    opacity: 1;
  }
}

#catalogue li span {
  border-top: 1px solid #FCD8D6;
  display: block;
  font-size: 16px;
  padding: 20px 0 25px;
}

@media screen and (max-width: 1000px) {
  #catalogue li span {
    font-size: 13px;
  }
}

@media screen and (max-width: 850px) {
  #catalogue li span {
    font-size: 12px;
  }
}

#catalogue li a::before,
#catalogue li a::after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  transition: .3s;
  bottom: 0;
}

#catalogue li a::before {
  background: #0058a2;
  border: 2px solid #0058a2;
  border-radius: 12px;
  box-sizing: border-box;
  height: 22px;
  margin: 0 0 -13px -11px;
  width: 22px;
}

#catalogue li a::after {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  height: 4px;
  margin: 0 0 -5px -4px;
  transform: rotate(45deg);
  width: 4px;
}

@media screen and (min-width: 769px) {
  #catalogue li a:hover:before {
    background: #fff;
  }

  #catalogue .rent a:hover {
    background: #0058a2;
  }

  #catalogue .rent a:hover:after {
    border-color: #0058a2;
  }
}

#catalogue .bike {
  border-color: #673BB7
}

#catalogue .bike a::before {
  background: #673BB7;
  border-color: #673BB7;
}

#catalogue .bike span {
  border-top-color: #E0D7F0;
}

@media screen and (min-width: 769px) {
  #catalogue .bike a:hover {
    background: #673BB7;
  }

  #catalogue .bike a:hover:after {
    border-color: #673BB7;
  }
}

#catalogue .sportscycle {
  border-color: #4CB050;
}

#catalogue .sportscycle a::before {
  background: #4CB050;
  border-color: #4CB050;
}

#catalogue .sportscycle span {
  border-top-color: #DAEEDB;
}

@media screen and (min-width: 769px) {
  #catalogue .sportscycle a:hover {
    background: #4CB050;
  }

  #catalogue .sportscycle a:hover:after {
    border-color: #4CB050;
  }
}

#catalogue .life {
  border-color: #FF9700;
}

#catalogue .life a::before {
  background: #FF9700;
  border-color: #FF9700;
}

#catalogue .life span {
  border-top-color: #FEE9CB;
}

@media screen and (min-width: 769px) {
  #catalogue .life a:hover {
    background: #FF9700;
  }

  #catalogue .life a:hover:after {
    border-color: #FF9700;
  }
}

#catalogue .myhome {
  border-color: #1D86A6;
}

#catalogue .myhome a::before {
  background: #1D86A6;
  border-color: #1D86A6;
}

#catalogue .myhome span {
  border-top-color: #D1E6EC;
}

@media screen and (min-width: 769px) {
  #catalogue .myhome a:hover {
    background: #1D86A6;
  }

  #catalogue .myhome a:hover:after {
    border-color: #1D86A6;
  }
}

#catalogue .all {
  border-color: #838383;
}

#catalogue .all a::before {
  background: #838383;
  border-color: #838383;
}

#catalogue .all span {
  border-top-color: #e5e5e5;
}

@media screen and (min-width: 769px) {
  #catalogue .all a:hover {
    background: #838383;
  }

  #catalogue .all a:hover:after {
    border-color: #838383;
  }
}



#campaign {
  background: #e9e9e9;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) inset;
  padding: 40px 0 20px;
}

#campaign ul {
  list-style: none;
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
  width: 90%;
}

#campaign li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

#campaign li:nth-child(n+3) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #campaign li a:hover {
    opacity: 1;
    animation: flash .5s;
  }
}



#news {
  background: #fff;
  border-top: 4px solid #838383;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  max-width: 1160px;
  margin: 50px auto 0;
  padding: 0 0 50px;
  width: 90%;
}

#news h2 {
  color: #000;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 120px;
  text-align: center;
  text-indent: 3px;
}

#news .load-error {
  width: 100%;
  text-align: center;
  display: none;
  padding: 100px 0;
}

#news ul {
  list-style: none;
  margin: -15px auto 40px;
  width: 90%;
  display: none;
}

#news li {
  border-bottom: 1px dotted #C0C0C0;
}

#news li a {
  color: #474747;
  display: table;
  text-decoration: none;
  transition: background-color .3s;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #news li a:hover {
    background: #f5f5f5;
  }
}

#news div {
  display: table-cell;
  line-height: 24px;
  padding: 15px 0;
  vertical-align: middle;
}

#news .time {
  font-size: 15px;
  width: 80px;
}

#news .category {
  text-align: center;
  width: 150px;
}

#news .category span {
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 120px;
}

#news .category .news {
  background: #2270B2;
}

#news .category .important {
  background: #CE0924;
}

#news #all {
  border: 1px solid #CED1DA;
  border-radius: 30px;
  box-sizing: border-box;
  color: #474747;
  display: block;
  line-height: 58px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  width: 250px;
}

@media screen and (min-width: 769px) {
  #news #all:hover {
    border-color: #666;
    color: #fff;
    background: #666;
  }
}



#contract {
  background: #fff;
  border-top: 4px solid #838383;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  max-width: 1160px;
  margin: 50px auto 0;
  padding: 0 0 50px;
  width: 90%;
}

#contract h2 {
  color: #000;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 120px;
  text-align: center;
  text-indent: 3px;
}

#contract ul {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
}

#contract li {
  float: left;
  width: 46%;
  text-align: center;
}

#contract li:last-child {
  margin-left: 8%;
}

#contract p {
  line-height: 1.75;
}

#contract .tel {
  margin-top: 25px;
}

#contract .tel a {
  cursor: default;
  display: block;
  text-decoration: none;
}

#contract .tel span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

#contract .tel img {
  height: 64px;
  padding: 0 0 5px;
  vertical-align: top;
}
#contract .tel .title {
  font-weight : bold;
  font-size : 18px;
  text-align : left;
  display : block;
  margin : 0 0 10px 0;
 
}

#contract .case {
  color: #11A73B;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  text-align: left;
}

#contract .number {
  color: #363636;
  font-size: 45px;
  font-weight: 300;
}

@media screen and (max-width: 1130px) {
  #contract .tel img {
    height: 55px;
  }

  #contract .case {
    font-size: 16px;
  }

  #contract .number {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  #contract .tel img {
    height: 50px;
  }

  #contract .number {
    font-size: 32px;
  }
}

@media screen and (max-width: 860px) {
  #contract .tel img {
    height: 40px;
  }

  #contract .number {
    font-size: 28px;
  }
}

#contract .hour {
  font-size: 14px;
  margin-top: 5px;
}


#ad {
  margin: 50px 0;
  background: #e9e9e9;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) inset;
  padding: 40px 0;
}

#banner {
  display: table;
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
  width: 90%;
}

#banner > div {
  display: table-cell;
  width: 33.3%;
}

#banner > div:nth-of-type(2) {
  text-align: center;
}

#banner > div:nth-of-type(3) {
  text-align: right;
}

#banner > div > div {
  display: inline-block;
}

@media screen and (max-width: 1130px) {
  #banner {
    display: block;
  }

  #banner > div {
    display: block;
    float: left;
    margin: 0 2% 0 0; 
    width: 320px;
  }

  #banner > div:nth-of-type(3) {
    margin-top: 2%; 
  }
}






/* ―――――――――――――――――――― footer sbi-group ―――――――――――――――――――― */

#sbi-group {
  background: #fff;
  border-top: 4px solid #0a3e86;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1160px;
  padding: 1% 50px 2%;
  width: 90%;
}

#sbi-group h2 {
  color: #0055A5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
  margin: 0 0 3%;
  text-align: center;
  text-indent: 3px;
}

#sbi-group dl {
  overflow: hidden;
}

#sbi-group dl:nth-of-type(n+2) {
  margin-top: 10px;
}

#sbi-group dt {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
  width: 165px;
}

#sbi-group dd {
  padding: 0 0 0 165px;
}

#sbi-group ul {
  font-size: 0;
  list-style: none;
  overflow: hidden;
}

#sbi-group li {
  display: inline;
  font-size: 14px;
  line-height: 1.75;
}

#sbi-group li:before {
  border-left: 1px solid #474747;
  content: '';
  display: inline-block;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  width: 8px;
}

#sbi-group li:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  width: 8px;
}

#sbi-group a {
  color: #00329B;
}

@media screen and (min-width: 769px) {
  #sbi-group a:hover {
    color: #cf0724;
  }

  #sbi-group li.sp {
    display: none;
  }
}





/* ―――――――――――――――――――― mobile layout ―――――――――――――――――――― */

@media screen and (max-width: 768px) {

  /* ―――――――――――――――――――― top ―――――――――――――――――――― */

  .slick-prev,
  .slick-next {
    transform: scale(.8);
  }

  .slick-prev::after {
    border-color: #fff;
  }



  #catalogue {
    border-top: 4px solid #cf0724;
    background: #f4f4f4;
    width: 100%;
  }

  #catalogue h2 {
    color: #000;
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 90px;
    text-align: center;
    text-indent: 3px;
  }

  #catalogue ul {
    margin: 0 auto;
    width: 90%;
  }

  #catalogue li {
    margin: 0 !important;
    width: 47%;
  }

  #catalogue li:nth-child(2n) {
    margin-left: 6% !important;
  }

  #catalogue li:nth-child(n+3) {
    margin-top: 8% !important;
  }

  #catalogue li span {
    font-size: 14px;
  }



  #campaign {
    padding: 30px 0;
  }

  #campaign ul {
    width: 90%;
  }

  #campaign li {
    float: none;
    margin: 0 !important;
    padding: 2% 0;
    text-align: center;
    width: 100%;
  }


  #news {
    margin: 0;
    width: 100%;
  }

  #news h2 {
    font-size: 20px;
    line-height: 90px;
  }

  #news li a {
    display: block;
  }

  #news div {
    display: inline-block;
  }

  #news .time {
    font-size: 13px;
  }

  #news .category {
    width: 140px;
  }

  #news .category span {
    font-size: 13px;
  }

  #news .title {
    margin-top: -3px;
    padding-top: 0;
    width: 100%;
  }

  #news #all {
    background: #f4f4f4;
    border-radius: 25px;
    line-height: 48px;
    width: 250px;
  }



  #contract {
    margin: 0;
    padding: 0 0 35px;
    width: 100%;
  }

  #contract h2 {
    font-size: 20px;
    line-height: 90px;
  }

  #contract li {
    float: none;
    width: 100%;
  }

  #contract li:last-child {
    border-top: 1px solid #e3e3e3;
    margin: 20px 0 0;
    padding-top: 20px;
  }

  #contract .tel {
    margin-top: 20px;
  }

  #contract .tel img {
    height: 64px;
  }

  #contract .case {
    font-size: 14px;
  }

  #contract .number {
    font-size: 50px;
  }



  #ad {
    margin: 0;
    padding: 30px 0;
  }

  #banner > div {
    float: none;
    margin: 0 auto;
  }

  #banner > div:nth-of-type(n+2) {
    margin-top: 4%; 
  }





  /* ―――――――――――――――――――― footer sbi-group ―――――――――――――――――――― */

  #sbi-group {
    border-width: 2px 0 0 0;
    padding: 35px 5%;
    width: 100%;
  }

  #sbi-group h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 35px;
    text-indent: 2px;
  }

  #sbi-group dl:nth-of-type(n+2) {
    margin: 25px 0 0;
  }

  #sbi-group dt {
    float: none;
    font-size: 15px;
    padding: 0 0 10px;
    width: 100%;
  }

  #sbi-group dd {
    font-size: 14px;
    padding: 0;
  }

  #sbi-group li.pc {
    display: none;
  }

}

@media screen and (max-width: 560px) {
  #contract .tel img {
    height: 55px;
  }

  #contract .number {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  #contract .tel img {
    height: 42px;
  }

  #contract .number {
    font-size: 30px;
  }
}
