@charset "utf-8";

.contents {
  width: 100%;
  height: 100%;
  position: relative;
}

.contentsInr01 {
  width: 950px;
  margin: 0 auto;
}

#wrapper {
  overflow: hidden;
  min-width: 950px;
}

/* clearfix */
#wrapper .clearfix:before,
#wrapper .clearfix:after {
  content: " ";
  display: table;
}

#wrapper .clearfix:after {
  clear: both;
}

#wrapper .clearfix {
  *zoom: 1;
}

#wrapper .domtourTit h3 img {
  vertical-align: bottom;
}

#wrapper .contents p {
  /*  line-height: 1.35;*/
}

#wrapper .contents .noteList>li {
  margin-top: 0;
}

#wrapper sup {
  vertical-align: top !important;
}

#wrapper sub {
  vertical-align: -5px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #wrapper sup {
    font-size: 12px;
    vertical-align: top !important;
  }

  #wrapper sub {
    font-size: 12px;
    vertical-align: -2px !important;
  }
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}

#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

/*contHead*/
#wrapper .contHead {
  position: relative;
}

#wrapper .contHead .headSlideArea {
  width: 1600px;
  max-width: 1600px;
  min-height: 480px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

#wrapper .contHead .headSlideArea #slider {
  width: 100%;
  height: auto;
}

#wrapper .contHead .headSlideArea #slider .bg02 .pic02 {
  display: none;
}

.bx-wrapper img {
  max-width: inherit;
  height: 100%;
}

#wrapper .contHead #kv_slider {
  text-align: center;
  z-index: 1;
}

#wrapper .contHead #kv_slider .bg01 {
  margin-left: -137px;
  width: auto !important;
}

/**/
#wrapper .contHead .calendar {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

#wrapper .contHead .calendar .txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #cc0000;
}

#wrapper .contHead .calendar .dayArea {
  background: #fff;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  line-height: 0;
  padding: 3px 0;
  border-top: 2px solid #c90000;
  border-bottom: 1px dotted #c90000;
}


#wrapper .contHead .calendar .dayArea .deco {
  position: absolute;
  top: 10px;
  left: -36px;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  margin-left: 34px;
  z-index: 1;
}
#wrapper .contHead .calendar .dayArea ul li.neraimeWrap {
  margin-right: -2px;
  position: relative;
}
#wrapper .contHead .calendar .dayArea ul li.neraimeWrap.-nenmatu {
  width: 190px;
}
#wrapper .contHead .calendar .dayArea ul li.neraimeWrap.-fuyuyasumi01 {
  width: 190px;
}

#wrapper .contHead .calendar .dayArea ul li.neraimeWrap a.link {
  display: block;
  z-index: 3;
  width: 47px;
  height: 120px;
  float: left;
}

#wrapper .contHead .calendar .dayArea ul li.neraimeWrap a.link.eventNone {
  pointer-events: none;
}

#wrapper .contHead .calendar .dayArea ul li.neraimeWrap a.link:hover {
  background: none;
}


#wrapper .contHead .calendar .dayArea li.neraimeWrap .num {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
}

#wrapper .contHead .calendar .dayArea li.neraimeWrap .num p {
  display: inline-block;
  position: relative;
  line-height: 0;
}

#wrapper .contHead .calendar .dayArea li.neraimeWrap .num p img {
  position: relative;
  z-index: 1;
}

#wrapper .contHead .calendar .dayArea ul li.neraimeWrap .num p::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FF7;
  border-radius: 0;
  z-index: 0;
  opacity: 0;
  left: 0;
}

#wrapper .contHead .calendar .dayArea ul li.neraimeWrap .num p.selected::before {
  opacity: 1;
}

#wrapper .contHead .calendar .dayArea li.neraimeWrap .num::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 2;
}


#wrapper .contHead .calendar .dayArea ul {
  display: block;
  width: 1000px;
  margin: auto;
}

#wrapper .contHead .calendar .dayArea ul li {
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 0;
  /*  margin-right: 9px;*/
  /*  border-right: 1px solid #c3c3c3;*/
  /*  padding: 10px 9px 30px 0;*/
  box-sizing: border-box;
}
#wrapper .contHead .calendar .dayArea ul li.Newyear {
  margin-left: 4px;
  position: relative;
}

