@charset "utf-8";

/*TDR初心者ページCSS*/

/***********************************************

************************************************/



/***********************************************
共通
************************************************/
h2,h3 {
    font-weight: bold;
}

h2 {
    text-align: center;
    padding: 2rem 0 1rem 0;
    color: #202F55;
}

h3 {
    font-size: 1.5rem;
}

p {
    color: #707070;
}

a {
    text-decoration: none !important;
}

#seats h2 img, #pickup h2 img,
#faq h2 img {
    width: auto;
    height: 100px;
}

/*----- font -----*/

.fs18 {
    font-size: 1.8rem;
}

.sub {
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #202F55;
}

@media screen and (max-width:992px) {
    .sub {
        font-size: 1rem;
    }

    #seats h2 img, #pickup h2 img,
    #faq h2 img {
        height: 80px;
    }
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    #seats h2 img, #pickup h2 img,
    #faq h2 img {
        height: 65px;
    }
}

@media screen and (max-width:480px) {
    h2 {
        padding: 1rem 0 0.5rem 0;
    }

    .sub {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:375px) {
    #seats h2 img, #pickup h2 img,
    #faq h2 img {
        height: 50px;
    }

    article p, article a {
        font-size: 12px;
    }
}



/***********************************************
ボタン
************************************************/


/*----- おすすめホテルプラン（▼） -----*/
.btn-pink {
	background: #EF5697;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	max-width: 350px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	position: relative;
	display: block;
	border: 2px solid #EF5697;
    border-radius: 2rem;
    margin-bottom: 5rem;
}

.btn-pink:hover {
	text-decoration: none;
	color: #EF5697;
	background: #FFF;
    opacity: 0.7;
}

.btn-pink::after{
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    right: 20px;
}


/*----- その他東京ディズニーリゾート特集（▶） -----*/
.btn-pink2 {
	background: #EF5697;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	max-width: 350px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	position: relative;
	display: block;
	border: 2px solid #EF5697;
    border-radius: 2rem;
    margin-bottom: 5rem;
}

.btn-pink2:hover {
	text-decoration: none;
	color: #EF5697;
	background: #FFF;
    opacity: 0.7;
}

.btn-pink2::after{
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    right: 20px;
}


.icon-osusume {
    width: 20px;
    vertical-align: top;
    margin-right: 10px;
}

@media screen and (max-width:480px) {
    .btn-pink {
        margin-bottom: 2rem;
    }
}


/***********************************************
PR
************************************************/

#header h1 img {
    width: 100% ;
}

#tdr-pr {
    background: transparent url('/static/img/tdr/beginner/back-img01.jpg') 0% 0% no-repeat padding-box;
    padding: 1rem;
    background-size: cover;
    background-position: bottom;
}

.pr-area {
    display: flex;
    flex-direction: row;
    color: #202F55;
    font-weight: bold;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.pr-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48%;
}

.pr-itmes_tit {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #FFF6D2;
    padding: 1rem;
    align-items: center;
}

.pr-itmes_tit img {
    width: 11%;
    margin-right: 20px;
}

/* 
.pr-icon {
    
}  */

.pr-items_img img {
    width: 100%;
    padding: 1rem;
    background-color: #fff;
}

.bus-link {
    display: block;
    text-align: right;
    color: #EF5697;
    margin-right: 10px;
    text-decoration: none;
}

.fa-caret-right:before {
    margin-left: 10px;
}


@media screen and (max-width:1200px) {
    .pr-itmes_tit img {
        width: 13%;
    }
}

@media screen and (max-width:992px) {
    .pr-area {
        flex-direction: column;
    }

    .pr-items {
        width: 100%;
    }

    .pr-itmes_tit img {
        width: 8%;
    }
}

@media screen and (max-width:768px) {
    .pr-itmes_tit img {
        width: 11%;
    }

    .pr-itmes_tit, .pr-items_img img {
        padding: 0.5rem;
    }
}

@media screen and (max-width:480px) {
    .pr-itmes_tit img {
        width: 16%;
        margin-right: 10px;
    }

    .pr-area {
        margin-bottom: 2rem;
    }
}


