@charset "utf-8";

/*  メインビジュアル
============================================================================= */
.mv-area { background: url(/kokunai/area/shizuoka/_images/mv_spr.jpg) no-repeat center top; background-size: cover; }
.mv-area.mv-spr { background: url(/kokunai/area/shizuoka/_images/mv_spr.jpg) no-repeat center top; background-size: cover; } 
.mv-area.mv-sum { background: url(/kokunai/area/shizuoka/_images/mv_sum.jpg) no-repeat center top; background-size: cover; } 
.mv-area.mv-aut { background: url(/kokunai/area/shizuoka/_images/mv_aut.jpg) no-repeat center top; background-size: cover; } 
.mv-area.mv-win { background: url(/kokunai/area/shizuoka/_images/mv_win.jpg) no-repeat center top; background-size: cover; } 

/*  grid
============================================================================= */
.ly_grid{ -ms-flex-wrap:wrap; display:-webkit-box; display:-ms-flexbox; display:flex; flex-wrap:wrap; margin-left:-16px;}
.ly_grid .ly_grid__item{ -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 24px; margin-left:16px;}
.ly_grid.-recommend .ly_grid__item{ width: calc(33.33333% - 16px);}
/*  recommend
============================================================================= */
.plan__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
}
.plan__item a{
    color: #323743;
    transition: 0.4s ease;
    opacity: 1;
    min-height: 0%;
}
.plan__item a:hover{
    color: #323743;
    opacity: .6;
    text-decoration: none;
}
.plan__item-images{
    width: 100%;
}
.plan__item-images img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.plan__item-destination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.3;
    flex-direction: row;
    width: calc(100% - 30px);
    margin: 15px 15px 0;
}
.plan__item-detail-icon{
    order: 2;
}
.plan__item-detail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 12px 6px 32px;
    font-size: 1.4rem;
}
.plan__item-detail-icon li:before{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plan__item-detail-icon li.icon-air:before { content: "\e918";}
.plan__item-detail-icon li.icon-jr:before { content: "\e969";}
.plan__item-day{
    order: 1;
    font-weight: bold;
    font-size: 1.8rem;
    color: #3498DB;
}
.plan__item-detail{
    margin: 12px;
}
.plan__item-title{
    font-size: 1.8rem;
    font-weight: bold;
}
.plan__item-lead{
    margin-top: 8px;
    font-size: 1.4rem;
}
.plan__item-price{
    margin-top: 8px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #cc0d21;
}
.plan__item-price em{
    font-size: 2.6rem;
    font-weight: bold;
}
.plan__item-note{
    font-size: 1.2rem;
    text-align: center;
}
.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
} 

/*  地図
============================================================================= */
.pref-map-subarea{ background-image: url(/kokunai/area/shizuoka/_images/map.gif); }
#pref-map-shizuoka{ left: 31.61%; top: 43.01%; }
#pref-map-atami{ left: 69.80%; top: 44.50%; }
#pref-map-izu{ left: 65.00%; top: 59.17%; }
#pref-map-01{ left: 38.13%; top: 52.39%; }
#pref-map-02{ left: 43.48%; top: 33.63%; }
#pref-map-04{ left: 66.07%; top: 70.80%; }
#pref-map-05{ left: 55.80%; top: 78.94%; }
#pref-map-07{ left: 56.88%; top: 67.61%; }
#pref-map-08{ left: 40.43%; top: 70.44%; }
#pref-map-09{ left: 17.95%; top: 67.61%; }
#pref-map-10{ left: 53.84%; top: 43.01%; }
#pref-map-11{ left: 69.38%; top: 57.70%; }
#pref-map-12{ left: 25.27%; top: 75.58%; }


/*  観光スポットを探す
============================================================================= */
.tourist-sect__inner{
     position: relative;
     margin: 50px auto 0;
     padding: 0 5px;
     width: 100%;
     min-width: 970px;
     max-width: 1246px;
}
.tourist-sect__cassette{
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -30px;
}
.tourist-sect__cassette > li{
	width: calc(100% / 4 - 30px);
	margin: 20px 0 0 30px;
	background: #fff;
}
.tourist-sect__cassette a{
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 8px;
	background: #fff;
	transition: 0.4s ease;
}
.tourist-sect__cassette a:hover{
	opacity: .6;
}

.tourist-sect__cassette a::after {
    background-color: rgba(0,0,0,.2);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .4s ease;
    width: 100%;
}

.tourist-sect__cassette figure{
	text-align: center;
}
.tourist-sect__cassette figure img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.tourist-sect__txt{
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*  おすすめカタログ
============================================================================= */
.carousel {
    justify-content: center;
    overflow-x: hidden !important;
}
.carousel_item + .carousel_item {
    margin: 24px 0px 120px 20px;
}