body{
    margin: 0;
    font-family: 'Klee One', cursive;
}

#menuButton{
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    transition: .3s;
}
#menuButton div{
    position: absolute;
    top: 50%;
    width: 60%;
    height: 1px;
    left: 50%;
    transform: translate(-23px);
    background-color: white;
    transition: .3s;
}
#menuButton div:nth-child(1){
    transform: translate(-23px,-20px);
    opacity: 0;
}
#menuButton div:nth-child(2){
    transform: translate(-23px,0px);
}
#menuButton div:nth-child(3){
    transform: translate(-23px,20px);
    width: 50%;
}
#menuButton.active div:nth-child(1){
    transform: rotate(45deg) translateX(-23px);
    transform-origin: left;
    opacity: 1;
}
#menuButton.active div:nth-child(2){
    opacity: 0;
}
#menuButton.active div:nth-child(3){
    transform: rotate(-45deg) translateX(-23px);
    transform-origin: left;
    width: 60%;
}
#menu{
    position: fixed;
    z-index: 14;
    top: 0;left: 0;
    width: 100%;
    background-color: #042f50;
    height: 80%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    color: white;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .3s;
}
#menu.active{
    opacity: 1;
    visibility: visible;
    height: 100%;
}
#menu,#menu-ul{
    margin: 0;
    padding: 0;
}
.list a,.list-child a{
    display: block;
    text-decoration: none;
    color: white;
    line-height: 40px;
    transition: .3s;
}
.list a:hover,.list-child a:hover{
    color: #ccc;
}
.list,.list-child{
    list-style: none;
}
#m-c-r{
    margin: 0;
   
}
.m-time,.m-close{
    font-size: 12px;
    margin: 0;
}
@media(min-width:1140px){
    #menu{
        padding: 0 10px;
    }
    #menu-ul{
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        margin-top: 100px;
    }
    #m-r,.m-left,.m-center-l,.m-center-r{
        width: 25%;
        text-align: center;
    }
}
@media(max-width:1140px){
    #menu{
        text-align: center;
    }
    #m-r,.m-left,.m-center-l,.m-center-r{
        margin-bottom: 30px;
    }
}
#m-c-r{
    padding: 0;
}

#title a{
    display: block;
    text-decoration: none;
    color: white;
    line-height: 80px;
    margin-left: 10px;
}

