@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.-pcOnly {
  display: inline-block !important;
}

.-spOnly {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .-pcOnly {
    display: none !important;
  }

  .-spOnly {
    display: block !important;
  }
}


div[class*="pic"] img {
  vertical-align: top;
}


.c-courseSec {
  position: relative;
  z-index: 0;
}
  
  .c-courseSec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 18px;
    z-index: 0;
  }
  
  .c-courseSec::after {
    content: '';
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vw; */
    height: 100%;
    z-index: -1;
  }
  
  
  .c-innerWrap {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0 20px;
  }
  
  .c-courseSec .c-innerWrap {
    padding: 100px 0;
  }
  
  
  .c-secTit {
    text-align: center;
    margin: auto;
  }
  
  .c-txt {}
  
  
  .c-btnWrap {
    text-align: center;
  }
  
  .c-btnWrap .c-linkBtn a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #c90000;
    padding: 15px 30px;
    min-width: 335px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #c90000;
  }
  
  
  /* ------------------------------------------------------------------------------------------
  compo none
  ------------------------------------------------------------------------------------------ */
  
  .pageTtl {
    margin-bottom: 0;
  }
  
  .ctm_contentsFull {
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
  }
  
  .contentsInr .ttlLv1, .contentsInr .contactBlock {
    margin-left: 0;
    margin-right: 0;
    display: contents;
  }

  .btnRD .btn.iconDown:after {
    content: none;
}

.hotelArea--col4 .hotelInfo01 {
    flex-direction: column;
    align-items: end;
}

.tabContents .full .btn {
    width: 85%;
    padding: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
}
  
  
  /* ------------------------------------------------------------------------------------------
  contents
  ------------------------------------------------------------------------------------------ */
  
  
  .ctm_contentsFull.full01 {
      background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/tokyo_nav_bg.jpg") repeat;
      padding: 0;
      font-size: 14px;
  }
  
  .mv_comment p {
      text-align: right;
      padding-right: 20px;
      font-family: 'Noto Serif JP', sans-serif;
  }
  
  .contentsUnit {
    width: 960px;
    margin: auto;
  }
  
  .settei {
      font-size: 24px;
      color: #fff;
      font-family: 'Noto Serif JP', sans-serif;
      letter-spacing: .1em;
  }


  
    .ctm_contentsFull.full02 {
      padding: 0 20px 60px;
    }
  
    .contentsUnit {
      width: auto;
      margin: auto;
    }
  
    .settei {
      font-size: 16px;
    }
  
    .ctm_contentsFull.full01 {
      padding: 15px 0;
      font-size: 12px;
  }
  
  .ctm_contentsFull.full02 {
      padding: 15px;
  }
  
  .mv_comment p {
      text-align: center;
      padding-right: 0;
  }
  
  .settei {
      font-size: 15px;
  }
  
  .settei p {
      text-align: center !important;
  }


article.contents {
    /*:none*/
    /*background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/dm_tokyo2.png") no-repeat top center;*/
    /*background-position-y: -122px;*/
    /*background-position-x: -26px;*/
}

.TODO {
    height: 1200px;
    border-top: 1px solid #c00;
    padding-top: 300px;
    margin-top: 300px;
}

.otoku_txt .fs16 {
    font-size: 2.4rem !important;
    line-height: 1.8;
  }


/* 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;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

.main_visual .slick-slide {
    height: 405px;
}

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


/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* 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: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -35px;
}

[dir='rtl'] .slick-prev {
    right: -35px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: -40px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -40px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    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;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #d20000;
}



.pos_ab {
    position: absolute;
}




.mainVisual {
    height: 404px;
    position: relative !important;
    overflow-y: hidden;
}



.mainVisual_bg {
    height: 404px;
}
.mainVisual_bg .slick-track {
    height: 404px;
}
.mainVisual_bg img {
    height: 100%;
    width: auto;
    max-width: none;
}
/* 
.mainVisual_bg ul {}

.mainVisual_bg ul li {
    width: 1890px !important;
    height: 540px !important;
    position: absolute;
	z-index: 10;
	width: 1890px !important;
    max-width: 1890px;
    height: 540px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -945px;
} */
/*.mainVisual_bg img{
    height:540px!important;
    width:1890px!important;
}*/

.main_txt_Area {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto;
    top: 0px;
    text-align: left;
}

.mainVisual_head {
    position: relative;
    width: 950px;
    z-index: 100;
    margin: auto auto;
}

.mainVisual_head img {
    position: relative;
}


.mainVisual_head span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
/*    letter-spacing: 0.07em;*/
    text-shadow: 0px 0px 10px #000;
    display: block;
    margin-top: 105px;
}

.mainVisual_kikan {
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 100;
}

.mainVisual_kikan ul {}

.mainVisual_kikan ul li {
    display: inline-block;
    margin-left: 40px;
}

.mainVisual_kikan ul li.f {
    margin-left: 0;
}

.mainVisual_kikan ul li.s span {
    font-size: 18px;
}

.mainVisual_kikan ul li span {
    font-weight: bold;
    font-size: 24px;
}

.maintextArea .contentsInr {
    min-height: auto;
}


.main_text {
    font-size: 20px;
    padding: 40px 0 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

/*.main_text::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 100px;
    top: 50%;
    transform: translateY(-40%);
    right: 40px;
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/tt_logo-a.jpg")no-repeat;
    background-size: contain;
}*/

.main_text_link {
    text-align: center;
    margin-bottom: 40px;
}


/*optional_icon
----------------------------------------*/
#optional .optional_img {
    width: 110px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9999;
}

#optional .optional_img {
}

