@charset "UTF-8";
/* CSS Document */
@import url(./pc_view.css?date=20190307) screen and (min-width: 481px);
@import url(./sp_view.css?date=20190307) screen and (max-width: 480px);
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1c1c;
  line-height: 1.5;
}

p {
  color: #222;
}

footer {
  background-color: #1c1c1c;
}

.alignfull {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-space-around {
  justify-content: space-around;
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}

.justify-content-center {
  justify-content: center;
}

.disableBr br {
  display: none;
}

.table {
  background-color: #EEE;
  margin-bottom: 2em;
  width: 100%;
}
.table th, .table td {
  padding: 0.5em;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.table tr td:last-child {
  border-right: 0;
}
.table tbody tr:last-child th, .table tbody tr:last-child td {
  border-bottom: 0;
}

.col-1 {
  width: 8.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 8.3333333333%;
  max-width: 100%;
}

.col-2 {
  width: 16.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 16.6666666667%;
  max-width: 100%;
}

.col-3 {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 100%;
}

.col-4 {
  width: 33.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 33.3333333333%;
  max-width: 100%;
}

.col-5 {
  width: 41.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 41.6666666667%;
  max-width: 100%;
}

.col-6 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 100%;
}

.col-7 {
  width: 58.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 58.3333333333%;
  max-width: 100%;
}

.col-8 {
  width: 66.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 66.6666666667%;
  max-width: 100%;
}

.col-9 {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 100%;
}

.col-10 {
  width: 83.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 83.3333333333%;
  max-width: 100%;
}

.col-11 {
  width: 91.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 91.6666666667%;
  max-width: 100%;
}

.col-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  .col-sm-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 100%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 100%;
  }
  .col-sm-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 100%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 100%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 100%;
  }
  .col-sm-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 100%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 100%;
  }
  .col-sm-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 100%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 100%;
  }
  .col-sm-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .col-md-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 100%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 100%;
  }
  .col-md-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 100%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 100%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 100%;
  }
  .col-md-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 100%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 100%;
  }
  .col-md-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 100%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 100%;
  }
  .col-md-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 100%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 100%;
  }
  .col-lg-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 100%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 100%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 100%;
  }
  .col-lg-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 100%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 100%;
  }
  .col-lg-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 100%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 100%;
  }
  .col-lg-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mb-0, .my-0, .m-0 {
  margin-bottom: 0em !important;
}

.mt-0, .my-0, .m-0 {
  margin-top: 0em !important;
}

.ml-0, .mx-0, .m-0 {
  margin-left: 0em !important;
}

.mr-0, .mx-0, .m-0 {
  margin-right: 0em !important;
}

.mb-1, .my-1, .m-1 {
  margin-bottom: 0.5em !important;
}

.mt-1, .my-1, .m-1 {
  margin-top: 0.5em !important;
}

.ml-1, .mx-1, .m-1 {
  margin-left: 0.5em !important;
}

.mr-1, .mx-1, .m-1 {
  margin-right: 0.5em !important;
}

.mb-2, .my-2, .m-2 {
  margin-bottom: 1em !important;
}

.mt-2, .my-2, .m-2 {
  margin-top: 1em !important;
}

.ml-2, .mx-2, .m-2 {
  margin-left: 1em !important;
}

.mr-2, .mx-2, .m-2 {
  margin-right: 1em !important;
}

.mb-3, .my-3, .m-3 {
  margin-bottom: 1.5em !important;
}

.mt-3, .my-3, .m-3 {
  margin-top: 1.5em !important;
}

.ml-3, .mx-3, .m-3 {
  margin-left: 1.5em !important;
}

.mr-3, .mx-3, .m-3 {
  margin-right: 1.5em !important;
}

.mb-4, .my-4, .m-4 {
  margin-bottom: 2em !important;
}

.mt-4, .my-4, .m-4 {
  margin-top: 2em !important;
}

.ml-4, .mx-4, .m-4 {
  margin-left: 2em !important;
}

.mr-4, .mx-4, .m-4 {
  margin-right: 2em !important;
}

.mb-5, .my-5, .m-5 {
  margin-bottom: 2.5em !important;
}

.mt-5, .my-5, .m-5 {
  margin-top: 2.5em !important;
}

