main {
  border-top: 1px solid #e1ddcf;
}

/* section-ankerlink-area */
.section-ankerlink-area {
    padding: 3.3rem 0 4rem;
    font-family: "Zen Maru Gothic", serif;
}

.section-ankerlink-area .section-title {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
}

.section-ankerlink-area .ankerlink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.5vw 1.5vw;
    margin-top: 1.6rem;
    justify-content: center;
}

.section-ankerlink-area .ankerlink-list .item {
    width: calc((100% - 10vw) / 6);
}

.section-ankerlink-area .ankerlink-list .item a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .3rem .2rem .3rem;
    gap: .2rem;
    border-radius: 5px;
    position: relative;
}

.section-ankerlink-area .ankerlink-list .item a {
    transition: .3s;
}

.section-ankerlink-area .ankerlink-list .item a:hover{
  filter: brightness(0.8)
}

.section-ankerlink-area .ankerlink-list .item a::after {
    content: "";
    background: url("/upload/tenant_1/arrow.webp") no-repeat;
    background-size: contain;
    width: 1rem;
    aspect-ratio: 50/50;
    display: block;
}

.section-ankerlink-area.type-bottom .ankerlink-list .item a::after{
  transform: scale(1,-1);
}

.section-ankerlink-area .ankerlink-list .item.-january a {
    background: #d79d92;
}

.section-ankerlink-area .ankerlink-list .item.-february a {
    background: #7db6b6;
}

.section-ankerlink-area .ankerlink-list .item.-march a {
    background: #d9bda6;
}

.section-ankerlink-area .ankerlink-list .item.-april a {
    background: #b1d997;
}

.section-ankerlink-area .ankerlink-list .item.-may a {
    background: #e3d56d;
}

.section-ankerlink-area .ankerlink-list .item.-june a {
    background: #9aa5cd;
}

.section-ankerlink-area .ankerlink-list .item.-july a {
    background: #f5b889;
}

.section-ankerlink-area .ankerlink-list .item.-august a {
    background: #c7be9b;
}

.section-ankerlink-area .ankerlink-list .item.-september a {
    background: #82a6da;
}

.section-ankerlink-area .ankerlink-list .item.-october a {
    background: #cab0db;
}

.section-ankerlink-area .ankerlink-list .item.-november a {
    background: #8bcbb8;
}

.section-ankerlink-area .ankerlink-list .item.-december a {
    background: #eeabab;
}

@media(min-width:600px) {
    .section-ankerlink-area .ankerlink-list .item a {
        letter-spacing: 3px;
    }
}

