@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.section .list_section {
  height: 100%;
}
.section .list_section .item {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section .list_section .item {
    width: 100%;
  }
}
.section .box_bg {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .section .box_bg {
    height: 350px;
  }
}
.section .box_video {
  position: relative;
  height: 100%;
}
.section .box_video:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.section .box_video .player {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.section .box_video video {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section .box_detail {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.section .box_detail .st_title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.3em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 8%;
}
.section .box_detail .st_title .md {
  display: block;
  position: relative;
  font-size: 115%;
  padding-bottom: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .section .box_detail .st_title .md {
    font-size: 100%;
  }
}
.section .box_detail .st_title .md:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 16px;
  height: 2px;
  background: #fff;
}
.section .box_detail .st_title .ld {
  display: block;
  font-size: 158%;
}
@media only screen and (max-width: 767px) {
  .section .box_detail .st_title .ld {
    font-size: 143%;
  }
}
.section .box_detail .btn a {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
@-webkit-keyframes animationZoomIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes animationZoomIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes animationButtonScroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}
@keyframes animationButtonScroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}
.con_main .box_video {
  background: transparent url(../images/home/img_main_01.jpg) no-repeat center center;
  background-size: cover;
}
.con_main .box_slide {
  height: 100%;
}
.con_main .box_slide .slick-list {
  height: 100%;
}
.con_main .box_slide .slick-list .slick-track {
  height: 100%;
}
.con_main .box_slide .slick-list .slick-track .slick-slide {
  height: 100%;
}
.con_main .box_slide .slick-list .slick-track .slick-slide .thumb {
  height: 100%;
}
.con_main .box_slide .slick-list .slick-track .slick-slide .thumb .img_thumb {
  height: 100%;
}
.con_main .box_slide .slick-slide {
  overflow: hidden;
}
.con_main .box_slide .slick-slide .thumb {
  position: relative;
  overflow: hidden;
}
.con_main .box_slide .slick-slide .thumb .img_thumb {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.con_main .box_slide .slick-slide .thumb .img_thumb.animation_zoom_in {
  -webkit-animation: animationZoomIn 10s linear;
  animation: animationZoomIn 10s linear;
}
.con_main .box_logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  padding: 0 2.5%;
}
.con_main .box_logo .logo {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .con_main .box_logo .logo {
    margin-bottom: 20px;
  }
  .con_main .box_logo .logo img {
    width: 30%;
  }
}
.con_main .btn_play {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 16%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  text-decoration: none;
  outline: 0;
}
.con_main .btn_play .ic_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 56px;
  height: 56px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-bottom: 5px;
}
.con_main .btn_play .ic_btn:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.con_main .btn_play .txt_btn {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}
.con_main .btn_scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  text-decoration: none;
  outline: 0;
  -webkit-animation: animationButtonScroll 1.8s ease infinite;
  animation: animationButtonScroll 1.8s ease infinite;
}

.popup_video_main {
  margin: 50px auto;
}
.popup_video_main .mfp-close {
  color: #fff;
  font-size: 50px;
}
.popup_video_main video {
  width: 100%;
}