/*main visual*/
#main-visual{
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(grave/m-v.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: darken;
}
#motto{
    position: absolute;
    top: 35%;
    left: 5%;
    font-size: 45px;
    color: white;
    font-weight: bold;
}
@media(min-width:800px){
    .banner1-tel{
        position: absolute;
        top: 80px;
        right: 10px;
    }
    .banner1-contact{
        position: absolute;
        top: 160px;
        right: 10px;
    }
}
.banner1-tel a,.banner1-contact a{
    width: 180px;
    display: block;
    text-decoration: none;
    padding: 20px 25px;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    transition: .3s;
    position: relative;
}
.banner1-tel a::after,.banner1-contact a::after{
    content: "→";
    top: 20px;
    right: 0px;
    width: 30px;
    height: 30px;
    position: absolute;
}
.banner1-tel a{
    background-color: #042f50;
    transition: .3s;
}
.banner1-tel a:hover{
    background-color: #001d34;
}
.banner1-contact a{
    background-color: #4f6c83;
    transition: .3s;
}
.banner1-contact a:hover{
    background-color: #30495e;
}
.b-s-tit{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}
.b-s-arrow{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #4f6c83;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.banner1-sumilation a{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    text-align: center;
    background-color: white;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    color: #4f6c83;
}
.banner1-sumilation:hover .b-s-arrow{
    background-color: #30495e;
}
.menu-tel ,.menu-contact ,.menu-s {
    width: 220px;
    margin: 0 auto;
}
.menu-tel a,.menu-contact a,.menu-s a{
    display: block;
    padding: 20px 30px;
    color: white;
    text-decoration: none;
    transition: .3s;
}
.menu-tel a{
    background-color: white;
    color: #042f50;
    margin-bottom: 5px;
}
.menu-tel a:hover{
    background-color: #000000;
    color: white;
}
.menu-contact a{
    background-color: #4f6c83;
    margin-bottom: 5px;
}
.menu-contact a:hover{
    color: #4f6c83;
    background-color: white;
}
.menu-s a{
    background-color: #001d34;
}
.menu-s a:hover{
    background-color: white;
    color: #001d34;
}
@media(max-width:799px){
    .banner1-sumilation,.banner1-tel,.banner1-contact{
        display: none;
    }
}
/*concept*/
#concept{
    background-color: #f1f0ed;
    position: relative;
}
#c{
    max-width: 1300px;
    margin: 0 auto;
}
#c img{
    object-fit: cover;
}
.c-txt{
    line-height: 35px;
}
.btn{
    text-decoration: none;
    color: black;position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
}
.btn-p{
    transition: .3s;
}
.btn:hover .btn-p{
    color: #ccc;
}
.btn-arrow{
    width: 40px;
    height: 40px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

@media(min-width:800px){
    #c{
        display: flex;
        position: relative;
        padding-bottom: 120px;
    }
    .c-text{
        background-color: white;
        width: 55%;
        padding: 50px 20px 50px 300px;
        margin-top: 120px;
        margin-left: auto;
    }
    #c img{
        width: 40%;
        height: 600px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #c img{
        opacity: 0;
        transition: 1.8s;
    }
    #c img.fadein{
        opacity: 1;
        transform: none;
    }
}
@media(max-width:799px){
    #c img{
        width: 100%;
        height: 300px;
    }
    .c-text{
        text-align: center;
    }
    .c-txt{
        margin-right: 10px;
        margin-left: 10px;
    }
    .section-title{
        margin: 0;
    }
    #c{
        padding-top: 120px;
    }
    .btn{
        margin: 0 auto;
    }
}
#concept{
    margin-bottom: 120px;
}


/*slider*/
#slider{
    background-color: #f1f0ed;
}
#slider .section-title{
    margin: 0;
}
.swiper-slide img{
    object-fit: cover;
}
.swiper-button-prev,.swiper-button-next{
    background-color: #042f50;
    border-radius: 100%;
    transition: .3s;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background-color: #001d34;
    border-radius: 100%;
    transition: .3s;
}
#s .swiper-button-prev::after,#s .swiper-button-next::after{
    content: none;
}
#slider{
    position: relative;
}
@media(min-width:800px){
    .swiper{
        transition: 1.2s;
        opacity: 0;visibility: hidden;
        width: 0;
    }
    .swiper.add{
        transform: none;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}
@media(min-width:800px){
    #slider::after{
        content: "";
        display: block;

        top: -60px;
        left: 0;
        width: 65%;
        height: 700px;
        background-color: white;
        position: absolute;
    }
    #s .swiper-button-next{
        left: 450px;
        position: absolute;
        top: 0px;
        display: flex;
        align-content: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        color: white;
    }
    #s .swiper-button-prev{
        left: 350px;
        position: absolute;
        top: 0px;
        display: flex;
        align-content: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        color: white;
    }
    #slider-container{
        display: flex;
        align-items:center;
    }
    .swiper{
        width: 90%;
        margin-right: auto;
    }
    .swiper{
        margin-top: 30px;
    }
    #s{
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
    }
    .section-title,.btn{
        position: relative;
        z-index: 1;
    }
    .swiper-slide{
        width: 25%;
    }
    .swiper-slide img{
        height: 500px;
        width: 100%;
    }
    .swiper-slide{
        margin: 0 10px;
    }
    #slider{
        padding-bottom: 80px;
    }
}
@media(max-width:799px){
    .swiper-slide img{
        height: 300px;
        width: 100%;
    }
    #slider{
        padding-top: 80px;
    }
    #slider{
        text-align: center;
    }
    .swiper{
        height: 500px;
    }
    #s .swiper-button-prev,#s .swiper-button-next{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: white;
    }
}
#ss{
    margin: 0 2vw;
}
.sample-swiper{
    margin-top: 50px;
}

