@charset "utf-8";

/******** home ********/
#home_main_image {
  width: 94%;
  margin: 0 auto 3rem auto;
}
/*#top_main_image {	
	background: url(../images/top_main_img.jpg) center center no-repeat;
	background-size: cover;
  width: 100%;
  height: 400px;
	max-height: 700px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
  position: relative;
}*/
.home_main_title {
  width: 100%;
	text-align: center;
	/*color: #fff;*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.home_main_title img {
  width: 85%;
	max-width: 1000px;
	margin: auto;
}
.home_slide_img {
  height: 430px !important;
  /*height: 480px !important;*/
  /*height: 360px !important;*/
}
#home_slider {
  border-radius: 50px;
}
.swiper-slide {
  position: relative;
}
.swiper-slide a:hover{opacity:1.0;}
.hero_title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  /*text-align: center;*/
  font-size: 1.0rem;
  font-weight: 400;
  color: #fff;
  padding: 15% 15% 10% 5%;
  width: 80%;
  position: absolute;
  /*top: 50%;*/
  bottom: 0;
  /*left: 50%;
  transform: translate(-50%, 0);*/
  background:linear-gradient(0deg, rgb(0,0,0,0.3), rgb(0,0,0,0));
  /* 全面マスク
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  /* 全面マスク
  background-color:rgba(0,0,0,0.15);*/
  /*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));*/
}
.hero_title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 110%;
  /*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));*/
  padding: 10px 0 15px 0;
  margin: 0 auto 10px auto;
  border-bottom: 1px solid #fff;
}
.hero_category {
  /*font-family: "Times New Roman", "YuMincho", serif;*/
  font-size: 0.7rem;
  font-weight: 500;
  /*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));*/
}
.hero_category span {
  border: #fff 1px solid;
  padding: 1px 10px;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .home_slide_img,
.swiper-slide-duplicate-active .home_slide_img,
.swiper-slide-prev .home_slide_img {
  animation: zoomUp 7s linear 0s normal both;
}
/*.zoom-In img {
  width: 100%;
  height: auto;
  animation: animationZoomIn 5s ease-in-out forwards;
}
@keyframes animationZoomIn {
  100% { transform: scale(1.1)}
}*/
#home_topics {
  margin: 0 auto 2rem auto;
  padding: 2rem 0 0.5rem 0;
  background: #f8f8f8;
}
.home_heading {
  text-align: center;
}
.home_h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-bottom: none;
}
.home_h2_sub {
  width: 300px;
  margin: 0 auto;
}
.home_h2_sub span {
  /*border-bottom: #ff8c00 1px solid;*/
  border-bottom: #ccc 1px solid;
  padding: 0 3rem 0.5rem 3rem;
  margin: 0 auto;
}
.home_content_box {
  width: 100%;
}
.home_pickup_list {
  list-style: none;
  display: flex;
	justify-content: center;
  flex-wrap:wrap;
  padding: 0;
}
.home_pickup_list li {
  width: 46%;
  margin: 1rem 2%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.home_pickup_list li img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
/*.home_pickup_list li img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}*/
.home_article_box {
  position: relative;
}
.post_cat_name {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  --f: .5em;
  --r: .8em;
  padding-inline: .25em;
  line-height: 1.8;
  background: rgba(250,140,0,0.7);
  /*border-bottom: var(--f) solid #0005;*/
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(-100vw 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,-100vw 100%);
}
.pickup_txt {
  margin: 0 auto;
  padding: 5px 10px 10px 10px;
  /*background: #eee;*/
}
.pickup_category {
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px #ccc solid;
  padding-bottom: 3px;
  margin: auto auto 5px auto;
}
.pickup_title {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 120%;
  margin: 5px auto 5px 0;
  border: none;
}
.pickup_txt p {
  font-size: 0.8rem;
}
.home_archive {
  font-size: 0.85rem;
  min-height: 50px;
  border-radius: 25px;
  /*border: 1px #eee solid;*/
  width: 200px;
  margin: 0 auto 3rem auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.home_news {
  font-size: 0.9rem;
  margin: 1.5rem auto 2rem auto;
  width: 96%;
}
.home_news_date {
  font-size: 0.8rem;
}
.weather_info {
  text-align: center;
  margin: 1rem auto;
}
#weather-wrapper {
  width: 100%;
  margin: auto;
}
.sightseeing_news {
  margin: 2rem auto;
  width: 96%;
  text-align: center;
}
.sightseeing_news_list {
  text-align: left;
}
.sightseeing_news_list ul {
  padding: 1rem;
}

/******************** タブレット ********************/
@media only screen and (min-width:560px){
#home_main_image {
  width: 94%;
  margin: 0 auto 4rem auto;
}
.home_main_title img {
 width: 70%;
}
.home_slide_img {
  height: 400px !important;
  /*height: 320px !important;*/
}
.hero_title {
  font-size: 1.0rem;
  padding: 15% 35% 5% 5%;
  width: 70%;
}
.hero_title h2 {
  font-size: 1.8rem;
  padding: 5px 0 12px 0;
  margin: 0 auto 8px auto;
}
.hero_category {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
/*.hero_category {
  font-size: 0.9rem;
}*/
.home_pickup_list li {
  width: 23%;
  margin: 1rem 1%;
  border-radius: 15px;
}
/*.home_pickup_list li img {
  height: 130px;
}*/
.pickup_txt {
  padding: 10px 12px 12px 12px;
}
.pickup_title {
  font-size: 0.9rem;
}
.home_news {
  width: 80%;
}
.sightseeing_news {
  margin: 2rem auto;
  width: 70%;
  text-align: center;
}

}


/******************** デスクトップ ********************/
@media only screen and (min-width:960px){
.home_slide_img {
  height: 530px !important;
  /*height: 430px !important;*/
}
.hero_title {
  font-size: 1.4rem;
  padding: 15% 35% 3% 5%;
  width: 60%;
}
.hero_title h2 {
  font-size: 2.1rem;
  /*font-size: 3.0rem;*/
  padding: 5px 0 15px 0;
  margin: 0 auto 10px auto;
}
.hero_category {
  /*font-size: 1.0rem;*/
  margin-bottom: 8px;
}
/*.home_pickup_list li img {
  height: 180px;
}*/
.home_news {
  width: 70%;
  font-size: 0.95rem;
}
.home_archive {
  font-size: 0.90rem;
}


}