@charset "UTF-8";

/*----------------------------地図(#prefecturesMap2)のボタン調整------------------*/
/*
#prefecturesMap2 + section .wrapper_item{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#prefecturesMap2 + section .inner_item_txt{
  position: absolute;
  z-index: 1;
  max-width: none;
  max-height: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#prefecturesMap2 + section .contents_btn01{
  position: absolute;
  padding: 0;
}

#prefecturesMap2 + section .contents_btn01:nth-child(1){
  top: 50%;
  left: 44%;
}

#prefecturesMap2 + section .contents_btn01:nth-child(2){
  top: 31%;
  left: 41%;
}

#prefecturesMap2 + section .contents_btn01:nth-child(3){
  left: 34%;
  top: 67%;
}

#prefecturesMap2 + section .contents_btn01 a{
  background: #fff;
  display: inline-block;
}
@media (max-width: 900px){
  #prefecturesMap2 + section .contents_btn01 a{
    max-width: 100px;
    min-width: 100px;
  }
  #prefecturesMap2 + section .contents_btn01:nth-child(2){
    top: 27%;
    left: 37%;
  }
  #prefecturesMap2 + section .contents_btn01:nth-child(3){
    left: 26%;
    top: 61%;
  }
}
@media (max-width: 500px){
  #prefecturesMap2 + section .contents_btn01:nth-child(1){
    top: 43%;
    left: 40%;
  }
}
*/

/*--------------------.mv_textを左下に-----------------------------*/
@media (min-width: 901px) {
#mv .mv_text {
  height: 60%;
  align-items: center;
  /* text-shadow: 0 0 5px var(--i_shadow_color); */
  width: 100% !important;
  left: -30px !important;
  bottom: 0 !important;
}
}

/*--------------------画像デフォルトに-----------------------------*/
@media (max-width: 900px) {
#pride + .contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 100% !important;
    height: 36vw;
    object-fit: cover;
    object-position: top;
}
}

@media (max-width: 480px) {
#normal_img + .composite_box01.block_images_1 .inner_item_img img {
    height: 36vw!important;
}
}

/*--------------------AREA縦幅調整-----------------------------*/
@media screen and (max-width: 768px) {
#map-link+.block_html .image img {
    max-width: 450px;
    max-height: 45vh;
    min-height: 280px;
}
}
@media (max-width: 600px) {
#map-link+.block_html .image img {
    max-height: 40vh;
}
}

/*--------------------MEDIA-----------------------------*/
@media screen and (max-width: 768px) {
.block_news_1.add_design5 .content_wrapper li a > span + p {
    display: none;
}
.block_news_1.add_design5 .content_wrapper li a div p:nth-child(n + 2) {
    display: none;
}
}