@charset "UTF-8";
/* CSS Document */
html{
    font-size: 62.5%; /*16px *62.5% = 10px */
    width: 100%;
   /* box-sizing: border-box; */
}
body{
    color:#333; 
    /* font-family: "Sawarabi Gothic", notosans "遊ゴシック体",YuGothic,"メイリオ",sans-serif; */
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 2.4rem;
    text-align: center;
}
section h2{
    font-size: 2.4rem;
}
a:hover {
    opacity:0.5;
}
.none{
    display: none;
}
*, *::before, *::after{
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
}
.sawarabi-gothic-regular {
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.f-20{
    font-size: 20px;
}
.f-16{
    font-size: 16px;
}
a{
    text-decoration: none;
}
.header {
    font-size: 24px;
    color: #333;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    margin-top: 10px;
    padding: 20px;
    width: 100%; 
}
.h-headerNav{
  padding-top: 40px;
}
.h-headerMenu{
display: block;
padding-top: 50px;
}
.footer{
    height: 550px;
    padding: 30px 30px;
    background-color: #ddc3b7;
    font-size: 1.6rem;
    color: #333; 
    list-style: none;
}
.footer__sns_links li {
    width: 30px;
    margin: 50px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__sns_links li base{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer a{
    color: #333;
    font-size: 20px; 
    line-height: 50px;
    text-decoration: none;
}
.site-map__main-link {
    text-align: left;
    line-height: 40px;
    font-weight: bold;
}
.footer__sns_links{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    width: 290px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.footer__sns_links li {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
}
.footer__sns_links li img{
    width: 100%;
}
.footer__sns_links li .base{
    width: 60px;
}
.img base{
  margin-top:10px;
}
.footer__site-map li a {
    text-decoration: none;
    color: #CAD0D2;
}
.footer__site-map li a:visited {
    text-decoration: none;
    color: #CAD0D2;
}
.footer__copyright{
    font-weight: bold;
}
