/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main article {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #111;
}
main img {
	width: 100%;
	height: auto;
}
.disnone{display:none;}

/*終了間近/終了*/
#countdown {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background: #111184;
    color: #FFF;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    font-weight: 700;
    z-index: 1000;
    position: sticky;
    padding-top: 5px;
}
div.end_timesale_txt {
    text-align: center;
    font-size: 28px;
    color: #d92323;
    margin: 50px 0;
    font-weight: bold;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
    font-size: 10px;
    margin: 0 1%;
}
section .inner > hgroup {
    margin-bottom: 25px;
    position: relative;
}
section .inner > hgroup:before {
    content: "";
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: -60px;
    left: calc((100% - 64px) / 2);
    background: url(../images/ico_clock.png) no-repeat;
    background-size: 100%;
}
section .inner > hgroup h2 {
    width: fit-content;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px;
    position: relative;
}
section .inner > hgroup h2:before {
    content: "";
    width: 14px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: -25px;
    background: url(../images/ico_thunder.svg)
}
section .inner > hgroup h2:after {
    content: "";
    width: 14px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 3px;
    right: -25px;
    background: url(../images/ico_thunder.svg)
}
section .inner > hgroup p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #d92323;
}
.inner{
    width: 96%;
    margin: 0 2%;
    padding: 20% 0 5%;
    box-sizing: border-box;
}

/*title*/
.mv {padding-bottom: 5px;}
.mv > p:first-child {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 3px 0 5px;
    background: #db2424
}
.mv,
figure#mainphoto img{width: 100%}
figure#mainphoto {
	margin: 0 0 5px;
	padding: 0
}
#event_period {
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    padding: 0px 10px;
    text-align: center;
}
#event_period h2 {
    color: #FFF;
    background: #333;
    margin-bottom: 10px;
    padding: 5px;
}
#event_period p.day {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
}
#event_period p.day:after {
    content: "";
    width: 100%;
    height: 15px;
    background: #fff072;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}
#event_period b {
    font-size: 28px;
background: -webkit-linear-gradient(bottom, #be1a1a 0%, #d92323 100%);
background: -o-linear-gradient(bottom, #be1a1a 0%, #d92323 100%);
background: linear-gradient(to top, #be1a1a 0%, #d92323 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
#event_period .dayof {
    width: 20px;
    height: 20px;
    font-size: 0.9em;
    display: inline-block;
    color: #FFF;
    background: #d92323;
    border-radius: 12px;
}
#event_period p.update {font-weight: normal;}

/*全てを検索*/
#all_timesale {background: #111}
#all_timesale .inner {
    margin: 2% auto 0;
    padding: 0;
}

/*今月のピックアップ*/
#pickup_hotel {background:url(../images/bg_Y-stripes.gif)}

/*おすすめプランをエリアから探す*/
.select_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.select_wrap li {
    width: fit-content;
    margin: 0 5px 10px;
    padding: 5px 15px;
    border: 1px solid #db2424;
    border-radius: 30px;
}
.select_wrap li a {color: #db2424!important;}
#area_hotel_allwrapper h3 {
    font-size: 15px;
    font-weight: bold;
    text-indent: 10%;
    margin-bottom: 2%;
    position: relative;
}
#area_hotel_allwrapper h3:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/explore_nearby_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
}
#area_hotel_allwrapper h3:after {
    content: "";
    width: 15%;
    height: 2px;
    background: #db2424;
    display: block;
    position: absolute;
    top: 10px;
    left: 85%;
}
#area_hotel_allwrapper h3 svg {
    position: absolute;
    right: 0;
    top: 7px;
}

/*お得情報＆おすすめ特集*/
.banner_area .scrollbox_wraper li {
    width: 260px;
    margin: 0 0.5% 2% !important;
    text-align: center;
    background: #F7F7F7;
    box-sizing: border-box;
    font-size: 16px
}
.banner_area .scrollbox_wraper li a {color: #111}
.banner_area .scrollbox_wraper li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.banner_area .scrollbox_wraper li dt img {margin-bottom: 3%}
.banner_area .scrollbox_wraper li dt p{
    color: #B79913;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.banner_area .scrollbox_wraper li dt h3{
    font-weight: 700;
    margin: 3% 0;
    padding: 0 10px;
    box-sizing: border-box
}
.banner_area .scrollbox_wraper li dd.plan_txt {
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left;
    color: #111
}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 15px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF url(../images/play_circle_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg) no-repeat;
    background-size: contain;
    border-radius: 16px;
}
.scrollbox_wraper .scroll_left_btn {left: 0;transform: rotate(180deg);}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
/*.scrollbox_wraper .scroll_left_btn:after {
    position: absolute;
    top: 7px;
    left: 7px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #be1a1a;
    width: 10px;
    height: 14px;
}
.scrollbox_wraper .scroll_right_btn:after {
    position: absolute;
    top: 7px;
    right: 7px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #be1a1a;
    width: 10px;
    height: 14px;
}*/
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(50% - 300px / 2));
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 8px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #888 !important;
}