.ml-5, .mx-5, .m-5 {
  margin-left: 2.5em !important;
}

.mr-5, .mx-5, .m-5 {
  margin-right: 2.5em !important;
}

.ml-auto, .mx-auto {
  margin-left: auto;
}

.mr-auto, .mx-auto {
  margin-right: auto;
}

#header_area .header_contents form input[type=submit] {
  background-color: #1c1c1c;
}
#header_area .lang_icon a {
  background-color: #1c1c1c;
}

#top ul.bnr2 li a {
  color: #1c1c1c;
  border-color: #1c1c1c;
}
#top ul.bnr2 li p {
  color: #1c1c1c;
}
#top ul.bnr1 {
  border-color: #1c1c1c !important;
}
#top ul.bnr1 li a {
  color: #1c1c1c;
  border-color: #1c1c1c !important;
}
#top ul.bnr1 li p {
  color: #1c1c1c;
}
#top .checked_spots h4 {
  color: #1c1c1c;
}
#top .checked_spots ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#top .checked_spots ul li {
  margin: 5px 0;
}
#top .checked_spots ul li a {
  display: flex;
  align-items: center;
}
#top .checked_spots ul li a p {
  display: block;
  width: calc(100% - 165px);
}
#top .checked_spots ul li a p.photo {
  margin-right: 15px;
  width: 30%;
  max-width: 150px;
  min-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
#top .checked_spots ul li a p.photo img {
  vertical-align: middle;
  margin: 0;
}

#shop_list .areaname p {
  color: #FFF;
}

.page-present {
  line-height: 1.3em;
}
.page-present .contents .table {
  width: 100%;
  margin: 1em auto;
  border: 1px solid #CCC;
  padding: 15px;
}
.page-present .contents ol {
  margin-left: 2em;
}
.page-present .contents ol li {
  list-style: disc;
  list-style-position: outside;
}
.page-present .wpcf7-form .h4, .page-present .wpcf7-form .h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page-present .wpcf7-form dl dt {
  font-weight: bold;
  margin-top: 1em;
}
.page-present .wpcf7-form p {
  margin-bottom: 1em;
}
.page-present .wpcf7-form .wpcf7-submit {
  padding: 15px;
  min-width: 200px;
  min-height: 60px;
  font-weight: bold;
  background: #339FFF;
  color: #FFF;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.text-center {
  text-align: center;
}

#shop_list .contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shop_list .contents ul li {
  overflow: hidden;
}
#shop_list .contents ul li .mainimage-wrap {
  height: 400px;
  overflow: hidden;
}
#shop_list .contents ul li .shop_tab {
  position: absolute;
  bottom: 0;
  background-color: #ddd;
}

address {
  background-color: #eee;
  padding: 1em 2em;
}

.small {
  font-size: 0.8em;
}

.badge {
  font-size: 0.7em;
  padding: 0px 5px;
  text-align: center;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  border-radius: 3px;
}
.badge.badge-primary {
  color: #FFF;
  background: #28F;
}

.navToggle, nav.globalMenuSp ul {
  background-color: #1c1c1c !important;
}

.mainimage_slider .mainimage_slider_item {
  opacity: 0;
}

.ttl_welcome:before {
  display: none;
}

.instagram_feed {
  padding: 40px 0;
}

#top .instagram_feed .ttl_instagram {
  margin-bottom: 0.3em;
  color: #1c1c1c;
}

.instagram_feed .sbi_header_img {
  border: 1px solid #ddd;
}

.introduction .h1 {
  font-size: 2em;
}
.introduction h1 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.introduction p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.introduction .h2 {
  font-size: 1.4em;
}
.introduction h2 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.introduction p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.introduction .h3 {
  font-size: 1.2em;
}
.introduction h3 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.introduction p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.introduction .h4 {
  font-size: 1.1em;
}
.introduction h4 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.introduction p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.introduction .h5 {
  font-size: 1.04em;
}
.introduction h5 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.introduction p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.introduction .h6 {
  font-size: 1em;
}
.introduction h6 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.introduction p {
  margin-bottom: 1em;
  line-height: 1.5em;
}/*# sourceMappingURL=kagoshimaguide_base.css.map */