/*business*/
#b{
    max-width: 1300px;
    margin: 0 auto;
}
.b-content{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.b-content a{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.b-content a:hover .button{
    color: #676767;
}
.b-content:hover {
    background-color: rgba(0, 0, 0, .5);
}
.b-content::after{
    content: "";
    display: inline-block;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, .3);
    transition: .3s;
}
.b-content:nth-child(1)::after{
    background-image: url(grave/b1.jpeg);
}
.b-content:nth-child(2)::after{
    background-image: url(grave/b2.jpeg);
}
.b-content:nth-child(3)::after{
    background-image: url(grave/b3.jpeg);
}
.b-content:nth-child(4)::after{
    background-image: url(grave/b4.jpeg);
}
.b-content:nth-child(5)::after{
    background-image: url(grave/b5.jpeg);
}
.b-content:nth-child(6)::after{
    background-image: url(grave/b6.jpeg);
}
.b-content:nth-child(7)::after{
    background-image: url(grave/b7.jpeg);
}
.b-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

/**/
#business{
    margin-top: 120px;
}
#b .section-title{
    text-align: center;
}
.button{
    text-decoration: none;
    color: white;position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
}
.button-p{
    transition: .3s;
}
.b-title{
    color: white;
    margin: 0;
}
.b-content.button:hover .b-content::after{
    transform: scale(1.2);
}
.b-content a{
    text-decoration: none;
}
.button-arrow{
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.b-content:hover::after{
    transform: scale(1.2);
}
#b-container{
    margin-top: 30px;
}
@media(min-width:800px){
    .b-content{
        width: 49.5%;
    }
    #b-container{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 5px;
        position: relative;
    }
    #b-container::after{
        content: "";
        position: absolute;
        top: 40%;
        width: 60%;
        height: 600px;
        right: 0;
        background-color: #f1f0ed;
        z-index: -1;
    }

}
@media(min-width:1140px){
    .b-content{
        width: 33%;
    }
}
@media(max-width:799px){
    .b-content{
        width: 100%;
    }
    .b-content:not(:last-child){
        margin-bottom: 5px;
    }
}
.b-content{
    opacity: 0;
    transition: 1.2s;
}
.b-content.active{
    opacity: 1;
    transform: none;
}
.section-title{
    color: #042f50;
    font-weight: bold;
}

/*image*/
#image{
    margin-top: 120px;
}
#im{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.im-txt{
    line-height: 30px;
}
#image{
    position: relative;
}
#image::after{
    content: "";
    display: block;
    position: absolute;
    background-image: url(grave/AdobeStock_35227803_Preview.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-blend-mode: lighten;
    background-color: rgba(255,255, 255, .9);
}
#im img{
    object-fit: cover;
    transition: 1.8s;
    opacity: 0;
}
#im img.right-slide{
    transform: none;
    opacity: 1;
}
@media(max-width:799px){
    .im-text{
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
    }
    #im img{
        width: 100%;
        height: 250px;
    }
    #image::after{
        top: -30px;
        width: 100%;
        height: 500px;
    }
}
@media(min-width:800px){
    #image::after{
        bottom: -120px;
        width: 100%;
        height: 400px;
    }
    #im{
        display: flex;
    }
    #im img{
        width: 45%;
        height: 650px;
    }
    .im-text{
        width: 50%;
        position: absolute;
        right: 30px;
        top: 80px;
    }
}

