@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--bl {
  background: #E6EFEF;
  padding: 30px 15px;
}
@media screen and (min-width: 740px) {
  .bg--bl {
    padding: 50px 25px;
  }
}

.bg--gn {
  background: #E0E4D4;
  padding: 30px 15px;
}
@media screen and (min-width: 740px) {
  .bg--gn {
    padding: 50px 25px;
  }
}

.bg--w {
  background: #fff;
  padding: 30px 15px;
}
@media screen and (min-width: 740px) {
  .bg--w {
    padding: 25px;
  }
}

.sec_ttl .ttlLv1 {
  background: #C6AC78;
  margin: 0 0px 20px 0px !important;
  margin-bottom: 0 !important;
}
.sec_ttl .ttlLv1 .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 2.2rem !important;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .heading {
    font-size: 3rem !important;
  }
}
.sec_ttl .ttlLv1 .sec-ttl__icon {
  width: 35px;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .sec-ttl__icon {
    width: 45px;
  }
}

@media screen and (min-width: 740px) {
  .sec_subTtl--flex {
    display: flex !important;
    align-items: flex-end;
  }
}
@media screen and (min-width: 740px) {
  .sec_subTtl--flex > div {
    width: fit-content !important;
  }
}
.sec_subTtl--flex > div:last-of-type {
  margin-left: 5px;
}

