
body{
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    vertical-align: top;
}
a{
    color: #000;
}
@media (max-width: 800px) {
    #sp{
        display: block;
    }
    #dt{
        display: none;
    }
}
@media (min-width: 801px) {
    #sp{
        display: none;
    }
    #dt{
        display: block;
    }
}
@media (max-width: 800px) {
    main{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 100px;
    }
}
@media (min-width: 801px) {
    main{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 100px;
    }
}
@media (max-width: 800px) {
.top_section{
    margin: 0 auto;
    padding: 50px 0 20px 0;
    text-align: center;
    font-weight: 500;
}
.contents_day{
    padding-bottom: 30px;
}
.contents_day #month{
    font-size: 30px;
}
.contents_day #sen{
    height: 1px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #000;
}
.contents_day #year{
    font-size: 10px;
    letter-spacing: 0.5px;
}

.contents_title #tag_01{
    font-size: 12px;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.contents_title #title_01{
    font-size: 23px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.contents_title #tag_02{
    font-size: 12px;
    letter-spacing: 0.4px;
}


.contents_section{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0px 0;
}
.contents_section #img{
    width: 100%;
    margin-bottom: 30px;
}
.contents_section #title_02{
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 40px;
    font-family:Georgia, 'Times New Roman', Times, serif
}
.pickup_title{
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 50px;
    font-family:Georgia, 'Times New Roman', Times, serif
}
.contents_section #bun_01{
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
.contents_section #sen_01{
    height: 0.5px;
    width: 100%;
    background-color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contents_section #bun_02{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.contents_section #bun_03{
    font-size: 15px;
    line-height: 20px;
}
.contents_section #bun_04{
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
}
.bun_flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bun_flex #img{
    width: 100px;
    margin: 0;
}
footer{
    height: 100px;
    width: 100%;
    background-color: #000;
}
.copy{
    padding: 30px 0px;
    margin: 0 auto;
    width: fit-content;
    font-size: 12px;
    color: #fff;
}
}
@media (min-width: 801px) {
.top_section{
    margin: 0 auto;
    padding: 50px 0 30px 0;
    text-align: center;
}
.contents_day{
    padding-bottom: 30px;
}
.contents_day #month{
    font-size: 30px;
}
.contents_day #sen{
    height: 1px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #000;
}
.contents_day #year{
    font-size: 10px;
    letter-spacing: 0.5px;
}

.contents_title #tag_01{
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.contents_title #title_01{
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.contents_title #tag_02{
    font-size: 15px;
    letter-spacing: 0.4px;
}


.contents_section{
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 0;
}
.contents_section #img{
    width: 100%;
    margin-bottom: 50px;
}
.contents_section #title_02{
    font-size: 28px;
    margin-bottom: 30px;
    font-family:Georgia, 'Times New Roman', Times, serif
}
.pickup_title{
    font-size: 22px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 0px;
    font-family:Georgia, 'Times New Roman', Times, serif
}
.contents_section #bun_01{
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 80px;
}
.contents_section #sen_01{
    height: 0.5px;
    width: 100%;
    background-color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contents_section #bun_02{
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 26px;
}
.contents_section #bun_03{
    font-size: 18px;
    line-height: 20px;
}
.contents_section #bun_04{
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
}
.bun_flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bun_flex #img{
    width: 120px;
    margin: 0;
}
footer{
    width: 100%;
    background-color: #000;
}
.copy{
    padding: 30px 0px;
    margin: 0 auto;
    width: fit-content;
    font-size: 12px;
    color: #fff;
}
}