/*gallery*/
#gallery{
    max-width: 1300px;
    margin: 0 auto;
}
#g{
    margin: 200px 10px;
    position: relative;
}
#g img{
    object-fit: cover;
    transition: .8s;
    opacity: 0;
}
#g img.active{
    opacity: 1;
    transform: none;
}
#g img:nth-child(1){
    transition-delay: .8s;
}
#g img:nth-child(1).active{
    transform: none;
}
#g img:nth-child(2){
    transition-delay: .4s;
}
#g img:nth-child(2).active{
    transform: none;
}
#g img:nth-child(3){
    transition-delay: 1.2s;
}
#g img:nth-child(3).active{
    transform: none;
}
#g img:nth-child(2),#g img:nth-child(3){
    position: absolute;
}
@media(min-width:800px) and (max-width:1139px){
    #g img:nth-child(1){
        width: 45%;
        height: 650px;
        margin-top: 100px;
    }
    #g img:nth-child(2){
        width: 25%;
        height: 350px;
        top: 0px;
        left: 30%;
    }
    #g img:nth-child(3){
        width: 30%;
        height: 350px;
        bottom: 10%;
        right: 10%;
    }
}
@media(min-width:1140px){
    #g img:nth-child(1){
        width: 35%;
        height: 650px;
        margin-top: 100px;
    }
    #g img:nth-child(2){
        width: 25%;
        height: 350px;
        top: 0px;
        left: 20%;
    }
    #g img:nth-child(3){
        width: 30%;
        height: 350px;
        bottom: 0;
        right: 15%;
    }
}
@media(min-width:500px) and (max-width:800px){
    #g img:nth-child(1){
        width: 45%;
        margin: 0 auto;
        display: block;
        height: 450px;
        margin-top: 100px;
    }
    #g img:nth-child(2){
        top: -100px;left: 10%;
        width: 30%;
        height: 250px;
    }
    #g img:nth-child(3){
        bottom: 5%;
        right: 10%;
        width: 20%;
        height: 200px;
        z-index: 8;
    }
}

@media(max-width:499px){
    #g img:nth-child(1){
        width: 80%;
        margin: 0 auto;
        display: block;
        height: 450px;
        margin-top: 100px;
    }
    #g img:nth-child(2){
        top: -100px;left: 0%;
        width: 35%;
        height: 250px;
    }
    #g img:nth-child(3){
        bottom: 5%;
        right: 0%;
        width: 50%;
        height: 200px;
        z-index: 8;
    }
}
/*first*/
#first{
    background-color: #4f6c83;
    color: white;
}
#ff{
    margin: 0 2vw;
}
#f{
    margin: 0px 10px;
    padding: 30px 0;
}
.f-txt{
    line-height: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.section-titles{
    color: white;
    margin: 0;
}
#f{
    position: relative;
}
#f img{
    object-fit: cover;
}
.button:hover{
    color: #ccc;
}
.f1{
    transition: 2.5s;
    opacity: 0;
}
.f1.active{
    opacity: 1;
    transform: none;
    transition-delay: .8s;
}
.f2{
    transition: 1.8s;
    opacity: 0;
}
.f2.active{
    opacity: 1;
    transform: none;
}
@media(min-width:400px){
    .btn-container{
        display: flex;
        align-items: center;
    }
}
@media(max-width:399px){
    .button{
        margin: 0 auto;
    }
}
@media(max-width:799px){
    .f1{
        width: 100%;
        height: 250px;
    }
    .f2{
        display: none;
    }
    #f-text{
        text-align: center;
    }
}
@media(min-width:800px){
    #f{
        display: flex;
    }
    #f img{
        position: absolute;
    }
    #f-text{
        width: 55%;
    }

    .f1{
        width: 30%;
        height: 400px;
        top: -100px;
        right: 10%;
    }
    .f2{
        width: 200px;
        height: 250px;
        top: -270px;
        right: 5%;
    }
}
.btn-container .button:nth-child(2) .button-arrow{
    background-color: white;
    color: #30495e;
}
#f-text{
    padding: 50px 0;
}
/*work*/
#work{
    max-width: 1300px;
    margin: 120px auto;
    text-align: center;
}
#w{
    margin: 0 2vw;
}
#w-container{
    margin-top: 30px;
}
.w-content img{
    width: 100%;
    object-fit: cover;
}
.w-tag{
    display: flex;
    align-items: center;
}
.w-tage-name{
    padding: 3px 8px;
    border: 1px solid #ccc;
    margin-top: 10px;
    width: 100px;
    border-radius: 3px;
    color: rgb(136, 136, 136);
    font-size: 12px;
}
.w-tage-name:nth-child(1){
    margin-right: 5px;
}
.w-heading{
    margin: 0;
}
.w-content{
    margin-bottom: 50px;
}
#w .btn{
    margin: 0 auto;
}
@media(min-width:800px){
    #w-container{
        flex-wrap: wrap;
        display: flex;
        justify-content: space-evenly;
        gap: 10px;
    }
    .w-content{
        width: 49%;
    }
}
@media(max-width:799px){
    .w-content{
        width: 100%;
    }
    .w-tag{
        justify-content: center;
    }
}
.w-content img{
    opacity: 0;
    transition: 1.8s;
}
.w-content img.active{
    opacity: 1;
    transform: none;
}
/**/
#voice{
    background-color: #f1f0ed;
}
#v{
    padding: 50px 0;
    max-width: 1300px;
    margin: 0 auto;
}
#vv{
    margin: 0 2vw;
}
#v-container{
    margin: 0 10px;
}