.sec_subTtl {
  width: fit-content;
  background: #526363;
  padding: 8px 20px 6px;
  border-radius: 20px;
}
.sec_subTtl.center {
  margin: 0 auto;
}
.sec_subTtl p {
  color: #fff;
  font-weight: bold;
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.hero_img {
  background: #fcfff1;
}

.about .about__top {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .about .about__top .colWrap {
    align-items: center;
  }
}
@media screen and (min-width: 740px) {
  .about .about__top .colWrap .col:first-of-type {
    width: calc(40% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .about .about__top .colWrap .col:last-of-type {
    width: calc(60% - 15px);
  }
}
.about .about__map {
  width: 80%;
}
@media screen and (min-width: 740px) {
  .about .about__map {
    width: 100%;
  }
}
.about .about__map--wrap {
  position: relative;
}
@media screen and (min-width: 740px) {
  .about .about__map-txt {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.about .about__map-slide {
  overflow-x: scroll;
}
.about .about__map-slide .imgParts {
  width: 1300px;
}
.about .about__btm--box {
  background: #f9fcfc;
  padding: 0 15px 15px;
}
@media screen and (min-width: 740px) {
  .about .about__btm--box {
    padding: 0 20px 20px;
  }
}
.about .about__btm--box .colWrap {
  align-items: center;
}
@media screen and (min-width: 740px) {
  .about .about__btm--box .colWrap .col:first-of-type {
    width: calc(60% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .about .about__btm--box .colWrap .col:last-of-type {
    width: calc(40% - 15px);
  }
}
.about .indent14 {
  border: 1px solid #526363;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .about .indent14 p {
    text-indent: -14em;
    padding-left: 14em;
  }
}
.about .indent14 p br {
  display: none;
}
@media screen and (min-width: 740px) {
  .about .indent14 p br {
    display: inline-block;
  }
}

.scroll p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.scroll p img {
  width: 20px;
}

.gourmet .gourmet__top .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .gourmet .gourmet__top .colWrap .col {
    width: calc(33.3333333333% - 20px);
  }
}
.gourmet .gourmet__top .gourmet__top--cont {
  background: #F8F7EE;
  padding: 15px 10px 10px;
}
.gourmet .gourmet__btm--cont {
  background: #F8F7EE;
  padding: 15px 10px 10px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .gourmet .gourmet__btm--cont {
    padding: 25px 45px;
    max-width: 540px;
  }
}

.course .bg--w {
  padding: 30px 10px;
}
@media screen and (min-width: 740px) {
  .course .bg--w {
    padding: 25px;
  }
}
.course .course__ttl {
  background: #526363;
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  padding: 8px 30px;
  font-size: 1.3rem;
}
@media screen and (min-width: 740px) {
  .course .course__ttl {
    max-width: 870px;
    margin: 0 auto;
    padding: 14px 50px;
    font-size: 1.8rem;
  }
}
.course .course__ttl::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ssy/harenokuni-okayama/img_sites/ico_sankaku_right_sp.svg) no-repeat right;
  background-size: contain;
  width: 10%;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
}
@media screen and (min-width: 740px) {
  .course .course__ttl::before {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ssy/harenokuni-okayama/img_sites/ico_sankaku_right.svg) no-repeat right;
    background-size: contain;
  }
}
.course .course__ttl::after {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ssy/harenokuni-okayama/img_sites/ico_sankaku_left_sp.svg) no-repeat;
  background-size: contain;
  width: 10%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
}
@media screen and (min-width: 740px) {
  .course .course__ttl::after {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ssy/harenokuni-okayama/img_sites/ico_sankaku_left.svg) no-repeat;
    background-size: contain;
  }
}
.course .course__ttl p {
  color: #fff;
  font-weight: bold;
}
.course .tab .tabs_parent {
  padding-bottom: 0;
}
.course .tab .tabs_parent li {
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 740px) {
  .course .tab .tabs_parent li {
    border-radius: 30px 30px 0 0;
  }
}
.course .tab .tabs_parent li a {
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 740px) {
  .course .tab .tabs_parent li a {
    border-radius: 30px 30px 0 0;
  }
}
.course .tab .tabs_parent li.current::after {
  content: none;
}
.course .tab .tabs_parent li:first-of-type.current {
  background: #E8B333;
}
.course .tab .tabs_parent li:first-of-type.current a {
  background: #E8B333;
}
.course .tab .tabs_parent li:last-of-type.current {
  background: #D48787;
}
.course .tab .tabs_parent li:last-of-type.current a {
  background: #D48787;
}
.course .mgb40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .course .mgb40 {
    margin-bottom: 0;
  }
}
.course .bg--w {
  position: relative;
}
.course .bg--w .course__top-img {
  width: 61%;
  position: absolute;
  right: 2%;
  top: 115px;
}
@media screen and (min-width: 740px) {
  .course .bg--w .course__top-img {
    width: 13%;
    right: 13%;
    top: 15px;
  }
}
.course.free .border-under {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1.5px solid #E8B333;
  position: relative;
}
.course.free .border-under::after {
  content: "";
  width: 100%;
  border-bottom: 1.5px solid #E8B333;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.course.free .border_box {
  border: 1px solid #648D68;
  padding: 15px;
}
.course.free .sec_subTtl {
  background: #E8B333;
}
@media screen and (min-width: 740px) {
  .course.free .course__rentcar-img {
    width: 70%;
  }
}
.course.free .indent6 p {
  text-indent: -6em;
  padding-left: 6em;
}
.course.free .indent6 p br {
  display: none;
}
@media screen and (min-width: 740px) {
  .course.free .indent6 p br {
    display: block;
  }
}
.course.free .indent8 p {
  text-indent: -8em;
  padding-left: 8em;
}
@media screen and (min-width: 740px) {
  .course.free .indent5 p {
    text-indent: -5em;
    padding-left: 5em;
  }
}
.course.free .indent5 p br {
  display: none;
}
@media screen and (min-width: 740px) {
  .course.free .indent5 p br {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .course.free .course__flex {
    display: flex;
  }
}
.course.free .course__flex > div:first-of-type {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .course.free .course__flex > div:first-of-type {
    width: 60%;
  }
}
@media screen and (min-width: 740px) {
  .course.free .course__flex > div:last-of-type {
    width: 40%;
  }
}
.course.premium .course__gallery {
  background: #ffeec5;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .course.premium .course__gallery {
    padding: 20px;
  }
}
.course.premium .course__gallery .sec_subTtl {
  position: relative;
  padding-right: 40px;
}
.course.premium .course__gallery .sec_subTtl img {
  width: 15%;
  position: absolute;
  right: 5px;
  top: -3px;
}
.course.premium .course__gallery .course__gallery--box {
  background: #fff6df;
  padding: 10px;
}
.course.premium .border-under {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1.5px solid #D48787;
  position: relative;
}
.course.premium .border-under::after {
  content: "";
  width: 100%;
  border-bottom: 1.5px solid #D48787;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.course.premium .sec_subTtl {
  background: #D48787;
}
.course.premium .course__img-box .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .course.premium .course__img-box .colWrap .col {
    width: calc(33.3333333333% - 20px);
  }
}
.course.premium .course__table {
  overflow-x: scroll;
}
@media screen and (min-width: 740px) {
  .course.premium .course__table {
    overflow-x: auto;
  }
}
.course.premium .course__table table {
  min-width: 500px;
}
@media screen and (min-width: 740px) {
  .course.premium .course__table table {
    width: 100%;
  }
}
.course.premium .course__table table tbody {
  border: 1px solid #D0D0D0;
}
.course.premium .course__table table tbody tr th {
  background: #526363;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (min-width: 740px) {
  .course.premium .course__table table tbody tr th {
    padding: 25px 20px;
  }
}
.course.premium .course__table table tbody tr th:first-of-type {
  width: 17%;
  vertical-align: middle;
}
@media screen and (min-width: 740px) {
  .course.premium .course__table table tbody tr th:first-of-type {
    width: 15%;
  }
}
.course.premium .course__table table tbody tr th:last-of-type {
  width: 10%;
  vertical-align: middle;
}
.course.premium .course__table table tbody tr td {
  background: #F8F7EE;
  padding: 15px 10px;
  border-right: 1px solid #D0D0D0;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .course.premium .course__table table tbody tr td {
    padding: 25px 20px;
  }
}
.course.premium .course__table table tbody tr td img {
  width: 15px;
  vertical-align: middle;
  margin: 0 10px;
}
.course.premium .course__table table tbody tr:nth-of-type(2) td {
  border-bottom: 1px solid #D0D0D0;
}
.course.premium .course__top-img {
  top: 165px;
}
@media screen and (min-width: 740px) {
  .course.premium .course__top-img {
    width: 13%;
    right: 1%;
    top: 15px;
  }
}
.course.premium .ttl_icon p {
  width: fit-content;
  background: #c00;
  color: #Fff;
  padding: 5px 20px 3px;
  margin: 0 auto;
}