.popup_video_main_open {
  overflow: hidden !important;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  padding: 80px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 13% 0;
  }
}
.con_intro .box_title {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_title {
    margin-bottom: 30px;
  }
}
.con_intro .box_title .st_title {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_title .st_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_title .st_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_title .st_title img {
    width: 80%;
  }
}
.con_intro .box_title .txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_title .txt {
    text-align: left;
  }
}
.con_intro .box_list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list {
    margin-bottom: 0;
  }
}
.con_intro .box_list .col_highlight {
  width: 37.5%;
  overflow: hidden;
}
.con_intro .box_list .col_other {
  width: 62.5%;
  overflow: hidden;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .col_other {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_other {
    padding-left: 0;
  }
}
.con_intro .box_list .col_more {
  width: 100%;
  overflow: hidden;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .col_more {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_more {
    padding-left: 0;
  }
}
.con_intro .box_list .list .item {
  margin-bottom: 30px;
}
.con_intro .box_list .list .item a.item_inner {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.con_intro .box_list .list .item .cell {
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_list .list .item .cell {
    vertical-align: top;
  }
}
.con_intro .box_list .list .item .cell_thumb {
  width: 37.7%;
}
.con_intro .box_list .list .item .cell_thumb .thumb {
  display: table;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_thumb .thumb {
    margin-bottom: 15px;
  }
}
.con_intro .box_list .list .item .cell_thumb .thumb .img_thumb {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_thumb .thumb .img_thumb {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.con_intro .box_list .list .item .cell_thumb .thumb .label {
  display: block;
  min-width: 6em;
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 93%;
  color: #fff;
  background: #595959;
  text-align: center;
  padding: 4px 20px;
  display: none;
}
.con_intro .box_list .list .item .cell_thumb .thumb .label:first-of-type {
  display: block;
}
.con_intro .box_list .list .item .cell_detail {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .list .item .cell_detail {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_detail {
    padding-left: 0;
  }
}
.con_intro .box_list .list .item .cell_detail .cell_inner {
  border-left: 3px solid #dbdbdb;
  padding: 5px 0 8px 14px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_detail .cell_inner {
    border-left: 0;
    padding: 0;
  }
}
.con_intro .box_list .list .item .cell_detail .cell_inner .st_title_item {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  font-size: 158%;
  line-height: 1.3;
  color: #2c2c2c;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .list .item .cell_detail .cell_inner .st_title_item {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_detail .cell_inner .st_title_item {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_detail .cell_inner .st_title_item {
    margin-bottom: 10px;
  }
}
.con_intro .box_list .list .item .cell_detail .cell_inner .txt {
  font-size: 93%;
  line-height: 1.76923;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .list .item .cell_thumb,
  .con_intro .box_list .list .item .cell_detail {
    display: block;
    width: 100%;
  }
}
.con_intro .box_list .col_highlight .list .item .cell_thumb,
.con_intro .box_list .col_highlight .list .item .cell_detail {
  display: block;
  width: 100%;
}
.con_intro .box_list .col_highlight .list .item .cell_thumb {
  margin-bottom: 15px;
}
.con_intro .box_list .col_highlight .list .item .cell_thumb .img_thumb {
  height: 450px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .col_highlight .list .item .cell_thumb .img_thumb {
    height: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_highlight .list .item .cell_thumb .img_thumb {
    height: auto;
    object-fit: fill;
  }
}
.con_intro .box_list .col_highlight .list .item .cell_detail {
  padding-left: 0;
}
.con_intro .box_list .col_other .list .item .cell_thumb .img_thumb {
  height: 166px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .col_other .list .item .cell_thumb .img_thumb {
    height: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_other .list .item .cell_thumb .img_thumb {
    height: auto;
    object-fit: fill;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_list .col_other .list .item .cell_detail .box_detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_highlight,
  .con_intro .box_list .col_other {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.con_intro .box_list .col_more {
  padding-left: 0;
}
.con_intro .box_list .col_more .list .item {
  width: 22%;
  float: left;
  margin-right: 4%;
}
.con_intro .box_list .col_more .list .item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_more .list .item {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}
.con_intro .box_list .col_more .list .item .cell_thumb,
.con_intro .box_list .col_more .list .item .cell_detail {
  display: block;
  width: 100%;
}
.con_intro .box_list .col_more .list .item .cell_thumb {
  margin-bottom: 15px;
}
.con_intro .box_list .col_more .list .item .cell_thumb .img_thumb {
  height: 166px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_list .col_more .list .item .cell_thumb .img_thumb {
    height: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_list .col_more .list .item .cell_thumb .img_thumb {
    height: auto;
    object-fit: fill;
  }
}
.con_intro .box_list .col_more .list .item .cell_detail {
  padding-left: 0;
}
.con_intro .box_btn_bottom {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_btn_bottom {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn_bottom {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
	.con_hotel_01
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_hotel_02
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_hotel_03
----------------------------------------------------------- */
.con_hotel_03 .box_video video {
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

/* -----------------------------------------------------------
	.con_hotel_04
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_hotel_05
----------------------------------------------------------- */
.con_hotel_05 .box_video video {
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-top: 13%;
  }
}
.con_news .box_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_title .st_title img {
    width: 80%;
  }
}
.con_news .box_tab .tabs {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_tab .tabs {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_tab .tabs {
    margin-bottom: 10px;
  }
}
.con_news .box_tab .tabs ul {
  text-align: center;
}
.con_news .box_tab .tabs ul li {
  display: inline-block;
  vertical-align: middle;
  min-width: 145px;
  font-size: 100%;
  color: #2c2c2c;
  background: #fff;
  border: 1px solid #2c2c2c;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 20px;
  margin: 0 7px 10px;
}
@media only screen and (max-width: 1024px) {
  .con_news .box_tab .tabs ul li {
    min-width: 115px;
    font-size: 86%;
  }
}
.con_news .box_tab .tabs ul li.active {
  cursor: default;
}
.con_news .box_tab .tabs ul li:hover, .con_news .box_tab .tabs ul li.active {
  color: #fff;
  background: #595959;
}
.con_news .box_tab .tabs select {
  display: block;
  height: auto;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0.5em 20px;
  margin: auto;
}
.con_news .box_tab .panels .panel {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.con_news .box_tab .panels .panel.active {
  display: list-item;
}
.con_news .box_list .list .item {
  border-bottom: 1px solid #c3c3c3;
}
.con_news .box_list .list .item:last-child {
  border-bottom: 0;
}
.con_news .box_list .list .item a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 16px 0;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
.con_news .box_list .list .item a:hover {
  background: #f4f4f4;
}
.con_news .box_list .list .item a:hover .ic_arrow {
  right: 25px;
}
.con_news .box_list .list .item a .ic_arrow {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_news .box_list .list .item a .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_news .box_list .list .item a .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-right: 5px solid transparent;
  border-bottom: 3px solid #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_news .box_list .list .item .cell {
  vertical-align: middle;
}
.con_news .box_list .list .item .cell_label {
  width: 150px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_label {
    text-align: left;
  }
}
.con_news .box_list .list .item .cell_label span {
  display: inline-block;
  vertical-align: middle;
  min-width: 130px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 93%;
  color: #fff;
  background: #595959;
  text-align: center;
  padding: 4px 10px;
}
.con_news .box_list .list .item .cell_date {
  width: 110px;
  font-size: 93%;
  color: #2c2c2c;
  text-align: center;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_date {
    padding-right: 10px;
  }
}
.con_news .box_list .list .item .cell_txt {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_txt {
    width: 100%;
    padding-left: 0;
  }
}
.con_news .box_list .list .item .cell_txt .txt {
  font-size: 100%;
  color: #2c2c2c;
}
@media only screen and (max-width: 767px) {
  .con_news .box_list .list .item .cell_label,
  .con_news .box_list .list .item .cell_date,
  .con_news .box_list .list .item .cell_txt {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
  }
}
