@charset "utf-8";
/* CSS Document */
.main {
  background-color: #f6f6f6;
  width: 100%;
  padding-bottom: 10px;
}
/***************************
top
***************************/
.category {
  position: relative;
}
.category__image {
  height: 80vh;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-illust {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.top-title{
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 100%;
}
.title {
  line-height: 6rem;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  font-weight: 500;
}
span.sub-title {
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  letter-spacing: 0.3rem;
}

/*タイトルカラー*/
.sightseeing_title, .sightseeing_sub-title {
  text-shadow: #A4C7DD 1px 1px 2px, #A4C7DD -1px 1px 2px, #A4C7DD 1px -1px 2px, #A4C7DD -1px -1px 2px;
}
.gourmet_title, .gourmet_sub-title {
  text-shadow: #d47b08 1px 1px 2px, #d47b08 -1px 1px 2px, #d47b08 1px -1px 2px, #d47b08 -1px -1px 2px;
}
.stay_title, .stay_sub-title {
  text-shadow: #ac9e84 1px 1px 2px, #ac9e84 -1px 1px 2px, #ac9e84 1px -1px 2px, #ac9e84 -1px -1px 2px;
}
.shopping_title, .shopping_sub-title {
  text-shadow: #5cb4c0 1px 1px 2px, #5cb4c0 -1px 1px 2px, #5cb4c0 1px -1px 2px, #5cb4c0 -1px -1px 2px;
}
.others_title, .others_sub-title {
  text-shadow: #0088C6 1px 1px 2px, #0088C6 -1px 1px 2px, #0088C6 1px -1px 2px, #0088C6 -1px -1px 2px;
}/*/タイトルカラー*/

.kumo_f9f9f9 {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 60%;
}
.kumo_f9f9f9 img {
  width: 100%;
  display: block;
}
/***************************
h2-wrapper
***************************/
.h2-wrapper {
  position: relative;
}
p.h2-icon {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 20px 36px;

}
/*h2 カテゴリーごとの背景色*/
p.h2-icon.sightseeing_bg-col {
  background-color: #A4C7DD;
}
p.h2-icon.gourmet_bg-col {
  background-color: #db9944;
}
p.h2-icon.stay_bg-col {
  background-color: #C9B99D;
}
p.h2-icon.shopping_bg-col {
  background-color: #5cb4c0;
}
p.h2-icon.others_bg-col {
  background-color: #0088C6;
}
h2.category_h2 {
  position: absolute;
  font-size: 2.4rem;
  left: 36px;
  bottom: 32px;
}
/***************************
wrapper01
***************************/
.wrapper01 {
  display: flex;
  padding: 50px;
  background-color: #fff;
  border-radius: 1em;
  margin: 60px auto 100px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.foot-mark {
  width: 260px;
  margin: 0 100px;
}
.numbering {
  width: 100px;
  margin: -40px auto 0;
}
.wrapper01_main {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2,1fr);
  gap: 4%;
  margin-bottom: 3%;
}
.wrapper01_main_img img {
  width: 550px;
  height: 100%;
  border-radius: 1em;
}
.main_img01{
  width: 100%;
}
.discription-wrapper{
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.wrapper02_main-wapper {
  display: flex;
}
.discription-wrapper p {
  width: 100%;
  text-align: left;
}
.wrapper01 ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3%;
  width: 100%;
}
.main_img01 img {
  width: 100%;
  border-radius: 1em;
  object-fit: cover;
  margin: 0 auto;
  aspect-ratio: 1/0.7;
}
/*h3吹き出し*/
h3 {
  font-size: 2rem; 
  width: 100%;
  outline-offset: 0.5rem;
  border-radius: 0.5em;
  margin: 0 auto 30px;
  padding: 1rem;
}
p.situation_h3 {
  text-align: center;
  font-weight: 400px;
}
/*カテゴリー別の囲み線色*/
h3.sightseeing_border-col {
  border: solid 0.5rem #A4C7DD;
}
h3.gourmet_border-col {
  border: solid 0.5rem #db9944;
}
h3.stay_border-col {
  border: solid 0.5rem #C9B99D;
}
h3.shopping_border-col {
  border: solid 0.5rem #5cb4c0;
}
h3.others_border-col {
  border: solid 0.5rem #0088C6;
}
.situation_h4 {
 font-weight: 400;
}
p.text-center {
  text-align: center;
}
/*
hr {
  width: 80%;
  border-top: dotted 7px #7c848d;
  margin: 25px auto;
}
*/
.guidance {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}
.guidance p{
	margin: 0 10px;
}
.fa-shoe-prints:before {
  content: "\f54b";
  letter-spacing: 1rem;
}
.wrapper_sub img {
  width: 100%;
  border-radius: 1em;
  object-fit: cover;
  aspect-ratio: 1/0.7;
}
.wrapper_sub p {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.wrapper_sub_li {
  width: 100%;
}
.kousiki{
	font-size: 1.4rem;
	background-color: #7c848d;
	color: #fff;
	width: 100%;
	padding: 0.5em;
    text-align: center;
	border-radius: 0.5em;
}
.kousiki a{
  color: #fff;
  text-decoration: none;
}
.bird img{
  width: 200px;
  margin: 0 auto;
}
.slick-list.draggable {
  background-color: #f6f6f6;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::test*/
.category {
  height: auto;
  background-position: center;
  background-size: auto 100%;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.category-contenener {
  margin: 0 auto 60px;
  width: 100%;
  justify-content: center;
}
.category-section_picture {
  width: 100%;
  object-fit: cover; 
  object-position: center;
  border-radius: 1em;
}
.category h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.category ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.category li {
  margin: 30px 0 0;
  border-radius: 1em;
  text-align: center;
  width: 25%;
}
.category-title {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #002c5a;
  font-size: 1.6rem;
}
.category-title p{
  font-size: 0.8em;
  font-weight: 500;
  }
.category-description {
  padding: 0 20px 20px 20px;
  display: inline;
  font-weight: 500;
  font-size: 1.6rem;
}
ul.post-item-wrapper {
  padding: 60px 0 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 4%;
}
.post-item-li {
  padding: 0 0 40px;
}
img.post-item {
  width: 100%;
  border-radius: 1em;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
/*========================================================================================
タブレット・スマホ版　sp style
=========================================================================================*/

@media(max-width:768px) {
  .category__image {
    height: 70vh;
  }
  .station_image {
    bottom: 44%;
  }
  h1.title {
    line-height: 4.8rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
  span.sub-title {
    font-size: 1.6rem;
  }
  .top-illust{
    bottom: 2%;
  }
  .kumo_f9f9f9{
    width: 90%;
  }
  h2.category_h2 {
    font-size: 2rem;
    bottom: 23px;
  }
  h3{
    left: 30px;
    bottom: 39px;
    font-size: 1.8rem;
  }
  .h3-wrapper{
    margin-bottom: 0;
  }
  .wrapper01{
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 1em;
  }
  .wrapper01_main{
    display: block;
  }
  .main_img01{
    width: 100%;
  }
  .main_img01 img{
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 1em 1em 0 0;
  }
  .discription-wrapper{
    padding: 16px;
    margin: 0 auto;
  }
  .discription-wrapper p{
    margin: 0 auto;
  }
  .hr{
/*    width: 80vw;*/
    margin: 20px auto;
  }
  .wrapper01 ul{
    display: block;
    padding: 0 16px 16px;
  }
  hr{
    width: 80%;
    margin: 20px auto;
  }
  .wrapper_sub p{
    width: 100%;
    text-align: left;
    margin: 10px auto 40px
  }
  .wrapper_sub li{
    margin: 0 auto;
  }
  .wrapper_sub li:nth-child(2) {
    margin: 0 auto;
  }
  .guidance p {
    text-align: center;
  }
  ul.post-item-wrapper {
    grid-template-columns: repeat(3,1fr);
  }
  p.h2-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px 36px;
  }
}
/*========================================================================================
スマホ版　sp style
=========================================================================================*/

@media(max-width:425px) {
    ul.post-item-wrapper {
      padding: 40px 0;
      grid-template-columns: repeat(2,1fr);
    }
}