@keyframes swing {
    0% {
        transform: rotate(10deg);
    }

    92% {
        transform: rotate(10deg);
    }

    94% {
        transform: rotate(30deg);
    }

    96% {
        transform: rotate(10deg);
    }

    97% {
        transform: rotate(30deg);
    }

    98% {
        transform: rotate(10deg);
    }

    99% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

/*----------------------------------------*/

.columnArea {
    position: relative;
    margin-bottom: 10px;
}

.columnArea .fig01 {
    left: 312px;
    top: 60px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -.05em;
    color: #c00;
}

.columnArea .fig02 {
    left: 692px;
    top: 33px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -.05em;
    color: #c00;
}

.columnArea .fig01 span {
    font-size: 30px;
}

.columnArea .fig02 span {
    font-size: 30px;
}

.columnArea .fig03 {
    left: 254px;
    top: 112px;
}

.columnArea .fig04 {
    left: 623px;
    top: 83px;
}

.columnArea .fig05 {
    right: 20px;
    top: 110px;
    background-color: #fff;
    display: block;
    /*height: 30px;*/
}

.columnArea .btn01 {}

.columnArea .sc_menu {
    width: 950px;
    height: 369px;
    display: flex;
    justify-content: center;
}
.columnArea .sc_menu img {
    width: 100%;
}
.columnArea .sc_menu .tano {
    margin-top: -18px;
    margin-left: -20px;
}

.columnArea .btn01:hover {
    opacity: .8;
}

.columnArea .fig06 {
    left: 20px;
    top: 116px;
}

.columnArea .fig07 {
    right: 20px;
    top: 119px;
}

.columnArea .fig08 {
    right: 20px;
    top: 167px;
}

.columnArea .btn02 {}

.columnArea .btn02:hover {
    opacity: .8;
}

/* .pageNavArea {
    padding-top: 30px;
} */

.pageNavArea .tabArea {
    width: 950px;
    height: 72px;
    margin: 0px auto 0;
}

.pageNavArea .tabArea li {
    float: left;
}

.anchorArea {
    min-height: 60px;
}

.anchorArea--yokohama {
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/yokohama_nav_bg.jpg") repeat;
}

.anchorArea--hakone {
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/hakone_nav_bg.jpg") repeat;
}

.anchorArea .anchorNav {
    width: 950px;
    margin: 10px auto;
    display: flex;
}

.anchorArea .anchorNav li {
    float: left;
    padding: 15px 0;
}

.anchorArea .anchorNav li a {
    width: 316px;
    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 a:hover {
    text-decoration: none;
    opacity: .7;
}

.anchorArea .anchorNav--yokohama li a {
    background-image: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/yokohama_nav_arrow.png");
}

.anchorArea .anchorNav--hakone li a {
    background-image: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/hakone_nav_arrow.png");
}

.anchorArea .anchorNav li.anchorNav1 a {
    border-right: 1px solid #fff;
}

.anchorArea .anchorNav li.anchorNav2 a {
    border-right: 1px solid #fff;
}

.anchorArea .anchorNav li.anchorNav3 a {}


.clearMarginTop {
    margin-top: 0;
}

.pageNavMapArea {
    position: relative;
    margin-top: 20px;
}

.pageNavMapArea--yokohama {
    margin-left: -64px;
    /* margin-top: -70px; */
}

.pageNavMapArea--hakone {}

.pageNavMapArea a {
	display: block;
	position: absolute;
	top: 383px;
	left: 74px;
	/*border:1px solid #c00;*/
    /*:none*/
	transition: all ease 0.2s;
    /* width: 160px; */
    /* background: rgba(0,0,0,0.5); */
}

.pageNavMapArea a:hover {
    opacity: .3;
    background-color: #fff;
    transition: all ease 0.2s;
    cursor: pointer;
}

/*tokyo MAP spot*/
.pageNavMapArea [class^="mapTokyoSpot"] img {
    width: 151px;
    height: 175px;
}

.pageNavMapArea .mapTokyoSpot01 {
    top: 165px;
    left: 47px;
}

.pageNavMapArea .mapTokyoSpot02 {
    left: 623px;
    top: 222px;
}

.pageNavMapArea .mapTokyoSpot03 {
    left: 758px;
    top: 30px;
}

.pageNavMapArea .mapTokyoSpot04 {
    left: 76px;
    top: 370px;
}

/*tokyo MAP hotel*/
.pageNavMapArea [class^="mapTokyoHotel"] img {
    height: 30px;
    width: 100%;
}

.pageNavMapArea .mapTokyoHotel01 {
    top: 95px;
    left: 201px;
}

.pageNavMapArea .mapTokyoHotel01 img {
    width: 132px;
}

.pageNavMapArea .mapTokyoHotel02 {
	top: 109px;
	left: 369px;
}

.pageNavMapArea .mapTokyoHotel02 img {
    width: 113px;
}

.pageNavMapArea .mapTokyoHotel03 {
    top: 66px;
    left: 543px;
}

.pageNavMapArea .mapTokyoHotel03 img {
    width: 144px;
}

.pageNavMapArea .mapTokyoHotel04 {
    top: 338px;
    left: 234px;
}

.pageNavMapArea .mapTokyoHotel04 img {
    width: 130px;
}

.pageNavMapArea .mapTokyoHotel05 {
    top: 258px;
    left: 464px;
}

.pageNavMapArea .mapTokyoHotel05 img {
    width: 142px;
}

.pageNavMapArea .mapTokyoHotel06 {
    top: 352px;
    left: 395px;
}

.pageNavMapArea .mapTokyoHotel06 img {
    width: 146px;
}

.pageNavMapArea .mapTokyoHotel07 {
    top: 433px;
    left: 243px;
}

.pageNavMapArea .mapTokyoHotel07 img {
    width: 129px;
}

.pageNavMapArea .mapTokyoHotel08 {
    top: 436px;
    left: 497px;
}

.pageNavMapArea .mapTokyoHotel08 img {
    width: 96px;
}

.pageNavMapArea .mapTokyoHotel09 {
    top: 254px;
    left: 276px;
}

.pageNavMapArea .mapTokyoHotel09 img {
    width: 138px;
}



/*tokyo MAP deco*/
.pageNavMapArea .mapTokyoDeco01 {
    position: absolute;
    right: -80px;
    bottom: -20px;
    z-index: 10;
}

/*tokyo ginza MAP */
.pageNavMapArea .pageNavMapArea--tokyo_ginza {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9;
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner {
    position: relative;
    width: 860px;
    margin: auto;
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner .close {
    top: 20px;
    right: 20px;
    left: inherit;
    width: auto;
}

.pageNavMapArea [class^="mapTokyo_ginza_Hotel"] img,
.pageNavMapArea [class^="mapTokyo_hibiya_Hotel"] img {
    height: 34px
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner .mapTokyo_ginza_Hotel01 {
    top: 116px;
    left: 412px;
}

.pageNavMapArea .mapTokyo_ginza_Hotel01 img {
    width: 158px;
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner .mapTokyo_ginza_Hotel02 {
    top: 288px;
    left: 257px;
}

.pageNavMapArea .mapTokyo_ginza_Hotel02 img {
    width: 158px;
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner .mapTokyo_ginza_Hotel03 {
    top: 266px;
    left: 509px;
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner .mapTokyo_hibiya_Hotel01 {
    top: 175px;
    left: 108px;
}

.pageNavMapArea .pageNavMapArea--tokyo_ginza .inner .mapTokyo_hibiya_Hotel01 img {
    width: 109px;
}

.pageNavMapArea .mapTokyo_ginza_Hotel03 img {
    width: 102px;
}


.pageNavMapArea--yokohama a {
    width: 117px;
    height: 137px;
}

.pageNavMapArea .mapYokohamaSpot01 {
    left: 264px;
    top: 333px;
}

.pageNavMapArea .mapYokohamaSpot02 {
    left: 242px;
    top: 24px;
}

.pageNavMapArea .mapYokohamaSpot03 {
    left: 870px;
    top: 286px;
}

.pageNavMapArea .mapYokohamaSpot04 {
    left: 885px;
    top: 24px;
}

.pageNavMapArea .mapYokohamaSpot05 {
    left: 557px;
    top: 24px;
}

.pageNavMapArea .mapYokohamaSpot06 {
    left: 716px;
    top: 393px;
}

.pageNavMapArea .mapYokohamaSpot07 {
    left: 412px;
    top: 170px;
}


.pageNavMapArea--hakone a {
    width: 137px;
    height: 159px;
}

.pageNavMapArea .mapHakoneSpot01 {
    left: 518px;
    top: 30px;
    /* width: 142px; */
    /* height: 176px; */
}

.pageNavMapArea .mapHakoneSpot02 {
    left: 3px;
    top: 45px;
}

.pageNavMapArea .mapHakoneSpot03 {
    left: 408px;
    top: 355px;
}

.accordionList {
    margin: 40px auto;
}

.cont--tokyo .acodBlock {
    /* text-align: center; */
    
}
.cont--tokyo .acodBlock  img {
    margin-left: 5px;
    
}

.btnGY {
    background-color: #eee;
    border: 1px solid #dedede;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: bold;
}




.attractionArea {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.attractionTits {
    font-size: 24px;
    text-align: center;
    padding: 10px 0 30px;
}

.attractionTits02 {
    font-size: 24px;
    text-align: center;
    padding: 50px 0 30px;
    border-top: 1px solid #000;
}

.attraction_image {
    margin: 0 auto;
}

.attraction_body {
    /* float: left; */
    position: relative;
}

.attraction_body .caption_tit {
	padding-top: 57px;
	color: #fff;
}
.attraction_body .caption {
    font-size: 12px;
	padding: 30px;
	color: #fff;
}

.attraction_body .mask {
	width: 100%;
	height:	100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition:	all 0.2s ease;
	transition:	all 0.2s ease;
}

.attraction_body:hover .mask {
	opacity: 1;
}

.attraction_body .spot_arrow {
    margin-left: -10px;
    margin-top: -10px;
}

.cont--tokyo .attraction_body h3 {
    font-size: 18px;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
}

.cont--tokyo .attraction_body.-adjustment h3 {
    letter-spacing: -0.05em;
}

.cont--yokohama .attraction_body h3 {
    font-size: 24px;
    color: #8B9FFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cont--hakone .attraction_body h3 {
    font-size: 24px;
    color: #94CA55;
    margin-top: 10px;
    margin-bottom: 10px;
}

.attraction_body .text_small {
    font-size: 12px;
}

.attraction_body .text_station {
    margin-top: 10px;
    font-size: 12px;
}

.attraction_body .btn03 {
    float: right;
    margin-top: 20px;
}

.attraction_body .option_btn {
    position: relative;
    width: 395px;
    float: left;
    margin-top: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.attraction_body .option_btn2 {
    position: relative;
    width: 415px;
    float: left;
    margin-top: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.kamakura_option .option_btn {
    position: relative;
    width: 440px;
    float: left;
    margin-top: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
}


.kamakura_option .option_btn {
    margin: 0 10px;
}

.kamakura_option {
    width: 460px;
    margin: auto;
}

.attraction_body .option_btn dt,
.attraction_body .option_btn2 dt,
.attraction_body .option_btn dd,
.attraction_body .option_btn2 dd,
.kamakura_option .option_btn dt,
.kamakura_option .option_btn dd {
    display: inline-block;
    float: left;
}

.attraction_body .option_btn dt img,
.attraction_body .option_btn2 dt img,
.kamakura_option .option_btn dt img{
    margin: 5px 0 0 -10px;
}

.attraction_body .option_btn dd,
.attraction_body .option_btn2 dd,
.kamakura_option .option_btn dd {
    padding: 10px 10px 5px;
}

.attraction_body a .option_btn dd {
    color: #131166;
    font-weight: bold;
    width: 260px;
}

.attraction_body a .option_btn2 dd {
    color: #131166;
    font-weight: bold;
    width: 280px;
}

.kamakura_option a .option_btn dd {
    color: #131166;
    font-weight: bold;
    width: 280px;
}

.attraction_body--right01 {
    width: 280px;
    height: 380px;
    vertical-align: middle;
    margin: 7px;
 padding: 10px;
 border: 1px solid #d8d8d8;
}

.attraction_body--right02 {
    width: 630px;
    padding-left: 20px;
    vertical-align: middle;
}

.attraction_body--left01 {
    width: 580px;
    vertical-align: middle;
    padding-right: 20px;
}

.attraction_body--left02 {
    width: 630px;
    padding-right: 20px;
    vertical-align: middle;
}

.tabs_parent {
    overflow: hidden;
    padding-bottom: 10px;
    display: table;
}
.tabs_parent > li.current {
    background: #b10000;
    position: relative;
}
.tabs_parent > li:first-child {
    border-left: none;
}
.tabs_parent > li {
    width: 234px;
    background: #e6e6e6;
    border-left: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.tabs_parent > li > a {
    display: block;
    background: #e6e6e6;
    color: #0f0f69;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 10px;
    text-decoration: none!important;
    text-align: center;
}
.tabs_parent > li.current > a .onsen_mark_fff {
    display: inline-block;
}

.tabs_parent > li.current > a .onsen_mark {
    display: none;
}

.tabs_parent > li > a .onsen_mark_fff {
    display: none;
}

.tabs_parent > li > a .onsen_mark {
    display: inline-block;
}


.onsen_mark {
    width: 15px;
    margin-left: 10px;
}
.onsen_mark_fff {
    width: 15px;
    margin-left: 10px;
}


.tabContents {
  display: none;
}
.tabContents.current {
  display: block;
}


/* --------------------------------------------------------------------------

rnArea

-------------------------------------------------------------------------- */

.rnArea {
    margin-top: 40px;
}

.rnArea img {
    width: 100%;
}

.rnBlock {
    display: flex;
    flex-wrap: wrap;
}

.rnBox {
    width: calc((100% - 98px) / 4);
    border: 1px solid #c5c5c5;
    margin-right: 30px;
    position: relative;
}

.rnBox:nth-child(4n) {
    margin-right: 0;
}

.rnBox:nth-child(n+5) {
    margin-top: 30px;
}

.rnItem_titArea {
    padding: 20px 10px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rnBox .rnItem_tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #cc0000;
    line-height: 1.2;
}

.rnBox .rnItem_tit.-adjustment {
    white-space: nowrap;
    margin-left: 7px;
}

.rnItem_sub_tit {
    font-size: 12px;
    line-height: 1.2 !important;
    display: block;
    margin-top: 5px;
    color: #333;
    font-weight: normal;
}

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

/* .rnBox .rnItem_pic .rnItem_inner {
    padding: 0 0 10px 0;
} */

.rnBox .rnItem_pic .rnItem_pic_titArea {
    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;
    padding: 0 5px;
}

.rnBox .rnItem_pic .rnItem_pic_tit.-adjustment {
    font-size: 16px;
    letter-spacing: -0.05em;
}

.rnBox .rnItem_pic .rnItem_pic_tit span {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    margin-top: 7px;
}

.rnBox .rnItem_pic .rnItem_pic_price {
    margin: 5px auto 0;
    font-weight: bold;
    font-size: 24px;
    color: #cc0000;
    line-height: 1;
}

.rnItem_pic_sub_price {
    font-size: 14px;
    line-height: 1.4 !important;
    font-weight: normal;
}

.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;
    transition: .4s;
}

.rnBox .rnItemBtn .rn_btn::after {
    content: '';
    position: absolute;
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/window_wt.svg") no-repeat;
    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;
}

.hotelBox04 .hotelName01 {
    height: 35px;
    display: flex;
    align-items: center;
}




.optionArea .tits {
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    padding: 30px 0 10px;
    margin-bottom: 0;
}

.style_tit {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.8;
}

.optionArea .style_txt {
    text-align: center;
    margin: 20px 0 40px;
}

.optionArea .tits span {
    font-weight: bold;
}

.optionArea .tits span.text_small {
    font-size: 12px !important;
    font-weight: normal !important;
}

.optionArea .optionList li {
    width: 288px;
    border: 1px solid #000;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* .optionArea .optionList2 li {
    width: 288px;
    border: 1px solid #000;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
} */

.optionArea .optionList3 li {
    width: 288px;
    border: 1px solid #000;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.optionArea .optionList li.optionRight,
/* .optionArea .optionList2 li.optionRight, */
.optionArea .optionList3 li.optionRight {
    margin-right: 0;
}

.optionArea .optionList li .optionItem,
/* .optionArea .optionList2 li .optionItem, */
.optionArea .optionList3 li .optionItem {
    padding: 9px;
    position: relative;
    text-align: center;
}

.optionArea .optionList li .optionItem span.badge,
/* .optionArea .optionList2 li .optionItem span.badge, */
.optionArea .optionList3 li .optionItem span.badge {
    position: absolute;
    top: 9px;
    left: 9px;
    color: #fff;
    background-color: #000;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1;
}

.optionArea .optionList li .optionItem p.txt2,
/* .optionArea .optionList2 li .optionItem p.txt2, */
.optionArea .optionList3 li .optionItem p.txt2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.optionArea .optionList li .optionItem p.txt3,
/* .optionArea .optionList2 li .optionItem p.txt3, */
.optionArea .optionList3 li .optionItem p.txt3 {
    text-align: left;
    font-size: 12px;
}

.optionArea .optionList li .optionItem p.txt3.txt3red,
/* .optionArea .optionList2 li .optionItem p.txt3.txt3red, */
.optionArea .optionList3 li .optionItem p.txt3.txt3red {
    color: #c00;
}

.optionArea .optionList li .optionItem .price,
/* .optionArea .optionList2 li .optionItem .price, */
.optionArea .optionList3 li .optionItem .price {
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 15px;
}

.optionArea .optionList li .optionItem p.txt4 span,
/* .optionArea .optionList2 li .optionItem p.txt4 span, */
.optionArea .optionList3 li .optionItem p.txt4 span {
    color: #c00;
    padding-left: 5px;
    font-weight: bold;
}

.optionArea .optionList li a.btn04,
/* .optionArea .optionList2 li a.btn04, */
.optionArea .optionList3 li a.btn04 {
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 0;
    line-height: 1;
    margin: 1px;
    background: #c00 url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/icon_otherwindow.png") no-repeat 73px center;
    transition: all ease 0.2s;
}

.optionArea .optionList li a.btn04:hover,
/* .optionArea .optionList2 li a.btn04:hover, */
.optionArea .optionList3 li a.btn04:hover {
    text-decoration: none;
    opacity: .6;
}

.optionArea .optionList li a.btn05,
/* .optionArea .optionList2 li a.btn05, */
.optionArea .optionList3 li a.btn05 {
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 0;
    line-height: 1;
    margin: 1px;
    background: #c00 url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/icon_otherwindow.png") no-repeat 8px center;
    transition: all ease 0.2s;
}

.optionArea .optionList li a.btn05:hover,
/* .optionArea .optionList2 li a.btn05:hover, */
.optionArea .optionList3 li a.btn05:hover {
    text-decoration: none;
    opacity: .6;
}

.optionArea.-other {
    border: 1px solid #ddd;
    padding: 19px 19px 19px;
    box-sizing: border-box;
}

.optionColumn {
    position: relative;
    /* border: 1px solid #000; */
    padding: 10px 10px;
    background-color: #F1F1F1;
}

.optionColumn .txt1 {
    color: #c00;
    font-weight: bold;
    margin-bottom: 10px;
}

.optionColumn .txt2 {
    line-height: 1.5;
}

.optionColumn a.btn05 {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*display: inline-block;
    color: #fff;
    padding: 10px 30px 10px 50px;
    line-height: 1;
    margin: 1px;
    background: #c00 url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/icon_otherwindow.png") no-repeat 23px center;
    transition: all ease 0.2s;*/
    background: #fff;
    height: 30px;
}

.optionColumn a.btn05:hover {
    /*text-decoration: none;
    opacity:.6;*/
}




.hotelArea--col4 {
    width: 960px;
    margin-bottom: 10px;
}

.hotel_txt .style_txt_red {
    color: #cc0000;
    text-align: center;
    margin-top: 30px;
}

.hotelArea--col4 .hotelDetail01 {
    float: right;
}

.hotelArea--col4 .hotelInfo01 {
    text-align: right;
}

.hotelArea--col4 .hotelBox04 {
    margin-top: 20px;
}

.hotelArea--col4 .hotelBox04:nth-of-type(4n+1) {
    clear: both;
}


.hotelArea--col2 {
    width: 960px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.hotelBox02 .hotelArea--col2_image {
    width: 260px;
    float: left;
    margin-top: 10px;
}

.hotelBox02 .hotelArea--col2_image img {}

.hotelBox02 .hotelArea--col2_body {
    width: 180px;
    float: right;
    margin-top: 10px;
}

.hotelBox02 .hotelPic01 {
    width: 90px;
    margin-top: 0;
}

.hotelBox02 .hotelInfo01 {
    /* width:90px; */
    margin-top: 10px;
    text-align: right;
    width: auto;
    float: right;
}

.hotelBox02 .hotelInfo01 .hotelDetail01 {
    margin-top: 0;
    float: none;
}

.hotelBox02 .hotelInfo01 .hotelDetail01 .hotelInfoItem {}

.hotelBox02 .hotelInfo01 .hotelInfoItem li {
    /* display: inline-block; */
    float: left;
}

.hotelBox02 .hotelInfo01 .hotelInfoItem .hotelDetail01 {
    /* margin-top: -50px; */
    /* line-height: 1; */
    /* vertical-align: top; */
    padding-right: 10px;
    padding-top: 5px;
}

.hotelBox02 .hotelInfo01 .hotelInfoItem .hotelDetail02 {
    margin-top: 0px;
    /* padding-left: 10px; */
}




/*----- modal title img -----*/
.dpModalBox .domtourTit h3 img {
    vertical-align: bottom;
}


.price_table {
    display: table;
    width: 100%;
}

.optionArea .optionList .price_table li,
/* .optionArea .optionList2 .price_table li, */
.optionArea .optionList3 .price_table li {
    display: table-cell;
    float: none;
    border: none;
    width: 50%;
    text-align: center;
    font-size: 12px;
}

.optionArea .optionList .price_table li a.btn04,
/* .optionArea .optionList2 .price_table li a.btn04, */
.optionArea .optionList3 .price_table li a.btn04 {
    text-align: right;
    padding: 11px 17px 10px;
    box-sizing: border-box;
    background: #c00 url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/icon_otherwindow.png") no-repeat 18px center;
}

.clear {
    clear: both;
}

.price_height {
    height: 20px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
}

.mgb6 {
    margin-bottom: 6px;
}

.mgb5 {
    margin-bottom: 5px;
}

.t10 {
    margin-top: 10px;
}

.main_bottom {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.main_bottom span.line {
    background: linear-gradient(transparent 60%, #ff0 0%);
}

.main_bottom span.fnt_b {
    font-weight: bold;
    font-size: 22px;
}


/*201910 add*/

.optionArea.-main .tits {
    padding: 0 0 0px;
    margin-top: 3px;
}

.optionList2 .optionItem .slick-slider {
    margin-bottom: 0;
}

.optionList2 .optionItem {
    width: 450px;
    float: left;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 43px;
}

.optionList2 .optionItem:nth-of-type(2n) {
    float: right;
}

.optionList2 .optionItem .cateTitle {
    font-size: 28px;
    font-weight: bold;
    color: #d20000;
}

.optionList2 .optionItem .cateTitle  span {
    font-size: 20px;
    font-weight: bold;
    color: #d20000;
}

.optionArea .optionList2 .pic {
    display: block;
    position: relative;
}

.optionArea .optionList2 .exampleTxt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.optionArea .optionList2 .exampleTxt  img {
    margin-bottom: 2px;
    margin-left: 5px;
}

.optionArea .optionList2 .pic span.badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    padding: 8px;
    font-size: 12px;
    line-height: 1;
}

.optionList2 .optionItem .inner {
    margin: 20px 0 50px;
    padding: 20px 60px;
    background: rgba(210, 0, 0, 0.1)
}

.optionList2 .optionItem .optionItemTitle {
    text-align: center;
    margin: 15px 0 5px;
}

.optionList2 .optionItem .optionItemTitle .txt1 {
    font-size: 12px;
}

.optionList2 .optionItem .optionItemTitle .txt2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.optionList2 .optionItem .price {
    font-weight: bold;
    color: #d20000;
}

.optionList2 .optionItem .price span {
    font-size: 32px;
    line-height: 1;
}

.optionList2 .slick-slide img {
    display: block;
    width: 100%;
}


.optionList2 .slick-prev:before,
.optionList2 .slick-next:before {
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #d20000;
    border-right: 3px solid #d20000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.optionList2 .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.optionList2 .openBtn {
    display: block;
    margin-top: 10px;
}

.optionList2 .openBtn a {
    text-align: center;
    padding: 7px 25px;
    color: #fff;
    font-size: 16px;
    background: #d20000;
    display: inline-block;
}

.optionList2 .optionItem .openBtn img {
    margin-left: 5px;
}

.optionDetail {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
}

._iziModal {
    /* border-radius: 5px; */
    overflow: hidden;
}


#cboxOverlay {
    background: #000000;
}

#cboxLoadedContent {
    background: #ffffff;
}

.optionModal .optionDetailTitle {
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/option_details_tit_bg.png") no-repeat 0 0;
    padding: 50px;
    font-size: 28px;
    font-weight: normal;
}

.optionModal .inner {
    width: 760px;
    margin: 30px auto;
}

.optionModal .inner .note .tits {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.optionModal .inner .note dl {
    display: table;
    width: 100%;
    border: 1px solid #d20000;
}

.optionModal .inner .note dl dt,
.optionModal .inner .note dl dd {
    display: table-cell;
    border: 1px solid #d20000;
    padding: 20px 10px;
    box-sizing: border-box;
}

.optionModal .inner .note dl dt {
    background: #d20000;
    color: #fff;
}

.optionModal .inner .note dl dd {
    color: #d20000;
}

.optionModal .inner .menuInd {
    margin-top: 30px;
}

.optionModal .inner .menuInd .tits {
    margin-top: 30px;
    font-size: 24px;
}

.optionModal .inner .menuInd .picArea {
    margin-top: 30px;
}

.optionModal .inner .menuInd .picArea li {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.optionModal .inner .menuInd .picArea li figure img {
    width: 100%;
}

.optionModal .inner .menuInd .picArea li:nth-of-type(3n) {
    margin-right: 0;
}

.optionModal .inner .menuInd .picArea li figcaption {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 12px;
}

.optionModal .inner .menuInd .menuItemArea {
    margin-top: 30px;
}

.optionModal .inner .menuInd .menuItemArea .period {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.optionModal .inner .menuInd .menuItemArea .menuItem {
    border-top: 1px solid #cccccc;
    width: 100%;
    box-sizing: border-box;
}

.optionModal .inner .menuInd .menuItemArea .menuItem tr th,
.optionModal .inner .menuInd .menuItemArea .menuItem tr td {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

.optionModal .inner .menuInd .menuItemArea .menuItem tr:nth-of-type(2n) th,
.optionModal .inner .menuInd .menuItemArea .menuItem tr:nth-of-type(2n) td {
    background: rgba(210, 0, 0, 0.1);
}

.optionModal .inner .menuInd .menuItemArea .menuItem th {
    width: 400px;
    box-sizing: border-box;
}

.optionModal .inner .menuInd .menuItemArea .menuItem th p {
    line-height: 1.8;
    text-indent: -0.5em;
    font-size: 12px;
}

.optionModal .inner .menuInd .menuItemArea .menuItem th p b {
    font-size: 14px;
}

.optionModal .inner .menuInd .menuItemArea .menuItem td {
    text-align: right;
    width: 170px;
    box-sizing: border-box;
}

.optionModal .inner .menuInd .menuItemArea .menuItem td.price {
    color: #d20000;
    font-weight: bold;
    width: 180px;
    line-height: 1.2;
}

.optionModal .inner .menuInd .menuItemArea .menuItem td.price span {
    font-size: 28px;
}




    .searchArea {
        background-color: #fbe6a3;
    }

    .searchArea .searchInner {
        width: 950px;
        margin: 40px auto;
        padding: 20px 0;
    }

    .searchArea .titleTxt {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
		color: #fff;
		background: #f1a53b;
		padding: 25px;
    }

    .searchArea .titleTxt span {
        font-size: 1.4rem;
    }

    .searchArea .lead {
        font-size: 1.6rem;
        text-align: center;
        margin-top: 20px;
        position: relative;
    }

    .searchArea .lead span {
        color: #CC0000;
    }

    .searchArea .lead .larger{
        font-size: 2.4rem;
        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: 15px 0 5px;
	} 
	
    .searchArea .gotobtn {
		background: #cc0000;
		color: #FFFFFF;
		margin-top: 15px;
		padding: 10px;
		font-size: 16px;
    }



#cboxClose {
    /* position: fixed; */
    display: block;
    height: 45px;
    width: 45px;
    overflow: hidden;
    top: -20px;
    right: -24px;
}

#cboxClose::before {
    content: "";
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/icon_close02.png") no-repeat 0 0;
    border: none;
    text-indent: -99999px;
    padding: 0;
    opacity: 1;
    display: block;
    height: 45px;
    width: 45px;
}

button:focus {
    text-decoration: none;
    outline: none;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
    top: 50%;
    width: 50px;
    height: 50px;
}

#cboxContent #cboxPrevious {
    left: -50px;
    right: auto;
}

#cboxContent #cboxNext {
    right: -65px;
    left: auto;
}

#cboxContent #cboxPrevious:before,
#cboxContent #cboxNext:before {
    content: "";
    left: 0px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    display: block;
}

#cboxPrevious:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cboxNext:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cboxWrapper {
    overflow: inherit;
}

#colorbox {
    overflow: inherit !important;
}

/* 
.iziModal-navigate>button {
    background: none;
    opacity: 1 !important;
}

.iziModal-navigate>button:before {
    content: "";
    left: 0;
    width: 25px;
    height: 25px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    display: block;
}

 */
 
 .btnWT02 {
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.btnWT02 {
    display: inline-block;
    color: #0f0f69;
    text-decoration: none;
    text-align: center;
    padding: 11px 25px 9px!important;
    background-image: none!important;
    color: #AAAAAA;
}

.pre_txt {
    background-color: #e8f9d4;
    padding: 5px;
}



/*202011 add*/

.anchorArea_hotel{
    margin-top: 40px;
}
.anchorArea_hotel .search{
    margin: auto;
    text-align: center;
}
.anchorArea_hotel .search a{
    width: 262px;
		padding: 12px 0 !important;
}
.anchorArea_hotel .txtBold{
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 5px;
    text-align: center;
}

/* .optionArea .note_title{
    font-weight: bold;
    text-align: center;
    font-size: 2.1rem;
} */

.optionArea .note_title{
    font-weight: bold;
    text-align: left;
    font-size: 1.8rem;
    border: 2px solid #cc0000;
    padding: 15px 15px 12px;
}

.note_txt span {
    color: #fff;
    padding: 2px 20px 0;
    margin-right: 5px;
}

.note_txt span.limited {
    background-color: #ff517e;
}

.note_txt span.haya45 {
    background-color: #ff6e32;
}

.note_small {
    font-size: 15px;
    margin-top: 10px;
}

.newsArea{
    margin-bottom: 30px;
}
.newsArea .txtBold{
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 5px;
    text-align: center;
}
.newsArea .note{
    text-align: center;
}
/*--- 20221219 ---*/
.copyR{
	text-align: right;
	font-weight:normal;
	font-size:10px;
    margin-right: 10px;
}
.rnBox .rnItem_pic .rnItem_pic_titArea_oshiage {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #cc0000;
}

/*--- 20230510 ---*/
.cont_Area {
    padding: 60px 0 0;
}

#sec1.cont_Area {
    padding: 60px 0 0;
}

.cont--tokyo .acodBlock {
    font-size: 16px;
    font-weight: bold;
}

.cont--tokyo .acodBlock a {
    padding: 15px 25px 13px;
    background-color: #eee;
    border: 1px solid #dedede;
    transition: .4s;
}

.cont--tokyo .acodBlock a:hover {
    transition: .4s;
    text-decoration: none;
    opacity: .7;
}

/* h2.tits img {
    margin-bottom: 25px;
} */

.rn_icon {
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 70px;
    height: 30px;
    top: -15px;
    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: -18px;
    left: 65px;
    background-color: #ff6e32;
    padding: 0;
}

.rnItem_pic_priceArea {
    background-color: #fbebeb;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rnItem_img {
    margin-bottom: -3px;
    background-color: #fbebeb;
}

.pageNavMapArea img {
    width: 102%;
}


.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 640px;
    padding: 30px;
    background-color: #fff;
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}


/* モーダル */
button {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 2px;
    cursor: pointer;
}

#openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modalContents {
    display: flex;
}

.modalImg img {
    width: 300px;
}

p.modal_tit {
    font-size: 20px;
    font-weight: bold;
}

p.modal_txt {
    font-size: 14px;
    margin-top: 5px;
    border-top: 1px solid #333;
    padding-top: 10px;
}

.modalExplanation {
    margin-left: 30px;
}



/* 230724 */
#sec4.cont_Area {
    padding: 20px 80px 80px;
    margin-top: 40px;
    background-color: #ffe7ec;
}

#sec4 .tits {
    width: 366px;
    margin: auto;
    transform: translateX(-12px);
    /* margin-top: -20px; */
}

#sec4 .tits img {
    margin-bottom: 0;
}

#sec4 > .txt {
    text-align: center;
    margin-top: 10px;
}

#sec4 .introductionArea {
    margin-top: 25px;
}

#sec4 .introductionBlock + .introductionBlock {
    margin-top: 40px;
}

#sec4 .introductionBlock,
#sec4 .recommendBlock {
    overflow: hidden;
}

