/*======================================================================
   index layout
======================================================================*/
#index #mainVisual::before {
 padding-top: 56.25%;
}

#greeting {
 background-image: url(../img/index/greeting_bg.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: auto;
}

#greeting h3 {
 margin-bottom: 3em;
}

#greeting .txtArea {
 padding: 50px 0;
 text-align: center;
}

#greeting::before {
 content: "";
 display: block;
 width: 100%;
 height: 30px;
 background: url(../img/deco_barR.png) repeat-x;
 position: absolute;
 top: 0px;
}

#point {
 background-image: url(../img/bg_gara01.png);
}

#point .cont {
 text-align: center;
 margin-bottom: 3.5em;
}

#point .cont .btn {
 margin: 0 auto;
}

#linkArea {
 background: url(../img/bg_gara02.png);
}

#linkArea .fbArea {
 margin-bottom: 50px;
}

#linkArea .fbArea .flame {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-flow: wrap;
 flex-flow: wrap;
}

@media screen and (min-width: 600px) {
 #linkArea .fbArea .flame {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
 }
}

#linkArea .fbArea .flame .item {
 width: auto;
 margin: 0 15px 30px;
 height: 400px;
}

#linkArea .instaArea {
 margin-bottom: 50px;
}

#linkArea .bnrs {
 max-width: 900px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
 #linkArea .bnrs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
 }
}

#linkArea .bnrs > * {
 width: auto;
 margin-left: 15px;
 margin-right: 15px;
}

#linkArea .bnrs .cont01 {
 max-width: 513px;
}

#linkArea .bnrs .cont02 {
 max-width: 310px;
 margin: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

#linkArea .bnrs .item {
 margin-bottom: 30px;
}

#linkArea .bnrs .bnr_goto {
 max-width: 280px;
 margin-left: 15px;
 margin-right: 15px;
}

#linkArea .bnrs .TA_area {
 /*width: 170px;*/
    /*max-width: 280px;*/
 margin-left: auto;
 margin-right: auto;
 margin-top: -10px;
}

@media screen and (min-width: 768px) {
 #greeting {
  background-size: cover;
 }
 #greeting h3 {
  float: right;
  margin-right: 50px;
 }
 #greeting .txtArea {
  float: right;
  margin-right: 50px;
 }
 #greeting::before {
  display: none;
 }
}

@media screen and (min-width: 992px) {
 #point .container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }
 #point .container > * {
  width: 32%;
  margin: 0 1.3%;
  text-align: center;
 }
 #point .container > * .imgArea {
  margin-bottom: 1em;
 }
 #point .container > * .btn {
  margin: 0 auto;
 }
}
/*# sourceMappingURL=index.css.map */
.cont02 .TA_area{
    display: flex;
}
.tripad_wrap{
    margin: 10px auto;
}
.tripad_wrap a img{
    display: flex;
    margin:  0 auto;
}