@charset "utf-8";

/* ============================================================
PC/SP
============================================================ */
#areahotel_link {
    background: var(--accent-thin-color);
    margin-top: 5px;
    padding: 12px 0 15px;
    text-align: center;
    font-size: 1.2em;
}
#areahotel_link p a {
    display: inline;
    background: none;
    color: #0065d6;
    font-size: inherit;
    text-decoration: underline;
}
article section.area div.map_link div dt a {pointer-events: all!important;}

/* ============================================================
PC
============================================================ */
@media screen and (min-width: 760px),print {
/*エリアの観光情報*/
.area_kanko_txt {
    padding: 1px 15px 25px!important;
    background: #FFF;
    font-size: 16px;
    line-height: 1.5;
}
.area_kanko_txt h2 {margin: 1em 0!important;}

/*人気の観光スポット*/
#Popular_spot_toggle_lavel {
    width: 80%;
    margin: auto;
    background: #D9EBF3;
    font-size: 16px;
    position: relative;
}
#Popular_spot_toggle_lavel:after {
    content: "＋";
    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 33%;
    right: 5%;
    display: grid;
}
#Popular_spot_toggle {display:none!important;}
#Popular_spot_toggle:checked ~ label::after {content: "－";}
#Popular_spot_toggle_lavel h2 {
    background: #D9EBF3;
    display: block;
    text-align: center;
    font-size: 1.2em;
    padding: 15px 0;
}
#Popular_spot {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}
#Popular_spot_toggle:checked ~ #Popular_spot {
    height: auto;
    opacity: 1;
    transition: 0.1s;
}
#Popular_spot h3 {
    margin: 3% 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
#Popular_spot li {
    background: #FFF;
    padding: 25px;
    margin: 2% 0;
}
#Popular_spot dl {
    display: flex;
    gap: 2%;
}
#Popular_spot li dt {width:20%;}
#Popular_spot li dd {width:72%;}
#Popular_spot li dt h4 {
	width: 400px;
	font-size: 1.1em;
	margin-bottom: 10%;
}
#Popular_spot li dt h4 a {color:#4EA6CB;}
#Popular_spot li dd p {
    line-height: 1.4;
    margin-top: 5%;
}

}

/* ============================================================
SP
============================================================ */
@media screen and (max-width: 759.9px) {
/*エリアの観光情報*/
.area_kanko_txt {
    padding: 1px 15px 25px!important;
    background: #FFF;
    font-size: 16px;
    line-height: 1.5;
}

/*人気の観光スポット*/
#Popular_spot_toggle_lavel {
    background: #D9EBF3;
    font-size: 14px;
    position: relative;
}
#Popular_spot_toggle_lavel:after {
    content: "＋";
    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 33%;
    right: 5%;
    display: grid;
}
#Popular_spot_toggle {display:none!important;}
#Popular_spot_toggle:checked ~ label::after {content: "－";}
#Popular_spot_toggle_lavel h2 {
    background: #D9EBF3;
    display: block;
    text-indent: 5%;
    font-size: 1.2em;
    padding: 15px 0;
}
#Popular_spot {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}
#Popular_spot_toggle:checked ~ #Popular_spot {
    height: auto;
    opacity: 1;
    transition: 0.1s;
}
#Popular_spot h3 {
    margin: 8% 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
#Popular_spot li {
    background: #FFF;
    padding: 15px;
    margin: 5% 0;
}
#Popular_spot li dt h4 {
    margin-bottom: 5%;
	text-align: center
}
#Popular_spot li dt h4 a {color:#4EA6CB;}
#Popular_spot li dd p {
	font-size: 0.85em;
    line-height: 1.4;
    margin-top: 5%;
}

}