@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;
}

.fnt10 {
  font-size: 1rem;
}

.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;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    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;
}

.txt--or {
  color: #DF6B1E;
}

.txt--pk {
  color: #e3007f;
}

.txt--lbl {
  color: #008AAE;
}

.txt--red {
  color: #c00;
}

.txt--gn {
  color: #92CB2A;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.marker {
  background: linear-gradient(transparent 50%, #ffea84 50%);
}

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

.contentsInr {
  padding: 0 !important;
}

@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;
  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;
}

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.bg--gn {
  background: #92CB2A;
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .bg--gn {
    padding: 60px 0;
  }
}

.bg--ow {
  background: #f8f5ec;
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .bg--ow {
    padding: 60px 0;
  }
}

.bg--w {
  background: #fff;
  padding: 10px;
}

.bg--yellow {
  background: #fdfdeb;
  padding: 10px;
}

.top__logo-img {
  max-width: 380px;
  margin-inline: auto;
}

.about__ttl .heading {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .about__ttl .heading {
    gap: 20px;
  }
}
.about__ttl .heading .about__ttl--ico.ico_01 {
  width: 40px;
}
@media screen and (min-width: 740px) {
  .about__ttl .heading .about__ttl--ico.ico_01 {
    width: 90px;
  }
}
.about__ttl .heading .about__ttl--ico.ico_02 {
  width: 20px;
}
@media screen and (min-width: 740px) {
  .about__ttl .heading .about__ttl--ico.ico_02 {
    width: 50px;
  }
}
.about__ttl .heading .about__ttl--ico.ico_03 {
  width: fit-content;
  height: 40px;
}
@media screen and (min-width: 740px) {
  .about__ttl .heading .about__ttl--ico.ico_03 {
    height: 80px;
  }
}

.access .colWrap {
  justify-content: space-between;
}
@media screen and (min-width: 740px) {
  .access .colWrap {
    align-items: center;
  }
}
@media screen and (min-width: 740px) {
  .access .colWrap .col:first-of-type {
    width: calc(45% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .access .colWrap .col:last-of-type {
    width: calc(50% - 15px);
  }
}
.access .access__flex {
  align-items: flex-end;
}
.access .access__flex > div:first-of-type {
  width: 65% !important;
}
@media screen and (min-width: 740px) {
  .access .access__flex > div:first-of-type {
    width: 60% !important;
  }
}
.access .access__flex > div:last-of-type {
  width: 35% !important;
}
@media screen and (min-width: 740px) {
  .access .access__flex > div:last-of-type {
    width: 40% !important;
  }
}
.access .access__fukidashi {
  background: #92cb2a;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 740px) {
  .access .access__fukidashi {
    padding: 15px;
    border-radius: 30px;
    margin-top: 0;
  }
}
.access .access__fukidashi::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/hok/gossari-obohnd60-hoshino-tomamu/img_sites/ico_fukidashi.svg) no-repeat;
  width: 40px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 7px;
  top: -30px;
  transform: scale(-1, 1) rotate(45deg);
}
@media screen and (min-width: 740px) {
  .access .access__fukidashi::before {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/hok/gossari-obohnd60-hoshino-tomamu/img_sites/ico_fukidashi.svg) no-repeat;
    width: 60px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: -63px;
    top: 50%;
    transform: scale(1) rotate(0deg);
  }
}

.course__table {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .course__table {
    font-size: 1.4rem;
  }
}
.course__table tr th {
  background: #92cb2a;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 10%;
  border-top: 2px solid #f8f5ec;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .course__table tr th {
    font-size: 1.6rem;
  }
}
.course__table tr td {
  background: #fff;
  padding: 10px 20px;
  width: 90%;
  border-left: 2px solid #f8f5ec;
  border-top: 2px solid #f8f5ec;
  line-height: 2;
}
.course__table tr td img {
  width: fit-content;
  max-height: 16px;
  vertical-align: middle;
  margin: 0 5px;
}
.course__table tr:first-of-type th {
  border-radius: 20px 0 0 0;
}
.course__table tr:first-of-type td {
  border-radius: 0 20px 0 0;
}
.course__table tr:last-of-type th {
  border-radius: 0 0 0 20px;
}
.course__table tr:last-of-type td {
  border-radius: 0 0 20px 0;
}