@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　tdr-early専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#tokyosummer {
	font-size: 1.6rem;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-tablet,
.br-599 {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	font-weight: normal;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	background: #ff5408;
	text-align: center;
}

/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 22px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg001 {
	padding-bottom: 30px;
	background-color: #fff8ce;
	background-image: url(/plan/tokushu/tokyosummer/images/bg001.webp);
	background-repeat: repeat;
	background-size: 40px 40px;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 10px;
	font-family: "Kaisei Tokumin", serif;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
LINE導線
------------------------------------------------------------------*/
.line_wrap {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
.line_wrap dt {
	line-height: 1.2;
}
.line_wrap dt .fukidashi {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 6px;
	font-size: 1.8rem;
}
.line_wrap dt .fukidashi:before,
.line_wrap dt .fukidashi:after {
	position: absolute;
	top: 3px;
	bottom: 0;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: #333;
}
.line_wrap dt .fukidashi:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.line_wrap dt .fukidashi:after {
	right: 0;
	transform: rotateZ(30deg);
}
.line_wrap dt .money {
	color: #ff5408;
}
.line_wrap dt .money .large_txt {
	font-size: 3rem;
}
.line_wrap dd a {
	position: relative;
	display: block;
	width: 400px;
	margin: 10px auto 0;
	padding: 11px 15px;
	border: 2px solid #05ae4b;
	border-radius: 5px;
	color: #fff;
	background: #05ae4b;
	font-size: 1.8rem;
	font-weight: bold;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	animation: glowing-pulse 2s infinite;
	transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@keyframes glowing-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(6, 161, 70, 0.7);
	}
	50% {
		box-shadow: 0 0 0 5px rgb(0 179 0 / 45%);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 179, 0, 0);
	}
}
.line_wrap dd a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
.line_wrap dd a:hover {
	color: #05ae4b;
	background: #fff;
	animation: none;
}
.line_wrap dd a:hover:after {
	color: #05ae4b;
}