#wrapper .contHead .calendar .dayArea ul li:first-child {
  /*
  margin-right: 10px;
  border-right: 1px solid #c3c3c3;
  padding-right: 10px;
*/
}

#wrapper .contHead .calendar .dayArea ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#wrapper .contHead .calendar .dayArea ul li a {
  position: relative;
  display: block;
}

#wrapper .contHead .calendar .dayArea ul li a img {
  background-color: rgba(255, 255, 255, .01);
}

#wrapper .contHead .calendar .dayArea ul li a:hover {
  background-color: #FF7;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* #wrapper .contHead .calendar .dayArea ul li a::before {
    width: 41px;
    height: 41px;
    position: absolute;
    content: "";
    top: 36px;
    left: 3px;
    border-radius: 100px;
    background: #f5dbda;
    z-index: -1;
} */
#wrapper .contHead .calendar .dayArea ul li.-week a::before {
  background: rgba(255, 255, 255, 1);
}

#wrapper .contHead .calendar .dayArea ul li.-sat a::before {
  background: #cce3f3;
}

#wrapper .contHead .calendar .dayArea ul li a:hover::before {
  background-color: #ffee00;
  border-radius: 100px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/**/
#wrapper .contHead .wrap01 {
  width: 950px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}

#wrapper .contHead .wrap01 .deco {
  position: absolute;
  top: 15px;
  left: 0;
}

#wrapper .contHead .wrap01 .tit {
  /*   position: absolute;
   text-align: center;
   z-index: 65;
   width: 100%;*/
  padding: 80px 0 0;
}

/*#wrapper .wrap01_bg {
  width: 100%;
  max-width: 1600px;
  background: #ffee00;
  padding-bottom: 1px;
  margin: 0 auto;
}*/


#wrapper .cont_partsSet01 .contTits01 {
  margin-top: 40px;
}

#wrapper .cont_partsSet01.bottom .cate_tabArea {
  margin: 20px auto 0;
}

#wrapper .cont_partsSet01 .cau {
  margin: 60px auto 0;
}

#wrapper .cont_partsSet01 .box01 .tit {
  font-size: 20px;
  font-weight: bold;
  background: #ffa200;
  color: #fff;
  padding: 10px 0;
}

#wrapper .cont_partsSet01 .box01 .txt {
  font-size: 16px;
  font-weight: bold;
  background: #fff1d3;
  color: #fff;
  padding: 20px 0;
}

#wrapper .cont_partsSet01 .box01 .txt p {
  color: #cc0000;
}

#wrapper .cate_tabArea li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-right: 25px;
  /*float:left;*/
}

#wrapper .cate_tabArea li:last-child {
  padding-right: 0;
}

#wrapper .cate_tabArea li div {
  background: #fff;
  display: inline-block;
  height: 120px;
}

#wrapper .cont_partsSet01.bottom .cate_tabArea li {
  vertical-align: bottom;
  margin-right: 25px;
}

#wrapper .cate_tabArea li:nth-of-type(2n) {
  text-align: right;
  /*float: right;*/
}

/**/
#wrapper .contHead .wrap01 .adArea {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 0 30px 30px;
  border: 1px solid #d50000;
}

#wrapper .contHead .wrap01 .adArea .linkArea {
  margin-right: -40px;
  margin-top: 20px;
}

#wrapper .contHead .wrap01 .adArea .linkArea .box {
  width: 270px;
  float: left;
  margin-right: 40px;
}

#wrapper .mainContent .wrap01 {
  width: 950px;
  margin: 0 auto;
}

#wrapper .mainContent img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

#wrapper .mainContent a img {
  vertical-align: middle;
}

.withIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.withIcon img {
  vertical-align: middle !important;
  width: 14px;
  height: 10px;
  margin-right: 3px;
}

/*index tab*/
#wrapper .cont_partsSet01 {
  display: block;
  text-align: center;
  position: relative;
}

#wrapper .cont_partsSet01 .icon01 {
  /*
  position: absolute;
  bottom: 3px;
  right: 306px;
*/
}

#wrapper .cont_partsSet01 .icon02 {
  position: absolute;
  bottom: 3px;
  right: -26px;
}

