@charset "utf-8";
/* タイトル　ロゴ */
.weathermapHeadline_wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 4px #00AEEF;
    align-items: center;
}

.weathermapHeadline-h1 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 0 10px 10px;
    line-height: 16px;
}

img.weathermap_logo {
    width: 150px;
    height: auto;
    margin-right: 10px;
}

.weathermap_caster_title_with_line {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.weathermap_caster_title_with_line .weathermap_caster_title_line {
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
}


/* weathermap タブ */
.weathermapTab_group {
    background: #00AEEF;
    font-size: 1.2rem;
    height: 30px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}

.weathermapTab.tabSelected {
    background-color: #fff;
    color: #00AEEF;
    pointer-events: none;
    padding-top: 2px;
    box-shadow: none;
    font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 18px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    position: relative;
}

.weathermapTab.tabSelected:first-child {
    border-left: 2px solid #00AEEF;
}

.weathermapTab.tabSelected {
    border-right: 2px solid #00AEEF;
}

.weathermapTab.tabSelected .weathermapTab_r-corners_leftr::before,
.weathermapTab.tabSelected .weathermapTab_r-corners_rightr::before {
    background: #00AEEF !important;
}

.weathermapTab {
    flex-grow: 1;
    list-style: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    width: 100%;
    background-color: #00AEEF;
    color: #fff;
    padding-top: 3px;
}

.weathermapTabCont {
    display:none;
  }

.weathermapTabCont.tabDisplaying {
    display: block;
}

/* weathermap コンテンツ */
ul#weathermapWrapList {
    margin: 0 30px 60px;
    padding: 0;
}

li.weathermapItem {
    list-style: none;
}

.weathermapTopUpper {
    margin-bottom: 40px;
}