/*------------------------------------------------------------------
自動カレンダー
------------------------------------------------------------------*/
.auto_calendar {
	text-align: center;
}
.calendar_wrap {
	position: relative;
	display: inline-block;
	margin: 35px auto 0;
	padding-bottom: 5px;
	border-radius: 5px;
	color: #123C64;
	background: #fff;
	font-weight: bold;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
	line-height: 1.7;
}
.calendar_wrap:before,
.calendar_wrap:after {
	position: absolute;
	top: -10px;
	content: "";
	width: 3px;
	height: 20px;
	border: 2px solid #fff8ce;
	border-radius: 10px;
	background: #123C64;
}
.calendar_wrap:before {
	left: 60px;
}
.calendar_wrap:after {
	right: 60px;
}
.calendar_txt {
	padding: 5px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #123C64;
}
.calendar_gadget {
	padding: 5px 50px;
	font-size: 2.0rem;
}
.calendar_gadget .large_txt {
	margin: 0 2px;
	padding: 0 7px;
	border-radius: 5px;
	color: #fff;
	background: #123C64;
	font-size: 4.0rem;
}
.calendar_gadget .date_10 {
	margin-left: -4px;
}
.calendar_gadget .week_wrap {
	display: inline-block;
}
.calendar_gadget .week_wrap .week {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	color: #fff;
	background: #123C64;
}
.calendar_sup {
	color: #ff5408;
	font-size: 1.4rem;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search_box {
	position: relative;
	margin-top: 30px;
	border: 2px solid #ff5408;
	border-radius: 10px;
	background: #fff;
}
.search_box .search_title {
	padding: 7px 0 11px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #ff5408;
	font-family: "Kaisei Tokumin", serif;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.search_box .search_title span {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 15px;
}
.search_box .search_title span:before,
.search_box .search_title span:after {
	position: absolute;
	top: 6px;
	bottom: 2px;
	content: "";
	width: 2px;
	border-radius: 30px;
	background: #fff;
}
.search_box .search_title span:before {
	left: 0;
	transform: rotate(-30deg);
}
.search_box .search_title span:after {
	right: 0;
	transform: rotate(30deg);
}
.search_box .form {
	padding: 16px 20px 12px;
}
.search_box .search_btn {
	line-height: 2;
}
.search_box .sup {
	text-align: center;
}
.search_box .sup p {
	display: inline-block;
	text-align: left;
}
.search_box .sup a {
	text-decoration: underline;
}
.search_box .sup a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------
キャンペーンについて
------------------------------------------------------------------*/
.campaign_about {
	position: relative;
	margin: 30px 0 10px;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.campaign_about:before {
	position: absolute;
	top: -13px;
	left: -10px;
	content: "";
	width: 43px;
	height: 44px;
	background-image: url(/plan/tokushu/tokyosummer/images/ic_starfish.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.campaign_about:after {
	position: absolute;
	bottom: -8px;
	right: -14px;
	content: "";
	width: 47px;
	height: 54px;
	background-image: url(/plan/tokushu/tokyosummer/images/ic_shavedice.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.campaign_about .about_wrap {
	display: inline-block;
	text-align: left;
}
.campaign_about dl {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.campaign_about dl + dl {
	margin-top: 13px;
}
.campaign_about dl dt {
	width: 240px;
	margin-right: 15px;
	padding: 8px 5px 9px;
	border-radius: 30px;
	color: #fff;
	background: #16b6ba;
	font-family: "Kaisei Tokumin", serif;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 1px;
}
.campaign_about dl dd {
	width: calc(100% - 240px);
	margin-top: 7px;
	font-size: 1.8rem;
}
.campaign_about .about_box + .about_box {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 2px dotted #ccc;
}
.campaign_about .plan_name .yellow_marker {
	background: linear-gradient(transparent 65%, #ff6 65%);
}
.campaign_about .plan_name .palt {
	margin-right: 7px;
	letter-spacing: 1px;
	font-feature-settings: "palt";
}
.campaign_about .plan_date {
	display: inline-block;
	margin-top: 5px;
	padding: 0 10px;
	color: #fff;
	background: #333;
	font-size: 1.5rem;
	line-height: 1.6;
}
.campaign_about .date_txt {
	font-size: 1.6rem;
}

/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.campaign_hotel {
	padding-top: 40px;
	background-image: url(/plan/tokushu/tokyosummer/images/ic_firework_orange001.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_orange002.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_orange001.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_blue001.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_blue002.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_blue001.webp);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top -40px left calc(50% - 410px), top 50px left calc(50% - 528px), top 128px left calc(50% - 476px), top -40px right calc(50% - 410px), top 50px right calc(50% - 528px), top 128px right calc(50% - 476px);
	background-size: 200px auto, 140px auto, 80px auto, 200px auto, 140px auto, 80px auto;
}
.campaign_hotel h2 {
	position: relative;
	margin-bottom: 30px;
	color: #123C64;
	font-family: "Kaisei Tokumin", serif;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0.04em 0.02em 0 #fff, 0.1em 0.08em 0 rgb(18 60 100 / 15%);
}
.campaign_hotel h2:before,
.campaign_hotel h2:after {
	position: absolute;
	content: "";
	top: 0;
	width: 130px;
	height: 67px;
	background-image: url(/plan/tokushu/tokyosummer/images/ic_lantern.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.campaign_hotel h2:before {
	left: max(calc(50% - 410px), 0px);
}
.campaign_hotel h2:after {
	right: max(calc(50% - 410px), 0px);
	transform: scale(-1, 1);
}
.campaign_hotel h2 .fukidashi {
	position: relative;
	padding: 0 12px;
	font-size: 65%;
}
.campaign_hotel h2 .fukidashi:before,
.campaign_hotel h2 .fukidashi:after {
	position: absolute;
	top: 2px;
	bottom: 2px;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: #123C64;
	box-shadow: 0.04em 0.02em 0 #fff, 0.1em 0.08em 0 rgb(18 60 100 / 15%);
}
.campaign_hotel h2 .fukidashi:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.campaign_hotel h2 .fukidashi:after {
	right: 0;
	transform: rotateZ(30deg);
}
.campaign_hotel h2 .txt {
	padding-left: 10px;
	background: linear-gradient(transparent 70%, #ff6 70%);
}
.campaign_hotel h3 {
	text-align: center;
}
.campaign_hotel h3 span {
	position: relative;
	display: inline-block;
	padding: 0 50px 3px;
	font-family: "Kaisei Tokumin", serif;
	font-size: 2.4rem;
}
.campaign_hotel h3 span:before,
.campaign_hotel h3 span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 35px;
	height: 2px;
	border-radius: 30px;
	background: #333;
}
.campaign_hotel h3 span:before {
	left: 0;
}
.campaign_hotel h3 span:after {
	right: 0;
}
.menu_btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 20px 0 40px;
}
.menu_btn li {
	width: 330px;
	margin: 0 10px;
}
.menu_btn li a {
	position: relative;
	display: block;
	padding: 9px 26px 12px;
	border: 2px solid #FF5408;
	border-radius: 10px;
	color: #fff;
	background: #FF5408;
	font-family: "Kaisei Tokumin", serif;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 7px 0 #d44405;
	overflow: hidden;
	transition: 0.25s ease;
}
.menu_btn li.yokohama a {
	border: 2px solid #23C8CC;
	background: #23C8CC;
	box-shadow: 0 7px 0 #1a9a9d;
}
.menu_btn li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "▼";
	font-size: 1.6rem;
}
.menu_btn li a:hover {
	color: #FF5408;
	background: #fff;
	transform: translateY(7px);
	box-shadow: none;
}
.menu_btn li.yokohama a:hover {
	color: #23C8CC;
}
.menu_btn li a:hover span:before,
.menu_btn li a:hover span:after {
	opacity: 0.7;
}
.place_wrap {
	padding-bottom: 60px;
	background-color: #ffbba3;
	background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0) 68%, #ffaf8c 68% 70%, rgba(255, 255, 255, 0) 70% 100%), radial-gradient(circle at top left, rgba(255, 255, 255, 0) 34%, #ffaf8c 34% 35%, rgba(255, 255, 255, 0) 35% 100%), radial-gradient(circle at top right, rgba(255, 255, 255, 0) 34%, #ffaf8c 34% 35%, rgba(255, 255, 255, 0) 35% 100%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0) 34%, #ffaf8c 34% 35%, rgba(255, 255, 255, 0) 35% 100%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0) 34%, #ffaf8c 34% 35%, rgba(255, 255, 255, 0) 35% 100%);
	background-repeat: repeat;
	background-size: 50px 50px;
}
#yokohama.place_wrap {
	background-color: #aadede;
	background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0) 68%, #9dd4d6 68% 70%, rgba(255, 255, 255, 0) 70% 100%), radial-gradient(circle at top left, rgba(255, 255, 255, 0) 34%, #9dd4d6 34% 35%, rgba(255, 255, 255, 0) 35% 100%), radial-gradient(circle at top right, rgba(255, 255, 255, 0) 34%, #9dd4d6 34% 35%, rgba(255, 255, 255, 0) 35% 100%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0) 34%, #9dd4d6 34% 35%, rgba(255, 255, 255, 0) 35% 100%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0) 34%, #9dd4d6 34% 35%, rgba(255, 255, 255, 0) 35% 100%);
}
.place_wrap h4 {
	position: relative;
	min-width: 500px;
	width: 53%;
	margin: 30px auto 40px;
	padding: 0 30px;
	border: 6px solid transparent;
	border-radius: 10px;
	background: #FF5408;
	box-shadow: inset 0 0 0 2px #fff, 0 7px 0 #d44405;
}
#yokohama.place_wrap h4 {
	background: #23C8CC;
	box-shadow: inset 0 0 0 2px #fff, 0 7px 0 #1a9a9d;
}
.place_wrap h4 span {
	display: block;
	padding: 6px 10px 10px;
	color: #fff;
	font-family: "Kaisei Tokumin", serif;
	font-size: 2.8rem;
	text-align: center;
}
.place_wrap h4:before,
.place_wrap h4:after{
	position:absolute;
	top: -37px;
	content: "";
	width: 3px;
	height: 50px;
	background: #454545;
}
.place_wrap h4:before{
	left:13px;
}
.place_wrap h4:after{
	right:13px;
}
.place_wrap h4 span:before,
.place_wrap h4 span:after{
	position: absolute;
	top: 10px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fcfcfa;
	z-index: 1;
}
.place_wrap h4 span:before{
	left:10px;
}
.place_wrap h4 span:after{
	right:10px;
}
.hotel_wrap {
	max-width: 880px;
	margin: 35px auto 0;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	font-weight: bold;
}
.hotel_wrap .hotel_name {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 0 18px;
	border-top: 4px solid #FF5408;
	border-bottom: 4px solid #FF5408;
	font-family: "Kaisei Tokumin", serif;
	text-align: center;
	line-height: 1.3;
}
#yokohama .hotel_wrap .hotel_name {
	border-top: 4px solid #23C8CC;
	border-bottom: 4px solid #23C8CC;
}
.hotel_wrap .hotel_name:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 10px);
	border-top: 3px dotted #FF5408;
	border-bottom: 3px dotted #FF5408;
}
#yokohama .hotel_wrap .hotel_name:before {
	border-top: 3px dotted #23C8CC;
	border-bottom: 3px dotted #23C8CC;
}
.hotel_wrap .hotel_name span {
	font-size: min(2.5vw, 2.4rem);
}
.hotel_wrap .hotel_name.sp {
	display: none;
}
.hotel_wrap .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.hotel_wrap .flex .img_box {
	flex: 0 1 32%;
	max-width: 480px;
	margin: 0 auto;
}
.hotel_wrap .flex .img_wrap {
	position: relative;
}
.hotel_wrap .flex .hotel_station {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 7px 4px 5px;
	border-radius: 0 0 10px 0;
	color: #fff;
	background: rgb(18 60 100 / 90%);
	font-size: 1.2rem;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	line-height: 1.3;
	z-index: 1;
}
.hotel_wrap .flex .cap-ext {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
.hotel_wrap .flex .other_room {
	margin-top: 10px;
	padding: 5px;
	background: #ffe7b7;
	font-size: 1.4rem;
	text-align: center;
}
.hotel_wrap .flex .txt_wrap {
	flex: 1 1 0%;
	margin-left: 25px;
}
.hotel_wrap .txt {
	margin-top: 10px;
}
.hotel_wrap .example_wrap {
	margin-top: 20px;
	padding: 8px;
	border: 1px solid #fcd58b;
	background: #fffaf0;
}
.hotel_wrap .room {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 2px;
	border-bottom: 1px dotted #fcd58b;
	font-size: 1.4rem;
}
.hotel_wrap .price_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 5px;
}
.hotel_wrap .price_wrap dl {
	width: 48%;
}
.hotel_wrap .price_wrap dl + dl {
	margin-left: 5px;
}
.hotel_wrap .price_wrap .dep_station {
	font-size: 1.2rem;
}
.hotel_wrap .price_wrap .dep_station.regi01 {
	color: #ea5099;
}
.hotel_wrap .price_wrap .dep_station.regi02 {
	color: #41a3ef;
}
.hotel_wrap .price_wrap .dep_station.regi03 {
	color: #fa8513;
}
.hotel_wrap .price_wrap .dep_station.regi04 {
	color: #7abd29;
}
.hotel_wrap .price_wrap dd {
	color: #d62121;
	font-size: 1.6rem;
}
.hotel_wrap .price_wrap dd .price_large {
	font-size: 2.3rem;
	line-height: 1.2;
}
.hotel_wrap .sup {
	margin-top: 5px;
}
.hotel_wrap .sup p {
	position: relative;
	padding-left: 15px;
	font-size: 1.2rem;
	font-weight: normal;
}
.hotel_wrap .sup p:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "■";
}
.hotel_wrap .sup p.obon:before {
	content: "※";
}
.hotel_wrap .plan_apply {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 20px auto 0;
}
.hotel_wrap .plan_apply li {
	width: calc(100% / 2 - 3px);
}
.hotel_wrap .plan_apply li:nth-of-type(n + 3) {
	margin-top: 8px;
}
.hotel_wrap .plan_apply li a {
	position: relative;
	display: block;
	padding: 10px;
	border: 2px solid;
	border-radius: 30px;
	color: #fff;
	background: #333;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
	transition: 0.25s ease;
}
.hotel_wrap .plan_apply li.area02 a {
	border-color: #fa8513;
	background: #fa8513;
}
.hotel_wrap .plan_apply li.area03 a {
	border-color: #7abd29;
	background: #7abd29;
}
.hotel_wrap .plan_apply li.area04 a {
	border-color: #0023B5;
	background: #0023B5;
}
.hotel_wrap .plan_apply li.area05 a {
	border-color: #7806a7;
	background: #7806a7;
}
.hotel_wrap .plan_apply li a:before {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	font-family: 'jttweb' !important;
	content: '\e902';
	color: #fff;
	font-size: 0.9rem;
}
.hotel_wrap .plan_apply li a:hover {
	background: #fff;
}
.hotel_wrap .plan_apply li.area02 a:hover {
	color: #fa8513;
}
.hotel_wrap .plan_apply li.area03 a:hover {
	color: #7abd29;
}
.hotel_wrap .plan_apply li.area04 a:hover {
	color: #0023B5;
}
.hotel_wrap .plan_apply li.area05 a:hover {
	color: #7806a7;
}
.place_wrap .sup_bottom {
	max-width: 880px;
	margin: 25px auto 0;
}
.place_wrap .sup_bottom .sup {
	font-weight: bold;
}