#wrapper .cont_partsSet01.bottom {
  padding: 20px 0 40px;
}

#wrapper .tabWrap01 {
  position: relative;
  width: 950px;
  margin: auto;
}

#wrapper .tabWrap01 .pic01 {
  position: absolute;
  left: -120px;
  bottom: 0;
  z-index: 0;
  line-height: 0;
}

#wrapper .tabWrap01 .pic02 {
  position: absolute;
  right: -135px;
  bottom: 0;
  z-index: 0;
  line-height: 0;
}


/*featuretFrame01*/
.contentsInr .featuretFrame01 {
  padding: 30px 10px 30px 30px;
  margin-top: 40px;
  border: 1px #cccccc solid;
}

.contentsInr .featuretFrame01 .tit {
  float: left;
  padding-top: 10px;
  padding-right: 40px;
  font-weight: bold;
  font-size: 18px;
}

.contentsInr .featuretFrame01 div {
  float: left;
  padding-right: 20px;
}


/*featureArea*/
.featureTit {
  margin-top: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #cc0000;
}

.featureArea {
  display: flex;
  justify-content: center;
}

.featureArea .feature01 {
  margin-right: 20px;
}

.featureArea .feature01:last-child {
  margin-right: 0;
}

/*featureArea_eh*/
.featureArea_eh {
  width: 950px;
  margin: 0 auto;
}

.featureArea_eh .feature01 {
  display: inline-block;
  margin-right: 20px;
}

.featureArea_eh .feature01:last-child {
  display: inline-block;
  margin-right: 0;
}



/*featureArea*/
.bnBlock {
  margin-top: 50px;
}

/*dp*/
.days {
  /*margin-top: 30px;*/
  text-align: center;
}

.-hover_none {
  pointer-events: none;
}

.column02 {
  width: 950px;
  margin: 40px auto 0;
  display: flex;
}

.column02 .box02 {
  width: 450px;
  box-sizing: border-box;
  position: relative;
}

.column02 .box02:first-child {
  margin-right: 50px;
}

.column02 .box02:nth-child(3n) {
  margin-right: 0;
}

.column02 .box02 .area {
  /*  position: relative;*/
  background: #cc0000;
  padding: 5px 0;
}

.column02 .box02 .area .area_tit {
  /*
  position: absolute;
  top: 10px;
  left: 10px;
*/
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: left;
}


.column02 .box01 .priceBox01 .dep {
  font-size: 12px;
  font-weight: bold;
  color: #ff0303;
}

.column02 .box01 .priceBox01 .dep span {
  font-size: 20px;
  vertical-align: middle;
}

.column02 .box01 .priceBox01 .depBlock {
  padding-bottom: 5px;
  text-align: center;
}

.column02 .box01 .priceBox01 .depBlock .icon01,
.column02 .box01 .priceBox01 .depBlock p {
  display: inline-block;
  vertical-align: middle;
}

.column02 .box01 .priceBox01 .depBlock .place {
  font-weight: bold;
}

.column02 .box01 .priceBox01 .depBlock .place,
.column02 .box01 .priceBox01 .depBlock .icon01 {
  margin-right: 5px;
}

.column02 .box02 .pricebox01 .depBlock .priceBlock {
  color: #ff0303;
  font-weight: bold;
}

.column02 .box01 .priceBox01 .depBlock .priceBlock span {
  font-size: 34px;
}

.column02 .box01 .priceBox01 .depBlock .icon01 {
  position: static !important;
}

.column02 .box02 .pdg01 {
  padding-top: 10px;
  /*margin-top: 15px;*/
  border-top: 1px solid #cc0000;
}

.column02 .box02 .hotelWrap {
  /*  border: 1px solid #ccc;*/
}

.column02 .box02 .hotelWrap .column03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.column02 .box02 .hotelWrap .column03 .item {
  /*    display: flex;*/
}

.column02 .box02 .hotelWrap .column03 .item .col2 {
  display: flex;
  align-items: center;
}

.column02 .box02 .hotelWrap .column03 .item .col2 .place {
  margin-right: 10px;
}

.column02 .box02 .hotelWrap .column03 .item .day,
.column02 .box02 .hotelWrap .column03 .item .priceBlock {
  text-align: left;
}

