@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 960px) {

  .TODO {
    height: 1200px;
    border-top: 1px solid #c00;
    padding-top: 300px;
    margin-top: 300px;
  }

  /* Lib */
  /* Slider */
  .slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

  }

  .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
  }

  .slick-track:before,
  .slick-track:after {
    display: table;

    content: "";
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
  }

  [dir="rtl"] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }

  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 2rem;
    line-height: 1;

    opacity: 0.75;
    color: white;
  }

  .slick-prev {
    left: 24px;
  }

  [dir="rtl"] .slick-prev {
    right: 24px;
    left: auto;
  }

  .slick-prev:before {
    content: "";
    border-top: 3px #cc0000 solid;
    border-right: 3px #cc0000 solid;
  }

  [dir="rtl"] .slick-prev:before {
    content: "";
  }

  .slick-next {
    right: 17px;
  }

  [dir="rtl"] .slick-next {
    right: auto;
    left: 17px;
  }

  .slick-next:before {
    content: "";
    border-top: 3px #cc0000 solid;
    border-left: 3px #cc0000 solid;
    background: transparent;
  }

  [dir="rtl"] .slick-next:before {
    content: "";
  }

  .slick-dots {
    /* position: absolute;
	bottom: -30px; */
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .slick-dots li {
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
  }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #cccccc;
  }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: "";
    text-align: center;

    opacity: 1;
    color: black;
  }

  .slick-dots li.slick-active button:before {
    background: #d20000;
  }

  /* ------ */

  .innerWrap {
    padding: 0 20px;
  }

  .keyVisual {
    position: relative;
    overflow: hidden;
  }

  /*.keyVisual::after {
  content: '';
  position: absolute;
  width: 24vw;
  height: 12vw;
  bottom: 2.667vw;
  right: 2.667vw;
  background: url(../img/tt_logo-a.jpg)no-repeat;
  background-size: contain;
  z-index: 999;
}*/

  .keyVisual .keyVisual_bg {
    position: relative;
    z-index: 1;
  }

  .keyVisual .title {
    height: 100%;
    margin-left: 20px;
  }

  .keyVisual .title img {
    height: 100%;
  }



  .keyVisual .main_txt_Area {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
  }

  .keyVisual .main_txt_Area .option {
    top: 11px;
    right: 11px;
    width: 66px;
    position: absolute;
  }

  .keyVisual .main_txt_Area .period {
    text-align: center;
    color: #fff;
    margin-top: -30px;
    font-size: 1.4rem;
  }

  .main_text {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    padding: 5px 0 20px;
  }

  .ancList {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ancList li {
    width: 48%;
    display: inline-block;
  }

  .ancList li a {
    display: block;
    border: 2px solid #cbcbcb;
    padding: 10px 20px;
    position: relative;
  }


  .txt_kat {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  .mainCont.option {
    padding-top: 40px;
  }

  .mainCont.option .contOption_lead {
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .mainCont.option .contOption_lead p.large {
    font-size: 2.4rem;
    display: inline-block;
  }

  .mainCont.option .contOption_lead p.price {
    position: relative;
    margin-top: 5px;
  }

  .mainCont.option .contOption_lead p.price span {
    color: #cc0000;
  }

  .mainCont.option .contOption_lead p.price span {
    position: relative;
    z-index: 2;
  }

  .mainCont.option .contOption_lead p.price::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: #ffff00;
    z-index: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .mainCont.option .note {
    margin-top: 10px;
    /* font-size: 1.4rem; */
  }

  .mainCont.option .tits {
    /*width: 80%;*/
    margin: 8px auto 0;
  }

  .mainCont.option .note dl {
    display: table;
    width: 100%;
    border: 1px solid #d20000;
  }

  .mainCont.option .note dl dt,
  .mainCont.option .note dl dd {
    display: table-cell;
    border: 1px solid #d20000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
  }

  .mainCont.option .note dl dt {
    background: #d20000;
    color: #fff;
    width: 28%;
    text-align: center;
    vertical-align: middle;
  }

  .mainCont.option .note dl dd {
    color: #d20000;
  }

  .mainCont.option .tabs {
    margin-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .mainCont.option .tabs li {
    vertical-align: middle;
    width: 48.5%;
  }

  .mainCont.option .tabs>li a {
    display: block;
    padding: 10px;
    background: #e6e6e6;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .mainCont.option .tabs>li.current a {
    background: #cc0000;
    position: relative;
    color: #fff;
  }

  .mainCont.option .tabs>li.current a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cc0000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mainCont.option .tabs {
    margin-top: 20px;
  }


  .mainCont.option .optionList .optionItem .cateTitle {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #d20000;
  }

  .mainCont.option .optionList .optionItem .cateTitle span {
    font-size: 1.8rem;


  }

  .mainCont.option .optionList .pic {
    display: block;
    position: relative;
  }

  .mainCont.option .optionList .exampleTxt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .mainCont.option .optionList .pic span.badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    padding: 8px;
    line-height: 1;
    font-size: 1.2rem;
  }

  .mainCont.option .optionList .optionItem {
    margin-top: 0;
  }

  .mainCont.option .optionList .optionItem:first-of-type {
    margin-top: 0;
  }

  .mainCont.option .optionList .optionItem {
    padding: 20px 0;
  }

  .style_tit {
    margin: 20px auto 10px;
    text-align: center;
  }

  .mainCont.option .optionList .optionItem .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mainCont.option .optionList .optionItem .optionSlide,
  .mainCont.option .optionList .optionItem .optionSlideNone {
    line-height: 1;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem {
    background: #fff;
    padding: 15px;
    margin: 0 10px;
    border: 1px solid #000;
  }

  .mainCont.option .optionList .optionItem .optionSlideNone .elem {
    background: #fff;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #000;
    width: 74%;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .optionItemTitle,
  .mainCont.option .optionList .optionItem .optionSlideNone .elem .optionItemTitle {
    text-align: center;
    margin: 10px -10px;
    line-height: 1.4;
    font-size: 1.4rem;
  }

  .optionList .optionItem .inner {
    background: rgba(210, 0, 0, 0.1);
  }

  .inner .exampleTxt {
    text-align: center;
  }

  .inner .exampleTxt img {
    width: 15px;
    padding-top: 10px;
  }


  .optionItemTitle span {
    font-weight: bold;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .price,
  .mainCont.option .optionList .optionItem .optionSlideNone .elem .price {
    font-weight: bold;
    color: #d20000;
    text-align: center;
    line-height: 1.6;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .price,
  .mainCont.option .optionList .optionItem .optionSlideNone .elem .price span {
    font-size: 1.8rem;
    line-height: 1;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .price p span {
    font-size: 2.6rem;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .openBtn,
  .mainCont.option .optionList .optionItem .optionSlideNone .elem .openBtn {
    text-align: center;
    margin-top: 10px;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .btnRD,
  .mainCont.option .optionList .optionItem .optionSlideNone .elem .btnRD {
    font-size: 1.4rem;
    min-height: 38px;
    padding: 13px 30px 13px 15px;
  }

  .mainCont.option .optionList .optionItem .optionSlide .elem .btnGY02,
  .mainCont.option .optionList .optionItem .optionSlideNone .elem .btnGY02 {
    font-size: 1.4rem;
    min-height: 38px;
    padding: 13px 30px 13px 15px;
  }

  .btnGY02 {
    background-color: #DDD;
    color: #fff;
    display: block;
    width: 70vw;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
  }

  .columnArea {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 25px;
  }

  .columnArea .sc_menu .tano img {
    margin-left: -13px;
    width: 104%;
  }

  .columnArea .sc_menu .op img {
    margin: 20px 0;
  }



  .pageNavArea {
    padding-top: 30px;
  }

  .pageNavArea .tabArea {
    width: 950px;
    height: 72px;
    margin: 0px auto 0;
  }

  .pageNavArea .tabArea li {
    float: left;
  }

  .anchorArea {
    min-height: 30px;
  }

  .anchorArea .anchorNav {
    margin: 0px auto 0;
    display: flex;
    width: auto;
  }

  .anchorArea .anchorNav li {
    padding: 15px 0;
    width: 50%;
  }

  .anchorArea .anchorNav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/tokyo_nav_arrow.png") no-repeat center 27px;
    padding-bottom: 10px;
  }

  .anchorArea .anchorNav li a:hover {
    text-decoration: none;
    opacity: .7;
  }


  .anchorArea .anchorNav li.anchorNav1 a {
    border-right: 1px solid #fff;
  }





  .optionColumn {
    position: relative;
    /* border: 1px solid #000; */
    padding: 20px;
    background-color: #f1f1f1;
  }

  .optionColumn .txt1 {
    color: #c00;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .optionColumn .txt2 {
    line-height: 1.5;
  }

  .optionColumn .btn {
    padding: 10px;
    background: #fff;
    border: 2px solid #cbcbcb;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }


  .accordionList .btnGY img {
    width: 12px;
  }

  .slick-slide {
    padding: 0;
  }
  
  .slick-dots li button::before {
    background: transparent;
  }

  .slick-dots li button:before {
    border-radius: 3px;
  }


  /* --------------------------------------------------------------------------

rnArea

-------------------------------------------------------------------------- */

  .rnArea {
    margin: 40px -20px 80px -20px;
  }

  .rnArea img {
    width: 100%;
  }

  .rnBlock {
    display: flex;
    flex-wrap: nowrap;
  }

  .rnBox {
    width: 100%;
    border: 1px solid #c5c5c5;
    position: relative;
    margin: 0 10px;
  }

  .rnBox:nth-child(n+2) {
    margin-top: 0;
  }

  .rnBox:nth-child(4n) {
    margin: 0 10px;
}

.rnBox:nth-child(n+5) {
  margin-top: 0;
}

  .rnBox .rnItem_tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #cc0000;
    line-height: 1.2;
  }

  .rnBox .rnItem_area {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #ff517e;
    color: #fff;
    padding: 5px 0;
  }

  .rnBox .rnItem_pic {
    font-weight: bold;
    text-align: center;
    background-color: #fbebeb;
  }

  .rnBox .rnItem_pic .rnItem_inner {
    padding: 0 0 10px 0;
  }

  .rnBox .rnItem_pic .rnItem_pic_titArea {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #cc0000;
  }

  .rnBox .rnItem_pic .rnItem_pic_tit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
  }

  .rnBox .rnItem_pic .rnItem_pic_tit.-adjustment {
    font-size: 16px;
  }

  .rnBox .rnItem_pic .rnItem_pic_tit span {
    font-size: 12px;
    font-weight: normal;
  }

  .rnBox .rnItem_pic .rnItem_pic_price {
    margin: 3px 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #cc0000;
    line-height: 1.2;
  }

  .rnBox .rnItem_pic .rnItem_pic_price span {
    font-size: 16px;
  }

  .rnBox .rnItemBtn {
    padding: 20px;
  }

  .rnBox .rnItemBtn .rn_btn {
    position: relative;
    background-color: #cc0000;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
  }

  .rnBox .rnItemBtn .rn_btn::after {
    content: '';
    position: absolute;
    background-size: contain;
    width: 12px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }

  .rnBox .rnItemBtn .rn_btn:hover {
    text-decoration: none;
    transition: .4s;
    opacity: .7;
  }


  .otherOptionArea .acodBlock {
    margin-top: 50px;
    border: 1px solid #cccccc;
  }

  .otherOptionArea .acodBlock .tits {
    font-size: 1.2rem;
  }

  .btnGY:after {
    display: none;
  }

  .otherOptionArea .acodBlock .tits span {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .otherOptionArea .acodBlock>.content {
    padding: 25px 15px;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .optionItemTitle {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .optionItemTitle span {
    font-size: 1.4em;
    font-weight: bold;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .pic {
    margin-top: 10px;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .price {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    /* font-size: 1.4rem; */
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .price span {
    color: #c00;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .text {
    margin-top: 10px;
  }

  .otherOptionArea .acodBlock>.content .otherOptionList .optionItem .btnGY {
    color: #000000;
    border: 1px solid #cbcbcb;
    width: 100%;
    background: #fff;
  }

  /* hotel */
   .tabContentsArea {
    /* margin-top: 25px; */
  }

   .tabContentsArea .tab_simpleBtn {
    font-size: 1.4rem;
  }

   .tabContentsArea .tab_simpleBtns,
   .tabContentsArea .JS_tabBody {
    padding: 0 15px;
  }

   .tabContentsArea .JS_tabBody {
    margin-top: 15px;
  }

  .tab_simpleBtn .inr.on:after {
    border-width: 10px 10px 0 10px;
    bottom: -5px;
    margin-left: -10px;
  }

   .tabContentsArea .hotelList .elem {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

   .tabContentsArea .hotelList .elem:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }

   .tabContentsArea .hotelList .elem .pic {
    width: 110px;
  }

   .tabContentsArea .hotelList .elem .text {
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
  }

   .tabContentsArea .hotelList .elem .text .place {
    background: #000000;
    padding: 1px 5px 2px;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
  }

  .tabContentsArea .hotelList .elem .text .place.-haya45::before {
    content: '早決45';
    position: absolute;
    background-color: #ff6e32;
    color: #fff;
    line-height: 1.8;
    width: 55px;
    height: 21px;
    top: 0px;
    right: -60px;
    text-align: center;
  }

   .tabContentsArea .hotelList .elem .text .name {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
  }

   .tabContentsArea .hotelList .elem .text .name span {
    font-size: 1.4rem;
  }

   .tabContentsArea .hotelList .elem .text .noteList {
    margin-top: 10px;
    font-size: 1.2rem;
  }

   .arrow {
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/deco_arrow01.png") no-repeat center bottom 10px / 100%;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 80px;
  }

   .txt_kat {
    font-weight: bold;
    color: #cc0000;
    text-align: left;
    padding: 0 1.3em;
  }




  .searchArea {
    background-color: #fbe6a3;
  }

  .searchArea .searchInner {
    width: 100%;
    margin: 20px auto 30px;
    padding: 20px 0;
  }

  .searchArea .titleTxt {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f1a53b;
    padding: 12px;
  }

  .searchArea .titleTxt span {
    font-size: 1.4rem;
  }

  .searchArea .lead {
    color: #CC0000;
    font-size: 16px;
    padding: 0 2em;
    text-align: left;
    margin-top: 20px;
    position: relative;
  }

  .listMark {
    display: inline-block;
    position: absolute;
    left: 0.9em;
  }

  .searchArea .lead .larger {
    font-size: 20px;
    font-weight: bold;
  }

  .searchArea .landMark2 {
    border: 2px solid #cc0000;
    background: #fff;
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    line-height: 1.7;
  }

  .searchArea a {
    color: #fff;
  }

  .searchArea a:hover {
    opacity: 0.8;

  }

  .searchArea .search {
    text-align: center;
    margin: 30px 0 15px;
  }

  .searchArea .gotobtn {
    background: #cc0000;
    color: #FFFFFF;
    margin-top: 15px;
    padding: 13px 63px 13px 55px;
    font-size: 16px;
  }

  .searchArea .gotobtn img {
    width: 12px;
    margin-top: 6px;
  }

  .optionArea.-other {
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .optionArea.-main .tits {
    padding: 0 0 0px;
    margin-top: 3px;
  }

  .optionArea .tits {
    text-align: center;
    line-height: 1.4;
    font-size: 5vw;
  }

  .optionArea .tits span.text_small {
    font-size: 2vw !important;
    font-weight: normal !important;
  }





  /*202011 add*/

  .accordionList {
    padding: 15px;
  }

  .note_txt span.limited {
    background-color: #ff517e;
    color: #fff;
    padding: 2px 10px;
    margin-right: 5px;
  }

  .note_title {
    font-weight: bold;
    text-align: left;
    font-size: 1.8rem;
    border: 2px solid #cc0000;
    padding: 15px 15px 12px;
  }

  .note_txt {
    font-size: 14px;
  }

  .note_small {
    font-size: 13px;
}

  .accordionList .note {
    margin-top: 10px;
  }

  .newsArea {
    padding: 0 15px;
  }

  .newsArea .txtBold {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 20px 0 5px;
    text-align: center;
  }

  .newsArea .note {
    margin-bottom: 10px;
  }

  /*モジュール：レンタカー非表示*/
  .moduleUnitY15 .dpModule .moduleUnit p.mgt10 {
    display: none;
  }

  .moduleUnitY15 .dpModule .moduleUnit .infoUnit {
    display: none;
  }

  /*--- 20221219 ---*/
  .copyR {
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 3px;
  }

  /*--- 20230510 ---*/

  .rn_icon {
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 70px;
    height: 30px;
    top: 10px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0 5px;
    transform: rotate(-5deg);
  }

  .rn_icon.recommend {
    background-color: #8b9fff;
  }

  .rn_icon.limited {
    background-color: #ff517e;
    font-size: 13px;
  }

  .rn_icon.haya45 {
    top: 45px;
    left: -15px;
  }

  .rnItem_pic_priceArea {
    background-color: #fbebeb;
    padding: 13px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .rnItem_img {
    margin-bottom: -3px;
    background-color: #fbebeb;
  }

  .rnItem_sub_tit {
    font-size: 14px;
    line-height: 1.2 !important;
    display: block;
    margin-top: 7px;
    color: #333;
    font-weight: normal;
  }

  .rnItem_pic_sub_price {
    font-size: 16px;
    line-height: 1.4 !important;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .rnItem_titArea {
    padding: 10px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .rnBox .rnItem_tit.-adjustment {
    white-space: nowrap;
    margin-left: 25px;
  }


  /*--- 20230704 ---*/

  ul.hotelList {
    margin-top: 20px;
  }

  .tabContentsArea {
    padding: 0 10px;
  }

  .tab-area {
    display: flex;
    cursor: pointer;
    /* カーソルポインターに */
  }

  .tab {
    width: calc(100%/2);
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #e6e6e6;
  }

  .tab:nth-child(n+2) {
    margin-left: 10px;
  }

  .tab.active {
    background-color: #cc0000;
    color: #fff;
    position: relative;
  }

  .tab.active::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c00 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .panel {
    display: none;
    text-align: center;
  }

  .panel.active {
    display: block;
  }


/* ------------------------------------------------------------------------------------------

add AEM 2310

------------------------------------------------------------------------------------------ */

#sec1.cont_Area {
  display: none;
}
.modalArea {
  display: none;
}

#sec4.cont_Area {
  display: none;
}

.ctm_contentsFull.full01 {
  background-color: #fff;
  padding: 20px;
}

  .fs18 {
    font-size: 1.6rem !important;
  }

  .c-btnWrap .c-linkBtn a {
    padding: 10px 20px;
    min-width: auto;
    width: 100%;
    line-height: 2;
  }

  .c-innerWrap {
    width: 100%;
    padding: 40px 10px 0;
  }

  .c-courseSec .c-innerWrap {
    padding: 60px 20px;
  }

  .anchorArea .anchorNav .textlink:nth-child(2) {
    display: none;
  }
  
  .box_typeA {
    margin-top: 30px;
  }
  
  .otoku_txt .fs16 {
    font-size: 2rem !important;
  }
  
  .optionArea.-main .tits.txtImg {
    width: 90%;
  }

  .hotel_txt .style_txt_red {
    text-align: left;
    margin-top: 20px;
  }
  
  .accordionList {
    margin: 0 auto;
  }
  
  .txtHeader {
    font-size: 110%;
    margin-top: 0px;
    border-left: 5px solid #C00;
  }
  
  .optin_list li {
    font-size: 15px;
  }

  .btn_op {
    margin: 40px auto 0;
    width: 90%;
  }

  .otoku_txt {
    margin-top: 0px;
}

.cont_Area {
  padding: 40px 0 0;
}


.cont--tokyo .flexBlock {
  width: 80%;
  justify-content: space-evenly;
}

.rnItem_txt {
  font-size: 14px;
}









}