@charset "UTF-8";

@import "https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap";

.cosmetic-calendar #BreadcrumbArea {
    margin: 0 0 28px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝tab_button＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.calendar_tab_button {
    position: fixed;
    bottom: 20px;
    z-index: 1;
    width: 640px;
}

.calendar_tab_button ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.calendar_tab_button li a {
    display: block;
    width: 150px;
    padding: 10px;
    background: #f8e5e5;
    border: solid 2px #fff;
    margin: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #383535;
}

.calendar_tab_button li.current a {
    background: #ffa0a0;
    color: #fff;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝monthly＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.block_cosme_calendar {
    margin-bottom: 60px;
}

.block_cosme_calendar .en {
    font-family: "Josefin Sans", sans-serif;
}

.block_cosme_calendar .block {
    position: relative;
}

.block_cosme_calendar .block .col1 {
    position: absolute;
    top: 44px;
    left: 50px;
    width: 190px;
}

.block_cosme_calendar .block .col1 .date.en {
    font-size: 42px;
    color: #777;
}

.block_cosme_calendar .block .col1 .date.en {
    font-family: "Josefin Sans";
}

.block_cosme_calendar .block .col1 .date.en span {
    font-size: 28px;
}

.block_cosme_calendar .block .col1 .image {
    margin-top: 20px;
}

.block_cosme_calendar .block .col1 .image img {
    max-width: 100%;
}

.block_cosme_calendar .block .col1 .text {
    margin-top: 21px;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
}

.block_cosme_calendar .block .col2 {
    width: 640px;
    padding-bottom: 20px;
    border-bottom-style: double;
    border-bottom-width: 4px;
}

.block_cosme_calendar .block .col2 .row {
    border-bottom-style: double;
    border-bottom-width: 4px;
}

.block_cosme_calendar .block .col2 .row::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.block_cosme_calendar .block .col2 .row .calendar_btn_prev {
    float: left;
    margin: 36px 0 0;
}

.block_cosme_calendar .block .col2 .row .calendar_btn_next {
    float: right;
    margin: 36px 0 0;
}

.block_cosme_calendar .block .col2 .row .calendar_dates {
    text-align: center;
    vertical-align: middle;
}

.block_cosme_calendar .block .col2 .row .calendar_dates .calendar_dates_year {
    font-size: 20px;
    vertical-align: middle;
}

.block_cosme_calendar .block .col2 .row .calendar_dates .calendar_dates_day {
    font-size: 120px;
    vertical-align: middle;
    padding: 0 28px;
    color: rgb(0 0 0 / 0%);
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/1.png");
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 110%;
}

.block_cosme_calendar.Jan .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/1.png");
}

.block_cosme_calendar.Feb .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/2.png");
}

.block_cosme_calendar.Mar .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/3.png");
}

.block_cosme_calendar.Apr .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/4.png");
}

.block_cosme_calendar.May .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/5.png");
}

.block_cosme_calendar.Jun .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/6.png");
}

.block_cosme_calendar.Jul .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/7.png");
}

.block_cosme_calendar.Aug .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/8.png");
}

.block_cosme_calendar.Sep .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/9.png");
}

.block_cosme_calendar.Oct .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/10.png");
}

.block_cosme_calendar.Nov .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/11.png");
}

.block_cosme_calendar.Dec .block .col2 .row .calendar_dates .calendar_dates_day {
    background-image: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/12.png");
}

.block_cosme_calendar .block .col2 .row .calendar_dates .calendar_dates_month {
    font-size: 20px;
    vertical-align: middle;
}

.block_cosme_calendar .block .col2 .sun {
    color: #d46161;
}

.block_cosme_calendar .block .col2 .sat {
    color: #275b9c;
}

.block_cosme_calendar .block .col2 .sun a {
    color: #d46161;
}

.block_cosme_calendar .block .col2 .sat a {
    color: #275b9c;
}

.block_cosme_calendar .block .col2 .week {
    background: #fff;
    margin: 30px 0 0;
}

.block_cosme_calendar .block .col2 .week::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.block_cosme_calendar .block .col2 .week ul {
    clear: both;
    height: 25px;
    overflow: hidden;
}