.column02 .box02 .hotelWrap .column03 .item .day {
  font-weight: bold;
  font-size: 12px;
}

.column02 .box02 .hotelWrap .column03 .item .day span {
  font-size: 16px;
}

.column02 .box02 .hotelWrap .column03 .item .priceBlock {
  font-weight: bold;
  color: #ff0000;
}

.column02 .box02 .hotelWrap .column03 .item .priceBlock span {
  font-size: 36px;
}

.column02 .box02 .hotelTitle {
  padding: 10px 35px 10px 0;
  text-align: left;
  position: relative;
  min-height: 38px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.column02 .box02 .hotelTitle .name {
  font-size: 18px;
  font-weight: bold;
}

.column02 .box01 .hotelTitle.-yu01::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon_yumark01.png) no-repeat 0 0;
  background-size: auto auto;
  background-size: contain;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.column02 .box01 .hotelTitle.-oki {
  background: #cce3f3;
}

.column02 .box01 .hotelTitle.-hokk {
  background: #ceeed9;
}

.column02 .box01 .hotelTitle.-kat {
  background: #f1d9ea;
}

.column02 .box01 .hotelTitle.-kas {
  background: #cbeceb;
}

.column02 .box01 .hotelTitle.-kyu {
  background: #f1e2d4;
}

.column02 .box01 .hotelTitle.-hok {
  background: #f3dbe2;
}

.column02 .box01 .hotelTitle.-toh {
  background: #BDE5D5;
}

.column02 .box01 .hotelTitle.-sny {
  background: #F9E9D7;
}

.column02 .box01 .hotelTitle.-skk {
  background: #D6D6F2;
}


.column02 .box01 .hotelTitle .name {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  min-height: 38px;
}

.column02 .box02 .plan {}