#sec4 .introductionBlock .ttlSide,
#sec4 .recommendBlock .ttlSide {
    position: relative;
    background-color: #ff5e7e;
    padding: 12px 12px 10px;
}

#sec4 .introductionBlock .ttlSide::before,
#sec4 .recommendBlock .ttlSide::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    width: 0;
    height: 0;
    border-color: #ff5e7e transparent transparent transparent;
    transform: translate(-50%,100%);
    z-index: 1;
}

#sec4 .introductionBlock .ttlSide .ttl,
#sec4 .recommendBlock .ttlSide .ttl {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

#sec4 .introductionBlock .contSide,
#sec4 .recommendBlock .contSide {
    position: relative;
    padding: 30px;
    border: 1px solid #ff5e7e;
    background-color: #fff;
}

#sec4 .introductionBlock .contSide::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/icon_access_bg.png") no-repeat center/contain;
    width: 170px;
    height: 170px;
}

#sec4 .introductionBlock .contSide * + .figure {
    margin-top: 30px;
}

#sec4 .introductionBlock:nth-of-type(1) .contSide .figure {
    width: 670px;
}

#sec4 .introductionBlock .contSide .figure img {
    width: 100%;
    vertical-align: top;
}

#sec4 .recommendWrap {
    margin-top: 60px;
}

