@charset "utf-8";

#facility_image{
    background:url(grp/top_img.jpg) top -100px center;
}

#kanarazu{/*「注意事項」を必ずご確認ください。*/
    margin:0 auto .5em auto;
    text-align: right;
    a{
        color:red;
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: .2em;
        &:hover{
            text-decoration: none;
        }
    }
}

#breadcrumb{
    ul{
        li{
            &:nth-child(4){
                display:none;
            }
        }
    }
}



#siyou{
    section{
        &:nth-of-type(1){
            table{
                tr{
                    td{
                        &:nth-child(2){
                            text-align: center;
                        }
                    }
                }
            }
        }
        
    }
}

#chui_jikou{
  > div{
    margin:30px auto 0 auto;
    > * + *{
      margin-top:10px;
    }
    p{
      text-align: left;
      &:nth-of-type(1),&:nth-of-type(3){
        color:red;
        font-weight: 500;
      }
    }
    > ul{
      display:flex;
        justify-content: center;
        flex-wrap:wrap;
        gap:.5em 1em;
        li{
          a{
            display:block;
            font-size: 1.1em;
            font-weight: 500;
            color:rgb(var(--baceFontColor));
            padding:.5em .7em;
            border-radius: 10px;
            background:white;
            border:2px solid rgb(var(--mainColor));
            color:red;
            &:hover{
              color:#ff8080;
            }
          }
        }
      }
    }
}