/***********************************************
SEAT　シート
************************************************/

#seat_slides{
    /* margin: 48px auto;
    padding: 24px 0px 32px; */
    position: relative;
  }

  #seat_slides:before{
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 2px);
    top: -1px;
    left: -15px;
    z-index: -1;
  }
  .seat_slides_header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .seat_slides_title{
    font-size: 18px;
    font-weight: bold;
    color: #202F55;
  }
  .link_to_seat{
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .link_to_seat:hover{
    text-decoration: none;
  }
  .link_to_seat:hover span{
    text-decoration: underline;
  }
  .link_to_seat img{
    zoom:0.4;
  }
  .seat_slides_box{
    margin-top: 16px;
  }

  .original_seats{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .original_seats .original_seat a{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    display: block;
    padding: 0;
    margin: 0 8px;
  }
  .original_seats .original_seat a:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  .original_seats .original_seat a img{
    width: 100%;
    height: auto;
    transition: all 0.24s ease;
  }
  /* .original_seats .original_seat a:hover img{
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.4))
            brightness(1.04);
  } */
  .original_seats .original_seat a .seat_name{
    font-size: 16px;
    margin-top: 8px;
  }

  .seat_name {
    font-size: 16px;
    margin: auto;
    text-align: center;
    color: #202F55;
    line-height: 1.4;
  }

  .seat-tit_boder {
    margin-bottom: 1rem;
    display: inline-block;
    border-bottom: solid 2px #202F55;
    flex: 1 auto;
  }

  /* .seat-tit_boder h3 {
    height: 60px;
  } */

  .original_seat {
    /* height: 100%;
    min-height: 0%; */
    text-align: center;
    background-color: #F6F6F6;
    margin:5px;
    padding: 1rem;
    border-radius: 10px;
    display: flex !important;
    justify-content: stretch;
  }

  .original_seat a {
    display: flex;
    height: auto;
    text-decoration: none;

  }

  .original_seat a .seat-tit_boder {
    flex: 2;
    height: 100%;
    /* min-width: 0%; */
  }

  .original_seat a img, .original_seat a p {
    flex: 1;
    height: 100%;
    /* min-width: 0%; */
    text-decoration: none;
  }


  .original_seats .original_seat a .seat_lines{
    font-size: 12px;
    padding-top: 1rem;
    text-align: center;
    font-weight: bold;
    margin-top: auto;
  }

  /* .original_seats .original_seat a:hover .seat_name{
    color: #f43d7d;
  } */
  .original_seats .slick-arrow.seat_slides-arrow{
    display: block!important;
    position: absolute;
    color: #fff;
    background: #202F55;
    padding: 1rem;
    top: 45%;
    z-index: 5;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }
  .fa-chevron-left:before{
    content: "" !important;
    display: inline-block;
    font-family: initial;
    background: url(/static/img/tdr/beginner/triangle-left_w.png) no-repeat;
    width: 10px;
    height: 16px;
    background-size: cover;
    top: 20%;
    left: 28%;
    position: absolute;
  }
  .fa-chevron-right:before{
    content: "" !important;
    display: inline-block;
    font-family: initial;
    background: url(/static/img/tdr/beginner/triangle-right_w.png) no-repeat;
    width: 10px;
    height: 16px;
    background-size: cover;
    top: 20%;
    right: 28%;
    position: absolute;
  }
  .seat_prev-arrow{
    left: -12px;
  }
  .seat_next-arrow{
    right: -12px;
  }

  .slick-track {
    display: flex !important;
  }

  .slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
  }


  /*------------PCサイズ------------*/
  @media screen and (min-width:1200px) {
    /* #seat_slides{
      margin: 64px auto;
      padding: 40px 16px 40px;
    } */
    #seat_slides:before{
      content: none;
    }
    .seat_slides_title{
      font-size: 20px;
    }
    .link_to_seat{
      font-size: 15px;
    }
    .link_to_seat img{
      zoom:0.5;
    }
  }

  @media screen and (max-width:480px) {
    #seats, #pickup, #faq, #blog {
        padding: 0;
    }

    #tdr-pr {
        padding: 0 0 1rem 0;
        margin-bottom: 1rem;
    }

    .slick-slider {
        margin-bottom: 1rem;
    }
}


