@charset "utf-8";

/*759px以下*/
@media screen and (max-width: 759.9px) {
/*recommended_area*/
.recommended_area > li {
    width: 100%;
    margin: 0 0 5%;
    padding: 2%;
    font-size: 14px;
    background: #fff;
    box-shadow: 2px 2px 5px #eee;
    box-sizing: border-box;
}
.recommended_area > li dt{position: relative;}
.recommended_area > li dt hgroup h3 {
    position: absolute;
    top: 15%;
    right: 5%;
    color: #FFF;
    font-size: 28px;
    font-weight: normal;
    text-shadow: 0 0 4px BLACK, 0 0 8px BLACK;
}
.recommended_area > li dt hgroup h3.small {font-size: 1.3em;}
.recommended_area > li dt hgroup p {padding: 3% 0;}
.recommended_area > li dd.hotel li {
    margin-bottom: 2%;
    padding: 2%;
    box-sizing: border-box;
}
.recommended_area > li dd.hotel li > a {
    display: flex;
    gap: 3%;
    color:#222;
}
.recommended_area > li dd.hotel li > a img {
	width: 25%;
	height: 25%;
}
.recommended_area > li dd.hotel li > a div {width: 100%;}
.recommended_area > li dd.hotel li > a div h4 {
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #222;
}
.recommended_area > li dd.hotel li > a div .plan_price {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
}

/*おすすめプラン*/
.recommended_plan {
    background: url(../../images/pb-pixta99341600.jpg) no-repeat;
    background-size: cover;
    margin: 0 1% 3%;
    border-radius: 10px
}

/*エリア選択*/
.recommended_plan .big_area_select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%
}
.recommended_plan .big_area_select li {
    width: fit-content;
    font-size: 14px;
    margin: 0 1% 2%;
    padding: 5px 8px;
    background: #FFF;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer
}
.recommended_plan .big_area_select li:hover {opacity:0.8}
.recommended_plan .big_area_select li.select {
background: -webkit-linear-gradient(bottom, rgb(226 193 69) 0%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(bottom, rgb(226 193 69) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to top, rgb(226 193 69) 0%, rgba(255, 255, 255, 1) 100%);
font-weight: bold;
}

/* クーポン対象のおすすめホテル・旅館 */
.hotel_plan_section {font-size: 18px}
.hotel_plan_section .scrollbox_wraper li {
    width: calc(1040px / 4);
    margin: 0 5px 2% !important;
	text-align: center;
    color:#333;
	border: 1px solid #eee;
	box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.hotel_plan_section .scrollbox_wraper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
.hotel_plan_section .scrollbox_wraper li dt .cr {
	position: absolute;
	bottom: 77px;
	left: 1%;
	font-size: 12px
}
.hotel_plan_section .scrollbox_wraper li dt p{
    font-size: 0.65em;
    color: #18399b;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li dt p.dep {
    font-size: 1em;
    color: #333;
    text-align: center;
    padding: 10px
}
.hotel_plan_section .scrollbox_wraper li dt h4,
.hotel_plan_section .scrollbox_wraper li dt h5{
    font-size: 0.85em;
    font-weight: 700;
    margin: 5% 0;
    padding: 0 10px;
    box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dd.plan_txt {
    font-size: 0.75em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}
.other .hotel_plan_section .scrollbox_wraper li dd.plan_txt {color: #333;}
.hotel_plan_section .scrollbox_wraper li dd.plan_price {margin-bottom: 4%;line-height: 1}
.hotel_plan_section .scrollbox_wraper li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px
}	
.hotel_plan_section .scrollbox_wraper li dd.plan_price small {
    font-size: 0.5em;
    height: 32px;
    display: inline-flex;
    line-height: 1.5
}
.hotel_plan_section .scrollbox_wraper li .dis_flex {
    display: flex!important;
	margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li .btn {width: 100%}
.hotel_plan_section .scrollbox_wraper li .btn a {
    width: 100%;
    font-size: 0.75em;
    text-align: center;
    padding: 15px 0 18px;
    font-weight: 700
}
.hotel_plan_section .scrollbox_wraper li .btn a::after {display:none}
.hotel_plan_section p.comment_txt {
    font-size: 14px;
    margin-bottom: 5%
}
p.priceinfo {
    font-size: 12px;
    margin-bottom: 2%
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*recommended_area*/
.recommended_area {
    display: flex;
    flex-wrap: wrap;
}
.recommended_area > li {
    width: 48%;
    margin: 1%;
    padding: 1%;
    font-size: 16px;
    background: #fff;
    box-shadow: 2px 2px 5px #eee;
    box-sizing: border-box;
}
.recommended_area > li dt{position: relative;}
.recommended_area > li dt hgroup h3 {
    position: absolute;
    top: 20%;
    right: 5%;
    color: #FFF;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 0 0 4px BLACK, 0 0 8px BLACK;
}
.recommended_area > li dt hgroup h3.small {font-size: 1.8em;}
.recommended_area > li dt hgroup p {padding: 3% 0;}
.recommended_area > li dd.hotel li {
    margin-bottom: 2%;
    padding: 1%;
    box-sizing: border-box;
}
.recommended_area > li dd.hotel li > a {
    display: flex;
    gap: 5%;
    margin-bottom: 5%;
    color:#222;
}
.recommended_area > li dd.hotel li > a img {width: 25%;}
.recommended_area > li dd.hotel li > a div {width: 100%;}
.recommended_area > li dd.hotel li > a div h4 {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #222;
}
.recommended_area > li dd.hotel li > a div .plan_price {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
}

/*おすすめプラン*/
.recommended_plan {
    background: url(../../images/pb-pixta99341600.jpg) no-repeat;
    background-size: cover;
    margin: 0 1% 3%;
    padding: 25px 0;
    border-radius: 10px
}

/*エリア選択*/
.recommended_plan .big_area_select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%
}
.recommended_plan .big_area_select li {
    width: fit-content;
    font-size: 18px;
    margin: 0 0.5% 1%;
    padding: 8px 10px;
    background: #FFF;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer
}
.recommended_plan .big_area_select li:hover {opacity:0.8}
.recommended_plan .big_area_select li.select {
background: -webkit-linear-gradient(bottom, rgb(226 193 69) 0%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(bottom, rgb(226 193 69) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to top, rgb(226 193 69) 0%, rgba(255, 255, 255, 1) 100%);
	font-weight: bold;
}

/* クーポン対象のおすすめホテル・旅館 */
.hotel_plan_section {font-size: 18px}
.hotel_plan_section .scrollbox_wraper li {
    width: calc(96% / 4);
    margin: 0 0.5% 2% !important;
	text-align: center;
    color:#333;
	border: none;
	background: none;
	background: #FFF;
	box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.hotel_plan_section .scrollbox_wraper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
.hotel_plan_section .scrollbox_wraper li dt .cr {
	position: absolute;
	bottom: 77px;
	left: 1%;
	font-size: 12px
}
.hotel_plan_section .scrollbox_wraper li dt p{
    font-size: 0.65em;
    color: #18399b;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li dt p.dep {
    font-size: 1em;
    color: #333;
    text-align: center;
    padding: 10px
}
.hotel_plan_section .scrollbox_wraper li dt h4,
.hotel_plan_section .scrollbox_wraper li dt h5{
    font-size: 0.85em;
    font-weight: 700;
    margin: 5% 0;
    padding: 0 10px;
    box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dd.plan_txt {
    font-size: 0.75em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}
.other .hotel_plan_section .scrollbox_wraper li dd.plan_txt {color: #333;}
.hotel_plan_section .scrollbox_wraper li dd.plan_price {margin-bottom: 4%;line-height: 1}
.hotel_plan_section .scrollbox_wraper li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px
}	
.hotel_plan_section .scrollbox_wraper li dd.plan_price small {
    font-size: 0.6em;
    height: 32px;
    display: inline-flex;
    line-height: 1.5
}
.hotel_plan_section .scrollbox_wraper li .dis_flex {
    display: flex!important;
	margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li .btn {width: 100%}
.hotel_plan_section .scrollbox_wraper li .btn a {
    width: 100%;
    font-size: 0.75em;
    text-align: center;
    padding: 15px 0 18px;
    font-weight: 700
}
.hotel_plan_section .scrollbox_wraper li .btn a::after {display:none}
.hotel_plan_section p.comment_txt {
    font-size: 14px;
    margin-bottom: 5%
}
p.priceinfo {
	font-size: 12px;
	text-align: right
}

}