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

.va-m {
  vertical-align: middle !important;
}

.fc-white {
  color: #ffffff !important;
}

.fc-black {
  color: #525252;
}

.fc-blue {
  color: #108bb4;
}

.hov--op:hover {
  opacity: 0.7;
}

@media screen and (min-width: 961px) {
  .disp-none-pc {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .disp-none-sp {
    display: none;
  }
}

.margin-top80 {
  margin-top: 80px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top30 {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .margin-top30 {
    margin-top: 16px;
  }
}

.margin-top10 {
  margin-top: 10px;
}

.page--charm .contents-header {
  background-image: url(/assets/images/contents-main/mainvisual-introduction.jpg);
}

.charm-ctr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-top {
  padding: 50px 0;
}

.section-fac {
  background-color: #f8f5ef;
  padding: 80px 0;
}

.section-access {
  padding: 80px 0;
  background-color: #e7eff1;
}

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

@media screen and (min-width: 961px) {
  .ta-c-pc {
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .ta-c-tab {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .ta-c-sp {
    text-align: center;
  }
}

.font-bold {
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .title-txt2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .title-txt2 {
    font-size: 2.2rem;
  }
}

.title-under-txt {
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .top-title2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-title2 {
    font-size: 1.6rem;
  }
}

.top-txt2 {
  margin-top: 16px;
}
@media screen and (min-width: 961px) {
  .top-txt2 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-txt2 {
    font-size: 1.3rem;
  }
}

.midasi-txt {
  position: relative;
}
.midasi-txt:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  width: 45px;
  height: 4px;
  background-color: #e6b60a;
}
@media screen and (min-width: 961px) {
  .midasi-txt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .midasi-txt {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 961px) {
  .cat-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .cat-title {
    font-size: 1.6rem;
  }
}

.cat-flex {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cat-flex .list-center {
  margin: 0 60px;
}

.flex-item30 {
  width: 30%;
  max-width: 360px;
}

.fac-img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .fac-img, .fac-img img, .time-circle, .fac-txt {
    cursor: default;
  }
}

.fac-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.fac-txt p {
  opacity: 1;
}

.slide-thumbnail {
  display: none;
}
@media screen and (max-width: 599px) {
  .slide-thumbnail {
    display: block;
    padding: 2rem 0;
  }
}

.js-slider img {
  margin: 0 auto;
}

.js-slider__item, .js-slider-thumb__item {
  outline: none;
}

.js-slider-thumb__item {
  padding: 0 1rem;
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before {
  color: #000;
}

.time-circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 144, 152, 0.7);
}

.walk-img {
  max-width: 40px;
}

.bus-img {
  max-width: 60px;
}

.padding10 {
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .pb20-sp {
    margin-bottom: 50px;
  }
}

.time-txt {
  line-height: 1.1;
}

.link-button {
  width: 50%;
  height: 36px;
  border: 1px solid #108bb4;
  border-radius: 2px;
  margin: 15px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .link-button {
    display: none;
  }
}

.link-button a {
  display: block;
  line-height: 36px;
  color: #108bb4 !important;
}

.link-button a:hover {
  color: #ffffff !important;
}

.link-button {
  position: relative;
}
.link-button::before {
  content: attr(data);
  display: block;
  position: relative;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  z-index: 1;
}
.link-button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #108bb4;
  -webkit-transition: width 300ms;
  transition: width 300ms;
  width: 0;
  z-index: -1;
}
.link-button:hover::before {
  color: #fff;
}
.link-button:hover::after {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .sp-link {
    cursor: default;
    pointer-events: none;
  }
}

.sp-link:hover {
  opacity: 1;
}

.section-area {
  padding: 80px 0px;
}

@media screen and (min-width: 961px) {
  .area-list {
    max-width: 1720px;
    margin: 30px 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .area-list {
    max-width: 800px;
    margin: 30px 50px 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;
  }
}
@media screen and (max-width: 599px) {
  .area-list {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.area {
  width: 25%;
  height: 500px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .area {
    width: 50%;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 200px;
  }
}

.area1 {
  background: url("/himeji-introduction/images/info-himeji2.jpg");
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .area1 {
    background: url("/himeji-introduction/images/info-himeji2s.jpg");
  }
}
@media screen and (max-width: 599px) {
  .area1 {
    background: url("/himeji-introduction/images/info-himeji2s.jpg");
  }
}

.area2 {
  background: url("/himeji-introduction/images/info-kobe.jpg");
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .area2 {
    background: url("/himeji-introduction/images/info-kobes.jpg");
  }
}
@media screen and (max-width: 599px) {
  .area2 {
    background: url("/himeji-introduction/images/info-kobes.jpg");
  }
}

.area3 {
  background: url("/himeji-introduction/images/info-osakaa.jpg");
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .area3 {
    background: url("/himeji-introduction/images/info-osakaas.jpg");
  }
}
@media screen and (max-width: 599px) {
  .area3 {
    background: url("/himeji-introduction/images/info-osakaas.jpg");
  }
}

.area4 {
  background: url("/himeji-introduction/images/info-kyoto2.jpg");
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .area4 {
    background: url("/himeji-introduction/images/info-kyoto2s.jpg");
  }
}
@media screen and (max-width: 599px) {
  .area4 {
    background: url("/himeji-introduction/images/info-kyoto2s.jpg");
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .area1, .area2, .area3, .area4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .area1, .area2, .area3, .area4 {
    margin-top: 10px;
  }
}

.areatxt-j {
  padding-top: 150px;
  font-size: 2.5vw;
  line-height: 0.6;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .areatxt-j {
    font-size: 32px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .areatxt-j {
    font-size: 24px;
    padding-top: 30px;
  }
}

.areatxt-e {
  font-size: 0.833vw;
}
@media screen and (max-width: 599px) {
  .areatxt-e {
    font-size: 10px;
  }
}

.movie-button {
  margin: 150px auto 0;
  height: 60px;
  width: 70%;
  border-radius: 3px;
  background-color: #f15413;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.movie-button a {
  display: block;
  line-height: 60px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .movie-button a {
    line-height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .movie-button a {
    line-height: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .movie-button {
    margin: 50px auto 0;
    height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .movie-button {
    margin: 50px auto 0;
    height: 45px;
  }
}

.movie-button:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.q-name {
  margin-top: 20px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .q-name {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .q-name {
    margin-top: 10px;
  }
}

.txt-shadow {
  text-shadow: 0 0 10px #000;
}