@charset "utf-8";

/*===========================================================
meteo01
===========================================================*/

.meteo01-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
}

.meteo-btn01 {
    max-width: 315px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 18px;
    color: var(--base-font-color);
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 27px 15px 37px;
    background: url(/system_panel/uploads/images/in-mask01.png) center center / cover no-repeat;
    margin: 0 auto;
}

.meteo-btn01::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    background: url(/system_panel/uploads/images/com_arrow_black.svg) center center / contain no-repeat;
    max-width: 40px;
    width: 100%;
    height: 40px;
    transform: rotate(90deg);
    transition: all .3s;
}

.meteo-btn01:hover {
	color: var(--base-font-color);
}

.meteo-btn01:hover::after {
	transform: rotate(90deg) translateX(6px);
}

.anchor-num {
	font-size: 25px;
}

.meteo-btn01 p em {
	font-style: normal !important;
  	font-size: 18px;
  	font-weight: 500;
}

/*===========================================================
meteo03
===========================================================*/

.meteo03-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.meteo03-block {
    padding: 15px 10px;
    text-align: center;
}

/*===========================================================
meteo04
===========================================================*/

.meteo04-text-block {
	padding: 10px 0;
	border-bottom: 1px solid var(--grey);
}

.meteo04-img-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/

    .meteo01-container {
        grid-template-columns: repeat(2, 1fr);
    }



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================
meteo01
===========================================================*/

    .meteo-btn01 {
        font-size: 18px;
    }

    .meteo01-container {
        gap: 40px;
    }

/*===========================================================
meteo03
===========================================================*/

    .meteo03-area {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================
meteo01
===========================================================*/
  

/*===========================================================
meteo03
===========================================================*/

.meteo03-area {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/*===========================================================
meteo04
===========================================================*/

.meteo04-img-area {
    grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================
meteo01
===========================================================*/
  
    .meteo01-container {
		max-width: 1320px !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }


    .meteo-btn01 {
        font-size: 22px;
    }
  
/*===========================================================
meteo03
===========================================================*/

    .meteo03-text {
        font-size: 20px !important;
    }

} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 