@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Kaisei Decol', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Parisienne', cursive;


*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
.tdr-lp section {
  border: none;
  background: none;
}
.tdr-lp a:hover {
  color: inherit;
}
.tdr-lp i[class*="fa-"] {
  margin-right: 0;
}
.tdr-lp a:focus {
  color: inherit;
}
.tdr-lp select {
  outline: none;
  appearance: none;
}
@media screen and (max-width:768px) {}
/*=======================================
	共通
=======================================*/
.tdr-lp * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}
.tdr-lp p, .tdr-lp li, .tdr-lp dt, .tdr-lp dd, .tdr-lp th, .tdr-lp td, .tdr-lp h1, .tdr-lp h2, .tdr-lp h3, .tdr-lp h4, .tdr-lp h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.tdr-lp span {
  font-size: inherit;
  font-weight: inherit;
}
.tdr-lp i {
  font-size: inherit;
  font-weight: bold;
}
.tdr-lp a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.tdr-lp a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.tdr-lp .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
.tdr-lp h1, .tdr-lp h2, .tdr-lp h3 {}
.tdr-lp h2 {
  font-weight: 400;
  text-align: center;
  font-size: 26px;
}
.tdr-lp h3 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 22px;
}
.tdr-lp img {
  width: 100%;
  height: auto;
}
.tdr-lp .pc-none {
  display: none !important;
}
/*タイトル周り*/
.tdr-lp .ttl-head {
  font-family: 'Kaisei Decol', serif;
  text-align: center;
  margin: 0 0 20px 0;
}
.tdr-lp .ttl-bottom {
  display: block;
  width: fit-content;
  font-family: 'Parisienne', cursive;
  text-align: center;
  margin: 0 auto 50px auto;
  font-size: 22px;
  background: linear-gradient(45deg, #c4972f, #e6b137 45%, #e6b137 55%, #c4972f);
  background: -webkit-linear-gradient(45deg, #c4972f, #e6b137 30%, #e6b137 60%, #c4972f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tdr-lp .lead-txt {
  max-width: 600px;
  margin: 0 auto 50px auto;
}
/*ツアーリンク*/
.tdr-lp .tourlink-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tdr-lp .tourlink-wrap li {
  width: calc(100% / 2 - 20px);
  text-align: center;
  margin: 0 10px 10px 10px;
}
.tdr-lp .tourlink-wrap li a {
  display: block;
  background: #0075c2;
  font-weight: 500;
  color: #FFF;
  padding: 5px 5px 7px 5px;
}
.tdr-lp .tourlink-wrap li.plane a {
  background: #4d4398;
}
.tdr-lp .tourlink-wrap li a span {
  margin: 0 5px 0 0;
  font-weight: normal;
}
/*モーダルの設定*/
#lean_overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.tdr-lp .hotelmap .modal_inner,
.tdr-lp .tokyo-spot .modal_inner {
  display: none;
  padding: 30px;
  width: 300px;
  height: 150px;
  margin: 0 !important;
  left: calc(50% - 150px) !important;
  top: calc(50% - 75px) !important;
  background: #FFF;
  border-radius: 7px;
}
.tdr-lp .hotelmap .modal_inner ul,
.tdr-lp .tokyo-spot .modal_inner ul {
  flex-direction: column;
}
.tdr-lp .hotelmap .modal_inner .tourlink-wrap li,
.tdr-lp .tokyo-spot .modal_inner .tourlink-wrap li {
  width: 100%;
  margin: 0;
}
.tdr-lp .hotelmap .modal_inner .tourlink-wrap li + li,
.tdr-lp .tokyo-spot .modal_inner .tourlink-wrap li + li{
  width: 100%;
  margin: 10px 0 0 0;
}
.tdr-lp .modal_inner p.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  /* widthとheightは閉じるボタンの画像の幅を指定 */
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #000;
  z-index: 2;
  cursor: pointer;
	margin: 0;
}
.tdr-lp .modal_inner p.modal-close::after {
  content: "×";
  color: #FFF;
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.tdr-lp .dp-arrange .modal_inner {
  display: none;
  padding: 20px;
  width: 600px;
  height: 600px;
  margin: 0 !important;
  left: calc(50% - 300px) !important;
  top: calc(50% - 300px) !important;
  background: #FFF;
  border-radius: 7px;
}
/*特定出発地のみ非表示*/
.tdr-lp.kansai .kansai-none {
  display: none !important;
	}
.tdr-lp.hokuriku .hokuriku-none {
  display: none !important;
	}
.tdr-lp.tohoku .tohoku-none {
  display: none !important;
	}
.tdr-lp.chugoku .chugoku-none {
  display: none !important;
	}
.tdr-lp.kyusyu .kyusyu-none {
  display: none !important;
}
@media screen and (max-width:768px) {
  .tdr-lp .sp-none {
    display: none !important;
  }
  .tdr-lp .pc-none {
    display: inherit !important;
  }
  .tdr-lp .inner {
    width: 95%;
    padding: 50px 0 40px 0;
  }
  .tdr-lp .ttl-wrap {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .tdr-lp .ttl-head {
    padding: 0 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .tdr-lp h2 {
    font-size: 22px;
  }
  .tdr-lp .lead-txt {
    width: 90%;
    text-align: left;
  }
  .tdr-lp .tourlink-wrap li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.tdr-lp .mainvisual {
	background: #c4972f url("../img/main.jpg") no-repeat top center;
	background-size: cover;
	height: 500px;
}
.tdr-lp .mainvisual::after {
	content: "";
	display: block;
	width: 100%;
	height: 270px;
	background: url(../img/kirakira.png) no-repeat bottom center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tdr-lp .mainvisual .inner {
	z-index: 1;
		height: 500px;
	padding: 50px 0 0 0;
}
.tdr-lp .mainvisual .ttl-wrap {
	width: fit-content;
  background: linear-gradient(-60deg,#4d4398 20%, #706b99, #4d4398);
  padding: 0 20px 0 30px;
	height: 180px;
}
.tdr-lp .mainvisual .ttl-wrap::after {
	content: "";
	width: 50px;
	height: 180px;
	border-top: 90px solid #4d4398;
	border-bottom: 90px solid #4d4398;
	border-left: 0 solid rgba(0,0,0,0);
	border-right: 50px solid rgba(0,0,0,0);
	position: absolute;
	top: 0;
	right: -50px;
}
.tdr-lp .mainvisual .ttl-wrap::before {
	content: "";
	display: block;
	width: calc(100% + 47px);
	height: 170px;
	border-top: 1px dotted #47266e;
	border-bottom: 1px dotted #47266e;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
}
.tdr-lp .mainvisual .h1-head {
	width: fit-content;
	font-size: 18px;
	font-weight: 500;
	color: #c4972f;
	background: #FFF;
	padding: 3px 10px 5px 10px;
	border: 1px solid #c4972f;
	letter-spacing: 1px;
	position: relative;
	top: -20px;
	z-index: 2;
}
.tdr-lp .mainvisual .h1-head::after {
	content: "";
	display: block;
	height: 1px;
	width: 25px;
	background: #c4972f;
	transform: rotate(-45deg);
	position: absolute;
	bottom: -5px;
	left: 80px;
}
.tdr-lp .mainvisual h1 {
	font-size: 40px;
	font-weight: 300;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	line-height: 130%;
	top: -8px;
}
.tdr-lp .mainvisual h1::after {
	content: "Trip to Maiha&Shinurayasu";
	display: block;
	font-family: 'Parisienne', cursive;
	font-size: 20px;
	line-height: 200%;
	padding: 0 0 0 3px;
  background: linear-gradient(45deg, #c4972f, #e6b137 45%, #e6b137 55%, #c4972f);
  background: -webkit-linear-gradient(45deg, #c4972f, #e6b137 30%, #e6b137 60%, #c4972f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tdr-lp .mainvisual ul {
	width: fit-content;
	position: absolute;
	bottom: 50px;
	left: 20px;
}
.tdr-lp .mainvisual li {
	display: block;
	width: 100%;
	font-family: 'Kaisei Decol', serif;
	font-size: 18px;
	background: rgba(255,255,255,0.9);
	margin: 0 0 5px 0;
	padding: 5px 20px 7px 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px #FFF;
	font-weight: bold;
}
.tdr-lp .mainvisual li:nth-child(2) {
	margin: 0 0 5px 20px;
}
.tdr-lp .mainvisual li:nth-child(3) {
	margin: 0 0 5px 40px;
}
.tdr-lp .mainvisual li:nth-child(4) {
	margin: 0 0 5px 60px;
}
.tdr-lp .mainvisual .note {
	font-size: 12px;
	color: #FFF;
	text-shadow: 0 0 10px #000;
		position: absolute;
	bottom: 15px;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding: 0 5px 1px 5px;
	border-radius: 3px;
}

@media screen and (max-width:768px) {
	.tdr-lp .mainvisual {
	background: #c4972f url("../img/main-sp.jpg") no-repeat top right -50px;
		height: 450px;
	}
	.tdr-lp .mainvisual .inner {
		height: 450px;
	}
	.tdr-lp .mainvisual .ttl-wrap {
		    background: linear-gradient(#4d4398 20%, #706b99, #4d4398);
		width: 350px;
		height: 150px;
		margin: 0 auto;
	}
	.tdr-lp .mainvisual .ttl-wrap::before {
		width: 340px;
		height: 188px;
		border-top: none;
		border-bottom: none;
		border-left: 1px dotted #47266e;
    border-right: 1px dotted #47266e;
		    top: 0;
    left: 5px;
	}
	.tdr-lp .mainvisual .ttl-wrap::after {
		width: 350px;
		height: 40px;
		    border-top: 0 solid rgba(0,0,0,0);
    border-bottom: 40px solid rgba(0,0,0,0);
    border-left: 175px solid #4d4398;
    border-right: 175px solid #4d4398;
    position: absolute;
    top: inherit;
		bottom: -40px;
    right: 0;
	}
	.tdr-lp .mainvisual .h1-head {
		font-size: 16px;
		margin: 0 auto;
	}
	.tdr-lp .mainvisual .h1-head::after {
		left: calc(50% - 12px);
	}
	.tdr-lp .mainvisual h1 {
		font-size: 26px;
		text-align: center;
		top: 0;
	}
	.tdr-lp .mainvisual ul {
		width: 350px;
		bottom: 35px;
		left: calc(50% - 175px);
	}
	.tdr-lp .mainvisual li {
		font-size: 16px;
		text-align: center;
		    padding: 5px 10px 7px 10px;
	}
	.tdr-lp .mainvisual .note {
	font-size: 12px;
	color: #FFF;
	text-shadow: 0 0 10px #000;
		position: absolute;
	bottom: 5px;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding: 0 5px 1px 5px;
	border-radius: 3px;
}
	.tdr-lp .mainvisual li:nth-child(2),
	.tdr-lp .mainvisual li:nth-child(3),
	.tdr-lp .mainvisual li:nth-child(4) {
		margin: 0 0 5px 0;
	}
	
}
/*=======================================
	コンテンツナビ（nav）
=======================================*/
.tdr-lp .nav {
  background: linear-gradient(#EEE, #FFF, #EEE);
  border-top: 1px solid #c4972f;
  border-bottom: 1px solid #c4972f;
}
.tdr-lp .nav ul.sp-nav {
  display: none;
}
.tdr-lp .nav ul.pc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}
.tdr-lp .nav ul.pc-nav li {
  text-align: center;
  padding: 10px 0 0 0;
}
.tdr-lp .nav ul.pc-nav li:first-child {
  background: linear-gradient(#4d4398, #8d93c8, #4d4398);
  padding: 8px 20px 10px 20px;
}
.tdr-lp .nav ul li .dep-select-wrap select {
  width: 100%;
  padding: 0 10px 0 5px;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.tdr-lp .nav ul li .dep-select-wrap::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-size: 10px;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 5px;
  top: -2px;
  color: #c4972f;
}
.tdr-lp .nav ul.pc-nav li p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 5px 0;
  color: #FFF;
}
.tdr-lp .nav ul.pc-nav li a {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
.tdr-lp .nav ul.pc-nav li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #c4972f;
}
.tdr-lp .nav ul.pc-nav li a:hover {
  opacity: 1;
  color: #c4972f;
  transition: 0.3s;
}
/*スクロールでFix*/
.tdr-lp .nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-top: none;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:768px) {
  .tdr-lp .nav {
    background: none;
  }
  .tdr-lp .nav ul.pc-nav {
    display: none;
  }
  .tdr-lp .nav ul.sp-nav {
    display: inherit;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tdr-lp .nav ul.sp-nav > li {
    width: 50%;
    text-align: center;
  background: linear-gradient(#EEE, #FFF, #EEE);
    height: 70px;
  }
  .tdr-lp .nav ul.sp-nav > li:first-child {
  background: linear-gradient(#4d4398, #8d93c8, #4d4398);
    padding: 8px 20px 10px 20px;
  }
  .tdr-lp .nav ul.sp-nav > li:first-child p {
    font-size: 14px;
    text-align: center;
    color: #FFF;
    margin: 0 0 5px 0;
  }
  .tdr-lp .nav ul.sp-nav > li:first-child select {
    padding: 0 10px 0 10px;
    text-align: center;
  }
  .tdr-lp .nav ul.sp-nav > li:nth-child(2) p {
    display: block;
    line-height: 70px;
    text-align: center;
  }
  .tdr-lp .nav ul.sp-nav > li:nth-child(2) p::after {
    font-family: "Font awesome 5 Free";
    content: "\f13a";
    font-weight: bold;
    margin: 0 0 0 10px;
	  color: #c4972f;
  }
  .tdr-lp .nav ul.sp-nav > li.active:nth-child(2) p::after {
    content: "\f139";
  }
  .tdr-lp .nav ul.sp-nav > li:nth-child(2) ul {
    z-index: 10;
    position: absolute;
    top: 70px;
    width: 100%;
  }
  .tdr-lp .nav ul.sp-nav > li:nth-child(2) ul li {
    text-align: center;
  background: linear-gradient(#EEE, #FFF, #EEE);
  }
  .tdr-lp .nav ul.sp-nav > li:nth-child(2) ul li a {
    display: block;
    font-weight: bold;
    padding: 10px 10px 10px 0;
  }
  .tdr-lp .nav ul.sp-nav > li:nth-child(2) ul li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #c4972f;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
/*=======================================
	おすすめツアー（recommend-tour）
=======================================*/
.tdr-lp .recommend-tour {
  background: #bbdbf3;
}
.tdr-lp .recommend-tour .inner {
  width: 1030px;
}
.tdr-lp .recommend-tour .ttl-head { 
	width: fit-content;
	margin: 0 auto 20px auto;
	padding: 0 15px 2px 15px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 10px #FFF;
	}
.tdr-lp .recommend-tour .ttl-bottom {
	color: #FFF;
}
.tdr-lp .recommend-tour h2 {
  margin: 0 0 10px 0;
}
.tdr-lp .recommend-tour .lead-txt {}
.tdr-lp .recommend-tour .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tdr-lp .recommend-tour .tourbox {
  width: calc(100% / 3 - 30px);
  margin: 15px;
  background: #FFF;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #c4972f;
}
.tdr-lp .recommend-tour .tourbox .hotel-ico {
  display: block;
  width: 80px;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(#c4972f, #e6b137 30%, #e6b137 60%, #c4972f);
  padding: 5px 0;
  position: absolute;
  top: -1px;
  left: 7px;
  z-index: 1;
}
.tdr-lp .recommend-tour .tourbox .hotel-ico.partner {
  background: linear-gradient(#999, #DDD 30%, #DDD 60%, #999);
}
.tdr-lp .recommend-tour .tourbox .hotel-ico::after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 40px solid #c4972f;
  border-right: 40px solid #c4972f;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.tdr-lp .recommend-tour .tourbox .hotel-ico.partner::after {
  border-left: 40px solid #999;
  border-right: 40px solid #999;
}
.tdr-lp .recommend-tour .img-box span {
  display: block;
  font-family: 'Kaisei Decol', serif;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 0 0 2px 10px;
}
.tdr-lp .recommend-tour .img-box span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f207";
  font-size: 20px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
.tdr-lp .recommend-tour .txt-wrap {
  padding: 10px 15px;
}
.tdr-lp .recommend-tour .txt-box h3 {
  text-align: left;
  font-size: 17px;
	font-weight: 500;
  margin: 0 0 10px 0;
}
.tdr-lp .recommend-tour .txt-box .txt {
  font-size: 14px;
	line-height: 140%;
  margin: 0 0 7px 0;
}
.tdr-lp .recommend-tour .txt-box .tag {
  margin: 0 0 10px 0;
}
.tdr-lp .recommend-tour .txt-box .tag li {
  font-size: 12px;
  display: inline-block;
  color: #0075c2;
  border: 1px solid #0075c2;
  margin: 0 2px 3px 0;
  padding: 0 5px 1px 5px;
}
.tdr-lp .recommend-tour .txt-box .tag li.tabiwari {
  color: #FFF;
  border: 1px solid #0075c2;
	background: #0075c2;
}
.tdr-lp .recommend-tour .tour-price {
  font-size: 20px;
  font-weight: 500;
  color: #DD0000;
	padding: 0 15px;
}
.tdr-lp .recommend-tour .tour-price span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  color: #333;
}
.tdr-lp .tour_block_btn_wrap {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
.tdr-lp .tour_block_btn {
    border: 1px solid #0075c2;
    background: #fff;
    color: #0075c2;
    padding: 12px 0;
    width: 100%;
    font-size: 20px;
    border-radius: 0px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin: 60px 0 !important;
    display: inline-block;
  }
 .tdr-lp .tour_block_btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0 0 30px;
    border-top: 1px solid #0075c2;
    border-right: 1px solid #0075c2;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .tdr-lp .tour_block_btn-link:hover {
    opacity: 0.3;
    transition: 0.5s;
  }
 .tdr-lp .tour_block_btn_wrap a {
    width: 100%;
  }
 .tdr-lp .tour_block_btn_wrap a + a {
    margin-left: 30px;
  }
.tdr-lp .tour_block_btn_wrap {
    width: 95%;
    margin: 0% auto 0 !important;
  }
.tdr-lp .recommend-tour .tourlink-wrap {
  padding: 0 5px 10px 5px;
	
}
.tdr-lp .recommend-tour .tourlink-wrap li {
  margin: 5px;
  width: calc(100% / 2 - 10px);
}
.tdr-lp .recommend-tour .tourlink-wrap li a span {
  display: block;
  font-size: 12px;
  line-height: 110%;
  margin: 0;
}
@media screen and (max-width:768px) {
  .tdr-lp .recommend-tour .inner {
    width: 95%;
  }
  .tdr-lp .recommend-tour .box-wrap {
    flex-direction: column;
  }
  .tdr-lp .recommend-tour .tourbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
/*=======================================
	周辺ホテルから探す（recommend-hotel）
=======================================*/
.tdr-lp .recommend-hotel {}
.tdr-lp .recommend-hotel .inner {
  width: 100%;
  padding: 100px 0 0 0;
}
.tdr-lp .recommend-hotel .ttl-head { 
	width: fit-content;
	margin: 0 auto 20px auto;
	padding: 0 15px 2px 15px;
	background: #FFF;
	border: 2px solid #bbdbf3;
	border-radius: 20px;
	box-shadow: 0 0 10px #bbdbf3;
	}
.tdr-lp .recommend-hotel h2 {
  margin: 0 0 20px 0;
}
/*地図から探す*/
.tdr-lp .hotelmap {
  margin: 0 0 50px;
  height: 500px;
  background: url("../img/hotel-map.png") no-repeat top center;
	background-size: cover;
}
.tdr-lp .hotelmap .hotel-mark {
  width: 1000px;
  margin: 0 auto;
}
.tdr-lp .hotelmap .hotel-mark li {
	position: absolute;
	display: block;
	font-size: 1px;
	color: transparent;
	top: 0;
	left: 0;
}
.tdr-lp .hotelmap .hotel-mark li::after {
	font-family: "Font Awesome 5 Free";
	content: "\f594";
	color: #4d4398;
	font-size: 18px;
	font-weight: bold;
}
.tdr-lp .hotelmap .hotel-mark li.mark01 {
    top: 370px;
    left: 348px;
}
.tdr-lp .hotelmap .hotel-mark li.mark02 {
    top: 184px;
    left: 954px;
}
.tdr-lp .hotelmap .hotel-mark li.mark03 {
top: 247px;
    left: 893px;
}
.tdr-lp .hotelmap .hotel-mark li.mark04 {
top: 49px;
    left: 765px;
}
.tdr-lp .hotelmap .hotel-mark li.mark05 {
top: 111px;
    left: 603px;
}
.tdr-lp .hotelmap .hotel-mark li.mark06 {
top: 128px;
    left: 505px;
}
.tdr-lp .hotelmap .hotel-mark li.mark07 {
top: 160px;
    left: 123px;
}
.tdr-lp .hotelmap .hotel-mark li.mark08 {
    top: 380px;
    left: 365px;
}
.tdr-lp .hotelmap .hotel-list {
  width: 1000px;
  margin: 0 auto;
}
.tdr-lp .hotelmap .hotel-list li {
  position: absolute;
}
.tdr-lp .hotelmap .hotel-list li a {
	display: block;
	background: #4d4398;
	color: #FFF;
	height: 48px;
	padding: 0 22px;
	border-radius: 24px;
	box-shadow: 1px 1px #FFF;
}
.tdr-lp .hotelmap .hotel-list li a:hover {
	background: #a4a8d4;
	transition: 0.3s;
	opacity: 1;
}
.tdr-lp .hotelmap .hotel-list li a span.no {
	display: none;
}
.tdr-lp .hotelmap .hotel-list li a span.hotel-btn {
  display: block;
  font-size: 12px;
}
.tdr-lp .hotelmap .hotel-list li a span.hotel-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  margin: 0 0 0 5px;
	color: #c4972f;
	position: relative;
	top: 2px;
}
.tdr-lp .hotelmap .hotel-list li.hotel01 {
    top: 165px;
    right: 50px;
}
.tdr-lp .hotelmap .hotel-list li.hotel02 {
top: 310px;
    left: 175px;
}
.tdr-lp .hotelmap .hotel-list li.hotel03 {
    top: 273px;
    right: 17px;
}
.tdr-lp .hotelmap .hotel-list li.hotel04 {
top: 30px;
    right: -47px;
}
.tdr-lp .hotelmap .hotel-list li.hotel05 {
    top: 50px;
    right: 285px;
}
.tdr-lp .hotelmap .hotel-list li.hotel06 {
    top: 69px;
    left: 328px;
}
.tdr-lp .hotelmap .hotel-list li.hotel07 {
top: 186px;
    left: -17px;
}
.tdr-lp .hotelmap .hotel-list li.hotel08 {
top: 390px;
    left: 180px;
}
/*目的別おすすめホテル*/
.tdr-lp .recommend-hotel .tabs {
  width: 1000px;
  margin: 0 auto 7px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  ;
  z-index: 8;
}
.tdr-lp .recommend-hotel .tabs li {
  width: calc(100% / 3 - 10px);
  text-align: center;
  cursor: pointer;
}
.tdr-lp .recommend-hotel .tabs li a {
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  background: #FFF;
  color: #8d93c8;
  border: 2px solid #8d93c8;
}
.tdr-lp .recommend-hotel .tabs li.active a {
  background: #8d93c8;
  border: none;
  color: #FFF;
  font-size: 18px;
  padding: 18px 5px 20px 5px;
}
.tdr-lp .recommend-hotel .tabs li.active a::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  border-top: 15px solid #8d93c8;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
}
.tdr-lp .recommend-hotel .tabs li a:hover {
	background: #EEE;
	opacity: 1;
}
.tdr-lp .recommend-hotel .tabs li.active a:hover {
	background: #8d93c8;
	opacity: 1;
	cursor: default;
}
/*タブの中身*/
.tdr-lp .recommend-hotel .tab-content {
  padding: 50px 0;
  background: #bbdbf3;
}
.tdr-lp .recommend-hotel .tourbox {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 40px auto;
}
.tdr-lp .recommend-hotel .tourbox .hotel-ico {
  display: block;
  width: 80px;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(#c4972f, #e6b137 30%, #e6b137 60%, #c4972f);
  padding: 5px 0;
  position: absolute;
  top: -1px;
  left: 7px;
  z-index: 1;
}
.tdr-lp .recommend-hotel .tourbox .hotel-ico.partner {
  background: linear-gradient(#999, #DDD 30%, #DDD 60%, #999);
}
.tdr-lp .recommend-hotel .tourbox .hotel-ico::after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 40px solid #c4972f;
  border-right: 40px solid #c4972f;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.tdr-lp .recommend-hotel .tourbox .hotel-ico.partner::after {
  border-left: 40px solid #999;
  border-right: 40px solid #999;
}
.tdr-lp .recommend-hotel .img-box {
  width: 400px;
  border: 2px solid #c4972f;
}
/*Slick*/
.tdr-lp .recommend-hotel .slider {
  width: 100%;
}
.tdr-lp .recommend-hotel .slick-dotted.slick-slider {
  margin: 0;
}
.tdr-lp .recommend-hotel .slick-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.tdr-lp .recommend-hotel .slick-dots li {
  width: 60px;
  height: 3px;
  padding: 0;
}
.tdr-lp .recommend-hotel .slick-dots li button {
  width: 60px;
  height: 3px;
  padding: 0;
}
.tdr-lp .recommend-hotel .slick-dots li button:before {
  opacity: 0.4;
  background: #c4972f;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 3px;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.tdr-lp .recommend-hotel .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #c4972f;
}
.tdr-lp .recommend-hotel .txt-box {
  width: calc(100% - 430px);
}
.tdr-lp .recommend-hotel .txt-box .txt-wrap {
	padding: 0 10px;
}
.tdr-lp .recommend-hotel .txt-box h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 10px 0;
}
.tdr-lp .recommend-hotel .txt-box h4::before {
  display: block;
  width: fit-content;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  background: #8d93c8;
  color: #FFF;
  border-radius: 5px;
  padding: 0 15px 1px 15px;
  margin: 0 0 10px 0;
}
.tdr-lp .recommend-hotel .family .txt-box h4::before {
  content: "家族・お子さま連れにオススメ";
}
.tdr-lp .recommend-hotel .couple .txt-box h4::before {
  content: "カップル・ご夫婦にオススメ";
}
.tdr-lp .recommend-hotel .group .txt-box h4::before {
  content: "学生・グループ旅行にオススメ";
}
.tdr-lp .recommend-hotel .txt-box .txt {
  margin: 0 0 7px 0;
}
.tdr-lp .recommend-hotel .txt-box .tag {
  margin: 0 0 10px 0;
}
.tdr-lp .recommend-hotel .txt-box .tag li {
  font-size: 12px;
  display: inline-block;
  color: #0075c2;
  border: 1px solid #0075c2;
  margin: 0 2px 3px 0;
    padding: 0 5px 1px 5px;
}
.tdr-lp .recommend-hotel .txt-box .tag li.tabiwari {
  color: #FFF;
  border: 1px solid #0075c2;
	background: #0075c2;
}
.tdr-lp .recommend-hotel .tour-price {
  font-size: 20px;
  font-weight: 500;
  color: #DD0000;
  margin: 0 0 30px 0;
	padding: 0 10px;
}
.tdr-lp .recommend-hotel .tour-price span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  color: #333;
}
.tdr-lp .recommend-hotel .tourlink-wrap li a {
  border: 2px solid #FFF;
}
.tdr-lp .recommend-hotel .tourlink-wrap li a span {
  display: block;
  font-size: 12px;
  line-height: 110%;
  margin: 0;
}
@media screen and (max-width:768px) {
  .tdr-lp .recommend-hotel .ttl-wrap {
    width: 95%;
    margin: 0 auto 50px auto;
  }
  .tdr-lp .recommend-hotel .ttl-wrap::before, .tdr-lp .recommend-hotel .ttl-wrap::after {
    content: none;
  }
  .tdr-lp .hotelmap {
	  background: #b7d5ed;
	  height: auto;
	  padding: 0 0 20px 0;
  }
	.tdr-lp .hotelmap .hotel-mark-wrap {
		width: 100%;
		height: 400px;
    background: url("../img/hotel-map-sp.png") no-repeat top center;
	  background-size: cover;
	}
	.tdr-lp .hotelmap .hotel-mark {
		width: 350px;
		height: 400px;
		margin: 0 auto 10px auto;
	}
.tdr-lp .hotelmap .hotel-mark li {
	position: absolute;
	display: block;
	font-family: 'Parisienne', cursive;
	font-size: 18px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #4d4398;
	color: #FFF;
}
	.tdr-lp .hotelmap .hotel-mark li::after {
		content: none;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark01 {
    top: 275px;
    left: 7px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark02 {
    top: 211px;
    left: 317px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark03 {
    top: 244px;
    left: 288px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark04 {
    top: 140px;
    left: 216px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark05 {
top: 169px;
    left: 138px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark06 {
top: 189px;
    left: 100px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark07 {
    top: 82px;
    left: 70px;
	}
	.tdr-lp .hotelmap .hotel-mark li.mark08 {
    top: 315px;
    left: 10px;
	}
  .tdr-lp .hotelmap .hotel-list {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .tdr-lp .hotelmap .hotel-list li {
    width: 100%;
    position: static;
    margin: 0 0 7px 0;
	  padding: 0 0 0 7px;
  }
  .tdr-lp .hotelmap .hotel-list li a span.no {
    top: calc(50% - 15px);
    left: -15px;
  }
.tdr-lp .hotelmap .hotel-list li a {
  display: block;
  background: #FFF;
	color: #333;
    padding: 2px 10px 4px 25px;
  font-size: 16px;
  font-weight: 500;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.tdr-lp .hotelmap .hotel-list li a span.no {
	font-family: 'Parisienne', cursive;
  display: block;
  width: 26px;
  height: 26px;
  background: #4d4398;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: -4px;
  left: -10px;
  z-index: 1;
}
.tdr-lp .hotelmap .hotel-list li a:hover span.no {
  background: #0075c2;
  transition: 0.3s;
}
  .tdr-lp .recommend-hotel .tabs {
    width: 95%;
  }
  .tdr-lp .recommend-hotel .tabs li {
    width: calc(100% / 3 - 5px);
  }
  .tdr-lp .recommend-hotel .tabs li a {
    font-size: 14px;
  }
  .tdr-lp .recommend-hotel .tabs li.active a {
    font-size: 16px;
  }
  .tdr-lp .recommend-hotel .tabs li span {
    display: none;
  }
.tdr-lp .hotelmap .hotel-list li a span.hotel-btn {
  display: block;
  font-size: 12px;
  color: #4d4398;
}
.tdr-lp .hotelmap .hotel-list li a span.hotel-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  margin: 0 0 0 5px;
	color: #c4972f;
}
.tdr-lp .hotelmap .hotel-list li a:hover,
.tdr-lp .hotelmap .hotel-list li a:hover span.hotel-btn {
  opacity: 1;
  color: #0075c2;
  transition: 0.3s;
	background: #fafafa;
}
  .tdr-lp .recommend-hotel .tab-content {
    padding: 20px 0 50px 0;
  }
  .tdr-lp .recommend-hotel .tourbox {
    width: 90%;
    max-width: 400px;
    flex-direction: column;
    margin: 0 auto 30px auto;
  }
  .tdr-lp .recommend-hotel .img-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .tdr-lp .recommend-hotel .txt-box {
    width: 100%;
  }
  .tdr-lp .recommend-hotel .txt-box .tour-price {
    margin: 10px 0;
  }
  .tdr-lp .recommend-hotel .txt-box .tour-price span {
    display: block;
  }
}
/*=======================================
	東京をもっと楽しむ（more-tokyo）
=======================================*/
.tdr-lp .more-tokyo {
	background: #f5c4c4;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.tdr-lp .more-tokyo .inner {
  width: 1100px;
	padding: 100px 0 50px 0;
}
.tdr-lp .more-tokyo h2 {
	margin: 0 0 20px 0;
}
.tdr-lp .more-tokyo .lead-txt {
	margin: 0 auto 80px auto;
}
.tdr-lp .more-tokyo .ttl-head { 
	width: fit-content;
	margin: 0 auto 20px auto;
	padding: 0 15px 2px 15px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 10px #FFF;
	}
/*DP*/
.tdr-lp .more-tokyo .about-dp {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px 10px 30px;
	margin: 0 50px 100px 50px;
}
.tdr-lp .more-tokyo .about-dp h3 {
    font-family: 'Kaisei Decol', serif;
	margin: 0 0 30px 0;
}
.tdr-lp .more-tokyo .about-dp h3 strong {
	color: #d83473;
	font-size: 32px;
}
.tdr-lp .more-tokyo .about-dp .txt {
	color: #d83473;
	text-align: center;
	margin: 0 0 20px 0;
}
.tdr-lp .more-tokyo .about-dp .img-box {
	width: 790px;
	height: auto;
	margin: 0 auto;
}
/*スポット紹介*/
.tdr-lp .more-tokyo .tokyo-spot .ttl-head { 
	width: fit-content;
	margin: 0 auto 20px auto;
	padding: 5px 40px 7px 40px;
	background: #FFF;
	font-size: 20px;
	border-radius: 40px;
	box-shadow: 0 0 10px #FFF;
	}
.tdr-lp .more-tokyo .tokyo-spot .trigger {
	text-align: center;
	color: #d83473;
	font-family: 'Parisienne', cursive;
	font-size: 30px;
	cursor: pointer;
}
.tdr-lp .more-tokyo .tokyo-spot .trigger:hover {
	text-shadow: 0 0 10px #FFF;
	opacity: 1;
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.open {
	margin: 0 0 100px 0;
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.open::before {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	transform: rotate(90deg);
	background: #d83473;
	position: absolute;
	bottom: -35px;
	left: calc(50% - 40px);
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.open::after {
	content: "";
	display: block;
	height: 1px;
	width: 8px;
	transform: rotate(-45deg);
	background: #d83473;
	position: absolute;
	bottom: -72px;
	left: calc(50% - 1px);
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.active {
	display: none;
}

.tdr-lp .more-tokyo .tokyo-spot .trigger.open::before {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	transform: rotate(90deg);
	background: #d83473;
	position: absolute;
	bottom: -35px;
	left: calc(50% - 40px);
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.open::after {
	content: "";
	display: block;
	height: 1px;
	width: 8px;
	transform: rotate(-45deg);
	background: #d83473;
	position: absolute;
	bottom: -72px;
	left: calc(50% - 1px);
}

.tdr-lp .more-tokyo .tokyo-spot .trigger.close {
	margin: 100px 0 0 0;
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.close::before {
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	transform: rotate(90deg);
	background: #d83473;
	position: absolute;
	top: -45px;
	left: calc(50% - 40px);
}
.tdr-lp .more-tokyo .tokyo-spot .trigger.close::after {
	content: "";
	display: block;
	height: 1px;
	width: 8px;
	transform: rotate(45deg);
	background: #d83473;
	position: absolute;
	top: -82px;
	left: calc(50% - 1px);
}
.tdr-lp .more-tokyo .tokyo-spot .acordion_tree {
	padding: 30px 0 0 0;
}
.tdr-lp .more-tokyo .tokyo-spot h3 {
	margin: 0 0 30px 0;
}
.tdr-lp .more-tokyo .tokyo-spot .note {
	margin: 0 0 20px 0;
	text-align: center;
	color: #d83473;
}
.tdr-lp .more-tokyo .tokyo-spot {
  width: 1000px;
  margin: 0 auto;
}
.tdr-lp .more-tokyo .tokyo-spot .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tdr-lp .more-tokyo .tokyo-spot .box-wrap .box {
  width: calc(100% / 4 - 20px);
  margin: 0 0 30px 0;
  padding: 0 0 40px 0;
	border: 2px solid #FFF;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
}
.tdr-lp .more-tokyo .tokyo-spot .img-box {
  margin: 0 0 5px 0;
}
.tdr-lp .more-tokyo .tokyo-spot .img-box img {

}
.tdr-lp .more-tokyo .tokyo-spot .txt-box {
  padding: 0 5px;
}
.tdr-lp .more-tokyo .tokyo-spot .txt-box h4 {
	font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px 0;
	color: #d83473;
	text-align: center;
	border-bottom: 1px dotted #d83473;
}
.tdr-lp .more-tokyo .tokyo-spot .txt-box .txt {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 5px 0;
	padding: 0 5px;
}
.tdr-lp .more-tokyo .tokyo-spot .txt-box .txt-area {
	font-size: 14px;
	color: #d83473;
	padding: 0 5px;
}
.tdr-lp .more-tokyo .tokyo-spot .txt-box .txt-area::before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight: bold;
	margin: 0 5px 0 0;
}
.tdr-lp .more-tokyo .tokyo-spot .tokyo-tourlink {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tdr-lp .more-tokyo .tokyo-spot .tokyo-tourlink a {
  display: block;
  background: #d83473;
  color: #FFF;
  padding: 7px 5px 8px 0;
}
.tdr-lp .more-tokyo .tokyo-spot .tokyo-tourlink a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 10px;
  font-weight: bold;
  color: #941f57;
  position: absolute;
  right: 5px;
  top: 7px;
}
@media screen and (max-width:768px) {
  .tdr-lp .more-tokyo .inner {
    width: 90%;
	}.tdr-lp .more-tokyo .lead-txt {
		margin: 0 auto 40px auto;
	}
  .tdr-lp .more-tokyo h2 {
    font-size: 22px;
  }
	.tdr-lp .more-tokyo .about-dp {
		margin: 0 0 50px 0;
		padding: 20px 22px 10px 22px;
	}
.tdr-lp .more-tokyo .about-dp .img-box {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 0 auto;
}
	.tdr-lp .more-tokyo .about-dp h3 {
		font-size: 20px;
		letter-spacing: -1px;
	}
	.tdr-lp .more-tokyo .about-dp h3 strong {
		font-size: 24px;
	}
	.tdr-lp .more-tokyo .about-dp .txt {
		text-align: left;
		margin: 0 0 15px 0;
	}
  .tdr-lp .more-tokyo .tokyo-spot .box-wrap .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .tdr-lp .more-tokyo .tokyo-spot .tokyo-tourlink a span {
    display: none;
  }
  .tdr-lp .more-tokyo .tokyo-spot {
    width: 100%;
  }
	
.tdr-lp .more-tokyo .tokyo-spot .ttl-head { 
	padding: 5px 20px 7px 20px;
	font-size: 18px;
	}
}
/*=======================================
	DPアレンジ（dp-arrange）
=======================================*/
.tdr-lp .dp-arrange {
	background: url("../img/bk-pat.png");
}
.tdr-lp .dp-arrange .inner {
	width: 1040px;
}
.tdr-lp .dp-arrange h2 {
	margin: 0 0 50px 0;
	text-shadow: 2px 2px #FFF;
}
.tdr-lp .dp-arrange .box-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tdr-lp .dp-arrange .box {
	width: calc(100% / 3 - 40px);
	margin: 0 20px 50px 20px;
}
.tdr-lp .dp-arrange .box .step-no {
    font-family: 'Parisienne', cursive;
	font-size: 28px;
	line-height: 100%;
	color: #FFF;
	background: #a4a8d4;
	padding: 8px 10px 0 10px;
	width: fit-content;
	height: 36px;
}
.tdr-lp .dp-arrange .box .step-no::after {
	content: "";
	width: 40px;
	height: 40px;
	border-bottom: 20px solid #a4a8d4;
	border-top: 20px solid rgba(0,0,0,0);
	border-left: 20px solid #a4a8d4;
	border-right: 20px solid rgba(0,0,0,0);
	position: absolute;
	top: 0;
	right: -40px;
}
.tdr-lp .dp-arrange .box .step-no span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
.tdr-lp .dp-arrange .box .img-box {
	margin: 0 0 10px 0;
	border: 5px solid #a4a8d4;
	background: #FFF;
	padding: 10px;
}
.tdr-lp .dp-arrange .box .img-box a {
	display: block;
}
.tdr-lp .dp-arrange .box .img-box a span {
	font-size: 12px;
	display: block;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	border-radius: 5px;
	padding: 1px 5px 3px 5px;
	position: absolute;
	bottom: -5px;
	right: -5px;
}
.tdr-lp .dp-arrange .box .img-box a span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00e";
	font-weight: bold;
	margin: 0 5px 0 0;
}
.tdr-lp .dp-arrange .box .txt {
	font-size: 15px;
	text-shadow: 2px 2px #FFF;
}
.tdr-lp .dp-arrange .box .txt strong {
	    color: #d83473;
}
@media screen and (max-width:768px) {
	.tdr-lp .dp-arrange .inner {
		width: 90%;
	}
	.tdr-lp .dp-arrange .box-wrap {
		display: block;
		padding: 30px 0 0 0;
	}
.tdr-lp .dp-arrange .box {
	width: 100%;
}
	.tdr-lp .dp-arrange .box .img-box img {
		max-width: 280px;
		margin: 0 auto;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-dots {
		position: absolute;
		bottom: inherit;
		top: -30px;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-dots li button:before {
		font-size: 16px;
		content: none;
	}
	.tdr-lp .dp-arrange .slick-dots li button {
		font-size: 16px;
		color: #4d4398;
		line-height: 100%;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		padding: 0 0 3px 0;
		text-align: center;
	}
	.tdr-lp .dp-arrange .slick-dots li.slick-active button {
		color: #FFF;
		background: #4d4398;
		font-weight: bold;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-prev,
	.tdr-lp .dp-arrange .box-wrap .slick-next {
		position: absolute;
		    top: 220px;
		    z-index: 1;
		width: 30px !important;
		height: 30px !important;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-prev {
		    left: -15px;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-next {
		    right: -15px;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-next:before,
	.tdr-lp .dp-arrange .box-wrap .slick-prev:before {
		font-family: "Font Awesome 5 Free";
		content: "\f138";
		font-size: 30px;
		font-weight: bold;
		color: #4d4398;
		width: 30px;
		height: 30px;
	}
	.tdr-lp .dp-arrange .box-wrap .slick-prev:before {
		content: "\f137";
	}
}

/*=======================================
	検索BOX（search）
=======================================*/
.tdr-lp .search {
background: #a4a8d4;
	border-bottom: 2px solid #FFF;
}
.tdr-lp .search h2 {
	margin: 0 0 50px 0;
}
.tdr-lp .lodging {
	background: #2d4198;
}
.tdr-lp .lodging .ttl-head {
	text-align: center;
	margin: 0 0 20px 0;
	color: #FFF;
}
.tdr-lp .lodging h2 {
	color: #FFF;
	margin: 0;
}
.tdr-lp .fw-top .fw-search-top__ttl {
	display: none;
}
.tdr-lp .lodging .lead-txt {
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 180%;
	color: #FFF;
}
.tdr-lp .lodging .lead-txt strong {
  color: #fcc601;
  font-weight: 700;
}
/*検索ボックス（外部ファイル読み込み・CSS上書き対応）*/
.rdrCalendarWrapper {
  width: 100%;
}
.tdr-lp .rdrMonth {
  width: 100%;
}
.tdr-lp .lodging .search-box {
  background: #212e72;
  padding: 30px 40px 20px 40px;
}
.tdr-lp .lodging .search-box h2 {
  color: #FFF;
  text-shadow: none;
  font-size: 28px;
}
.tdr-lp .fw-top .fw-mv-search {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.tdr-lp .fw-top .fw-mv-search .fw-search-top__item-data input {
  font-size: 20px;
  padding: 0;
}
.tdr-lp .fw-top .fw-mv-search .fw-search-top__item-data input[type="text"] {
  width: 100%;
  max-width: none;
  padding: 10px;
  font-size: 16px;
}
.tdr-lp .fw-top .fw-search-top__item-label {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin: 0 10px 0 0;
}
.tdr-lp .fw-top .fw-search-top__item--date .fw-checkbox--icon .fw-checkbox__label {
  color: #FFF;
}
.tdr-lp .fw-top .fw-search-top--train .fw-change-route-ttl, .tdr-lp .fw-train-list-time-search-ttl, .tdr-lp .fw-top .fw-radio--normal .fw-radio__input:checked + .fw-radio__label, .tdr-lp .fw-top .fw-search-top--train .fw-radio__label, .tdr-lp .fw-top .fw-search-top--train .fw-search-top__sub-label {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.tdr-lp .fw-train-list-time-search-ttl {
  margin: 0 10px 0 0;
}
.tdr-lp .fw-top .fw-radio--normal .fw-radio__input:checked + .fw-radio__label:before {
  background-color: #d7000f;
}
.tdr-lp .fw-top .fw-search-top--train .fw-train-list-time-search-col {
  justify-content: flex-start;
}
.tdr-lp .fw-train-list-time-select-txt, .tdr-lp .fw-train-list-time-select-minute {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label:before {
  background-color: #d7000f;
}
.tdr-lp .fw-top .fw-search-top--train .fw-train-list-time-search-accordion-wrap {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  background: #FFF;
  padding: 0 0 3px 10px;
  margin: 0;
}
.fw-top .fw-search-top--train .fw-train-list-time-search-accordion {
  font-size: 14px;
  color: #2d4198;
  width: 100%;
}
.tdr-lp .fw-top .fw-search-top--train .fw-train-list-time-select .fw-select select {
  color: #000;
}
.tdr-lp .fw-top .fw-search-top--train .fw-train-list-time-search-wrap.fw-is-open {
  border: 1px solid #FFF;
  padding: 10px 20px;
}
.tdr-lp .w-train-list-time-search-col {
  margin-bottom: 0;
}
.tdr-lp .fw-top .fw-search-top--train .fw-change-route {
  margin: 0 0 10px 0;
}
.tdr-lp .fw-top .fw-search-top--train .fw-search-top__btn {
  margin: 20px 0 0 0;
}
.tdr-lp .fw-top .fw-search-top__btn button {
	background-color: #4d4398;
}
@media screen and (max-width:768px) {
  .tdr-lp .lodging.inner {
    padding: 20px 0 50px 0;
  }
  .tdr-lp .lodging h2 {
	  font-size: 30px;
    margin: 0 0 30px 0;
  }
  .tdr-lp .lodging .lead-txt {
    text-align: left;
  }
  .tdr-lp .lodging .search-box {
    padding: 20px 20px 15px 20px;
  }
  .fw-top .fw-select--area-set:nth-child(2n-1) {
    width: 100%;
    max-width: 500px;
  }
  .fw-top .fw-select--area-set:nth-child(2n) {
    width: 100%;
    max-width: 500px;
    margin: 5px 0 0 0;
  }
  .fw-top .fw-select--area-set:nth-child(n+3) {
    margin: 5px 0 0 0;
  }
  .fw-top .fw-search-top--train .fw-train-list-time-search {
    flex-wrap: wrap;
  }
  .tdr-lp .fw-top .fw-search-top__item-label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0 0 10px 0;
  }
}

/*=======================================
	tdrをもっと楽しむ（more-tdr）
=======================================*/
.tdr-lp .more-tdr {
	    background: #bbdbf3;
	border-bottom: 2px solid #FFF;
}
.tdr-lp .more-tdr .ttl-head { 
	width: fit-content;
	margin: 0 auto 20px auto;
	padding: 0 15px 2px 15px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 10px #FFF;
	}
.tdr-lp .more-tdr h2 {
	margin: 0 0 50px 0;
}
/*基本情報*/
.tdr-lp .more-tdr .basic-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px 0;
}
.tdr-lp .more-tdr .basic-wrap .left-box,
.tdr-lp .more-tdr .basic-wrap .right-box {
	background: #FFF;
	border-radius: 10px;
	padding: 10px 20px;
	box-shadow: 0 0 10px #fff;
}
.tdr-lp .more-tdr .basic-wrap .midashi {
	font-family: 'Parisienne', cursive;
	/*color: #FFF;*/
	font-size: 30px;
	line-height: 100%;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}
.tdr-lp .more-tdr .basic-wrap .midashi span {
	font-size: 14px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 2px;
}
.tdr-lp .more-tdr .basic-wrap .left-box {
  width: 48%;
}
.tdr-lp .more-tdr .basic-wrap .left-box .midashi {
	color: #4d4398;
	border-bottom:1px solid #4d4398;
}
.tdr-lp .more-tdr .basic-wrap .right-box {
  width: 48%;
}
.tdr-lp .more-tdr .basic-wrap .right-box .midashi {
	color: #d83473;
		border-bottom:1px solid #d83473;
}
.tdr-lp .more-tdr .basic-wrap .box {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #EEE;
	padding: 0 0 20px 0;
}
.tdr-lp .more-tdr .basic-wrap .box:last-child {
	border: none;
	padding: 0;
}
.tdr-lp .more-tdr .basic-wrap h3 {
	font-family: 'Kaisei Decol', serif;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px 0;
	letter-spacing: -2px;
}
.tdr-lp .more-tdr .basic-wrap .left-box h3 {
	color: #4d4398;
}
.tdr-lp .more-tdr .basic-wrap .right-box h3 {
	color: #d83473;
}
.tdr-lp .more-tdr .basic-wrap p {
	font-size: 15px;
}
.tdr-lp .more-tdr .basic-wrap p .note {
	font-size: 12px;
}
/*TDR攻略*/
.tdr-lp .more-tdr .howto-wrap .box-wrap {
	background: #FFF url("../img/hougan.png");
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.tdr-lp .more-tdr .howto-wrap .box {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 30px 0;
	padding: 0 40px 0 20px;
}
.tdr-lp .more-tdr .howto-wrap .box.reverse {
	flex-direction: row-reverse;
	padding: 0 20px 0 40px;
}
.tdr-lp .more-tdr .howto-wrap .box:last-child {
	margin: 0;
	padding: 20px 20px 0 40px;
}
.tdr-lp .more-tdr .howto-wrap .box .img-box {
	width: 300px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	transform: rotate(-7deg);
	left: -20px;
}
.tdr-lp .more-tdr .howto-wrap .box.reverse .img-box {
	transform: rotate(7deg);
	left: inherit;
	right: -20px;
}
.tdr-lp .more-tdr .howto-wrap .txt-box {
	width: calc(100% - 320px);
	padding: 20px 0;
}
.tdr-lp .more-tdr .howto-wrap .txt-box h3 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #4d4398;
	letter-spacing: 1px;
}
.tdr-lp .more-tdr .howto-wrap .txt-box h3 span {
	background: linear-gradient(rgba(0,0,0,0) 75%,#f5e56b 75%);
	padding: 0 0 0 2px;
}
.tdr-lp .more-tdr .howto-wrap .txt-box p {
	letter-spacing: 1px;
}
@media screen and (max-width:768px) {
	.tdr-lp .more-tdr .basic-wrap .box-wrap {
		flex-direction: column;
	}
	.tdr-lp .more-tdr .basic-wrap .left-box {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.tdr-lp .more-tdr .basic-wrap .right-box {
		width: 100%;
	}
	.tdr-lp .more-tdr .basic-wrap h3 {
		letter-spacing: normal;
		font-size: 20px;
	}
	.tdr-lp .more-tdr .howto-wrap .box,
	.tdr-lp .more-tdr .howto-wrap .box.reverse{
		flex-direction: column;
		margin: 0 0 20px 0;
		padding: 0 20px;
	}
	.tdr-lp .more-tdr .howto-wrap .txt-box {
		width: 100%;
	}
	.tdr-lp .more-tdr .howto-wrap .box .img-box {
		left: inherit;
		margin: 0 0 10px 0;
	}
	.tdr-lp .more-tdr .howto-wrap .txt-box h3 {
		font-size: 18px;
	}
	.tdr-lp .more-tdr .howto-wrap .txt-box p {
		font-size: 14px;
	}
}

/*=======================================
	よくある質問（faq）
=======================================*/
.tdr-lp .faq {
  background: #a4a8d4;
  padding: 0 0 100px 0;
}
.tdr-lp .faq .ttl-head {
    width: fit-content;
    margin: 0 auto 20px auto;
    padding: 0 15px 2px 15px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 10px #fff;
}
.tdr-lp .faq h2 {
  color: #FFF;
  margin: 0 0 50px 0;
}
.tdr-lp .faq h3 {
  color: #FFF;
	font-size: 22px;
	text-align: left;
	border-bottom: 2px solid #FFF;
  margin: 0 0 20px 0;
}
.tdr-lp .faq h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f219";
	font-weight: bold;
	margin: 0 10px 0 0;
}
.tdr-lp .faq ul {
	margin: 0 0 30px 0;
}
.tdr-lp .faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
  background: #FFF;
  border-radius: 5px;
}
.tdr-lp .faq .que {
  height: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding: 12px 60px 15px 62px;
  border-radius: 5px;
}
.tdr-lp .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9;
	color: #a4a8d4;
}
.tdr-lp .faq .que.active::after {
  content: "ー";
  z-index: 9;
}
.tdr-lp .faq .que span {
  font-family: 'Parisienne', cursive;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  color: #68a4d9;
  line-height: 100%;
  margin: 0 20px 0 0;    position: absolute;
    top: 10px;
    left: 20px;
}
.tdr-lp .faq li:hover {
  opacity: 1;
}
.tdr-lp .faq .ans {
  padding: 0 30px 20px 62px;
  border-radius: 0 0 5px 5px;
  position: relative;
	font-size: 14px;
}
.tdr-lp .faq .ans span.icon {
  display: inline-block;
  padding: 0;
  font-family: 'Parisienne', cursive;
  font-size: 30px;
  color: #f19ca7;
  line-height: 100%;
  font-weight: bold;
	position: absolute;
	top: 0;
	left: 13px;
}
.tdr-lp .faq .ans a {
  text-decoration: underline;
  color: #0075c2;
}
.tdr-lp .faq .ans a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: bold;
  padding: 0 5px;
}
@media screen and (max-width:768px) {
  .tdr-lp .faq {
    padding: 50px 0 70px 0;
  }
  .tdr-lp .faq .ans {
    padding: 0 20px 20px 60px;
  }
}
/*=======================================
	その他の特集（other）
=======================================*/
.tdr-lp .other {
	background: #4d4398;
}
.tdr-lp .other h2 {
	margin: 0 0 50px 0;
	color: #FFF;
}
.tdr-lp .other ul {
	display: flex;
	justify-content: space-between;
}
.tdr-lp .other li {
	width: calc(100% / 3 - 20px);
	text-align: center;
	font-size: 18px;
}
.tdr-lp .other li a {
	display: block;
	padding: 25px 20px 25px 0;
	background: #FFF;
}
.tdr-lp .other li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	position: absolute;
	right: 10px;
}
@media screen and (max-width:768px) {
	.tdr-lp .other ul {
		flex-direction: column;
	}
	.tdr-lp .other li {
		width: 90%;
		margin: 0 auto;
		max-width: 350px;
	}
	.tdr-lp .other li+li {
		margin: 10px auto 0 auto;
	}
}

/*=======================================
	おすすめツアー内 ラッピング新幹線バナー
	※東北発選択時のみ表示
=======================================*/
.tdr-lp .recommend-wrapping-banner {
	display: none;
}
.tdr-lp.tohoku .recommend-wrapping-banner {
	display: block;
	text-align: center;
	margin: 0 0 50px 0;
}
.tdr-lp .recommend-wrapping-banner__lead {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0 0 16px 0;
	line-height: 1.6;
	text-align: center;
}
.tdr-lp .recommend-wrapping-banner__lead sup {
	font-size: 12px;
	vertical-align: super;
}
.tdr-lp .recommend-wrapping-banner__link {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.tdr-lp .recommend-wrapping-banner__link img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.tdr-lp .recommend-wrapping-banner__note {
	font-size: 12px;
	color: #666;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 50%;
}
.tdr-lp .recommend-wrapping-banner__lead .sp-br {
	display: none;
}
@media screen and (max-width:768px) {
	.tdr-lp .recommend-wrapping-banner {
		margin: 0 0 30px 0;
	}
	.tdr-lp .recommend-wrapping-banner__lead {
		font-size: 14px;
	}
	.tdr-lp .recommend-wrapping-banner__lead .sp-br {
		display: block;
	}
	.tdr-lp .recommend-wrapping-banner__link {
		width: 100%;
	}
	.tdr-lp .recommend-wrapping-banner__note {
		width: 100%;
	}
}