#sec4 .recommendWrap > .ttl {
    font-weight: bold;
    color: #cc0000;
    text-align: center;
    font-size: 28px;
}

#sec4 .recommendWrap .recommendArea {
    display: flex;
    column-gap: 30px;
    margin-top: 30px;
}

#sec4 .recommendWrap .recommendBlock {
    width: calc((100% - 60px) / 3);
}

#sec4 .recommendBlock .ttlSide .ttl {
    font-size: 18px;
}

#sec4 .recommendBlock .contSide {
    padding: 18px;
    box-sizing: border-box;
}

#sec4 .recommendBlock .contSide .pic img {
    width: 100%;
}

#sec4 .recommendBlock .contSide .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

#sec4 .recommendBlock .contSide .txt {
    margin-top: 10px;
}


  /* ------------------------------------------------------------------------------------------

add AEM 2310

  ------------------------------------------------------------------------------------------ */

.anchorNav .textlink {
    text-align: center;
    border-right: 1px solid #fff;
}

.anchorNav .textlink:last-child {
    border-right: none;
}

.anchorNav a.txtLink {
    width: 100%;
    transition: .4s;
    padding: 0 0 12px;
    color: #333;
    font-size: 16px;
    margin: 0;
    position: relative;
  }

  .anchorNav a.txtLink::after {
    content: '';
    position: absolute;
    background: url("/jp/ja/domtour/jaldp/kat-mankitsu/img_sites/tokyo_nav_arrow.png") no-repeat;
    width: 12px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  
  .anchorNav a.txtLink::before {
    content: none;
  }

  .txtHeader {
    font-size: 150%;
    font-weight: bold;
    margin-top: 40px;
    padding-left: 10px;
    border-left: 14px solid #C00;
  }

  .txtSmall {
    font-size: 70%;
}

.coution {
    padding: 10px;
    border: 2px solid #C00;
    color: #C00;
    font-weight: bold;
    text-align: center;
    background-color: #FFC;
}

.cont--tokyo .flexBlock {
    display: flex;
    margin-top: 5px;
  }
  
  .flexBox:nth-child(n+2) {
    margin-left: 5px;
  }
  
  .rnItem_txt {
    font-size: 12px;
    letter-spacing: -.05em;
  }

  .rnItem_txt span {
      color: #cc0000;
  }
  
  .cont--tokyo .acodBlock img {
    width: 75%;
    margin: 30px auto;
    display: block;
  }
  
  .note_title.fcRD .ttlLv4 {
    display: contents;
  }
  
  .btn_op {
    margin-top: 40px;
  }
  
  .note_txt {
    line-height: 1.6;
  }

  .tabContents.current {
    display: flex;
    flex-wrap: wrap;
}

.optionArea.-main .tits.txtImg {
    padding: 0 0 0px;
    margin-top: 3px;
    height: 40px;
    width: 475px;
    margin: 5px auto;
  }

.hotelBox04 {
    width: calc((100% - 60px) / 4);
    margin: 10px 20px 0 0;
    float: inherit;
}

.hotelArea--col4 .hotelBox04:nth-of-type(4n) {
    margin-right: 0;
}
  
  .hotelName01 strong {
    color: #333;
  }

  .hotelBox04 {
    width: calc((100% - 60px) / 4);
    margin: 10px 20px 0 0;
    float: inherit;
    border: 1px solid #ccc;
    padding: 20px 10px;
  }
  
  .hotelBox04 .hotelName01 {
    height: 35px;
    display: flex;
    align-items: center;
    border-left: 3px solid #999;
    padding-left: 10px;
    margin: 10px 0 15px;
    line-height: 1.2;
    font-feature-settings: 'palt';
  }
  
  .hotelBox04 .cf {
    display: flex;
    justify-content: space-between;
  }
  
  .hotelBox04 span.withIcon img {
    width: 14px;
    height: 10px;
    display: block;
  }
  
  .hotelArea--col4 .hotelInfo01 {
    flex-direction: column;
  }
  
  .hotelPic01 {
    width: 90px;
  }
  
  .hotelBox04 a.btnRD.iconDown {
    padding: 5px 15px;
    background-color: #cc0000;
    color: #fff;
    margin-top: -20px;
    display: block;
  }
  
  .hotelDetail01 a {
    display: flex;
    align-items: center;
  }

  .cont--tokyo .tripBox180 {
    width: 180px;
    margin: 20px auto 0;
  }
  
  .cont--tokyo .txtLink .altIcon {
    position: absolute;
    top: -10%;
    left: 7px;
  }

  .otoku_txt {
      margin-top: 60px;
  }

  .areaName {
    position: relative;
}

.areaName.-haya45::before {
    content: '早決45';
    position: absolute;
    background-color: #ff6e32;
    color: #fff;
    width: 55px;
    height: 20px;
    top: 0px;
    right: 10px;
    text-align: center;
}

.areaName.-haya60::before {
    content:'早決60';
    position: absolute;
    background-color: #34c434;
    color: #fff;
    width: 55px;
    height: 20px;
    top: 0px;
    right: 10px;
    text-align: center;
}
  

/* ------------------------------------------------------------------------------------------

add AEM 2312

------------------------------------------------------------------------------------------ */

.limited_optionArea {
    position: relative;
    background-color: #fcdec0;
    padding: 60px 100px 20px;
    margin-top: 50px;
}

.limited_option_ribbon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

@media screen and (max-width: 959px) {
    .limited_optionArea {
        padding: 75px 10px 20px 5px;
        margin-top: 70px;
    }
    .limited_option_ribbon {
        top: -65px;
        width: 112%;
    }
}