#v .btn{
    justify-content: left;
}
.v-content img{
    width: 100%;
}
.v-content{
    margin-bottom: 50px;
    text-align: center;
}
@media(min-width:800px){
    .v-content{
        width: 49%;
    }
    #v-tit{
        margin-left: 10px;
    }
    #vv{
        display: flex;
    }
    #v-container{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
}
#v-container{
    margin-top: 30px;
}
@media(max-width:799px){
    .v-content{
        width: 100%;
    }
    #v{
        text-align: center;
    }
    #v .btn{
        justify-content: center;
    }
}
.v-content img{
    opacity: 0;
    transition: 1.8s;
}
.v-content img.active{
    opacity: 1;
    transform: none;
}
.w-heading{
    margin-top: 15px;
}
/**/
#information{
    margin: 120px 0;
}
#i{
    max-width: 1300px;
    margin: 0 auto;
}
#ii{
    margin: 0 2vw;
}
.w-tage-name{
    text-align: center;
}
#i-container{
    margin-top: 30px;
}
.i-date{
    font-size: 12px;
}
.d-t{
    display: flex;
    align-items: center;
    gap: 5px;
}
@media(min-width:800px){
    #ii{
        display: flex;
        justify-content: space-between;
    }
    #i .btn{
        justify-content: left;
    }
    .i-content{
        width: 100%;
    }
    .i-content{
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    .i-content img{
        width: 200px;
    }
}
@media(max-width:799px){
    .i-content{
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    #i{
        text-align: center;
    }
    .d-t{
        width: 200px;
        margin: 0 auto;
    }
    .i-content img{
        width: 100%;
    }
}
.i-content img{
    opacity: 0;
    transform: translateY(50px);
    transition: .8s;
}
.i-content img.active{
    opacity: 1;
    transform: none;
}
.i-content:nth-child(1) img{
    transition-delay: .2s;
}
.i-content:nth-child(2) img{
    transition-delay: .4s;
}
.i-content:nth-child(3) img{
    transition-delay: .8s;
}
.i-content:nth-child(4) img{
    transition-delay: 1.2s;
}
/**/
#container{
    background-color: #f1f0ed;
    padding: 50px 0;
    position: relative;
    z-index: -2;
}
#con{
    max-width: 1300px;
    margin: 0 auto;
}
#cont{
    margin: 0 2vw;
}
.content{
    margin-right: 10px;
    margin-left: 10px;
}
.content:nth-child(1){
    margin-bottom: 50px;
}
.content img{
    object-fit: cover;
}