.column02 .box02 .plan p {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

.column02 .box02 .plan p:first-child {
  font-weight: bold;
}

.column02 .box02 .plan p:nth-child(2) {
  margin-top: 10px;
}

.column02 .box02 .reserveArea {
  margin-top: 10px;
  display: flex;
}

.column02 .box02 .reserveArea .tripBox250 {
  width: 250px;
  margin-right: 20px;
}

.caution {
  color: #b80000;
  line-height: 1.7 !important;
  font-size: 12px;
  margin-top: 40px;
}



/* ========== DPモジュール調整 ========== */
/* .dpModalBox .dtrBtm .floatL p.mgt5 {
  display: none;
}
.dpModalBox .JS_dtdp_adult_more2 {
  display: none;
} */



.column03 {
  width: 950px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.column03 .box01 {
  width: calc((100% - 50px) / 3);
  float: left;
  margin-right: 25px;
  box-sizing: border-box;
  position: relative;
}
.column03 .box01:nth-child(3n) {
  margin-right: 0;
}
.column03 .box01 .area {
  position: relative;
}
.column03 .box01 .area .area_tit {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.column03 .box01 .area .area_tit.-shadow {
  text-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}

.column03 .box01 .depBlock {
  margin-top: 5px;
}

.column03 .box01 .depBlock .place,
.column03 .box01 .depBlock .icon01 {
  display: inline-block;
  vertical-align: middle;
}

.column03 .box01 .depBlock .place {
  font-weight: bold;
  font-size: 16px;
}


.column03 .box01 .col3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0 10px;
}

.column03 .box01 .arrowBox {
  width: 60px;
  margin: 0 auto;
}


/* .column03 .box01 .priceBox01:nth-of-type(1) .priceBlock span {
  font-size: 20px;
} */

.column03 .box01 .priceBox01 .dep {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  /*margin-bottom: 5px;*/
  /* color: #ff0303; */
  /* margin-top: 5px; */
}
.column03 .box01 .priceBox01 .dep span {
  font-size: 14px !important;
  vertical-align: baseline;
}

/* .column03 .box01 .priceBox01:nth-of-type(1) .dep span {
  font-size: 12px;
} */

/* .column03 .box01 .priceBox01 .depBlock {
  padding-bottom: 5px;
  text-align: center;
} */
.column03 .box01 .priceBox01 .depBlock .icon01,
.column03 .box01 .priceBox01 .depBlock p {
  display: inline-block;
  vertical-align: middle;
}
.column03 .box01 .priceBox01 .depBlock .place {
  font-weight: bold;
}
.column03 .box01 .priceBox01 .depBlock .place,
.column03 .box01 .priceBox01 .depBlock .icon01 {
  margin-right: 5px;
}
.column03 .box01 .priceBox01 .priceBlock {
  color: #ff0303;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.column03 .box01 .priceBox01 .priceBlock span {
  font-size: 24px;
}
.column03 .box01 .priceBox01 .depBlock .icon01 {
  position: static !important;
}
.column03 .box01 .pdg01 {
  padding: 10px;
}
.column03 .box01 .hotelWrap {
  border: 1px solid #ccc;
}
.column03 .box01 .hotelTitle {
  padding: 10px 35px 10px 10px;
  text-align: left;
  position: relative;
  min-height: 38px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.column03 .box01 .hotelTitle.-yu01::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon_yumark01.png) no-repeat 0 0;
  background-size: auto auto;
  background-size: contain;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.column03 .box01 .hotelTitle.-oki {
  background: #cce3f3;
}
.column03 .box01 .hotelTitle.-hokk {
  background: #ceeed9;
}
.column03 .box01 .hotelTitle.-kat {
  background: #f1d9ea;
}
.column03 .box01 .hotelTitle.-kas {
  background: #cbeceb;
}
.column03 .box01 .hotelTitle.-kyu {
  background: #f1e2d4;
}
.column03 .box01 .hotelTitle.-hok {
  background: #f3dbe2;
}
.column03 .box01 .hotelTitle.-toh {
	background: #BDE5D5;
}
.column03 .box01 .hotelTitle.-sny {
	background: #F9E9D7;
}
.column03 .box01 .hotelTitle.-skk {
	background: #D6D6F2;
}


.column03 .box01:nth-child(n+4) {
  margin-top: 25px;
}


.column03 .box01 .hotelTitle .name {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  min-height: 38px;
}
.column03 .box01 .plan {
}
.column03 .box01 .plan p {
  text-align: left;
}
.column03 .box01 .plan p:first-child {
  font-weight: bold;
}
.column03 .box01 .plan p:nth-child(2) {
  margin-top: 10px;
}
.column03 .box01 .reserveArea {
  margin-top: 10px;
}
.column03 .box01 .reserveArea .tripBox180 {
  padding: 5px 5px 0 0;
  float: left;
  margin-right: 5px;
}


/* ---- coming soon ---- */
#wrapper .cate_tabArea li div.bgComing {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  /* height: 100%; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#wrapper .cate_tabArea li div.bgComing .txt {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.contentsInr01.-last {
  margin: 0 auto 40px;
}
.titleBlack {
  color: #000;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.titleBlack .ttlLv1 {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    border-bottom: none;
}

.titleBlack .ttlLv1::after  {
content: none;
}

.titleBlack .ttlLv1 .heading {
    color: unset;
    font-size: inherit;
    line-height: initial;
}
.titleRed {
  color: #b80000;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.anchorArea {
  border: solid 2px #d2070f;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px;
  background-color: #fff;
}
.anchorLink {
  font-size: 16px;
  font-family: Meiryo,sans-serif;
  font-weight: bold;
  height: 60px;
  width: 311px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 20px;
}


.anchorLink::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 20px;
  width: 23px;
  height: 23px;
  background: url("/jp/ja/domtour/jaldp/gw/img_sites/icon_anchor.png")no-repeat center/cover;
}