/***********************************************
PICK UP　おすすめプラン
************************************************/

#hotel-osusume1 h3,
#hotel-osusume2 h3,
#hotel-osusume3 h3 {
    text-align: center;
    margin: 2rem auto;
}

#hotel-osusume1 h3 img,
#hotel-osusume2 h3 img,
#hotel-osusume3 h3 img {
    height:26px;
    vertical-align: top;
}

/*----- おすすめプランメニュー -----*/
.pickup-btn_col3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    gap: 1rem;
}

.pickup-btn_col3 a {
    display: flex;
}

.pickup-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1rem;
    padding: 1.5rem 2rem 1rem 2rem;
}

.pickup-btn a {
    text-decoration:none;
}

.pickup-btn p {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    margin: auto;
}

.pickup-btn:hover {
    opacity: 0.7;
}

.pickup-btn i {
    color: #fff;
}


.fw600 {
    font-weight: bold;
}

.pickup-tit_big {
    font-size: 1.5rem;
}

#hotel-osusume1,#hotel-osusume2,
#hotel-osusume3 {
    margin-bottom: 5rem;
}


/*----- ホテル一覧 -----*/
.hotel-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.hotel-items h4 {
    color: #FFF;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.hotel-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.right {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
}

.btn-hotel {
    border-radius: 1rem;
    padding: 2px 15px;
    text-align: center;
    width: fit-content;
    margin: 0.5rem 0;
    position: relative;
    display: block;
}

/* .btn-hotel::after {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    right: 10px;
    z-index: 100;
} */

.hotel-item-colmn {
    display: flex;
    flex-direction: row;
    justify-content: inherit;
    gap: 1rem;
}

/*----- アクセス -----*/
.hotel-item_access {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 60%;
}

.access {
    display: flex;
    flex-direction: row;
    align-items: center;
}


/*----- アクセスアイコン -----*/
.access-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin-right: 20px;
    color: #707070;
    min-width: 108px;
}

.access-icon img {
    width: 20px;
    margin-right: 5px;
}

/*----- 予約ボタン -----*/
.hotel-item_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #F6F6F6;
    padding:1rem;
    align-items: baseline;
    justify-content: center;
    width: 60%;
    justify-content: space-around;
    height: fit-content;
}

.btn-reserve {
    padding: 0.5rem 3rem;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	position: relative;
	display: block;
    border-radius: 2rem;
    /* margin-left: 1rem; */
}

.btn-reserve_p {
    background: #EF5697;
	border: 2px solid #EF5697; 
}

.btn-reserve_p:hover {
	text-decoration: none;
	color: #EF5697;
	background: #FFF;
    opacity: 0.7;
}

.btn-reserve_b {
    background: #0077CC;
	border: 2px solid #0077CC; 
}

.btn-reserve_b:hover {
	text-decoration: none;
	color: #0077CC;
	background: #FFF;
    opacity: 0.7;
}

.btn-reserve_g {
    background: #15A452;
	border: 2px solid #15A452; 
}

.btn-reserve_g:hover {
	text-decoration: none;
	color: #15A452;
	background: #FFF;
    opacity: 0.7;
}

.modal-header h3 {
    margin: revert;
}

@media screen and (max-width:992px) {

    /* .hotel-item_img {
        width: 30%;
    } */

    .hotel-item-colmn {
        flex-direction: column;
    }

    .hotel-item_access {
        width: 100%;
    }

    .hotel-item_btn {
        width: 100%;
    }
}


@media screen and (max-width:768px) {

    .hotel-item {
        flex-direction: column;
        gap: 1rem;
    }

    .hotel-item_img {
        /* width: 60%; */
        margin: 0 auto;
    }

    .hotel-item_btn {
        justify-content: space-around;
    } 
    
    .pickup-btn_col3 {
        flex-direction: column;
    }

    .pickup-btn {
        padding: 1rem;
        width: 100%;
    }

    .pickup-btn p {
        font-size: 1rem;
    }
}