.block_cosme_calendar .block .col2 .week li {
    float: left;
    padding: 7px 0 3px;
    width: 91px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.block_cosme_calendar .block .col2 .week li {
    font-family: "Josefin Sans";
    font-weight: 400;
}

.block_cosme_calendar .block .col2 .calendar_days ul {
    border-top: 1px solid #fff;
}

.block_cosme_calendar .block .col2 .calendar_days ul:first-child {
    border: none;
}

.block_cosme_calendar .block .col2 .calendar_days ul::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.block_cosme_calendar .block .col2 .calendar_days li {
    display: block;
    float: left;
    padding: 22px 0 18px;
    width: 91px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.block_cosme_calendar .block .col2 .calendar_days ul:last-child {
    border-bottom: 1px solid #fff;
}

.block_cosme_calendar .block .col2 .calendar_days li a {
    font-size: 20px;
    font-weight: 500;
}

.block_cosme_calendar .block .col2 .calendar_days li,
.block_cosme_calendar .block .col2 .calendar_days li a {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 20px;
}

.block_cosme_calendar .block .col2 .calendar_days li.current {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/current.png") 31px 30px
        no-repeat;
}

.block_cosme_calendar .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/01_texture.png")
        no-repeat;
    padding: 20px;
    cursor: pointer;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/01_texture.png")
        no-repeat;
    padding: 20px;
    cursor: pointer;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/01_texture.png")
        no-repeat;
    padding: 20px;
    cursor: pointer;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jan .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/01_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jan .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/01_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jan .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/01_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Feb .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/02_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Feb .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/02_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Feb .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/02_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Mar .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/03_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Mar .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/03_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Mar .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/03_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Apr .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/04_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Apr .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/04_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Apr .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/04_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.May .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/05_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.May .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/05_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.May .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/05_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jun .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/06_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jun .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/06_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jun .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/06_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jul .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/07_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jul .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/07_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Jul .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/07_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Aug .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/08_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Aug .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/08_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Aug .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/08_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Sep .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/09_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Sep .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/09_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Sep .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/09_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Oct .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/10_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Oct .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/10_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Oct .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/10_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Nov .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/11_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Nov .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/11_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Nov .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/11_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Dec .block .col2 .calendar_days li.exists-color1 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/12_texture.png")
        no-repeat;
    background-position-y: 2%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Dec .block .col2 .calendar_days li.exists-color2 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/12_texture.png")
        no-repeat;
    background-position-y: 110%;
    background-position-x: center;
    background-size: 50px;
}

.block_cosme_calendar.Dec .block .col2 .calendar_days li.exists-color3 > span {
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/12_texture.png")
        no-repeat;
    background-position-y: 56%;
    background-position-x: center;
    background-size: 50px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.block_cosme_slideshow {
    padding-bottom: 30px;
}

.block_cosme_slideshow .slideshow_wrap {
    width: 640px;
    display: flex;
    align-items: center;
    height: 200px;
    overflow: hidden;
}

.block_cosme_slideshow .slideshow_wrap .slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.block_cosme_slideshow .slide-paused:hover .slideshow {
    animation-play-state: paused;
}

.block_cosme_slideshow .slideshow_wrap .slideshow .content {
    width: 157px;
    height: 157px;
}

.block_cosme_slideshow .slideshow_wrap .slideshow .content:nth-child(1):hover {
    background-color: tomato;
}

.block_cosme_slideshow .slideshow_wrap .slideshow .content:nth-child(2):hover {
    background-color: orange;
}

.block_cosme_slideshow .slideshow_wrap .slideshow .content:nth-child(3):hover {
    background-color: blue;
}

.block_cosme_slideshow .slideshow_wrap .slideshow .content:nth-child(4):hover {
    background-color: green;
}

.block_cosme_slideshow .slideshow_wrap .slideshow .content:nth-child(5):hover {
    background-color: indigo;
}

.block_cosme_slideshow .button_week {
    display: block;
    float: right;
    margin-top: 15px;
    margin-bottom: 30px;
}

/* リンクの後に矢印を追加 */
.block_cosme_slideshow .button_week::after {
    content: " >>";
    vertical-align: text-top;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cosmetic-calendar .block_list_ad {
    margin: 70px 0 0 -2px;
}

.cosmetic-calendar .block_list_ad::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.cosmetic-calendar .block_list_ad a {
    text-decoration: none;
    color: #333;
}

.cosmetic-calendar .block_list_ad .item {
    display: block;
    float: left;
    width: 319px;
    margin: 0 0 0 2px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Days title＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.block_cosme_calendar_arrow .en {
    font-family: "Josefin Sans", sans-serif;
}

.block_cosme_calendar_arrow .row {
    padding: 20px 0;
}

.block_cosme_calendar_arrow .row .calendar_btn_prev {
    float: left;
}

.block_cosme_calendar_arrow .row .calendar_btn_next {
    float: right;
}

.block_cosme_calendar_arrow .row .calendar_dates {
    text-align: center;
    padding-top: 10px;
}

.block_cosme_calendar_arrow .row .calendar_dates .calendar_dates_year {
    font-size: 34px;
    padding-left: 10px;
}

.block_cosme_calendar_arrow .row .calendar_dates .calendar_dates_month {
    font-size: 34px;
    padding-right: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Days list＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.block_cosme_entrylist {
    margin-top: 20px;
}

.block_cosme_entrylist .datetitle {
    font-size: 22px;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/double.png") repeat-x
        center 18px;
    margin: 0 auto;
    background-size: 14px;
}

.block_cosme_entrylist .datetitle .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    padding: 0 20px;
    background: #fff;
}

.block_cosme_entrylist .datetitle .en span {
    font-size: 18px;
}

.block_cosme_entrylist .datetitle .en .number {
    font-size: 36px;
    padding: 0 20px;
}

.block_cosme_entrylist .title {
    text-align: center;
    margin-top: 30px;
}

.block_cosme_entrylist .t1 {
    font-size: 20px;
    padding: 0 0 12px;
    border-bottom: 1px solid #dbdfdf;
    margin-bottom: 30px;
}

.block_cosme_entrylist .t2 {
    margin-bottom: 30px;
}

.block_cosme_entrylist .t2.en {
    font-size: 14px;
    padding: 12px 10px 10px;
}

.block_cosme_entrylist .items {
    margin: 20px 0 60px -4px;
}

.block_cosme_entrylist .items::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.block_cosme_entrylist .items .item {
    display: block;
    float: left;
}

.block_cosme_entrylist .items .item::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.block_cosme_entrylist .items .item {
    width: 157px;
    margin: 0 0 0 4px;
}

.block_cosme_entrylist .items .item .image {
    position: relative;
}

.block_cosme_entrylist .items .item .image img {
    width: 100%;
    height: 100%;
}

.block_cosme_entrylist .items .item .texts {
    padding: 14px 14px 0;
}

.block_cosme_entrylist .items .item .text {
    font-size: 12px;
    line-height: 1.5;
}

.block_cosme_entrylist .items .item .cols::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Weekly＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.block_cosme_weeklylist {
    padding: 20px 0;
    background-color: #ffe9e9;
}

.block_cosme_weeklylist .datetitle {
    font-size: 22px;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    background: url("/wp-content/themes/biteki-pc/common/img/cosme_calendar/double.png") repeat-x
        center 8px;
    margin: 0 auto;
    background-size: 14px;
}

.block_cosme_weeklylist .datetitle .week {
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    padding: 0 30px;
    background: #ffe9e9;
}

.block_cosme_weeklylist .week_days {
    display: flex;
    align-items: center;
    padding: 20px 10px 10px;
    margin: 20px;
    background: #fff;
    flex-wrap: wrap;
}

.block_cosme_weeklylist .week_days .day {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    width: 60px;
    text-align: center;
}

.block_cosme_weeklylist .week_days .day span {
    display: block;
    font-size: 20px;
}

.block_cosme_weeklylist .week_days .more {
    width: 100%;
    text-align: right;
}

.block_cosme_weeklylist .week_days .more::after {
    content: " >>";
    vertical-align: text-top;
}

.block_cosme_weeklylist .week_days .items {
    padding-bottom: 10px;
}

.block_cosme_weeklylist .week_days .items .content {
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}

.block_cosme_weeklylist .icon_pr {
    top: auto;
    bottom: -15px;
    left: 12%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.level2-cosmetic-calendar #CategoryTitleArea .block_title_category {
    margin-top: 49px;
}

.level2-cosmetic-calendar #CategoryTitleArea .block_title_category h1 {
    height: 46px;
}

.level2-cosmetic-calendar #CategoryTitleArea .block_title_category h1 a {
    height: 46px;
    display: inline-block;
}

.level2-cosmetic-calendar #BreadcrumbArea {
    margin: 20px 0 21px;
}

.level2-cosmetic-calendar #FooterArea {
    padding: 120px 0 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.block_pager_calendar {
    margin-top: 70px;
    text-align: center;
}

.block_pager_calendar .calendar_btn_prev {
    float: left;
    margin: 10px 40px 0 0;
}

.block_pager_calendar .calendar_btn_next {
    float: right;
    margin: 10px 0 0 40px;
}

.block_pager_calendar .pages {
    text-align: center;
}

.block_pager_calendar .page {
    display: inline-block;
    padding: 12px 0;
    width: 65px;
    font-size: 16px;
    margin: 0 1px;
    background: #eff1f1;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

.block_pager_calendar .page .date {
    display: block;
}

.block_pager_calendar .page .week {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.block_pager_calendar a .page {
    background: 0 0;
}

.level2-cosmetic-calendar #CategoryTitleArea {
    margin: 49px 0 20px;
}

.level2-cosmetic-calendar #CategoryTitleArea h1 {
    height: 44px;
}

.level2-cosmetic-calendar .block_title_category {
    margin: 0;
}

.level2-cosmetic-calendar #BreadcrumbArea {
    margin: 18px 0 21px;
}

.not_cosme_calendar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