.anchorArea.-eh .anchorLink:nth-child(3)::before {
  right: 74px;
}
.anchorLink::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 1px;
  width: 1px;
  height: 45px;
  background: #d2070f;
}
.anchorArea .anchorLink:nth-child(1)::after {
  display: none;
}
/*featureArea*/
#wrapper .cont_partsSet01 .featureAreaWrap {
  background: #fff0f1;
  padding: 35px 100vw 75px;
  margin: 90px calc(0% - 100vw) 0;
}
.featureThemeTitle {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d1060c;
  color: #fff;
  padding: 10px 20px 7px;
}
.featureThemeTitle .ttlLv2{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.featureThemeTitle .ttlLv2 .heading{
	border-left: none;
	padding-left: 0;
}

.featureText {
  font-size: 14px;
  background: #000;
  color: #fff;
  font-family: Meiryo,sans-serif;
  position: relative;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature01 a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .3s;
}
.contents a:hover .featureText {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.featureText::after {
  content:'';
  position: absolute;
  top: 17px;
  right: 11px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featureArea {
  width: 810px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.featureAreaBox {
  background: #fff;
  border: 1px solid #ab0000;
  padding: 20px 0 40px;
  position: relative;
}
.featureArea .feature01 {
  width: calc((100% - 50px) / 3);
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}

.featureArea .feature01:nth-child(3n) {
  margin-right: 0px;
}

.featureArea .feature01:nth-child(n+4) {
  margin-top: 20px;
}

/* spotArea */

.spotArea {
  font-family: Meiryo, sans-serif;
}
.spotArea .spotBox p {
  line-height: 1.35;
}
.spotBox {
  border: 1px solid #a6a6a6;
  display: flex;
  align-items: center;
}
.spotImg {
  width: 465px;
  line-height: 0;
}
.spotImg img {
  width: 100%;
  height: auto;
}
.spotText {
  width: 602px;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
}
.spotText p {
  line-height: 1.35;
}
.spotTitle {
  font-weight: bold;
  font-size: 18px;
}
#wrapper .contents .spotContent {
  font-size: 14px;
  line-height: 1.6;
}
.spotRed {
  font-weight: bold;
  font-size: 14px;
  color: #ab0000;
}

/* recommendArea */
.recommendArea {
  background: #fff0f1;
  font-family: Meiryo, sans-serif;
  padding: 25px 20px 20px 10px;
  width: 950px;
  margin: 20px auto 0;
}
.recommendArea.-eh {
  margin: 20px auto 30px;
}
.recommendBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 10px;
}
.recommendItem {
  border: 1px solid #ab0000;
  border-radius: 50px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 30px 5px 15px;
  position: relative;
  margin: 10px 0 10px 15px;
  transition: all ease 0.2s;
}
.recommendItem:hover {
  opacity: 0.7;
}
.recommendItem::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ab0000;
  border-right: 1px solid #ab0000;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* .recommendItem a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
} */

.recommendItem .txtLink {
  color: #000;
  margin-top: 0;
  padding: 5px;
  font-size: 1.1rem;
}

.recommendItem .txtLink.iconOther .altIcon {
  display: none;
}

.rankingBox .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
  width: calc((100% - 50px) / 2);
}

.faqArea {
  padding: 80px 0 40px;
  text-align: left;
}
.faqArea .new_accordion a {
  text-decoration: underline;
}
.faqArea .new_accordion a:hover {
  text-decoration: none;
}

.eventLinkTitle {
  color: #b80000;
  font-weight: bold;
}
.eventLink {
  display: flex;
  justify-content: center;
}
.eventLink > li {
  position: relative;
  margin-right: 20px;
}
.eventLink > li::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -13px;
}
.eventLink > li a {
  color: #0f0f69;
}
.eventLink > li a:hover {
  color: #ca0000;
  text-decoration: underline;
}
.eventLink > li:nth-last-child(1){
  margin-right: 0;
}
.eventLink > li:nth-last-child(1):after {
  display: none;
}

.featureEnd{
    color: #b80000;
    padding: 18px;
    border: 1px solid #b80000;
    font-weight: bold;
    font-size: 18px;
}

.rankingBlockBox {
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .ticket_btn {
    position: absolute;
    bottom: 40%;
    right: 0vw;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .-pcOnly {
    display: none;
  }
  
  .-spOnly {
    display: block;
  }

  #wrapper {
    min-width: auto;
}

#wrapper .contHead .wrap01 {
    width: auto;
}

#wrapper .cate_tabArea {
    margin: 10px auto 0;
    width: 100%;
}

.mvInner {
  top: 102px;
  height: 40vw;
  width: 100%;
}

.ticket_btn {
  bottom: -24vw;
  right: 0px;
  width: 150px;
  left: auto;

}

.anchorLink {
  width: 100%;
  margin-right: 0;
}

.contentsInr01 {
    width: 100%;
}

#wrapper .cont_partsSet01 .featureAreaWrap {
    background: #fff0f1;
    padding: 20px;
    margin: 40px -10px 0px 0px;
}