.weathermapTopUpperWrap {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.weathermapActivity p {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 10px;
}

.weathermap_caster_pho_box {
    width: 360px;
}

.weathermapArticleNext {
    text-align: right;
    margin: 10px 0;
    cursor: pointer;
}

/* スライダー */
.weathermap_caster_pho_wrapper {
    display: flex;
}

.weathermap_caster_thumbnail_slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.weathermap_caster_thumbnail_slider .slick-slide {
    width: 100%;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.slick-vertical .slick-slide {
    height: auto !important;
}

.weathermap_caster_main_slider {
    width: 250px;
    height: 373px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

img.slick-slide.slick-current.slick-active {
    cursor: pointer;
}

.weathermap_caster_thumbnail_slider .slick-list {
    overflow: hidden !important;
}

.weathermap_caster_thumbnail_slider img {
    width: 66px !important;
    height: auto;
}

.weathermap_caster_main_slider img {
    width: 250px;
    height: auto;
}

.weathermap_caster_main_slider .slick-prev,
.weathermap_caster_main_slider .slick-next {
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.weathermap_caster_main_slider .slick-prev {
    left: 0px !important;
}

.weathermap_caster_main_slider .slick-next {
    right: 10px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #0000005c !important;
}

.weathermap_caster_thumbnail_slider .slick-track {
    transform: none !important; /* スライドの動作を無効にする */
}

.weathermap_caster_thumbnail_slider.slick-initialized.slick-slider.slick-vertical img {
    cursor: pointer;
}

/* SNS */
.weathermapSnsWrap {
    display: flex;
    justify-content: end;
}

img.weathermapTwitterIcon {
    width: 35px;
}

img.weathermapInstaIcon {
    width: 36px;
}

.weathermapYoutubeIcon {
    font-size: 37px;
    color: #FF0000;
    position: relative;
    bottom: 1px;
}

span.weathermapBlogIcon {
    font-size: 35px;
    color: #999;
}

.weathermapSnsWrap > div {
    margin: 10px 12px 0 0;
}

.weathermapSnsWrap > div:last-child {
    margin-right: 0;
}

/* プロフィール */
.weathermapProfileText {
    width: 100%;
    border-collapse: collapse;
}

.weathermaprofile_row {
    display: flex;
}

.weathermaprofile_row dt {
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 25%;
    padding-top: 11px;
}

.weathermaprofile_row dd {
    margin: 0;
    padding-left: 10px;
    text-align: left;
    border-bottom: 2px solid #fff;
    width: 75%;
    line-height: 21px;
}

.weathermaprofile_special_row {
    background-color: #f0f8ff;
}

.weathermaprofile_special_dt,
.weathermaprofile_special_dd {
    padding: 10px;
}

.weathermaprofile_special_dt {
    background-color: #d6f1fb;
}

.weathermaprofile_special_dd {
    background-color: #efefef;
}

.weathermap_caster_icn {
    font-size: 12px;
    border: 1px solid #0d507e;
    padding: 2px 3px;
    border-radius: 3px;
    margin: 0 3px 0 0;
    color: #0d507e;
}

.weathermap_icn_indent {
    display: inline-block;
    margin-left: 33px;
    font-feature-settings: "palt";
}

/* ご挨拶 */
p.weathermapGreetingTitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #999;
    padding: 0 0 4px;
    margin: 0 0 11px;
}

P.weathermapGreeting {
    margin-top: 13px;
}

.weathermapGreetTitleIcon {
    color: #00AEEF;
    font-size: 1.1em;
    margin: 0 3px 0 2px;
    position: relative;
    bottom: 1px;
}

p.weathermapGreetingCont {
    margin: 0;
    text-align: justify;
}

.weathermapArticle {
    width: 100%;
}

.weathermapColumnTitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #999;
    padding: 0 0 7px;
    margin: 0 0 11px;
}

.weathermapColumnTitleIcon {
    font-size: 17px;
    margin: 0 3px;
    color: #EC008C;
}

ul.weathermapArticleList {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 天気予報 */
.weathermapArticleWrap {
    display: flex;
    padding: 7px 0 4px;
    border-bottom: solid 1px #999;
}

.weathermapArticleImg {
    margin-right: 15px;
}

.weathermapArticleImg img {
    width: 248px;
    height: 140px;
    object-fit: cover;
}

.weathermapArticleArea {
    position: relative;
    width: 100%;
}

.weathermapArticleTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 14px;
}

.weathermapArticleText {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    color: #666;
    display: -webkit-box;
}

.weathermapArticleInfo {
    position: absolute;
    bottom: 1px;
    color: #666;
    left: -4px;
}

li.weathermapItem {
    list-style: none;
}

.weathermapColumn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* 続きを見る */
.weathermapArticleNext {
    text-align: right;
    margin: 10px 0;
    cursor: pointer;
}

/* 気象予報士一覧ボタン */
.wm_casterList_btn {
    background: #00AEEF;
    border-radius: 3px;
    border-top: 1px solid #00AEEF;
    border-right: 1px solid #3ccaff;
    border-bottom: 1px solid #0097cf;
    border-left: 1px solid #00AEEF;
    font-size: 15px;
    font-weight: bold;
    margin: 30px auto 20px;
    padding: 1px 15px 5px;
    align-items: center;
    display: flex;
    width: fit-content;
    height: 30px;
}

.wm_casterList_btn a {
    color: #fff;
}

.wm_casterList_btn a:hover {
    color: #0d507e;
}

.wm_casterList_icon {
    margin: 0 0 0 5px;
    font-size: 20px;
    vertical-align: -1px;
}

/* 気象予報士一覧ページ */
.weathermap_caster_list_content {
    margin-bottom: 50px;
}

ul.wm_caster_list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* 自動的に改行 */
    justify-content: space-between;
    gap: 30px;
    padding: 0 10px 5px;
}

li.wm_caster_item a {
    display: flex;
    text-decoration: none;
    color: #000;
    gap: 15px;
}

li.wm_caster_item {
    width: calc(50% - 15px);
    min-width: 475px; /* 最小幅を設定 */
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}

h3.wm_area_name {
    color: #00AEEF;
    padding: 0 0 7px 0;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 11px 0;
}

.wm_area_name_icon {
    font-size: 20px;
    margin-right: 3px;
    vertical-align: -1px;
}

.wm_caster_img img {
    width: 110px;
}

p.wm_list_greeting_title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 4px;
    margin: 16px 0 5px 0;
    padding: 0;
}

p.wm_caster_greetings {
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 328px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 58px;
}

.wm_caster_name {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #EC008C;
    padding: 8px 0 5px;
}