/*------------------------------------------------------------------
バナーエリア
------------------------------------------------------------------*/
.bnr_wrap {
	margin-top: 40px;
	text-align: center;
}
.bnr_wrap dt {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 16px;
	font-family: "Kaisei Tokumin", serif;
	font-size: 2.4rem;
	font-weight: bold;
}
.bnr_wrap dt:before,
.bnr_wrap dt:after {
	position: absolute;
	top: 7px;
	bottom: 3px;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: #333;
}
.bnr_wrap dt:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.bnr_wrap dt:after {
	right: 0;
	transform: rotateZ(30deg);
}
.bnr_wrap dd {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.bnr_wrap dd figure {
	width: calc(100% / 4);
}
.bnr_wrap figure + figure {
	margin-left: 15px;
}
.bnr_wrap dd figure a {
	display: block;
	transition: 0.3s ease;
}
.bnr_wrap dd figure a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#tokyosummer {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.br-tablet {
	display: block;
}
.sup {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	font-size: 1.8rem;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg001 {
	background-size: 45px 45px;
}

/*------------------------------------------------------------------
LINE導線
------------------------------------------------------------------*/
.line_wrap dd a {
	width: 350px;
}
.line_wrap dd a:after {
	font-size: 1rem;
}

/*------------------------------------------------------------------
自動カレンダー
------------------------------------------------------------------*/
.calendar_gadget .large_txt {
	padding: 4px 7px;
}
.calendar_sup {
	font-size: 1.3rem;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search_box .search_title {
	padding: 6px 0 10px;
	font-size: 1.9rem;
}
.search_box .form {
	padding: 16px 15px 13px;
}

/*------------------------------------------------------------------
キャンペーンについて
------------------------------------------------------------------*/
.campaign_about {
	padding: 15px;
}
.campaign_about:before {
	width: 34px;
	height: 35px;
}
.campaign_about:after {
	right: -8px;
	width: 40px;
	height: 46px;
}
.campaign_about dl dt {
	width: 220px;
	font-size: 1.4rem;
}
.campaign_about dl dd {
	width: calc(100% - 220px);
	font-size: 1.7rem;
}
.campaign_about .plan_date {
	padding: 0 5px;
	font-size: 1.4rem;
}
.campaign_about .date_txt {
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.campaign_hotel {
	padding-top: 25px;
	background-image: url(/plan/tokushu/tokyosummer/images/ic_firework_orange001.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_orange002.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_blue001.webp), url(/plan/tokushu/tokyosummer/images/ic_firework_blue002.webp);
	background-position: top -40px left max(calc(50% - 346px), -10px), top 49px left max(calc(50% - 404px), -40px), top -40px right max(calc(50% - 346px), -10px), top 49px right max(calc(50% - 404px), -40px);
	background-size: 130px auto, 105px auto, 130px auto, 105px auto;
}
.campaign_hotel h2 {
	padding-top: 10px;
	font-size: 2.8rem;
	text-shadow: 0.035em 0.015em 0 #fff, 0.06em 0.04em 0 rgb(18 60 100 / 6%);
}
.campaign_hotel h2:before,
.campaign_hotel h2:after {
	width: min(15vw, 110px);
	height: 57px;
}
.campaign_hotel h2:before {
	left: max(calc(50% - 350px), 0px);
}
.campaign_hotel h2:after {
	right: max(calc(50% - 350px), 0px);
}
.campaign_hotel h2 .fukidashi:before,
.campaign_hotel h2 .fukidashi:after {
	text-shadow: 0.04em 0.02em 0 #fff, 0.06em 0.04em 0 rgb(18 60 100 / 6%);
}
.campaign_hotel h3 span {
	font-size: 2.2rem;
}
.menu_btn {
	margin-bottom: 33px;
}
.menu_btn li {
	width: 300px;
}
.menu_btn li a {
	padding: 5px 26px 7px;
	font-size: 2.2rem;
}
.hotel_wrap {
	padding: 30px 20px;
}
.hotel_wrap .flex .txt_wrap {
	margin-left: 20px;
}
.place_wrap {
	padding-bottom: 40px;
	background-size: 40px 40px;
}
.place_wrap h4 span {
	font-size: 2.4rem;
}
.hotel_wrap .room {
	font-size: 1.3rem;
}
.hotel_wrap .price_wrap dd .price_large {
	font-size: 2.1rem;
}

/*------------------------------------------------------------------
バナーエリア
------------------------------------------------------------------*/
.bnr_wrap {
	margin-top: 30px;
}
.bnr_wrap dt {
	margin-bottom: 10px;
	padding: 0 12px;
	font-size: 2.1rem;
}
.bnr_wrap figure + figure {
	margin-left: 10px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅767px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.hotel_wrap {
	margin: 25px auto 0;
	padding: 15px 12px;
}
.hotel_wrap .hotel_name {
	margin-bottom: 15px;
	border-top: 4px solid #ff5408;
	border-bottom: 4px solid #ff5408;
}
#yokohama .hotel_wrap .hotel_name {
	border-top: 4px solid #23C8CC;
	border-bottom: 4px solid #23C8CC;
}
.hotel_wrap .hotel_name.pc {
	display: none;
}
.hotel_wrap .hotel_name.sp {
	display: block;
}
.hotel_wrap .hotel_name span {
	font-size: min(4.8vw, 2.4rem);
}
.hotel_wrap .flex {
	display: block;
}
.hotel_wrap .flex .txt_wrap {
	margin-left: 0;
	font-size: 1.4rem;
}
.hotel_wrap .example_wrap {
	margin-top: 10px;
}
.hotel_wrap .room {
	font-size: min(3vw, 1.2rem);
}
.hotel_wrap .price_wrap dd {
	font-size: 1rem;
}
.hotel_wrap .price_wrap dd .price_large {
	font-size: min(4vw, 1.8rem);
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#tokyosummer {
	font-size: 1.4rem;
}
.br-599 {
	display: block;
}
.br-tablet,
.br-599none {
	display: none;
}

/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 12px;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg001 {
	padding-bottom: 20px;
	background-size: 25px 25px;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 8px;
	font-size: 1.4rem;
	text-align: left;
}

/*------------------------------------------------------------------
LINE導線
------------------------------------------------------------------*/
.line_wrap {
	margin-top: 15px;
}
.line_wrap dt .fukidashi {
	padding: 0 13px 0 4px;
	font-size: 1.6rem;
}
.line_wrap dt .money .large_txt {
	font-size: 2.6rem;
}
.line_wrap dt .money .large_txt {
	font-size: 2.6rem;
}
.line_wrap dd a {
	width: 90%;
	margin: 12px auto 0;
	padding: 10px 12px 10px 2px;
	font-size: 1.6rem;
}
.line_wrap dd a:after {
	right: 2px;
	font-size: 1rem;
}

/*------------------------------------------------------------------
自動カレンダー
------------------------------------------------------------------*/
.calendar_wrap {
	display: block;
	width: 90%;
	margin: 30px auto 0;
}
.calendar_wrap:before {
	left: 5%;
}
.calendar_wrap:after {
	right: 5%;
}
.calendar_gadget {
	padding: 5px;
	font-size: 1.6rem;
}
.calendar_gadget .large_txt {
	font-size: 2.6rem;
}
.calendar_gadget .week_wrap .week {
	width: 30px;
	height: 30px;
}
.calendar_sup {
	font-size: min(2.9vw, 1.2rem);
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search_box {
	margin-top: 28px;
}
.search_box .search_title {
	padding: 6px 0 9px;
	font-size: 1.7rem
}

/*------------------------------------------------------------------
キャンペーンについて
------------------------------------------------------------------*/
.campaign_about {
	margin-top: 25px;
	padding: 15px 12px;
}
.campaign_about:before {
	top: -10px;
	left: -8px;
}
.campaign_about:after {
	width: 35px;
	height: 40px;
}
.campaign_about dl {
	display: block;
	text-align: center;
}
.campaign_about dl + dl {
	margin-top: 15px;
}
.campaign_about dl dt {
	width: 85%;
	margin: 0 auto 8px;
	padding: 5px 5px 7px;
	font-size: 1.5rem;
}
.campaign_about dl dd {
	width: 100%;
	margin-top: 0;
	font-size: 1.5rem;
}
.campaign_about .about_box + .about_box .plan_name .palt {
	margin-right: 0;
}
.campaign_about .plan_date {
	margin: 8px 0 5px;
	padding: 0 10px;
	font-size: 1.3rem;
}
.campaign_about .date_txt {
	font-size: 1.4rem;
}
.campaign_about .sup {
	display: inline-block;
	text-align: left;
}

/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.campaign_hotel {
	padding-top: 20px;
	background-position: top -45px left -10px, top 44px left -40px, top -45px right -10px, top 44px right -40px;
	background-size: 125px auto, 100px auto, 125px auto, 100px auto;
}
.campaign_hotel h2 {
	font-size: 2.6rem;
}
.campaign_hotel h2:before,
.campaign_hotel h2:after {
	width: min(21vw, 110px);
}
.campaign_hotel h2:before {
	left: max(calc(50% - 240px), -5px);
}
.campaign_hotel h2:after {
	right: max(calc(50% - 240px), -5px);
}
.campaign_hotel h2 .txt {
	line-height: 1.5;
}
.campaign_hotel h3 span {
	font-size: 1.9rem;
}
.menu_btn {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 14px 0 25px;
}
.menu_btn li {
	width: calc(100% / 2 - 5px);
	margin: 0;
}
.menu_btn li a {
	padding: 8px 19px;
	font-size: 1.8rem;
	box-shadow: 0 5px 0 #d44405;
}
.menu_btn li.yokohama a {
	box-shadow: 0 5px 0 #1a9a9d;
}
.menu_btn li a:after {
	right: 7px;
	font-size: 1.2rem;
}
.menu_btn li a:hover {
	transform: translateY(5px);
}
.place_wrap {
	padding-bottom: 30px;
	background-size: 25px 25px;
}
.place_wrap h4 {
	max-width: 500px;
	min-width: auto;
	width: 85%;
	margin: 30px auto;
	box-shadow: inset 0 0 0 2px #fff, 0 5px 0 #d44405;
}
#yokohama.place_wrap h4 {
	box-shadow: inset 0 0 0 2px #fff, 0 5px 0 #1a9a9d;
}
.place_wrap h4 span {
	padding: 6px 0 8px;
	font-size: 2rem;
}
.hotel_wrap .hotel_name {
	padding: 14px 0 16px;
}
.hotel_wrap .plan_apply {
	margin-top: 15px;
}
.hotel_wrap .plan_apply li {
	width: calc(100% / 2 - 2px);
}
.hotel_wrap .plan_apply li a {
	padding: 9px 7px 9px 3px;
	font-size: min(3.4vw, 1.4rem);
}
.hotel_wrap .plan_apply li a:before {
	font-size: 0.7rem;
	right: 2px;
}
.place_wrap .sup_bottom {
	margin: 20px auto 0;
}

/*------------------------------------------------------------------
バナーエリア
------------------------------------------------------------------*/
.bnr_wrap {
	margin-top: 25px;
}
.bnr_wrap dt {
	padding: 0 10px;
	font-size: min(4.6vw, 1.9rem);
}
.bnr_wrap dt:before,
.bnr_wrap dt:after {
	top: 6px;
	bottom: 1px;
}
.bnr_wrap dd {
	display: block;
}
.bnr_wrap dd figure {
	width: 80%;
	margin: 0 auto;
}
.bnr_wrap dd figure + figure {
	margin: 12px auto 0;
}
}