@media(min-width:800px){
    .content{
        display: flex;
        position: relative;
    }
    .content:nth-child(1){
        margin-top: 120px;
    }
    .content:nth-child(1) img:nth-child(1){
        width: 40%;
        margin-right: auto;
        height: 550px;
    }
    .content:nth-child(1) .c-img2{
        width: 200px;
        height: 300px;
        position: absolute;
        top: -80px;
        left: 27%;
    }
    .text{
        width: 48%;
        position: absolute;
        top: 80px;
        right: 0;
    }
    .content:nth-child(2) .text{
        left: 0;
    }
    .content:nth-child(2) .c-img1{
        width: 40%;
        margin-left: auto;
        height: 550px;
    }
    .content:nth-child(2) .c-img2{
        width: 200px;
        height: 300px;
        position: absolute;
        top: -80px;
        right: 27%;
    }
    .content .btn{
        justify-content: left;
    }
    .content:nth-child(2){
        margin-top: 120px;
    }
    .content::after{
        position: absolute;
        background-color: #e6e4e1;
        width: 35%;
        height: 400px;
        content: "";
        display: block;
    }
    .content:nth-child(1)::after{
        top: 0;
        right: 0;
        z-index: -1;
    }
    .content:nth-child(2)::after{
        top: 0;
        left: 0;
        z-index: -1;
    }
}
.text{
    line-height: 30px;
}
@media(max-width:799px){
    .content img:nth-child(1){
        display: none;
    }
    .content img{
        width: 100%;
        height: 250px;
    }
    .content{
        text-align: center;
    }
    .text .section-title{
        margin-top: 30px;
    }
}
.c-img1{
    opacity: 0;
    transition: .8s;
}
.c-img1.active{
    opacity: 1;
}
/**/
#contact{
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
#contacts{
    margin: 80px 0;
}
.tel-link{
    background-color: #042f51;
    transition: .3s;
}
.tel-link:hover{
    background-color: #001d34;
}
.contact-link{
    background-color: #4f6c83;
    transition: .3s;
}
.contact-link:hover{
    background-color: #30495e;
}
.tel-link::after,.contact-link::after{
    content: "→";
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    right: 5px;
    position: absolute;
    top: 25px;
}
@media(min-width:800px){
    #contact-container{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .tel-link,.contact-link{
        position: relative;
        color: white;
        text-decoration: none;
        width: 200px;
        display: block;
        padding: 25px 30px;
        text-align: center;
        font-size: 20px;
    }
}
@media(max-width:799px){
    #contact{
      width: 100%;
      margin: 0 auto;
    }
    #contacts{
        margin-right: 10px;
        margin-left: 10px;
    }
    .tel-link,.contact-link{
        width: 100%;
        margin: 0 auto;
        position: relative;
        color: white;
        text-decoration: none;
        display: block;
        padding: 25px 0px;
        text-align: center;
        font-size: 20px;
    }
    .tel-link{
        margin-bottom: 5px;
    }
}
/**/
footer{
    background-color: #042f50;
    padding: 30px 0;
}

#footer{
    margin: 80px 10px 0 10px;
    color: white;
}
.f-list a,.f-listchild a{
    text-decoration: none;
    color: white;
    display: block;
    line-height: 30px;
    transition: .3s;
}
.f-list a:hover,.f-listchild a:hover{
    color: #ccc;
}
.sns img{
    width: 30px;
    height: 30px;
    transition: .3s;
}
.sns a:hover img{
    opacity: 0.8;
}
.access,.place{
    margin: 0;
}
.place{
    margin-bottom: 5px;
}

@media(min-width:800px){
    #footer{
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
}
.f-tel a,.f-contact a{
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: .3s;
}
.f-tel a{
    color: #001d34;
    background-color: white;
}
.f-tel a:hover{
    color: white;
    background-color: #001d34;
}
.f-contact a{
    background-color: #4f6c83;
    color: white;
}
.f-contact a:hover{
    color: #4f6c83;
    background-color: white;
}
@media(max-width:799px){
    #footer{
        text-align: center;
    }
    li{
        list-style: none;
    }
    ul{
        margin: 0;
        padding: 0;
    }
}