@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #FCFFF1;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg--bk {
  background: #000;
}

.bg--w {
  background: #fff;
}

.sec_ttl .ttlLv1 {
  background: #947630;
  margin: 0 0px 20px 0px !important;
  margin-bottom: 0 !important;
  padding: 15px 5px 10px !important;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 {
    padding: 25px 0 20px !important;
  }
}
.sec_ttl .ttlLv1 .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 2rem !important;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .heading {
    font-size: 2.4rem !important;
  }
}
.sec_ttl .ttlLv1 .sec-ttl__icon {
  width: 30px;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .sec-ttl__icon {
    width: 40px;
  }
}

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}
.sec-slider ul .slidControl {
  background: none;
  bottom: -30px;
}
@media screen and (min-width: 740px) {
  .sec-slider ul .slidControl {
    bottom: -40px;
  }
}
.sec-slider ul .slick-dots li button::before {
  background-color: #8B8B8B;
}
.sec-slider ul .slick-dots li.slick-active button::before {
  background-color: #c00;
}

.top {
  padding: 30px 10px;
}
@media screen and (min-width: 740px) {
  .top {
    padding: 60px 20px 30px;
  }
}
.top .top__box {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 20px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 740px) {
  .top .top__box {
    border-radius: 20px;
  }
}
.top .top__box .top__box--label {
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 8px;
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .top .top__box .top__box--label {
    border-radius: 30px;
    padding: 10px 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top .top__box .top__box--label > div:first-of-type {
  width: fit-content;
}
@media screen and (min-width: 740px) {
  .top .top__box .top__box--label > div:first-of-type {
    width: 20%;
  }
}
.top .top__box .top__box--label > div:last-of-type {
  width: fit-content;
}
.top .top__box .top__box--label .ico {
  background: #947630;
  padding: 5px 10px 3px;
  width: fit-content;
}

@media screen and (min-width: 740px) {
  .access .access__box .colWrap .col:first-of-type {
    width: calc(40% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .access .access__box .colWrap .col:last-of-type {
    width: calc(60% - 15px);
  }
}

.about .about__cont.cont01 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/kyu/hirado-castlestay/img_sites/bg_about.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .about .about__cont.cont01 {
    padding: 80px 0;
  }
}
.about .about__cont.cont02 {
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .about .about__cont.cont02 {
    padding: 60px 0 15px;
  }
}
@media screen and (min-width: 740px) {
  .about .about__cont .about__box.box03 .colWrap {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 740px) {
  .about .about__cont .about__box.box03 .colWrap .col:last-of-type {
    margin-left: 0;
    margin-right: 30px;
  }
}

.plan .plan__box {
  background: #FFEDC1;
  border-radius: 15px;
  padding: 25px 10px 10px;
}
.plan .plan__box .plan__box--img {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.caution {
  border: 1px solid #000;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .caution {
    padding: 25px;
  }
}
