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

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

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

@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;
  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 li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.sec__ttl .ttlLv1 .heading img {
  max-height: 50px;
}
@media screen and (min-width: 740px) {
  .sec__ttl .ttlLv1 .heading img {
    max-height: 62px;
  }
}

.point {
  background: #05243E;
  padding: 0 0 40px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .point {
    padding: 0 0 60px;
  }
}
.point::before {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/kas/nakanoshima/img_sites/bg_01.png) repeat-y;
  background-size: 100%;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.point .inner {
  position: relative;
  z-index: 2;
}
.point .point__list {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto;
}
.point .point__list ul li {
  color: #C5955B;
  border-bottom: 1px solid #c5955b;
  padding: 0 0 5px 0px !important;
  margin: 10px 0 0 40px;
  display: flex;
  align-items: center;
  min-height: 50px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .point .point__list ul li {
    margin: 10px 0 0 70px;
  }
}
.point .point__list ul li::before {
  content: none !important;
}
.point .point__list ul li img {
  display: flex;
  max-height: 30px;
  max-width: 30px;
  position: absolute;
  left: -40px;
}
@media screen and (min-width: 740px) {
  .point .point__list ul li img {
    max-height: 40px;
    max-width: 40px;
    left: -70px;
  }
}
.point .point__list ul li:last-of-type {
  border-bottom: none;
}
.point .point__box {
  border: #C5955B 1px solid;
  padding: 20px 10px;
}
@media screen and (min-width: 740px) {
  .point .point__box {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 740px) {
  .point .point__box .point__box--list {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 740px) {
  .point .point__box .point__box--list > div {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

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

.anc-list .btnBox .btn {
  background-color: #fff;
  border: none;
}
.anc-list .btnBox .btn::after {
  content: none;
}
.anc-list .btnBox .btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #42382F;
  border-bottom: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.about .about__ttl .ttlLv1 .heading img {
  max-height: 80px;
}
@media screen and (min-width: 740px) {
  .about .about__ttl .ttlLv1 .heading img {
    max-height: 50px;
  }
}
@media screen and (min-width: 740px) {
  .about .about__flex.flex-01 .colWrap .col:first-of-type {
    width: 40%;
  }
}
@media screen and (min-width: 740px) {
  .about .about__flex.flex-01 .colWrap .col:last-of-type {
    width: 57%;
    margin-left: 10px;
  }
}

.plan .plan__flex .colWrap .col:first-of-type {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 740px) {
  .plan .plan__flex .colWrap .col:first-of-type {
    padding-left: 100px;
    width: calc(60% - 15px);
  }
}
.plan .plan__flex .colWrap .col:first-of-type::before {
  content: "";
  width: 1px;
  height: 49%;
  background: #C5955B;
  position: absolute;
  left: 15px;
  top: 0;
}
@media screen and (min-width: 740px) {
  .plan .plan__flex .colWrap .col:first-of-type::before {
    left: 40px;
    height: 47%;
  }
}
@media screen and (min-width: 740px) {
  .plan .plan__flex .colWrap .col:last-of-type {
    width: calc(40% - 15px);
  }
}
.plan .plan__day01 {
  position: relative;
}
.plan .plan__day01::before {
  content: "DAY 1";
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #c5955b;
  background: #42382F;
  position: relative;
  top: 0;
  left: -30px;
  padding: 0px 0px 6px;
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .plan .plan__day01::before {
    position: absolute;
    font-size: 2.6rem;
    left: -100px;
    margin-bottom: 0;
  }
}
.plan .plan__day01 table tr td {
  width: 100%;
  display: block;
}
@media screen and (min-width: 740px) {
  .plan .plan__day01 table tr td {
    display: inline-block;
  }
}
.plan .plan__day01 table tr td:first-of-type {
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .plan .plan__day01 table tr td:first-of-type {
    font-weight: 400;
    width: 24%;
    vertical-align: top;
  }
}
@media screen and (min-width: 740px) {
  .plan .plan__day01 table tr td:last-of-type {
    width: 76%;
    vertical-align: top;
  }
}
.plan .plan__day01 table tr td p i {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.plan .plan__day02 {
  position: relative;
}
.plan .plan__day02::before {
  content: "DAY 2";
  font-size: 2rem;
  line-height: 1;
  background: #42382F;
  height: 100%;
  font-weight: bold;
  color: #c5955b;
  position: relative;
  top: 0;
  left: -30px;
  padding: 6px 0px 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .plan .plan__day02::before {
    position: absolute;
    font-size: 2.6rem;
    left: -100px;
    margin-bottom: 0;
  }
}
.plan .plan__day02 table tr td {
  width: 100%;
  display: block;
}
@media screen and (min-width: 740px) {
  .plan .plan__day02 table tr td {
    display: inline-block;
  }
}
.plan .plan__day02 table tr td:first-of-type {
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .plan .plan__day02 table tr td:first-of-type {
    font-weight: 400;
    width: 24%;
    vertical-align: top;
  }
}
@media screen and (min-width: 740px) {
  .plan .plan__day02 table tr td:last-of-type {
    width: 76%;
    vertical-align: top;
  }
}
.plan .plan__day02 table tr td p i {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.hotel {
  background: #05243E;
  padding: 0 0 40px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel {
    padding: 0 0 60px;
  }
}
.hotel .inner {
  position: relative;
  z-index: 2;
}
.hotel::before {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/kas/nakanoshima/img_sites/bg_01.png) repeat-y;
  background-size: 100%;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hotel .hotel__subttl {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__subttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .colWrap .col {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .colWrap .col:last-of-type {
    margin-left: 10px;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .hotel__flex-box.box01 {
    display: flex;
  }
}
.hotel .hotel__flex .hotel__flex-box.box01 > div:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .hotel__flex-box.box01 > div:nth-of-type(2) {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .hotel__flex-box.box02 {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .hotel__flex-box.box02 > div:nth-of-type(1) {
    width: 75%;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .hotel__flex-box.box02 > div:nth-of-type(2) {
    width: 25%;
    margin-left: 10px;
  }
}

.price .price__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.price .price__table {
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 740px) {
  .price .price__table {
    width: 100%;
  }
}
.price .price__table table {
  width: 510px;
}
@media screen and (width >= 1025px) {
  .price .price__table table {
    width: 100%;
  }
}
.price .price__table table tr {
  border-bottom: 1px solid #C5955B;
}
.price .price__table table tr th {
  background: #C5955B;
  padding: 5px 10px;
}
.price .price__table table tr td {
  padding: 8px;
  border-right: 1px solid #C5955B;
}
.price .price__table table tr td:last-of-type {
  border-right: 0;
}
.price .price__table table tr td .fcRD {
  color: #C5955B !important;
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .price .price__table table tr td .fcRD {
    font-size: 2.2rem;
  }
}
.price .scrollNote {
  margin-bottom: 5px;
}
.price .scrollNote figure {
  background-color: #fff;
}
.price .scrollNote p {
  color: #fff;
}

.info {
  color: #05243E;
}
.info .info__ttl .ttlLv1 {
  border-bottom: 1px solid #05243E;
  border-top: 1px solid #05243E;
}
.info .info__ttl .ttlLv1 .heading {
  font-size: 1.8rem;
  color: #05243E;
  font-weight: 500;
}
@media screen and (min-width: 740px) {
  .info .info__ttl .ttlLv1 .heading {
    font-size: 2rem;
  }
}
.info .info__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.info .info__data {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .info .info__data {
    font-size: 2.2rem;
  }
}
.info .info__data .fcWT {
  font-size: 1.4rem;
  background: #05243E;
  padding: 3px 10px 1px;
  margin-right: 10px;
}
.info .info__list .txtList li {
  font-size: 1.4rem;
}
.info .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .info .colWrap .col {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.info .info__btn.red a {
  background: #9e0019;
}
.info .info__btn a {
  padding: 15px 40px 11px 40px !important;
  min-width: 190px;
  background: #05243E;
  border: 0;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
}
.info .info__btn a .btnInr img {
  display: none;
}