.featureAreaWrap .titleBlack {
    margin: 0 auto;
    width: 100%;
}

.titleBlack {
    font-size: 2.4rem;
}
	
.titleBlack .ttlLv1{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}


.anchorArea {
    display: block;
    margin: 20px 0 40px;
}

.anchorLink::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 1px;
    width: 100%;
    height: 1px;
    background: #d2070f;
}

.featureThemeTitle {
    font-size: 18px;
    width: 80%;
}

.featureArea {
    width: auto;
    padding: 0 20px;
}

.featureAreaBox {
    padding: 20px 0 35px;
}

.featureArea .feature01:nth-child(3n) {
  margin: 0 10px;
}

.featureArea .feature01 {
  margin: 0 10px;
}

.titleRed {
    font-size: 2.4rem;
    margin-top: 40px !important;
    margin-bottom: 0px;
}

.column:nth-of-type(n+2) .col2 {
    margin-top: 10px;
}

.titleBlack.fs-adjustment {
    font-size: 16px;
    margin-top: 60px !important;
}

.recommendArea {
    padding: 0 0 20px;
    width: auto;
    margin: 20px auto 0;
}

.recommendItem {
    padding: 5px 20px;
    margin-left: 0;
}

.column03 {
  width: 100%;
  margin: 0 auto;
}

.depBlock .cf {
  width: 50%;
}

.column03 .box01 {
  width: 100%;
  margin-right: 0;
}

.column03 .box01 .arrowBox {
  margin: 0 auto;
}

.column03 .clm_1_3col.colWrap .col:nth-of-type(n+2) {
  margin-top: 40px;
}

.column03 {
  margin-top: 20px;
}

.rankingBlock_inner .colWrap {
  display: block;
}

.rankingBlock_inner .clm_3_3col.colWrap .col {
  width: 100%;
  margin-left: 0;
}

.ranking_tit_num {
  margin-right: 15px;
  margin-left: 0;
}

.rankingBox {
  margin: 0 10px;
}

.c-btn .c-linkBtn {
  margin: 40px auto;
}

#area .titleRed {
  margin-bottom: 0px;
}

.spotImg {
  width: 100%;
}

.spotText {
  width: 602px;
  text-align: left;
  padding: 10px 20px 20px;
}

.spotBox {
  margin-top: 20px !important;
}

.faqArea .faqInner {
  width: 100%;
}

.faqArea {
  padding: 40px 0 0;
  text-align: left;
}

.ranking_pre {
  margin: 20px 0 20px;
}

#place .colWrap.clm_1_2col {
  flex-wrap: nowrap;
  width: 100%;
}

#place .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-top: 0;
}

#place .clm_1_2col.colWrap .col:nth-of-type(odd) {
  margin-right: 5px;
}

#place .col2box {
  width: 95%;
  margin: 0 auto;
}

.column03 .box01:nth-child(n+4) {
  margin-top: 0;
}

.column03 .box01 .priceBox01 .priceBlock span {
  font-size: 22px;
}

.featureArea .feature01:nth-child(n+4) {
  margin-top: 0;
}

.withIcon {
  width: 33%;
  padding-top: 5px;
}

.withIcon a {
  font-size: 12px;
}

/* ---slick---- */

.column03 .box01 {
  margin: 0 auto;
  padding: 0 10px;
}

.column03 .box01:nth-child(3n) {
  margin-right: auto;
}

.slick-slide {
  padding: 0;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #ccc;
}

.slick-dots li.slick-active button:before {
  border-radius: 0;
  width: 15px;
  height: 15px;
}

.cont_slider {
  margin-bottom: 20px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

/* .slick-prev:before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 4px #ccc solid;
  border-right: 4px #ccc solid;
  background: none;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -5px;
}

.slick-next:before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 4px #ccc solid;
  border-left: 4px #ccc solid;
  background: none;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -5px;
} */



.slick-dots {
  bottom: -40px;
}

.column03 .box01 .reserveArea .tripBox180 {
  padding: 5px 5px 0 0;
  float: left;
  margin-right: 5px;
  width: 160px;
}

.btnSml .btn {
  font-size: 1rem;
  min-height: 28px;
  padding: 6px 30px 4px 20px;
  margin-top: 0;
}


}

