/* CSS Document */

ul.special-area li {
    display: inline-block;
    border: 1px solid var(--color-line-gray);
    border-radius: 3px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.6rem;
}

/* エリア別見ごろ時期 */
a.area-bnr, a.area-bnr:visited {
    display: flex;
    background: var(--color-primary-light);
    border-radius: 5px;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 20px;
    align-items: center;
    text-decoration: none;
}

.height200 {
    height: 200px;
}
@media(min-width: 768px){
    a.area-bnr, a.area-bnr:visited {
    display: flex;
    text-decoration: none;
    
    }
}
.area-bnr img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}
.h2-bg_primary, .entry-column h2.h2-bg_primary { /*見出し中（H3：背景メインカラー*/
    margin: 14px 0 40px;
    background: var(--color-primary);
    padding: 1em;
    color: #fff;
    border-left: 0;
    border-radius: 5px;
}
.h3-primary, .entry-column h3.h3-primary {/*見出し中（H3）：メインカラー*/
    color: var(--color-primary);
    font-size: 2rem;
    margin: 0.5rem 0;
    background-color: transparent;
}

.date-text {
    color: #330909;
    margin: 1rem 0;
    padding: 0.5em 1em;
    background-color: #dce1f7;
    border-radius: 30px;
    display: inline-block;
    
}
.h3-white, .entry-column h3.h3-white { /*見出し中（H3）：白文字（大）*/
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 0 6px #535353;
    background: #ffffff44;
    /*border-radius: 50px;*/
    text-align: center;
      width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.main-slider-main-copy {
    line-height: 2em;
    font-size: 30px;
  }
.main-slider-side-copy {
    line-height: 1.6;
    font-size: 14px;
       border: 1px solid #ffffff75;
    padding: 0.5em 1em;
  color: #000;
  text-shadow: 0px 0px 3px #fff;
    background: rgb(255, 255, 255, .75);
/*background: rgb(89, 152, 219);  
background: linear-gradient(135deg, rgb(89, 152, 219) 35%, rgba(234, 66, 186, 0.5) 100%);*/

 }      



@media screen and (min-width: 768px) {
.h3-primary, .entry-column h3.h3-primary {
    font-size: 2.8rem;
}
    .fix-height {
    height: 400px;
    }
  .section-space { 
      padding: 40px 0; 
    }
   .main-slider-side-copy {
    line-height: 1.8;
       width: 500px;
    font-size: 16px;
  }   
}

ul.special-area.cms-list-nostyle {
  padding: 0;
}