@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

/* RESET
--------------------------------------------------- */
* { margin:0; padding:0; }
html {
    -webkit-text-size-adjust: none;
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
    box-sizing: border-box;
}
img { border:0; vertical-align:bottom; max-width:100%; height:auto; }

/* FONT
--------------------------------------------------- */
body {
	font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
	color: #01b3de;
    text-align: center;
	letter-spacing: 0.15em;
    background-color: #e5f7fc;
}
a {
    transition: all 0.3s ease-in-out;
    color: #01b3de;
    text-decoration: none;
}


/* HEADER
--------------------------------------------------- */
header {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 10vh;
}
header h1 {
    font-size: 5vw;
}
header div.backBtn {
    display: none;
    position: absolute;
    width: 7%;
    left: 0;
    bottom: 10%;
}

/* MAIN
--------------------------------------------------- */
main {
    margin-bottom: 10vh;
}
article {
    padding-top: 10vh;
    width: 94%;
    margin: 0 auto;
}
article .limited {
    font-size: 2.5vw;
}
article ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
article ul li {
    flex-basis: 33.3%;
    margin: 0 1.5%;
}
article ul li a {
    background-color: #fff;
    border-radius: 20px;
    padding: 2vh 0 2vh;
    display: block;
    box-shadow: 10px 10px 20px #cedee3;
}
article ul li a:hover,
article ul li a:active {
    background-color: #e5f7fc;
    box-shadow: inset -2px -2px 10px #fff, inset 3px 3px 10px #cedee3;
}
article ul li figcaption {
    font-size: 2.5vw;
    margin-top: 0.75rem;
}
article ul li figure img {
    width: 50%;
}
article ul li figure ul.category li {
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 93%;
    background-color: #01b3de;
    border-radius: 100px;
    flex-basis: 38%;
}

/* HOW TO MOVE */
article.howtomove {
    padding-top: 5vh;
}
article.howtomove ul {
    flex-wrap: wrap;
}
article.howtomove ul li {
    flex-basis: 30.3%;
}
article.howtomove ul li:nth-of-type(1),
article.howtomove ul li:nth-of-type(2),
article.howtomove ul li:nth-of-type(3) {
    margin-bottom: 3vh;
}
article.howtomove ul li a {
    padding: 5vh 0;
}
article.howtomove ul li figure {
    display: flex;
    justify-content: center;
    align-items: center;
}
article.howtomove ul li figure img {
    width: 25%;
}
article.howtomove ul li figcaption {
    margin-top: 0;
    padding: 0 0.75em 0 0.5em;
}


/* FOOTER
--------------------------------------------------- */
footer {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: url("../img/footer_bg.png") no-repeat center top / cover;
}
footer img {
    position: absolute;
    width: 17%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20%;
}

.secretmes a{
    display: flex;
    height: 64px;
    justify-content: center;
    margin: auto;
    margin-top: 32px;
    background-color: #fff;
    border-radius: 20px;
    width: fit-content;
    padding: 2vh;
    box-shadow: 10px 10px 20px #cedee3;
}

.secretmes p{
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 2.5vw;
}

.secretmes img{
    width: fit-content;
    display: block;
    border-radius: 4px;
}

.dietarticle{
    padding-top: 2vh;
}

.Home_tag__EczV99 {
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    font-size: 93%;
    background-color: #01b3de;
    border-radius: 100px;
    flex-basis: 38%;
    width: 50%;
    text-align: center;
	margin: 0 auto;
}

.Home_tag__EczV98 {
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    font-size: 120%;
    background-color: #01b3de;
    border-radius: 100px;
    flex-basis: 38%;
    width: 30%;
    text-align: center;
	margin: 0 auto;
}

.Notes_text{
	text-align: center;
	margin: 50px auto 0;
	font-size: 95%;
	font-weight: 700;
	
}



/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
    header { padding-top:3rem; }
    header h1 { font-size:8vw; }
    header div.backBtn { width:3rem; bottom:15%; }
    article { padding-top:2rem; }
    article ul { flex-wrap:wrap; }
    article ul li { flex-basis:46%; margin:2%; }
    article ul li a { padding:1.75rem 0; }
    article ul li figure img { width:50%; }
    article ul li figcaption { font-size:4vw; margin-top:0; }
    article ul li figure ul.category li { font-size:2vw; }
    article.howtomove ul li { flex-basis:46%; }
    footer { height:70px; }
    footer img { width:25%; }
}

@media screen and (min-width: 768px) {
    header div.backBtn {
        display: inline-block;
    }
}