@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　dp専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#dp {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
}
#dp h2 {
	position: relative;
	width: fit-content;
	margin: 40px auto 30px;
	color: #004da3;
	font-weight: bold;
	line-height: 1.4;
	z-index: 0;
}
#dp .contents_wrap.top h2 {
	margin-top: 38px;
}
#dp h2:before {
	position: absolute;
	top: 0px;
	left: -80px;
	transform: rotate(-3deg);
	content: attr(data-en);
	color: #e4f6fe;
	font-size: 7rem;
	font-style: italic;
	line-height: 0;
	z-index: -1;
}
#dp .contents_wrap:nth-of-type(2n) h2:before {
	color: #fff;
}
#dp h2.ic span {
	position: relative;
	display: inline-block;
}
#dp .point h2 span {
	padding-right: 57px;
}
#dp .area h2 span {
	padding-right: 56px;
}
#dp .feature h2 span {
	padding-right: 60px;
}
#dp h2.ic span:before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
#dp .point h2 span:before {
	height: 54px;
	background-image: url(/plan/tokushu/dp/images/ic_point.webp);
}
#dp .area h2 span:before {
	height: 54px;
	background-image: url(/plan/tokushu/dp/images/ic_area.webp);
}
#dp .feature h2 span:before {
	height: 50px;
	background-image: url(/plan/tokushu/dp/images/ic_feature.webp);
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-tablet,
.br-599 {
	display: none;
}
.br-pc {
	display: block;
}
.sup {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
}
.txt_link {
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
.contents_wrap {
	margin-top: -70px;
	padding-top: 70px;
	padding-bottom: 45px;
}
.contents_wrap:nth-of-type(2n),
.contents_wrap:last-of-type {
	padding-bottom: 0;
}
.bg_blue {
	padding-bottom: 45px;
	background: #e4f6fe;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 0;
	background-image: url(/plan/tokushu/dp/images/mv_bg.webp);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;
	text-align: center;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc {
	position: -webkit-sticky;
	position: sticky;
	top: 76px;
	margin-top: 10px;
	background: #0073c0;
	z-index: 9;
}
.menu_anc ul {
	display: flex;
	display: -webkit-flex;
}
.menu_anc li {
	position: relative;
	width: calc(100% / 3);
}
.menu_anc li:before {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	content: "";
	border-left: 1px dotted #fff;
}
.menu_anc li:last-child:after {
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 0;
	content: "";
	border-right: 1px dotted #fff;
}
.menu_anc li a {
	display: block;
	padding: 10px 4px 13px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	transition: .25s ease;
}
.menu_anc li a:hover {
	background: rgb(255 255 255 / 22%);
}
.menu_anc li a span {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 60px;
}
.menu_anc li a span:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 78%;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.menu_anc li.menu01 a span:before {
	background-image: url(/plan/tokushu/dp/images/ic_point.webp);
}
.menu_anc li.menu02 a span:before {
	background-image: url(/plan/tokushu/dp/images/ic_area.webp);
}
.menu_anc li.menu03 a span:before {
	background-image: url(/plan/tokushu/dp/images/ic_feature.webp);
}
.menu_anc li a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: '\e911';
	font-family: 'jttweb' !important;
	font-size: 1.5rem;
}
.menu_anc li a span.yellow_line {
	text-decoration: underline;
	text-decoration-color: #ff0;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#dp .dp_search h2 {
	margin-bottom: 10px;
}
.dp_search h2 span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
}
.dp_search h2 span:before,
.dp_search h2 span:after {
	position: absolute;
	top: 5px;
	bottom: 0;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 50px;
	background: #004da3;
}
.dp_search h2 span:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.dp_search h2 span:after {
	right: 0;
	transform: rotateZ(30deg);
}
.search-app {
	margin-top: 17px;
	padding: 20px 20px 25px;
	background: #f7f7f7;
}
.search-app .gadget_box.dp {
	margin: 0 auto 5px;
	border-radius: 10px;
}
.search-app .fw-search-top__item--keyword {
    display: none;
}
/*吹き出し*/
.seach_fukidashi p {
    text-align: center;
}
.seach_fukidashi span {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	border: 2px solid #1d386d;
	border-radius: 5px;
	padding: 8px 50px;
	background: #fffbe0;
	color: #1d386d;
}
.seach_fukidashi p span:before {
	position: absolute;
	content: '';
	top: -9px;
	left: 15%;
	width: 23px;
	height: 12px;
	box-sizing: border-box;
	background-color: #fffbe0;
	transform: translateX(-50%);
	z-index: 0;
	clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.seach_fukidashi p span:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 15%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 2px solid;
	border-color: #1d386d #1d386d transparent transparent;
	transform: translateX(-50%) rotate(-45deg);
}

