@charset "UTF-8";

.opinion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.opinion__wrap {
    padding-inline: 15px;
}

.opinion__fv {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.opinion__map {
    width: 100%;
}

.opinion__map img {
    width: 100%;
    height: auto;
}

.opinion__fv h2 {
    font-size: 16px;
    font-weight: 600;
}

.opinion__fv p {
    font-size: 14px;
}

.opinion__heading {
    padding-inline: 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
}

.opinion__point {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.opinion__point-table div {
    display: flex;
    background-color: #FFF;
}

.opinion__point-table div:first-child {
    border-top: 1px solid #C0C0C0;
}

.opinion__point-table p {
    padding: 12px 15px;
    font-weight: 600;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

.opinion__point-table p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    border-left: 1px solid #C0C0C0;
    text-align: center;
}

.opinion__point-table p:last-child {
    flex: 1;
}

.opinion__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 16px;
}

.opinion__head h2 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.opinion__month {
    display: flex;
    flex-direction: column;
}

.opinion__month-block {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-block: 20px;
    border-top: solid 1px #1A2A72;
}

.opinion__month-block:nth-child(2) {
    margin-top: 13px;
}

.opinion__month-block:last-child {
    border-bottom: solid 1px #1A2A72;
}

.opinion__month-head {
    display: flex;
    gap: 15px;
}

.opinion__month-head p:first-child {
    width: 64px;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.opinion__month-head p:last-child {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.opinion__month-box {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 67px;
    padding: 20px;
    border-radius: 8px;
    background-color: #FAFAFA;
}

.opinion__month-info {
    display: flex;
    align-items: center;
    padding-top: 18px;
    border-top: solid 1px #C0C0C0;
}

.opinion__month-info figure {
    width: 30px;
}

.opinion__month-info figure img {
    width: 100%;
    height: auto;
}

.opinion__month-info div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.opinion__month-info p {
    font-size: 13px;
    font-weight: 600;
}

.opinion__card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .4);
}

.opinion__card-title {
    display: flex;
    align-items: center;
}

.opinion__card-title figure {
    width: 22px;
}

.opinion__card-title figure img {
    width: 100%;
    height: auto;
}

.opinion__card-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.opinion__card-block h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.opinion__card-table-row {
    display: flex;
}

.opinion__card-table-row>* {
    padding: 4px;
    border-bottom: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

.opinion__card-table-row p {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.opinion__card-table-row p span {
    font-size: 11px;
    font-weight: 400;
}

.opinion__card-table-row .is-announced {
    display: flex;
    justify-content: center;
}

.opinion__card-table-row p:is(.is-announced *) {
    position: relative;
    padding-left: 1.25em;
}

.opinion__card-table-row p:is(.is-announced *)::before {
    position: absolute;
    width: 1em;
    height: 1.5em;
    left: 0;
    top: 0;
    content: '★';
}

.opinion__card-table-row>*:first-child {
    width: 16%;
    border-left: solid 1px #C0C0C0;
}

.opinion__card-table-row>*:nth-child(n + 2) {
    flex: 1;
}

.opinion__card-table-row.head div {
    background-color: #F1F4F9;
}

.opinion__card-table-row:first-child>* {
    border-top: solid 1px #C0C0C0;
}

.opinion__card-table-row:nth-last-child(2)>* {
    background-color: #fff;
}

.opinion__card-table-row:nth-last-child(2)>*:first-child {
    background-color: #F1F4F9;
}

.opinion__card-table-row:last-child>* {
    background-color: #F1F1F1;
}

.opinion__card[data-type="rainy"] {
    background-color: #FAF3FF;
}

.opinion__card[data-type="snow"] {
    background-color: #EEF4FC;
}

.opinion__week {
    display: flex;
    flex-direction: column;
}

.opinion__week-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-block: 20px;
    border-bottom: solid 1px #1A2A72;
}

.opinion__week-block:first-child {
    border-top: solid 1px #1A2A72;
}

.opinion__week-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 20%;
}

.opinion__week-date p {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
}

.opinion__week-date p span {
    font-size: 15px;
}

.opinion__week-date>span {
    display: block;
    width: 14px;
    height: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #1A2A72;
}

.opinion__week-date>span:nth-child(2) {
    opacity: .75;
}

.opinion__week-date>span:nth-child(3) {
    opacity: .5;
}

.opinion__week-date>span:last-child {
    opacity: .25;
}

.opinion__week-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.opinion__week-title {
    font-weight: 600;
}

.opinion__week-box {
    padding: 20px;
    border-radius: 8px;
    background-color: #FAFAFA;
}

.opinion__week-table-row {
    display: flex;
}

.opinion__week-table-row p {
    padding: 4px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

.opinion__week-table-row p:first-child {
    width: 21%;
    border-left: solid 1px #C0C0C0;
}

.opinion__week-table-row p:nth-child(n + 2) {
    flex: 1;
}

.opinion__week-table-row p:nth-child(3) {
    color: #F64D00;
}

.opinion__week-table-row p:last-child {
    color: #0075F3;
}

.opinion__week-table-row.head p {
    background-color: #F1F4F9;
}

.opinion__week-table-row.head p:first-child {
    background-image: url('/auone/opinion/img25/v2/icon_temp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.opinion__week-table-row:first-child p {
    border-top: solid 1px #C0C0C0;
}

.opinion__week-table-row:nth-last-child(2) p {
    background-color: #fff;
}

.opinion__week-table-row:nth-last-child(2) p:first-child {
    background-color: #F1F4F9;
}

.opinion__week-table-row:last-child p {
    background-color: #F1F1F1;
}

.opinion__card-note {
    margin-top: -13px;
    text-align: right;
    font-size: 13px;
}

[v-cloak] {
    opacity: 0
}

.trans {
    opacity: 0;
}

.translucent {
    opacity: 0.25;
}

.trans.ready {
    opacity: 1;
}

