@charset "UTF-8";
/* CSS Document */
h1 {
	padding-top: 200px;
}
@media screen and (max-width: 640px) {
	h1 {
		padding-top: 140px
	}
}
.bg_map{
	padding:120px 0 0 0;
	background-image: url(../images/top/wa_illust_map.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size:550px;
}
.card_all{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card_area_img{
  position: relative;
  max-width: 300px;
	width: 100%;
  height: 280px;
	margin: 0 auto;
}

.card:hover {
  transform: translateY(-4px);
}

img.area_img{
	max-width: 250px;
	width: 100%;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
	margin: 0 auto 30px auto;
	position: absolute;
	top: 0px;
  left: calc(50% - 125px);
}
img.area_illust{
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
img.area_illust2{
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: 10%;
	left: 0%;
}

.card{
	width: 30%;
	min-width: 250px;
	border-radius:20px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	transition: transform 0.2s ease;
}
.card_area_name{
	font-weight: 700;
}
.card_txt{
	background-image: radial-gradient(circle, #0078b9 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 15px 5px;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
/* Masonry グリッド */
.grid {
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}


.grid-sizer,
.grid-item {
  width: calc((100% - 40px) / 3); /* gutter:20px × 2 */
  margin-bottom: 40px;
  box-sizing: border-box;
	padding: 20px;
}

.grid-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.grid-item:hover {
  transform: translateY(-4px);
}
/* 画像 */
.card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.card-image_02 {
  width: 100%;
  height: 500px;
  object-fit: cover;
	border-radius: 10px 10px 0 0;
}

/* コンテンツ */
.card-content {
  padding: 16px 0 24px;
}

/* カテゴリラベル */
.card-label {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
	position: absolute;
	top:10px;
  left: -10px;
}

.card-label.area { background: #3b82f6; }    /* 青 */
.card-label.hotel { background: #10b981; }   /* 緑 */
.card-label.restaurant { background: #f59e0b; } /* オレンジ */
.card-label.spot { background: #0ea5e9; }    /* 水色 */

/* タイトルと説明 */
.card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 10px 0;
  line-height: 1.4;
	color: #000000;
}

.card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.grid-item-img{
	position: relative;
	
}
.top_specialfeature{
	font-size: 26px;
	width:60vw;
	height: auto !important;
	background-color: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	 box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
	margin: 40px 0;
	color: #000000;
}
.top_specialfeature:hover {
  transform: translateY(-4px);
}

.top_specialfeature img{
	  width: 100%;
  height: 32vw;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
	padding: 0 0 10px 0;
	
}
.slider .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}
.slider {
  display: flex;
}
.slick-slide div{
	height: 90% !important;
}
.map-card_all { 
  display: flex;
		width: 100%;
  margin: auto;
	justify-content: space-between;
}
.map-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 47%;
  width: 100%;
  padding: 32px;
	box-sizing: border-box;
	transition: transform 0.2s ease;
}
.map-card:hover {
  transform: translateY(-4px);
}
.map-card__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.map-card__image img {
  max-width: 220px;
	width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
}

.map-card__content {
  flex: 1;
}

.map-card__content h3 {
  color: #0066cc;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.map-card__content p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 24px;
}

.btn-download {
  display: inline-block;
  background-color: #0078B9;
  color: #fff;
	text-align: center;
  text-decoration: none;
	width: 100%;
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.3s;
	box-sizing: border-box;
}

.banner-anatravelers{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #ffffff;
	border: solid 2px #0078B9;
	vertical-align: middle;
    line-height: 60px;
	text-align: center;
	color: #0078B9;
	transition: transform 0.2s ease;
}
.banner-anatravelers:hover {
  transform: translateY(-4px);
}
.banner-anatravelers img{
	height: 60px;
	padding: 0 20px 0 0 ;
}
	.br-sp {
    display: none;
}

/* レスポンシブ設定 */
@media (max-width: 1024px) {
  .grid-sizer,
  .grid-item {
    width: calc((100% - 20px) / 2);
  }

  .grid-item {
    margin-right: 5%;
  }

  .grid-item:nth-child(2n) {
    margin-right: 0;
  }
		
.top_specialfeature{
	padding: 10px;
	font-size: 20px;
}
	.bg_map {
    background-size: 400px;
}
	.card_all{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
		overflow-x: scroll;
		padding: 10px 0 10px 0;
}
	.card{
	width: 40%;
	min-width: 250px;
	border-radius:20px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
		margin: 10px;
}
img.area_img{
	max-width: 210px;
  height: 210px;
  left: calc(50% - 105px);
}
    .map-card_all {
        display: flex;
        width: 100%;
        margin: auto;
    }
	.map-card__inner {
  display: block;
  gap: 0px;
  align-items: flex-start;
}
	.map-card__image {
	text-align: center;
}
.map-card__image img {
  max-width: 180px;
	width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
	margin: 0 auto 10px auto;
}
.map-card__content h3 {
	text-align: center;
	}
}

@media (max-width: 640px) {
	.card-image {
    height: 125px;
}
		.card-image_02 {
    height: 200px;
}
		.bg_map {
			background-position: 140% 18%;
    background-size: 260px;
			padding: 0;
}
	.top_specialfeature img {
    height: 65vw;
}
	.top_specialfeature {
    width: 80vw;
		font-size: 20px;
}
	.card_all { 
  display: flex;
		width: 100%;
  max-width: 800px;
  margin: auto;
  overflow-x: auto;
		justify-content:space-between;
}
	.card{
		 width: 40%;
	}
	.grid-item {
  padding: 10px;
}
	.banner-anatravelers {
		width: 100%;
    padding: 5px;
		border-radius: 10px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.banner-anatravelers img{
		width: 25%;
		padding: 0 10px 0 0;
	}
	.map-card_all { 
  display: block;
		width: 100%;
  margin: auto;
}
		.map-card{
		width: 100%;
		padding: 20px;
			box-sizing: border-box;
			max-width: 640px;
			margin: 0 0 20px 0;
	}
	.map-card__inner {
  display: block;
  gap: 0px;
  align-items: flex-start;
}
.map-card__image {
	text-align: center;
}
.map-card__image img {
  max-width: 180px;
	width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
	margin: 0 auto 10px auto;
}
.map-card__content h3 {
	text-align: center;
	}
.map-card__content {
  flex: 1;
}

}