/*------------------------------------------------------------------
ポイント
------------------------------------------------------------------*/
.point .point_wrap {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 0.4em;
	padding: 55px 20px 25px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.point .point_wrap + .point_wrap {
	margin-top: 20px;
}
.point .point_num {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 38px 9px 15px;
	color: #fff;
	background: #004da3;
	clip-path: polygon(0 0%, 100% 0%, 80% 100%, 0% 100%);
	line-height: 1;
}
.point .point_num span {
	margin-left: 3px;
	font-size: 2.5rem;
}
.point h3 {
	margin-bottom: 18px;
	color: #004da3;
	font-size: 2.2rem;
	text-align: center;
}
.point h3 span {
	background: linear-gradient(transparent 65%, #c6e4f7 65%);
}
.point .plan_type {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 10px;
	padding: 20px 0;
	border-radius: 10px;
	background: #f9f9f9;
}
.point .plan_box {
	width: calc(100% / 2);
	padding: 0 20px;
}
.point .plan_box + .plan_box {
	position: relative;
}
.point .plan_box + .plan_box:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-left: 2px dotted #ccc;
}
.point .plan_date {
	display: inline-block;
	border-bottom: 4px double;
	color: #0073c0;
	font-weight: bold;
	line-height: 1.08;
}
.point .plan_date span {
	font-size: 1.4em;
}
.point .plan_name {
	color: #fa8513;
	font-size: 2rem;
	font-weight: bold;
}
.point .plan_name span {
	font-size: 1.1em;
}
.point figure {
	max-width: 319px;
	margin: 15px auto 0;
	text-align: center;
}
.point figure img {
	border: 1px solid #ccc;
}
.point figure figcaption {
	margin-top: 3px;
	font-size: 1.2rem;
	text-align: right;
}

/*------------------------------------------------------------------
エリア
------------------------------------------------------------------*/
.area .area_txt {
	text-align: center;
}
.area .area_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 35px;
}
.area .area_wrap dl {
	position: relative;
	width: calc(100% / 2 - 15px);
	padding: 28px 5px 15px;
	border: 2px solid #333;
	text-align: center;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.area .area_wrap dt {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
}
.area .area_wrap dt span {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	background: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}
.area .area_wrap dt span:before {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	content: "";
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.area .area_wrap .area_shinkansen dt span {
	padding-left: 70px;
}
.area .area_wrap .area_hotel dt span {
	padding-left: 54px;
}
.area .area_wrap .area_shinkansen dt span:before {
	width: 50px;
	height: 23px;
	background-image: url(/plan/tokushu/dp/images/ic_shinkansen.webp);
}
.area .area_wrap .area_hotel dt span:before {
	width: 32px;
	height: 41px;
	background-image: url(/plan/tokushu/dp/images/ic_hotel.webp);
}
.area .area_wrap dd {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}
.area .area_wrap .area_shinkansen dd {
	color: #0088e3;
}
.area .area_wrap .area_hotel .area01 {
	color: #ea5099;
}
.area .area_wrap .area_hotel .area02 {
	color: #fa8513;
}
.area .area_wrap .area_hotel .area03 {
	color: #7abd29;
}
.area .sup {
	width: fit-content;
	margin: 25px auto 0;
	text-indent: 0;
}
.area .sup p {
	margin-left: 1em;
	text-indent: -1em;
}

/*------------------------------------------------------------------
特徴
------------------------------------------------------------------*/
.feature .feature_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.feature .feature_box {
	width: 50%;
	margin-right: 30px;
}
.feature .flex_box {
	width: 50%;
}
.feature .feature_wrap {
	position: relative;
	margin-top: 13px;
	padding: 20px 20px 20px 30px;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
	z-index: 0;
}
.feature .feature_wrap + .feature_wrap {
	margin-top: 30px;
}
.feature .flex_box .feature_wrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	z-index: 0;
}
.feature .feature_num {
	position: absolute;
	top: -25px;
	left: -15px;
	width: 50px;
}
.feature .flex_box .feature_wrap .ic {
	width: 80px;
}
.feature .flex_box .feature_wrap .txt_wrap {
	width: calc(100% - 90px);
	margin-left: 10px;
}
.feature .dp_link {
	margin-top: 20px;
	text-align: center;
}
.feature .dp_howto a,
.feature .anc_search a {
	position: relative;
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 20px auto 0;
	padding: 8px 20px 10px;
	border: 2px solid #004da3;
	border-radius: 50px;
	color: #fff;
	background: #004da3;
	text-align: center;
	transition: .25s ease;
}
.feature .anc_search a {
	margin-top: 15px;
	border-color: #e60012;
	background: #e60012;
}
.feature .dp_howto a:after,
.feature .anc_search a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
.feature .anc_search a:after {
	transform: translateY(-50%) rotate(-90deg);
}
.feature .dp_howto a:hover,
.feature .anc_search a:hover {
	color: #004da3;
	background: #fff;
}
.feature .anc_search a:hover {
	color: #e60012;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
body {
	overflow: initial;
}
#dp {
	font-size: 1.6rem;
}
#dp h2 {
	margin-top: 35px;
	font-size: 2.4rem;
}
#dp .contents_wrap.top h2 {
	margin-top: 26px;
}
#dp h2:before {
	left: -60px;
	font-size: 5rem;
}
#dp .point h2 span,
#dp .area h2 span,
#dp .feature h2 span {
	padding-right: 50px;
}
#dp h2.ic span:before {
	width: 43px;
}
#dp .point h2 span:before {
	height: 46px;
}
#dp .area h2 span:before {
	height: 45px;
}
#dp .feature h2 span:before {
	height: 43px;
}
.inner {
	padding: 0 14px;
}
.br-tablet {
	display: block;
}
.sup {
	font-size: 1.5rem;
}
.contents_wrap,
.bg_blue {
	padding-bottom: 35px;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	background-size: auto 90%;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc .inner {
	padding: 0;
}
.menu_anc li:first-child:before,
.menu_anc li:last-child:after {
	content: none;
}
.menu_anc li a {
	font-size: min(2.4vw, 1.6rem);
}
.menu_anc li a span {
	padding: 0 23px 0 50px;
}
.menu_anc li a span:before {
	width: 42px;
	height: 42px;
}
.menu_anc li a span:after {
	font-size: 1.4rem;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app {
	margin-top: 15px;
	padding: 12px 10px 20px;
}

/*------------------------------------------------------------------
ポイント
------------------------------------------------------------------*/
.point .point_wrap {
	padding-top: 50px;
}
.point .point_num span {
	font-size: 2.2rem;
}
.point h3 {
	font-size: 2.1rem;
}
.point .plan_name {
	font-size: 1.8rem;
}

/*------------------------------------------------------------------
エリア
------------------------------------------------------------------*/
.area .area_wrap dl {
	width: calc(100% / 2 - 10px);
}
.area .area_wrap dt span {
	font-size: 2rem;
}
.area .area_wrap .area_shinkansen dt span {
	padding-left: 66px;
}
.area .area_wrap .area_hotel dt span {
	padding-left: 48px;
}
.area .area_wrap .area_shinkansen dt span:before {
	width: 47px;
	height: 21px;
}
.area .area_wrap .area_hotel dt span:before {
	width: 28px;
	height: 36px;
}
.area .area_wrap dd {
	font-size: 1.8rem;
}

/*------------------------------------------------------------------
特徴
------------------------------------------------------------------*/
.feature .feature_box {
	margin-right: 20px;
}
.feature .feature_wrap {
	padding: 15px 15px 15px 32px;
}
.feature .feature_wrap + .feature_wrap {
	margin-top: 22px;
}
.feature .feature_num {
	top: -15px;
	left: -10px;
	width: 40px;
}
.feature .flex_box .feature_wrap .ic {
	width: 70px;
}
.feature .flex_box .feature_wrap .txt_wrap {
	width: calc(100% - 80px);
}
.feature .dp_howto a,
.feature .anc_search a {
	max-width: 350px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅940px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 940px) {
.contents_wrap {
	margin-top: -65px;
	padding-top: 65px;
}
/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc {
	top: 55px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#dp h2 {
	margin-bottom: 25px;
	font-size: min(5.4vw, 2rem);
}
#dp .contents_wrap.top h2 {
	margin-top: 22px;
}
#dp h2:before {
	left: -34px;
	font-size: 4rem;
}
#dp .dp_search h2:before {
	left: -21px;
}
#dp .point h2:before {
	left: -14px;
}
#dp .point h2 span,
#dp .area h2 span,
#dp .feature h2 span {
	padding-right: 40px;
}
#dp h2.ic span:before {
	width: 33px;
}
#dp .point h2 span:before {
	height: 36px;
}
#dp .area h2 span:before {
	height: 34px;
}
#dp .feature h2 span:before {
	height: 35px;
}
.br-tablet {
	display: none;
}
.br-599 {
	display: block;
}
.sup {
	font-size: 1.4rem;
}
.contents_wrap {
	margin-top: max(-90px, -22vw);
	padding-top: min(22vw, 90px);
	padding-bottom: 30px;
}
.bg_blue {
	padding-bottom: 30px;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc li a {
	padding: 9px 4px;
	font-size: min(3.2vw, 1.6rem);
}
.menu_anc li a span {
	padding: 40px 15px 0 0;
}
.menu_anc li a span:before {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 35px;
}
.menu_anc li a span:after {
	top: 78%;
	font-size: 1.1rem;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#dp .dp_search h2 {
	font-size: min(4.3vw, 2rem);
}
.dp_search h2 span {
	padding: 0 12px;
}
.dp_search h2 span:before,
.dp_search h2 span:after {
	top: 3px;
}
.search-app {
	padding-bottom: 12px;
}
/*吹き出し*/
.seach_fukidashi p span {
    font-size: 1.3rem;
    display: block;
    padding: 5px;
}

/*------------------------------------------------------------------
ポイント
------------------------------------------------------------------*/
.point .point_list {
	display: block;
}
.point .point_wrap {
	padding: 54px 12px 20px;
	text-align: left;
}
.point h3 {
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.point .plan_type {
	display: block;
	padding: 15px 0 20px;
}
.point .plan_box {
	width: 100%;
	padding: 0 12px;
}
.point .plan_box + .plan_box {
	margin-top: 23px;
	padding-top: 15px;
}
.point .plan_box + .plan_box:before {
	bottom: auto;
	left: 12px;
	right: 12px;
	border-top: 2px dotted #ccc;
	border-left: 0;
}
.point .plan_txt {
	text-align: center;
}
.point .plan_date {
	line-height: 1;
}
.point figure {
	width: 85%;
	margin-top: 13px;
}
.point .plan_type figure {
	width: calc((100% + 24px) * 0.85);
}

/*------------------------------------------------------------------
エリア
------------------------------------------------------------------*/
.area .area_txt {
	text-align: left;
}
.area .area_wrap {
	display: block;
	margin-top: 25px;
}
.area .area_wrap dl {
	width: 100%;
	padding: 22px 5px 17px;
}
.area .area_wrap dl + dl {
	margin-top: 35px;
}
.area .area_wrap dt {
	top: -15px;
}
.area .area_wrap dt span {
	font-size: 1.8rem;
}
.area .area_wrap .area_shinkansen dt span {
	padding-left: 58px;
}
.area .area_wrap .area_hotel dt span {
	padding-left: 43px;
}
.area .area_wrap .area_shinkansen dt span:before {
	width: 38px;
	height: 17px;
}
.area .area_wrap .area_hotel dt span:before {
	width: 23px;
	height: 30px;
}
.area .area_wrap dd {
	font-size: 1.7rem;
}
.area .sup {
	margin-top: 20px;
}

/*------------------------------------------------------------------
特徴
------------------------------------------------------------------*/
.feature .feature_list {
	display: block;
}
.feature .feature_box {
	width: 100%;
	margin-right: 0;
}
.feature .flex_box {
	width: 100%;
}
.feature .feature_wrap {
	margin-top: 25px;
	padding: 12px 12px 13px 25px;
}
.feature .feature_num {
	width: 35px;
}
.feature .dp_link {
	text-align: left;
}
}