@charset "utf-8";

/*759px以下*/
@media screen and (max-width: 759.9px) {
/*targetpark_title*/
#targetpark_title > div {margin: 3% 3% 0}
#targetpark_title > div img {width:100%}
#targetpark_title > div span{
	color: #FFF;
	line-height: 2
}

/*event*/
.event_slick {
    width: 90%;
    margin: auto;
}
.event_slick .slick-prev {left: -8% !important;}
.event_slick .slick-next {right: -8% !important;}

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

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*targetpark_title*/
#targetpark_title {
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: auto;
	display: flex;
	gap: 2%;
}
#targetpark_title > div {
	width: 30%;
	margin: 2% 0 0 0;
}
#targetpark_title > div img {width:100%;}
#targetpark_title > div span{
	color: #FFF;
	line-height: 2;
}
#targetpark_title > p {width: 68%}

/*event*/
.event_slick {
    width: 50%;
    margin: auto;
}
.event_slick .slick-prev {left: -5% !important;}
.event_slick .slick-next {right: -5% !important;}

/* クーポン対象のおすすめホテル・旅館 */
.hotel_plan_section {font-size: 18px}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul {
	width: fit-content !important;
	display: flex !important;
	flex-wrap: wrap;
	margin: 0 auto 15px !important;
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul 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;
    border: 1px solid #18399b;
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dt .cr {
	position: absolute;
	bottom: 77px;
	left: 1%;
	font-size: 12px
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dt p{
    font-size: 0.65em;
    color: #c42258;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dt p.dep {
    font-size: 1em;
    color: #333;
    text-align: center;
    padding: 10px
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dt h4,
.hotel_plan_section .scrollbox_wraper .scrollbox > ul 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 .scrollbox > ul li dd.plan_txt {
    font-size: 0.75em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}
.other .hotel_plan_section .scrollbox_wraper .scrollbox > ul li dd.plan_txt {color: #333;}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dd.plan_price {margin-bottom: 4%;line-height: 1}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px
}	
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li dd.plan_price small {
    font-size: 0.6em;
    height: 32px;
    display: inline-flex;
    line-height: 1.5
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li .dis_flex {
    display: flex;
	gap: 5px;
	margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li .btn {width: 100%}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li .btn a {
    width: 100%;
    font-size: 0.75em;
    text-align: center;
    padding: 15px 0 18px;
    font-weight: 700
}
.hotel_plan_section .scrollbox_wraper .scrollbox > ul li .btn a::after {display:none}
.hotel_plan_section p.comment_txt {
    font-size: 14px;
    margin-bottom: 5%
}

}