.sct-breadcrumb ul li {
  font-weight: bold;
}

.sct-breadcrumb ul li a {
  text-decoration: none;
}

.sct-breadcrumb ul li:last-child {
  font-weight: normal;
}

@media screen and (min-width: 1020px) {
  body#contact .sct-main .caution {
    margin-bottom: 10px;
    width: 780px;
  }
  body#contact .sct-main .submit {
    padding-right: 75px;
  }
}

#facility .sct-main .container {
  padding-bottom: 105px;
}

#facility .sct-main .container .m-title {
  margin-bottom: 58px;
  line-height: 32px;
}

#facility .sct-main .container .FacilityImgWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 88px;
}

#facility .sct-main .container .FacilityImgWrap li {
  display: block;
  margin: 0 40px 20px 0;
  width: calc(50% - 20px);
}

#facility .sct-main .container .FacilityImgWrap li .left {
  width: 100%;
}

#facility .sct-main .container .FacilityImgWrap li .right {
  padding-left: 0;
  width: 100%;
}

#facility .sct-main .container .FacilityImgWrap li .right h3 {
  font-size: 30px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#facility .sct-main .container .FacilityImgWrap li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1019px) {
  #facility .sct-main .container .m-title {
    line-height: 1.6;
  }
  #facility .sct-main .container .FacilityImgWrap li .right h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #facility .sct-main .container .m-title {
    margin-bottom: 30px;
  }
  #facility .sct-main .container .FacilityImgWrap {
    display: block;
    max-width: 480px;
  }
  #facility .sct-main .container .FacilityImgWrap li {
    margin-right: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 1020px) {
  #faq .sct-main ul li {
    margin-bottom: 40px;
  }
}

nav .navi ul.menu {
  margin-bottom: 10px;
}

nav .navi ul.menu li {
  margin-bottom: 5px;
}

nav .navi .btn {
  margin-bottom: 10px;
}

body#price .sct-price .container {
  padding-bottom: 0;
}

body#price .sct-price .container th {
  border-left: 1px solid #CCC;
  background-color: #EEE;
}

body#price .sct-link .container {
  padding-top: 105px;
}

body#schedule .sct-main .desc {
  width: 100%;
}

body#index .guideText {
  padding-right: 85px;
}

body#index .sct-news .news table tr th {
  font-weight: normal;
}

@media screen and (min-width: 1020px) {
  body#index .sct-menu .menu1 ul li .right .m-bt {
    width: 260px;
    height: 60px;
  }
  body#index .sct-menu .menu1 ul li .right .m-bt a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  body#index .sct-menu .menu1 ul li {
    max-width: 480px;
  }
}

#event_single .sct-main .txt img {
  height: auto;
}

#news_single .sct-main .txt img {
  height: auto;
}