
#home_copy {
    width: 100%;
    margin-top:-240px;
    text-align: center;
    padding: 0 1em;
}
#home_copy_body {
    max-width: 997px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 0.5em;
    color:white;
    font-size:2rem;
    font-family: sans-serif;
    text-shadow: 1px 1px 2px #444444;
}

@media screen and (max-width:768px) {
    #home_copy {
        margin-top:-200px;
    }
    #home_copy_body {
        font-size:1.2rem;
    }
}


.top_head_buttons {
    margin: 60px 0 30px 0;
    position: relative;
    z-index: 999;
}

.top_head_buttons > ul {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    max-width: 997px;
    background-color: rgba(255,255,255,1);
    box-shadow: 2px 2px 3px gray;
    padding: 1rem 0;
    border-radius: 5px;
}
.top_head_buttons li {
    margin: 0;
    border-left: 1px dotted red;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    height: 70px;
}
.top_head_buttons li:hover {
    opacity: .5;
}
.top_head_buttons li a{
}
.top_head_buttons li img{
    height:40px;
    margin-bottom: 0.2rem;
}
.top_head_buttons li:first-child {
    border-left: none;
}
@media screen and (max-width:997px) {
    .top_head_buttons {
        margin-top: 20px;
    }
    .top_head_buttons > ul {
        margin:0 1rem;
    }
    .top_head_buttons li {
        font-size: 0.7rem;
    }
    .top_head_buttons li:nth-child(4) {
        border-left: none;
    }
    .top_head_buttons li img{
        height:35px;
    }
}

.slick_container {
    max-width: 1200px;
    margin: 0 auto;
    overflow-w: hidden;
}

.slick_container .pickup_item{
    padding: 0 1rem 1rem 1rem;
}

.slick_container .pickup_item_image {
    background-size:cover;
    height:250px;
    max-width: 360px;
    margin: 0 auto;
}
.slick_container .pickup_item_title_block {
    margin: -35px auto 0 auto;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1);
    box-shadow: 2px 2px 3px gray;
    padding: 0.5rem;
    border-radius: 5px;
    max-width: 330px;
    text-align: center;
}
.slick_container .pickup_item_title {
    display: inline-block;
}
.slick_container .puit_line1 {
    font-size: 0.8rem;
}
.slick_container .puit_line2 {
    font-weight: bold;
    font-size: 1.2rem;
}

.open_hours_container {
    max-width: 997px;
    margin: 0 auto;
    padding: 1rem;
}
.open_table {
    padding: 0;
    margin-bottom: 1rem;
}
.open_table:first-child {
    padding: 0;
    padding-right: 1rem;
}
.open_label {
    border: 1px solid lightgrey;
    background-color: var(--background-color-2);
    text-align: center;
    padding: 0.5rem;
    font-size: 1.2rem;
}
.open_body {
    border: 1px solid lightgrey;
    border-top: none;
    text-align: center;
    padding: 1rem;
}
.open_body .open_body_line1 {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--main-color);
}
.open_body .open_body_line2 {
    font-size: 1.8rem;
    font-weight: bold;
}
.open_body .open_body_line3 {
    font-size: 1.2rem;
}
.open_other {
    background-color: var(--background-color-1);
    color: var(--main-color);
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem;
}
.open_other img{
    height:40px;
    margin-right: 1rem;
}
@media screen and (max-width:768px) {
    .open_hours_container {
        display: block;
    }
    .open_table:first-child {
        padding-right: 0;
    }
}

.recruit_container {
    position: relative;
    max-width: 997px;
    margin: 1rem auto;
    padding: 1rem;
    text-align: center;
}
.recruit_container .recruit_image {
    width:600px;
    height:480px;
    background-size:cover;
}
.recruit_container .recruit_title_block {
    position: absolute;
    top:130px;
    right:0;
    background-color: white;
    padding: 2rem 1rem;
    max-width: 450px;
    box-shadow: 2px 2px 3px gray;
}
.recruit_container .recruit_title_1 {
    color: var(--main-color);
    text-align: center;
    font-size: 1.2rem;
}
.recruit_container .recruit_title_2 {
    color: var(--main-color);
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: serif;
    border-bottom:3px solid var(--main-color);
    border-image: linear-gradient(to right, white 0%, var(--main-color) 50%, white 100%) 1;
}
.recruit_container .recruit_body {
    margin:0 auto;
    text-align: center;
    margin: 0.5rem 0;
}
@media screen and (max-width:768px) {
    .recruit_container .recruit_image {
        width:100%;
        height:350px;
    }
    .recruit_container .recruit_title_block {
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
    }
}