@media(min-width:1025px) {
    .section-ankerlink-area {
        padding: 5.5rem 0 8.1rem;
    }
    
    .section-ankerlink-area .section-title {
        font-size: 2.2rem;
        letter-spacing: 4px;
    }

    .section-ankerlink-area .ankerlink-list {
        gap: 1.5rem .8rem;
        width: calc(100% - 2.36rem);
        margin: 3rem auto 0;
    }

    .section-ankerlink-area .ankerlink-list .item {
        width: calc((100% - 4rem) / 6);
    }

    .section-ankerlink-area .ankerlink-list .item a {
        font-size: 1.7rem;
        padding: .9rem .2rem .9rem;
    }

    .section-ankerlink-area .ankerlink-list .item a::after {
        position: absolute;
        top: 50%;
        right: .5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .section-ankerlink-area.type-bottom .ankerlink-list .item a::after{
      top: 40%;
    }
}

/* section-weather-area */
.section-weather-area {
    padding-bottom: 4rem;
    position: relative;
}

.section-weather-area .inner1200 {
    width: 100%;
}

.section-weather-area.-january {
    background: #ebe0e0;
}

.section-weather-area.-february {
    background: #e0ebeb;
}

.section-weather-area.-march {
    background: #eae5e1;
}

.section-weather-area.-april {
    background: #eaf0e6;
}

.section-weather-area.-may {
    background: #f6f2d5;
}

.section-weather-area.-june {
    background: #dce1f3;
}

.section-weather-area.-july {
    background: #ffeddf;
}

.section-weather-area.-august {
    background: #fbf8f4;
}

.section-weather-area.-september {
    background: #eaf1fb;
}

.section-weather-area.-october {
    background: #ebe3f0;
}

.section-weather-area.-november {
    background: #dcf3ec;
}

.section-weather-area.-december {
    background: #fdefef;
}

.section-weather-area .title-block {
    padding-top: 3rem;
    position: relative;
}

.section-weather-area .title-block .month {
    color: #fff;
    position: absolute;
    top: 0;
    width: 6.8rem;
    border-radius: 0 0 1rem 0;
    text-align: center;
    padding: .25rem .5rem .5rem;
    line-height: 1;
}

.section-weather-area.-january .title-block .month {
    background: #d79d92;
}

.section-weather-area.-february .title-block .month {
    background: #7db6b6;
}

.section-weather-area.-march .title-block .month {
    background: #d9bda6;
}

.section-weather-area.-april .title-block .month {
    background: #b1d997;
}

.section-weather-area.-may .title-block .month {
    background: #e3d56d;
}

.section-weather-area.-june .title-block .month {
    background: #9aa5cd;
}

.section-weather-area.-july .title-block .month {
    background: #f5b889;
}

.section-weather-area.-august .title-block .month {
    background: #c7be9b;
}

.section-weather-area.-september .title-block .month {
    background: #82a6da;
}

.section-weather-area.-october .title-block .month {
    background: #cab0db;
}

.section-weather-area.-november .title-block .month {
    background: #8bcbb8;
}

.section-weather-area.-december .title-block .month {
    background: #eeabab;
}

.section-weather-area .title-block .annotation {
    font-size: .8rem;
    letter-spacing: 0;
    position: absolute;
    top: .4rem;
    right: 1rem;
}

.section-weather-area .title-block .section-title {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.section-weather-area .inner800 {
    position: relative;
    z-index: 2;
}

@media(min-width:1025px) {
    .section-weather-area .inner,.section-weather-area .inner1200{
      position: relative;
      z-index: 2;
    }

    .section-weather-area::before,
    .section-weather-area::after {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
    }

    .section-weather-area.-january::before {
        background-image: url("/upload/tenant_1/jan_element_pc.webp");
        width: 13vw;
        aspect-ratio: 311 / 157;
        top: 20rem;
        left: 0;
    }

    .section-weather-area.-january::after {
        content: "";
        background-image: url("/upload/tenant_1/jan_element_pc.webp");
        width: 13vw;
        aspect-ratio: 311 / 157;
        top: 32rem;
        right: 0;
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .section-weather-area.-january .inner800::before {
        content: "";
        background: url("/upload/tenant_1/jan_element_pc.webp") no-repeat;
        background-size: contain;
        width: 15rem;
        aspect-ratio: 311 / 157;
        display: block;
        position: absolute;
        bottom: -8rem;
        left: calc(50% + 20rem);
    }

    .section-weather-area.-february::before {
        background-image: url(/upload/tenant_1/feb_element01_pc.webp);
        width: 22rem;
        aspect-ratio: 309 / 1091;
        top: 17rem;
        right: calc(50% + 38rem);
    }

    .section-weather-area.-february::after {
        background-image: url("/upload/tenant_1/feb_element02_pc.webp");
        width: 12rem;
        aspect-ratio: 206 / 1119;
        top: 15rem;
        left: calc(50% + 46rem);
    }

    .section-weather-area.-march::before {
        background-image: url("/upload/tenant_1/mar_element01_pc.webp");
        width: 11rem;
        aspect-ratio: 227 / 1038;
        top: 15rem;
        right: calc(50% + 30rem);
    }

    .section-weather-area.-march::after {
        background-image: url(/upload/tenant_1/mar_element02_pc.webp);
        width: 16rem;
        aspect-ratio: 227 / 1038;
        top: 16rem;
        right: calc(50% + 44rem);
    }

    .section-weather-area.-april::before {
        background-image: url(/upload/tenant_1/aprr_element01_pc.webp);
        width: 6rem;
        aspect-ratio: 90 / 792;
        top: 25rem;
        right: calc(50% + 49rem);
    }

    .section-weather-area.-april::after {
        background-image: url(/upload/tenant_1/aprr_element02_pc.webp);
        width: 8rem;
        aspect-ratio: 124 / 848;
        top: 28rem;
        left: calc(50% + 45rem);
    }

    .section-weather-area.-may::before {
        background-image: url(/upload/tenant_1/may_element01_pc.webp);
        width: 20rem;
        aspect-ratio: 253 / 959;
        top: 18rem;
        right: calc(50% + 44rem);
    }

    .section-weather-area.-may::after {
        background-image: url(/upload/tenant_1/may_element02_pc.webp);
        width: 18rem;
        aspect-ratio: 266 / 959;
        top: 18rem;
        left: calc(50% + 42rem);
    }

    .section-weather-area.-june::before {
        background-image: url(/upload/tenant_1/jun_element01_pc.webp);
        width: 15rem;
        aspect-ratio: 220 / 874;
        top: 22rem;
        left: calc(50% + 44rem);
    }

    .section-weather-area.-june::after {
        background-image: url(/upload/tenant_1/jun_element02_pc.webp);
        width: 15rem;
        aspect-ratio: 220 / 874;
        top: 22rem;
        right: calc(50% + 45rem);
    }

    .section-weather-area.-july::before {
        background-image: url(/upload/tenant_1/jul_element01_pc.webp);
        width: 26rem;
        aspect-ratio: 371 / 956;
        top: 15rem;
        right: calc(50% + 39rem);
    }

    .section-weather-area.-july::after {
        background-image: url(/upload/tenant_1/jul_element02_pc.webp);
        width: 22rem;
        aspect-ratio: 346 / 1059;
        top: 22rem;
        left: calc(50% + 40rem);
    }

    .section-weather-area.-august::before {
        background-image: url(/upload/tenant_1/aug_element01_pc.webp);
        width: 20rem;
        aspect-ratio: 296 / 1034;
        top: 20rem;
        right: calc(50% + 44rem);
    }

    .section-weather-area.-august::after {
        background-image: url("/upload/tenant_1/aug_element02_pc.webp");
        width: 15rem;
        aspect-ratio: 401 / 904;
        top: 14rem;
        left: calc(50% + 24rem);
    }

    .section-weather-area.-september::before {
        background-image: url(/upload/tenant_1/sep_element01_pc.webp);
        width: 22rem;
        aspect-ratio: 296 / 1034;
        top: 20rem;
        right: calc(50% + 38rem);
    }
    
    .section-weather-area.-september::after {
        background-image: url(/upload/tenant_1/sep_element02_pc.webp);
        width: 27rem;
        aspect-ratio: 401 / 904;
        top: 27rem;
        left: calc(50% + 42rem);
    }

    .section-weather-area.-october::before {
        background-image: url(/upload/tenant_1/oct_element01_pc.webp);
        width: 38rem;
        aspect-ratio: 534 / 981;
        top: 22rem;
        right: calc(50% + 32rem);
    }

    .section-weather-area.-october::after {
        background-image: url(/upload/tenant_1/oct_element02_pc.webp);
        width: 38rem;
        aspect-ratio: 509 / 1118;
        top: 12rem;
        left: calc(50% + 34rem);
    }

    .section-weather-area.-november::before {
        background-image: url(/upload/tenant_1/nov_element01_pc.webp);
        width: 21rem;
        aspect-ratio: 291 / 1000;
        top: 18rem;
        right: calc(50% + 42rem);
    }

    .section-weather-area.-november::after {
        background-image: url(/upload/tenant_1/nov_element02_pc.webp);
        width: 18rem;
        aspect-ratio: 283 / 1044;
        top: 23rem;
        left: calc(50% + 41rem);
    }

    .section-weather-area.-december::before {
        background-image: url(/upload/tenant_1/dec_element01_pc.webp);
        width: 28rem;
        aspect-ratio: 416 / 1035;
        top: 20rem;
        right: calc(50% + 37rem);
    }

    .section-weather-area.-december::after {
        background-image: url(/upload/tenant_1/dec_element02_pc.webp);
        width: 26rem;
        aspect-ratio: 390 / 949;
        top: 21rem;
        left: calc(50% + 33rem);
    }
}

/* climate-list */
.section-weather-area .climate-list {
    background-color: #fff;
    margin-top: 1.5rem;
    padding: 1rem .5rem;
}

.section-weather-area .climate-list .climate-title {
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.section-weather-area .climate-list .climate-title .small {
    font-size: .9rem;
    letter-spacing: 1px;
}

.section-weather-area .climate-list .climate-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-weather-area .climate-list .climate-table dl.table-tbody {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-weather-area .climate-list .climate-table dl+dl {
    padding-top: .3rem;
}

.section-weather-area .climate-list .climate-table dl dt {
    width: 2.2rem;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .2rem;
}

.section-weather-area .climate-list .climate-table dl dd {
    width: calc((100% - 2.2rem)/5);
    text-align: center;
    position: relative;
}

.section-weather-area .climate-list .climate-table dl dd::after {
    content: "";
    background-image: url(/upload/tenant_1/line_1.webp);
    background-size: cover;
    width: 2px;
    height: calc(100% + .6rem);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.section-weather-area .climate-list .climate-table dl dd:first-of-type:after {
    content: none;
}

.section-weather-area .climate-list .climate-table .table-head dd {
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 500;
    padding: .8rem 0 .5rem;
}

.section-weather-area .climate-list .climate-table dl .bgcolor-gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f2f2;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.section-weather-area .climate-list .climate-table dl .bgcolor-gray dd {
    width: calc(100% / 5);
    padding: .7rem;
    font-size: .9rem;
    letter-spacing: 0;
}

.section-weather-area .climate-list .climate-table dl dd .xsmall {
    font-size: .45rem;
    letter-spacing: 0;
    font-weight: 600;
}

.section-weather-area .climate-list .climate-table dl .temp {
    position: relative;
    line-height: 1;
}

.section-weather-area .climate-list .climate-table dl .temp::before {
    content: "";
    width: 2rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: var(--color-030);
}

.section-weather-area .climate-list .climate-table dl .temp .heigh {
    color: #ff4848;
    text-align: center;
    padding-right: 1.4rem;
    font-size: .9rem;
    font-weight: 500;
}

.section-weather-area .climate-list .climate-table dl .temp .low {
    color: #477fff;
    text-align: center;
    padding-left: 1.4rem;
    font-size: .9rem;
    font-weight: 500;
}

.section-weather-area .climate-list .climate-annotation {
    font-size: .6rem;
    letter-spacing: 1px;
    margin-top: 1.3rem;
}

@media(min-width:600px) {
    .section-weather-area .climate-list {
        border-radius: .5rem;
        padding: 2rem;
    }

    .section-weather-area .climate-list .climate-table {
        padding: 0 2rem;
    }

    .section-weather-area .climate-list .climate-table .table-head dd {
        font-size: .8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-weather-area .climate-list .climate-table dl dd .xsmall {
        font-size: .6rem;
    }

    .section-weather-area .climate-list .climate-table dl .temp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-weather-area .climate-list .climate-table dl .temp::before {
        width: 1px;
        height: 80%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-left: -.5px;
    }

    .section-weather-area .climate-list .climate-table dl .temp .heigh {
        padding-right: 1rem;
    }

    .section-weather-area .climate-list .climate-table dl .temp .low {
        padding-left: 1rem;
    }

    .section-weather-area .climate-list .climate-annotation {
        padding: 0 2rem 0 4.2rem;
    }
}

@media(min-width:1025px) {
    .section-weather-area {
        padding-bottom: 13.2rem;
    }

    .section-weather-area .title-block {
        padding-top: 6.5rem;
    }

    .section-weather-area .title-block .month {
        width: 12rem;
        border-radius: 0 0 1rem 1rem;
        padding: 1.2rem 1rem 1.3rem;
        font-size: 1.2rem;
        left: 0;
    }
    
    .section-weather-area .title-block .annotation {
        top: 1rem;
        right: 0;
    }

    .section-weather-area .title-block .section-title {
        font-size: 2.9rem;
        letter-spacing: .1rem;
    }

    .section-weather-area .climate-list {
        padding: 2.6rem 7rem 4rem;
        margin-top: 3.8rem;
        border-radius: 1.5rem;
    }

    .section-weather-area .climate-list .climate-title {
        padding-bottom: 1.5rem;
        letter-spacing: 7px;
        font-size: 1.5rem;
    }

    .section-weather-area .climate-list .climate-title .small {
        font-size: 1.5rem;
    }
    
    .section-weather-area .climate-list .climate-table {
        padding: 0 5.2rem 0 3.2rem;
    }

    .section-weather-area .climate-list .climate-table dl+dl {
        padding-top: .6rem;
    }
    
    .section-weather-area .climate-list .climate-table dl dt{
      width: 3.5rem;
      font-size: 1.2rem;
      letter-spacing: 2px;
      padding-top: 1.2rem;
    }

    .section-weather-area .climate-list .climate-table .table-head dd {
        font-size: 1.2rem;
        row-gap: .2rem;
        padding: .8rem 0 0.1rem;
    }
    
    .section-weather-area .climate-list .climate-table dl dd::after{
        width: 3px;
        height: calc(100% + 0.55rem);
    }

    .section-weather-area .climate-list .climate-table dl dd .xsmall {
        font-size: .7rem;
        font-weight: 500;
    }

    .section-weather-area .climate-list .climate-table dl .bgcolor-gray dd {
        padding: .8rem;
        font-size: 1.2rem;
    }

    .section-weather-area .climate-list .climate-table dl .temp::before {
        height: 60%;
    }

    .section-weather-area .climate-list .climate-table dl .temp .heigh {
        font-size: 1.2rem;
    }

    .section-weather-area .climate-list .climate-table dl .temp .low {
        font-size: 1.2rem;
    }

    .section-weather-area .climate-list .climate-annotation {
        font-size: .7rem;
    }
}

@media(min-width:1250px){
  .section-weather-area .title-block .month {
    left: -2rem;
  }
  
  .section-weather-area .title-block .annotation {
    right: -0.4rem;
  }
}

/* attire-advice-wrap */
.attire-advice-wrap {
    margin-top: 2.5rem;
}

@media(min-width:600px) {
    .attire-advice-wrap {
        margin-top: 8.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media(min-width:1025px) {}

/* attire-list */
.attire-list {
    width: 90%;
    margin: 0 auto;
}

.attire-list .attire-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    margin-bottom: 1rem;
    padding-bottom: .4rem;
}

.attire-list .attire-title-box .attire-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.attire-list .attire-title-box .attire-title .ja {
    font-size: 1.3rem;
    letter-spacing: 3px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
}

.attire-list .attire-title-box .attire-title .en {
    font-family: "Playwrite BE VLG", serif;
    letter-spacing: 1px;
    font-size: .7rem;
}

.attire-list .attire-title-box .thermometer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    gap: .2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attire-list .attire-title-box .thermometer .left.icon {
    width: .8rem;
    margin-top: .3rem;
}

.attire-list .attire-title-box .thermometer .right .season {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    width: 7rem;
    font-size: .85rem;
    letter-spacing: 0;
}

.attire-list .attire-title-box .thermometer .right .temp {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    padding-top: .2rem;
    font-weight: 600;
}

.attire-list .image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2vw 0;
}

.attire-list .image-block .image-box {
    width: 60%;
}

.attire-list .image-block .image-box .image{
  overflow: hidden;
}

.attire-list .image-block .image-box .image::after {
    padding-top: 125%;
}

.attire-list .image-block .image-box .image img{
  -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.attire-list .image-block .image-box a:hover .image img{
  transform: scale(1.1);
}

.attire-list .image-block .image-box .image-info {
    font-size: .8rem;
    letter-spacing: 0;
    margin-top: .2rem;
    transition: .5s;
}

.attire-list .image-block .image-box a:hover .image-info {
  text-decoration: underline;
}

.attire-list .image-block .image-box .image-info .info-price {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    margin-top: .2rem;
    font-size: .85rem;
}

.attire-list .image-block .text-box {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .5rem;
}

.attire-list .image-block .text-box .text {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-size: 1.2rem;
    line-height: 1.8;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    min-height: 13.5rem;
}

.attire-list .image-block .text-box .text::before,
.attire-list .image-block .text-box .text::after {
    content: "";
    background: url("/upload/tenant_1/line.webp");
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.attire-list .image-block .text-box .text::before {
    right: 2.1rem;
}

.attire-list .image-block .text-box .text::after {
    left: 2.1rem;
}

.attire-list .image-block .text-box .wind-speed {
    background: #d79d92;
    aspect-ratio: 1;
    color: #fff;
    padding: 1rem .8rem;
    letter-spacing: 0px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.3;
    margin-left: auto;
    margin-top: 1rem;
    font-size: .85rem;
    transform: translateX(15px);
    width: 5rem;
    aspect-ratio: 1;
    height: 5rem;
}
.section-weather-area.-january .attire-list .image-block .text-box .wind-speed {
    background: #d79d92;
}

.section-weather-area.-february .attire-list .image-block .text-box .wind-speed {
    background: #7db6b6;
}

.section-weather-area.-march .attire-list .image-block .text-box .wind-speed {
    background: #d9bda6;
}

.section-weather-area.-april .attire-list .image-block .text-box .wind-speed {
    background: #b1d997;
}

.section-weather-area.-may .attire-list .image-block .text-box .wind-speed {
    background: #e3d56d;
}

.section-weather-area.-june .attire-list .image-block .text-box .wind-speed {
    background: #9aa5cd;
}

.section-weather-area.-july .attire-list .image-block .text-box .wind-speed {
    background: #f5b889;
}

.section-weather-area.-august .attire-list .image-block .text-box .wind-speed {
    background: #c7be9b;
}

.section-weather-area.-september .attire-list .image-block .text-box .wind-speed {
    background: #82a6da;
}

.section-weather-area.-october .attire-list .image-block .text-box .wind-speed {
    background: #cab0db;
}

.section-weather-area.-november .attire-list .image-block .text-box .wind-speed {
    background: #8bcbb8;
}

.section-weather-area.-december .attire-list .image-block .text-box .wind-speed {
    background: #eeabab;
}

@media(min-width:600px) {
    .attire-list {
        width: 50%;
    }

    .attire-list .image-block {
        padding: 0 0 0;
    }
}

@media(min-width:1025px) {
    .attire-list {
        width: 52.5%;
        margin: 0 5px;
    }
    
    .attire-list .attire-title-box {
        padding: 0 1rem .7rem;
        margin-bottom: 1.8rem;
    }
    
    .attire-list .attire-title-box .attire-title .ja{
      font-size: 1.65rem;
    }

    .attire-list .attire-title-box .attire-title .en {
        font-size: .8rem;
    }

    .attire-list .attire-title-box .thermometer .left.icon {
        width: 1.1rem;
        margin-top: .4rem;
    }

    .attire-list .attire-title-box .thermometer .right .season {
        font-size: .9rem;
        padding: 0.1rem .2rem;
        width: 8rem;
    }

    .attire-list .attire-title-box .thermometer .right .temp {
      font-size: 1.4rem;
      padding-top: .3rem;
      margin-bottom: -.2rem;
    }

    .attire-list .image-block .image-box {
        width: 73%;
        padding: 0 0 0 2.5rem;
    }

    .attire-list .image-block .image-box .image-info {
        font-size: 1.1rem;
        margin-top: .5rem;
    }
    
    .attire-list .image-block .image-box .image-info .info-price {
        margin-top: 0;
        font-size: 1.1rem;
    }
    
    .attire-list .image-block .image-box .image::after {
        padding-top: 121%;
    }

    .attire-list .image-block .text-box {
        width: 28%;
        padding-top: 1rem;
        margin-left: -1%;
    }

    .attire-list .image-block .text-box .text {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: .2rem;
    }

    .attire-list .image-block .text-box .wind-speed {
        margin-right: auto;
        margin-top: 1rem;
        font-size: 1.2rem;
        transform: translate(0px, -1.15rem);
        width: 6.8rem;
        height: 6.8rem;
    }

    .attire-list .image-block .text-box .text::before {
        right: 3.2rem;
    }

    .attire-list .image-block .text-box .text::after {
        left: -.1rem;
    }
}

/* advice-list */
.advice-list {
    font-family: "Zen Maru Gothic", serif;
    background: #fff;
    border-radius: 0 1rem 0 0;
    padding: 1rem 1rem 2rem;
    margin-top: 2.7rem;
}

.advice-list .advice-item+.advice-item {
    margin-top: 1.5rem;
}

.advice-list .sub-title {
    border-bottom: 1px solid;
    padding-bottom: .2rem;
    margin-bottom: .8rem;
    font-weight: 600;
}

.advice-list .advice-sublist {
    background: #f9f9f9;
    padding: .5rem;
    font-size: .9rem;
    letter-spacing: 0;
    border-radius: 3px;
}

.advice-list .advice-sublist .item {
    padding-left: 1.2rem;
    position: relative;
}

.advice-list .advice-sublist .item::before {
    content: "";
    background: url("/upload/tenant_1/advice_check_pc.webp") no-repeat;
    background-size: contain;
    aspect-ratio: 1;
    width: 1rem;
    display: block;
    position: absolute;
    top: .2rem;
    left: 0;
}

.advice-list .advice-sublist .item .small {
    font-size: 90%;
}

.advice-list .advice-sublist .item .red {
    color:#d66650;
    font-weight: 500;
    margin-right: .2rem;
}

.advice-list .advice-item .advice-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.advice-list .advice-item .advice-text .red {
    color: #d66650;
    font-weight: 500;
}

@media(min-width:600px) {
    .advice-list {
        width: 45%;
        margin-top: 0;
    }

    .advice-list .advice-sublist {
        font-size: .8rem;
    }

    .advice-list .advice-item .advice-text {
        font-size: .8rem;
    }

}

@media(min-width:1025px) {
    .advice-list {
        width: 41.5%;
        padding: 1.8rem 3rem 3rem;
    }

    .advice-list .advice-item .advice-text {
        font-size: 1.05rem;
        line-height: 1.75;
    }

    .advice-list .sub-title {
        padding-bottom: .6rem;
        padding-left: .3rem;
        letter-spacing: .2rem;
        margin-bottom: 1.2rem;
        font-size: 1.3rem;
    }
    
    .advice-list .advice-sublist {
        font-size: 1rem;
    }
}