@media screen and (max-width:480px) {
    #hotel-osusume1 h3,
    #hotel-osusume2 h3,
    #hotel-osusume3 h3 {
        margin: 1rem auto;
    }

    .btn-hotel {
        margin: 0;
    }

    .pickup-btn {
        flex-direction: row;
    }

    .pickup-btn_col3 {
        margin-bottom: 2rem;
    }

    #hotel-osusume1, #hotel-osusume2, 
    #hotel-osusume3 {
        margin-bottom: 3rem;
    }

    .btn-reserve {
        padding: 0.5rem 2rem;
    }

    .access-icon {
        flex-direction: column;
        margin-right: 10px;
        min-width: 80px;
    }

    .access-icon img {
        margin-bottom: 5px;
    }
}



/***********************************************
FAQ　質問
************************************************/

#faq {
    background-color: #F6F6F6;
    padding-bottom: 3rem;
}

#faq-accordion .card {
    border: none;
  }
  #faq-accordion .card + .card {
    margin-top: 24px;
  }
  #faq-accordion .num-label {
    font-size: 20px;
    left: 15px;
    color: #fff;
    background: #202F55;
    padding: 16px 0;
    margin-right: 0;
    width: 50px;
    text-align: center;
  }
  #faq-accordion .card-header {
    border: none;
  }
  #faq-accordion .card-header button {
    padding: 30px 10px;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background: #fff;
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 5%);
    border: none;
  }
  #faq-accordion .card-header .faq-ttl {
    display: block;
    margin-left: 65px;
    padding-right: 65px;
    font-size: 15px;
    font-weight: bold;
    color: #343333;
  }
  #faq-accordion .card-header button:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #202F55;
    color: #FFF;
  }
  #faq-accordion .card-header button.collapsed:before {
    content: "\f078";
    background: #202F55;
    color: #fff;
  }
  #faq-accordion .card-body {
    padding: 24px 24px 24px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  span.answer {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #202F55;
    padding: 8px 18px;
    margin-right: 8px;
    border-radius: 8px;
  }
  ul.note {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
  }
  #faq-accordion .card-body p {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
  #faq-accordion .card-body p span {
    font-size: 13px;
    display: block;
  }
  #faq-accordion .card-body p + p {
    margin-top: 20px;
  }


 /***********************************************
blog
************************************************/
#blog {
    padding: 3rem 0;
}

.blog-flex {
    display: flex;
    align-items: stretch;
}

  .card-plan-01 {
    box-shadow: none;
    border: solid 1px #D5D5D5;
  }


/***********************************************
配色調整
************************************************/
/*----- color pink -----*/

.bg-pink {
    background-color: #EF5697;
}

.bg-pink2 {
    background-color: #FFEFF0;
}

.fc-pink {
    color: #EF5697;
}

.color-btn_p {
    border: solid 1px #EF5697;
    color: #EF5697;
}

.color-btn_p:hover {
    color: #EF5697;
    background-color: #FFEFF0;
}


/*----- color bule -----*/
.bg-blue {
    background-color: #0077CC;
}

.bg-blue2 {
    background-color: #DFF6FF;
}

.fc-blue {
    color: #0077CC;
}

.color-btn_b {
    border: solid 1px #0077CC;
    color: #0077CC;
}

.color-btn_b:hover {
    color: #0077CC;
    background-color: #DFF6FF;
}

/*----- color green -----*/
.bg-green {
    background-color: #15A452;
}

.bg-green2 {
    background-color: #F5F9E7;
}

.fc-green {
    color: #15A452;
}

.color-btn_g {
    border: solid 1px #15A452;
    color: #15A452;
}

.color-btn_g:hover {
    color: #15A452;
    background-color: #F5F9E7;
}

/***********************************************
調整
************************************************/

/*----- pc/sp　非表示切り替え -----*/
.sp {
    display: none;
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

}

/*----- pc段落調整 -----*/

@media screen and (min-width:768px) {
    .text-tb {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .text-sp {
        display: block;
    }
}

/*----- その他 -----*/

.mb1 {
    margin-bottom: 1rem;
}

.mb5 {
    margin-bottom: 5rem;
}