/*ボタン*/
.btn {padding: 2px 0;}
.btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background-image: linear-gradient(0deg, #be1a1a, #d92323);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 3% 0;
    padding: 10px 0;
    border-radius: 30px;
    position: relative;
}
.btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 24%;
    right: 8%;
    background: url(../images/ico_glass.svg)
}
/*ホテルBOX*/
.area_hotel_wrap ul > li {
    width: 280px;
    margin: 0 10px;
    background: #F7F7F7;
}
.area_hotel_wrap ul > li dt {
    margin-bottom: 3%;
    position: relative;
}
.area_hotel_wrap ul > li dt hgroup {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    padding: 5px;
    box-sizing: border-box;
}
.area_hotel_wrap ul > li dt hgroup div {
    width: fit-content;
    background: #FFF;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
    padding: 2px 10px 2px 25px;
    border-radius: 15px;
    position: relative;
}
.area_hotel_wrap ul > li dt hgroup div::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 5%;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/explore_nearby_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;
    filter: brightness(0) invert(10%);
}
.area_hotel_wrap ul > li dt hgroup h3,
.area_hotel_wrap ul > li dt hgroup h4 {
    align-items: center;
    display: flex;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF
}
.area_hotel_wrap ul > li dd {text-align: center;}
.area_hotel_wrap ul > li dd .price {
    font-size: 1.8em;
    font-weight: bold;
    color: #db2424;
}
.area_hotel_wrap ul > li dd.black_btn,
.area_hotel_wrap ul > li dd.sub_btn {
    width: 94%;
    display: flex;
    gap: 3%;
    margin: 5% auto;
}
.area_hotel_wrap ul > li dd.black_btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #111;
    font-size: 18px;
    text-align: center;
    padding: 5px 0 8px;
    border-radius: 30px;
    position: relative;
}
#pickup_hotel .area_hotel_wrap ul > li dd.black_btn a {background-image: linear-gradient(0deg, #be1a1a, #d92323);}
#Recommended-hotels .area_hotel_wrap ul > li dd.black_btn a {background: #111;}
.area_hotel_wrap ul > li dd.black_btn a::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 8%;
    display: block;
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(100%);
}
.area_hotel_wrap ul > li dd.black_btn a.yado::before {background: url(../images/apartment_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.black_btn a.jrset::before {background: url(../images/train_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.black_btn a.airset::before {background: url(../images/flight_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.black_btn a::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    transform: rotate(-90deg);
    display: block;
    width: 39px;
    height: 27px;
    background: url(../images/icon_under.svg) no-repeat center / contain;
}
.area_hotel_wrap ul > li dd.sub_btn a {
    width: 50%;
    font-size: 1.1em;
    color: #111;
    font-weight: bold;
    position: relative;
}
.area_hotel_wrap ul > li dd.sub_btn a::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    display: block;
    width: 18px;
    height: 26px;
    filter: brightness(0) invert(0%);
}
.area_hotel_wrap ul > li dd.sub_btn a.yado::before {background: url(../images/apartment_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.sub_btn a.jrset::before {background: url(../images/train_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.sub_btn a.airset::before {background: url(../images/flight_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.sub_btn a::after {
    content: "";
    position: absolute;
    top: -20%;
    right: 0;
    transform: rotate(-90deg);
    display: block;
    width: 18px;
    height: 26px;
    background: url(../images/icon_under_red.svg) no-repeat center / contain;
}
.area_hotel_wrap ul > li.soldout {
    width: 100%;
    background: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #db2424;
    padding: 10% 0;
}

.pr_banner {
	width: 100%;
	margin-bottom: 1%;
}
.pr_banner a {
	margin: 3% auto 1%;
	display: block;
}
.pr_banner a img {
	width: 320px;
	height: 60px;
	display: block;
	margin: auto;
}
.pr_banner p {text-align: center}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
section .inner > hgroup {
    margin-bottom: 25px;
    position: relative;
}
section .inner > hgroup:before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -95px;
    left: calc((100% - 100px) / 2);
    background: url(../images/ico_clock.png) no-repeat;
    background-size: 100%;
}
section .inner > hgroup h2 {
    width: fit-content;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
    position: relative;
}
section .inner > hgroup h2:before {
    content: "";
    width: 14px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: -25px;
    background: url(../images/ico_thunder.svg)
}
section .inner > hgroup h2:after {
    content: "";
    width: 14px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 3px;
    right: -25px;
    background: url(../images/ico_thunder.svg)
}
section .inner > hgroup p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #d92323;
}
.inner{
    width: 98%;
    max-width: 1080px;
    min-width: 760px;
    margin: auto;
    padding: 8% 0 3%;
}

/*title*/
.mv > p:first-child {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    background: #db2424
}
.mv,
figure#mainphoto img{width: 100%}
figure#mainphoto {
	margin: 0 0 12px;
	padding: 0
}
#event_period {
    width: 450px;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}
#event_period h2 {
    color: #FFF;
    background: #333;
    margin-bottom: 10px;
    padding: 10px;
}
#event_period p.day {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}
#event_period p.day:after {
    content: "";
    width: 100%;
    height: 15px;
    background: #fff072;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}
#event_period b {
    font-size: 30px;
background: -webkit-linear-gradient(bottom, #be1a1a 0%, #d92323 100%);
background: -o-linear-gradient(bottom, #be1a1a 0%, #d92323 100%);
background: linear-gradient(to top, #be1a1a 0%, #d92323 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
#event_period .dayof {
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #FFF;
    background: #d92323;
    border-radius: 12px;
}
#event_period p.update {font-weight: normal;}

/*全てを検索*/
#all_timesale {background: #111}
#all_timesale .inner {
    margin: 2% auto 0;
    padding: 0;
}

/*今月のピックアップ*/
#pickup_hotel {background:url(../images/bg_Y-stripes.gif)}

/*おすすめプランをエリアから探す*/
.select_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.select_wrap li {
    width: fit-content;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 5px 10px;
    padding: 8px 16px;
    border: 1px solid #db2424;
    border-radius: 30px;
    cursor: pointer;
}
.select_wrap li a {color: #db2424!important;}
#area_hotel_allwrapper h3 {
    font-size: 20px;
    font-weight: bold;
    text-indent: 60px;
    margin: 5% 0 2%;
    position: relative;
}
#area_hotel_allwrapper h3:before {
    content: "";
    width: 48px;
    height: 48px;
    background:url(../images/explore_nearby_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat;
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
}
#area_hotel_allwrapper h3:after {
    content: "";
    width: 62%;
    height: 2px;
    background: #db2424;
    display: block;
    position: absolute;
    top: 13px;
    left: 38%;
}
#area_hotel_allwrapper h3 svg {
    position: absolute;
    right: 0;
    top: 10px;
}

/*お得情報＆おすすめ特集*/
.banner_area .scrollbox_wraper li {
    width: calc(96% / 4);
    margin: 0 0.5% 2% !important;
    text-align: center;
    background: #F7F7F7;
    box-sizing: border-box;
    font-size: 16px
}
.banner_area .scrollbox_wraper li a {color: #111}
.banner_area .scrollbox_wraper li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.banner_area .scrollbox_wraper li dt img {margin-bottom: 3%}
.banner_area .scrollbox_wraper li dt p{
    color: #B79913;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.banner_area .scrollbox_wraper li dt h3{
    font-weight: 700;
    margin: 3% 0;
    padding: 0 10px;
    box-sizing: border-box
}
.banner_area .scrollbox_wraper li dd.plan_txt {
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left;
    color: #111
}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF url(../images/play_circle_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg) no-repeat;
    background-size: contain;
    border-radius: 16px;
}
.scrollbox_wraper .scroll_left_btn {left: -20px;transform: rotate(180deg);}
.scrollbox_wraper .scroll_right_btn {right: -20px;}
@media (min-width: 760px) and (max-width: 1170px){
    .scrollbox_wraper .scroll_left_btn {left: 0;}
    .scrollbox_wraper .scroll_right_btn {right: 0;}
}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
/*.scrollbox_wraper .scroll_left_btn:after {
    position: absolute;
    top: 7px;
    left: 7px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #be1a1a;
    width: 10px;
    height: 14px;
}
.scrollbox_wraper .scroll_right_btn:after {
    position: absolute;
    top: 7px;
    right: 7px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #be1a1a;
    width: 10px;
    height: 14px;
}*/
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 10px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #888 !important;
}
@media (min-width: 760px) and (max-width: 900px){
	/*------------------------------
	for Tablet
	------------------------------*/
	.scrollbox_wraper .scrollbox {
		overflow-x: scroll!important;
		padding: 0;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
		margin: 0 5px!important;
		background: #eee!important;
		border-radius: 5px!important;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
		border-radius: 5px!important;
		background: #888!important;
	}
}

/*スクロールなし*/
.scrollbox_wraper.no_slider {
	margin-bottom: 15px;
	position: relative;
}
.scrollbox_wraper.no_slider .scroll_left_btn,
.scrollbox_wraper.no_slider .scroll_right_btn,
.scrollbox_wraper.no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
.scrollbox_wraper.no_slider .scrollbox > ul{flex-wrap: wrap;}
.scrollbox_wraper.no_slider .scrollbox > ul li{margin-bottom: 10px !important;}

/*ボタン*/
.btn {
    display: flex;
    gap: 2%;
    margin-bottom: 10px;
    padding: 25px 0;
 }
.btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background-image: linear-gradient(0deg, #be1a1a, #d92323);
    font-size: 18px;
    text-align: center;
    padding: 10px 0 12px;
    border-radius: 30px;
    position: relative;
}
.btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20%;
    right: 8%;
    background: url(../images/ico_glass.svg)
}

/*ホテルBOX*/
.area_hotel_wrap ul > li {
    width: 280px;
    margin: 0 10px;
    background: #F7F7F7;
}
.area_hotel_wrap ul > li dt {
    margin-bottom: 3%;
    position: relative;
}
.area_hotel_wrap ul > li dt hgroup {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    padding: 5px;
    box-sizing: border-box;
}
.area_hotel_wrap ul > li dt hgroup div {
    width: fit-content;
    background: #FFF;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
    padding: 2px 10px 2px 25px;
    border-radius: 15px;
    position: relative;
}
.area_hotel_wrap ul > li dt hgroup div::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 5%;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/explore_nearby_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;
    filter: brightness(0) invert(10%);
}
.area_hotel_wrap ul > li dt hgroup h3,
.area_hotel_wrap ul > li dt hgroup h4 {
    align-items: center;
    display: flex;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF
}
.area_hotel_wrap ul > li dd {
    text-align: center;
}
.area_hotel_wrap ul > li dd .price {
    font-size: 1.8em;
    font-weight: bold;
    color: #db2424;
}
.area_hotel_wrap ul > li dd.black_btn,
.area_hotel_wrap ul > li dd.sub_btn {
    width: 94%;
    display: flex;
    gap: 5%;
    margin: 5% auto;
}
.area_hotel_wrap ul > li dd.black_btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #111;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 12px;
    border-radius: 30px;
    position: relative;
}
#pickup_hotel .area_hotel_wrap ul > li dd.black_btn a {background-image: linear-gradient(0deg, #be1a1a, #d92323);}
#Recommended-hotels .area_hotel_wrap ul > li dd.black_btn a {background: #111;}
.area_hotel_wrap ul > li dd.black_btn a::before {
    content: "";
    position: absolute;
    top: 28%;
    left: 8%;
    display: block;
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(100%);
}
.area_hotel_wrap ul > li dd.black_btn a.yado::before {background: url(../images/apartment_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.black_btn a.jrset::before {background: url(../images/train_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.black_btn a.airset::before {background: url(../images/flight_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.black_btn a::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    transform: rotate(-90deg);
    display: block;
    width: 39px;
    height: 27px;
    background: url(../images/icon_under.svg) no-repeat center / contain;
}
.area_hotel_wrap ul > li dd.sub_btn a {
    width: 50%;
    font-size: 1.1em;
    color: #111;
    font-weight: bold;
    position: relative;
}
.area_hotel_wrap ul > li dd.sub_btn a::before {
    content: "";
    position: absolute;
    top: -28%;
    left: 0;
    display: block;
    width: 18px;
    height: 26px;
    filter: brightness(0) invert(0%);
}
.area_hotel_wrap ul > li dd.sub_btn a.yado::before {background: url(../images/apartment_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.sub_btn a.jrset::before {background: url(../images/train_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.sub_btn a.airset::before {background: url(../images/flight_50dp_DB2424_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center / contain;}
.area_hotel_wrap ul > li dd.sub_btn a::after {
    content: "";
    position: absolute;
    top: -28%;
    right: 0;
    transform: rotate(-90deg);
    display: block;
    width: 18px;
    height: 26px;
    background: url(../images/icon_under_red.svg) no-repeat center / contain;
}
.area_hotel_wrap ul > li.soldout {
    width: 100%;
    background: none;
    font-size: 24px;
    font-weight: bold;
    color: #db2424;
    padding: 15% 0;
}

.pr_banner {margin-bottom: 1%;}
.pr_banner a {
	width: 640px;
	height: 120px;
	display: block;
	margin: 2% auto 1%;
}
.pr_banner a img {
	width: 100%;
	height: auto;
}
.pr_banner p {
	font-size: 1.2em;
	text-align: center
}

}