@charset "utf-8";

/* ============================================================
メインカラー
============================================================ */
:root {
	--accent-color: #6EB9DA;/*background: var(--accent-color);*//*メインアクセントカラー*/
	--accent-thin-color: #D9EBF3;/*background: var(--accent-thin-color);*//*メインアクセントカラー(薄)*/
	--background-color: #F9F6F4;/*background: var(--background-color);*//*背景色*/
	--black-text-color: #3C3D47;/*background: var(--black-text-color);*//*文字*/
	--price-color: #f11;/*background: var(--price-color);*//*価格*/
	--btn-color: #F29A16;/*background: var(--btn-color);*//*検索ボタン*/
}

/* ============================================================
MV
============================================================ */
article section.mv .slide-image:nth-child(1) {
	background-image: url("../images/mv_bg01.jpg");
	background-position: center 80%;
	animation-delay: -2s;
}
article section.mv .slide-image:nth-child(2) {
	background-image: url("../images/mv_bg02.jpg");
	background-position: center 56%;
	animation-delay: 6s;
}

/* ============================================================
旅行するエリアから探す(PCのみ)
============================================================ */
@media screen and (min-width: 760px),print {
article section.area div.map_link div.a1 {
	top: 25%;
	left: 30%;
	z-index: 2;
}
article section.area div.map_link div.a2 {
	bottom: 37%;
	left: 10%;
	z-index: 3;
}
article section.area div.map_link div.a3 {
	bottom: 10%;
	left: 5%;
	z-index: 4;
}
article section.area div.map_link div.a4 {
	top: 37%;
	right: 30%;
	z-index: 5;
}
}