.hotel .onsen p {
  display: flex;
  gap: 5px;
  align-items: center;
}
.hotel .onsen p img {
  width: 20px;
}
@media screen and (min-width: 740px) {
  .hotel.free .bg--gn {
    padding: 50px 25px 25px;
  }
}
@media screen and (min-width: 740px) {
  .hotel.free .hotel__box .colWrap .col {
    width: calc(33.3333333333% - 20px);
  }
}
.hotel.free .hotel__box .colWrap .col .hotel__box--cont {
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .hotel.free .hotel__box .colWrap .col .hotel__box--cont {
    padding: 20px 15px;
  }
}
.hotel.free .hotel__box .colWrap .col:first-of-type .hotel__box--cont .fnt13 b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.hotel.free .hotel__box .colWrap .col:first-of-type .hotel__box--cont .fnt13 b img {
  width: 10%;
}
.hotel.premium .hotel_ttl b {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hotel.premium .hotel_ttl b img {
  width: 7%;
}

#JS_flightTabs.tabSwitchBtns > li {
  width: 50% !important;
}
#JS_flightTabs.tabSwitchBtns > li:nth-child(2) {
  display: none;
}

.caution.border {
  border: 1px solid #000;
}

.course.free .sec_subTtl.info-ttl {
  border-radius: 0;
  background: #759f97;
}

@media screen and (min-width: 740px) {
  .course .tab .tabs_parent li a {
    padding: 22px 5px 20px;
  }
}
@media screen and (min-width: 740px) {
  .caution__img {
    width: 60% !important;
    margin: 0 auto;
  }
}

.campaign .campaign__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.campaign .campaign__top > div:first-of-type {
  max-width: 440px;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .campaign .campaign__top > div:first-of-type {
    width: fit-content !important;
    margin-right: 20px;
  }
}
.campaign .campaign__top > div:last-of-type {
  margin-top: 10px !important;
}
@media screen and (min-width: 740px) {
  .campaign .campaign__top > div:last-of-type {
    width: fit-content !important;
    margin-top: 0 !important;
  }
}
.campaign .campaign__top > div .campaign__top--txt {
  border: 2px solid #D48787;
  padding: 15px 15px 10px;
  width: fit-content;
  box-shadow: 5px 5px 0px #D48787;
  background: #ffefef;
}
@media screen and (min-width: 740px) {
  .campaign .campaign__top > div .campaign__top--txt {
    border: 3px solid #D48787;
    padding: 15px 30px 10px;
  }
}
.campaign .campaign__top > div .campaign__top--txt > div {
  border-left: 3px dashed #D48787;
  padding-left: 14px;
}
@media screen and (min-width: 740px) {
  .campaign .campaign__top > div .campaign__top--txt > div {
    padding-left: 20px;
  }
}
.campaign .campaign__top > div .campaign__top--txt > div p .fcRD {
  font-size: 2.2rem !important;
}
@media screen and (min-width: 740px) {
  .campaign .campaign__top > div .campaign__top--txt > div p .fcRD {
    font-size: 2.8rem !important;
  }
}
.campaign .campaign__ttl .ttlLv1 {
  padding-top: 30px !important;
}
.campaign .campaign__ttl .ttlLv1 .heading {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 740px) {
  .campaign .campaign__ttl .ttlLv1 .heading {
    font-size: 1.8rem !important;
  }
}
.campaign .campaign__ttl .ttlLv1 .heading sup {
  background-color: #cc0000;
  color: #ffffff;
  padding: 3px 3px 3px 10px;
  border-radius: 30px;
}
.campaign .fcWT {
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 6px;
}

.course.free .sec_subTtl.info-ttl {
  border-radius: 0;
  background: #759f97;
}

@media screen and (min-width: 740px) {
  .course .tab .tabs_parent li a {
    padding: 22px 5px 20px;
  }
}