::selection{
    background-color: #E2953E;
}

body{
    background-color: #FEF5E7;
    margin: 0;
    padding: 0;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #D9D9D9;
    height: 80px;
    margin: 0;
    box-sizing: border-box;
}

.header-logo{
    display: flex;
    align-items: center;
    width: 278.26px;
    height: 70px;
    margin-right: 200px;
}

.header-logo:hover{
    opacity: 0.7;
}

.header-logo:active{
    opacity: 0.5;
    transform: scale(0.95);
}

nav ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

nav ul li.contact{
    position: absolute;
    right: 50px;
}

nav ul li.contact a{
    color: transparent;
    -webkit-text-stroke: 2px black;
}

nav ul li.contact a:hover{
    color: black;
    -webkit-text-stroke: 0;
    filter: drop-shadow(0 0 20px black);
}

nav ul li.contact a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: black;
    border-radius: 5px;
    transition: width 0.2s ease, left 0.2s ease;
}

nav ul li.contact a:hover::after{
    width: 100%;
    left: 0;
}

nav ul li a{
    text-decoration: none;
    font-family: "Caveat",cursive;
    font-size: 40px;
    font-weight: bold;
    color: #E2953E;
    -webkit-text-stroke: 1px black;
    position: relative;
    overflow: hidden;
}

nav ul li a:hover {
    font-weight: bold;
    color: black;
    -webkit-text-stroke: 2px #E2953E;
    filter: drop-shadow(0 0 20px #E2953E);
}

nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #E2953E;
    border-radius: 5px;
    transition: width 0.2s ease, left 0.2s ease;
}

nav ul li a:hover::after {
    width: 100%;
    left: 0;
}

main{
    margin-top: 80px;
    padding: 20px;
    margin-left: 80px;
    margin-right: 80px;
}

.catch-phrase{
    background-image: url(image/family-7392843_1280.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding: 20px;
}

.catch-phrase h1{
    font-family: "Mochiy Pop One", serif;
    -webkit-text-stroke: 0.1px gray;
    background: rgb(255, 255, 255, 0.5);
    padding: 20px 40px;
    font-size: 50px;
    text-align: center;
    color: black;
    line-height: 3;
    margin: 0;
    border-radius: 10px;
}

.actnow-container h2{
    font-family: "Potta One", serif;
    font-weight: 100;
    font-size: 35px;
    letter-spacing: 5px;
    background: rgb(255, 255, 255, 0.9);
    padding: 0.5px;
    border-radius: 50px 50px 0 0;
    line-height: 3;
    text-indent: 50px;
}

.actnow-container a{
    display: block;
    text-decoration: none;
    font-family: "Yusei Magic", serif;
    font-weight: 300;
    font-size: 25px;
    color: black;
    letter-spacing: 10px;
    background-color: #D9D9D9;
    padding: 10px;
    margin: 20px 150px;
    border-radius: 100px;
    text-align: center;
    line-height: 3;
    gap: 100px;
}

.actnow-container a:hover{
    background-color: #E2953E;
    box-shadow: #E2953E 0 0 50px;
    transform: scale(1.05);
}

.actnow-item{
    border-radius: 50px;
    margin-bottom: 100px;
}

.actnow-item:nth-child(1){
    background-image: url(image/grocery-1232944_1280.jpg);
    padding-bottom: 20px;
}

.actnow-item:nth-child(2){
    background-image: url(image/supermarket-949912_1280.jpg);
    padding-bottom: 20px;
}

.actnow-item:nth-child(3){
    background-image: url(image/kitchen-2373461_1280.jpg);
    padding-bottom: 20px;
}

.actnow-item:nth-child(4){
    background-image: url(image/breakfast-506125_1280.jpg);
    padding-bottom: 20px;
}

.actnow-item:nth-child(5){
    background-image: url(image/dinner-table-444797_1280.jpg);
    padding-bottom: 20px;
    margin-bottom: 0;
}

footer{
    margin-top: 100px;
    background-color: #D9D9D9;
    color: black;
    position: relative;
}

.footer-top{
    display: flex;
    justify-content: space-between;
}

.footer-logo{
    margin-top: 20px;
    margin-left: 20px;
    width: 278.26px;
    height: 70px;
}

.footer-logo:hover{
    opacity: 0.7;
}

.footer-logo:active{
    opacity: 0.5;
    transform: scale(0.95);
}

.footer-line {
    height: 2px;
    background-color: black;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
  }

.arrow{
    position: relative;
    margin-right: 200px;
    margin-top: 20px;
}

.arrow a{
    font-size: 50px;
    color: black;
    text-decoration: none;
}

.arrow a:hover{
    color: #E2953E;
}

.footer-menu{
    font-family: "Kiwi Maru", serif;
    text-decoration: none;
    display: flex;
    justify-content: baseline;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 70px; 
}

.footer-menu a{
    line-height: 2;
    position: relative;
    color: black;
    text-decoration: none;
    transition: color 0.2 ease;
}

.footer-menu a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #E2953E;
    border-radius: 5px;
    transition: width 0.2s ease, left 0.2s ease;
}

.footer-menu a:hover::after{
    width: 100%;
    left: 0;
}

.footer-menu h4{
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.footer-menu ul{
    list-style: none;
    padding: 10px;
}

.footer-map{
    margin-left: 100px;
    margin-top: 30px;
}

.footer-link-container{
    text-align: end;
    margin-bottom: 10px;
    margin-right: 50px;
}

.school-link a{
    font-family: "Kiwi Maru", serif;
    color: black;
    text-decoration: underline;
}

.school-link a:hover{
    opacity: 0.7;
}

.footer-bottom{
    background-color: #E2953E;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0;
}

.footer-bottom p{
    font-family: "DotGothic16", serif;
    text-align: center;
}