#large_title {
    font-size: 24px;
    font-family: "Optician Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    margin: 64px 0 32px 0;
}

#eye_catch {
    aspect-ratio: 16 / 9;
    width: 60%;
    margin: auto;
    background-image: url("/resources/images/sakamoto.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
#eye_catch h3 {
    font-family: "Optician Sans";
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    color: #545454;
/*     background: #fff; */
}

.archive_header_title {
    font-family: "Optician Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 100px;
    font-size: 36px;
}

#filter {
    top:0;
    left:0;
    width: 100%;
}

#filter {
    position: relative;
    padding-left: 20%;
    padding-right: 20%;
    width: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eeeeee;
}

#filter h4 {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    margin: 0 0 32px 0;
}

.spacer {
    flex-basis: 100%;
}

#filter_selects {
    margin: auto;
    display: flex;
    gap: 48px;
    justify-content: center;
}

.selectdiv {
  position: relative;
  display: inline-block;
}

.selectdiv:after {
  content: "";
  color: #545454;
  transform: rotate(270deg);
  right: 12px;
  /*Adjust for position however you want*/
  display: block;
  height: 14px;
  width: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0 0px;
  background-image: url("/resources/images/back.svg");
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  appearance: none;
  color: #545454;
  background: transparent;
  display: inline-block;
  width: 160px;
  height: 50px;
/*   float: right; */
  margin: 5px 0px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 0px;
  border: none;
  word-break: normal;
  font-family: "Optician Sans";
  background: #eeeeee;
  border-radius: 5px;
}

.selectdiv div {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    margin-right: 12px;
    opacity: .6;
    position: absolute;
    top: -16px;
    left: 0;
}

#search_tag {
    font-family: "Optician Sans";
    position: relative;
    width: 160px;
    margin: auto;
    padding: 12px;
    background: #eeeeee;
    border-radius: 5px;
    margin-top: 24px;
}

#search_tag label {
    display: inline-block;
    font-size: 20px;
/*     margin-right: 12px; */
}

#suggest {
    position: absolute;
    top: 80px;
    left: 0;
}

#filter input {
    width: calc(100% - 24px);
    background: none;
    border: none;
    outline: none;

    border-radius: 0;
/*     padding: 12px 0; */
    font-size: 16px;
    font-family: "Optician Sans";
    color: inherit;
}

#archive_list {
    width: 60%;
    min-height: 100vh;
    margin: auto;
    margin-bottom: 200px;
}

#archive_list a {
    text-decoration: none; 
}

#archive_list h4 {
    font-family: "Optician Sans";
    font-weight: normal;
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
}

.archive_year {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px #eeeeee solid;
    padding: 24px 0;
/*     margin-top: 100px; */
}

.archive_date {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}

.archive_title {
    font-family: "Optician Sans";
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.archive_item {
    display: flex;
    gap: 24px;
    cursor: pointer;
    border-bottom: 1px #eeeeee solid;
    position: relative;
}

.archive_item .thumbnail {
    flex-basis: 50%;
    padding-top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 24px 0;
}

.archive_item .thumbnail .with_dummy, .archive_item .thumbnail img {
    display: none;
}

.archive_item.single_photos .thumbnail .with_dummy, .archive_item.single_photos .thumbnail img {
    display: block;
}

.archive_item.single_photos {
    padding: 42px 0;
}

.archive_item.single_photos .thumbnail {
    flex-grow: 1;
    padding-top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
/*     margin: 24px 24px; */
    margin: 0;
    background-image: none !important;
}

.archive_item.single_photos .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.archive_item .info_area {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}

.archive_item .archive_list_tags_area {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    gap: 10px 10px;
    padding-top: 24px;
}

.archive_item .archive_list_tags_area .archive_list_tag {
    font-family: "Optician Sans";
    font-size: 14px;
    color: #545454;
    opacity: .8;
/*     background: #eeeeee; */
/*     padding: 8px; */
    border-radius: 3px;
}

.archive_item.single_photos .info_area {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    margin-right: 24px;
    text-align: right;
}

h3.single_photo_date_taken, h3.single_photo_date_location, h3.single_photo_photo_title {
    font-size: 12px;
    font-weight: normal;
    line-break: strict;
    margin: 0;
    line-height: 1.4em;
    text-align: right;
}

h3.single_photo_photo_title {
    margin-bottom: 20px;
}

h3.single_photo_date_location {
    margin-bottom: 10px;
}

#no_results {
    font-family: "Optician Sans", sans-serif;
    text-align: center;
    font-size: 20px;
    margin-top: 25vh;
}

@media only screen and (max-width: 1000px) {

    .archive_header_title {
        font-size: 24px;
    }
    
/*     #filter {
        width: auto;
        margin: 40px 24px 0 24px;
    } */

    #eye_catch {
        width: auto;
        margin-left: 48px;
        margin-right: 48px;
    }

    #archive_list {
        width: auto;
        margin-left: 48px;
        margin-right: 48px;
    }
    
    .archive_item {
        gap: 24px;
    }
    
    .archive_item .info_area {
        margin-right: 0;
    }
    
    .archive_item .thumbnail {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {

    #eye_catch {
        width: auto;
        margin-left: 24px;
        margin-right: 24px;
    }

    #filter {
        background: transparent;
        /* margin: 48px 24px 48px 24px; */
        width: auto;
        margin: 0 24px;
        padding: 12px 0;
    }
    
    #filter_selects {
        /* width: 100%; */
        /* background: #eeeeee; */
        border-radius: 5px;
        padding: 24px 0;
        margin-top: 14px;
        gap: 24px;
    }
    
    #search_tag {
        background: #eeeeee;
        width: 100%;
        border-radius: 5px;
        padding: 0 12px;
    }
    
    #filter input {
/*         border-bottom: 2px solid #eeeeee; */
        padding: 12px 0;
    }
    
    .selectdiv {
        margin: auto;
        display: block;
        flex-basis: 50%;
    }

    .selectdiv div {
        font-size: 12px;
    }
    
    .selectdiv select {
/*         background: #fafafa; */
        width: 100%;
        height: 44px;
        border: 2px solid #eeeeee;
        font-size: 14px;
    }

    .selectdiv::after {
        height: 12px;
        width: 12px;
    }

    .archive_header_title {
        font-size: 24px;
/*         margin: 64px 0; */
    }

    #archive_list {
        width: auto;
        margin: 0 24px;
    }
    
    .archive_item {
        flex-direction: column;
        gap: 0;
    }
    
    .archive_item .thumbnail {
        flex-basis: 100%;
        padding-top: 0;
        margin: 0;
        margin-top: 48px;
        margin-bottom: 0;
        background: none !important;
    }
    
    .archive_item .thumbnail .with_dummy, .archive_item .thumbnail img {
        display: block;
        width: 100%;
/*         width: calc(100% -  48px); */
/*         margin: 0 24px; */
    }
    
    .archive_item .info_area {
        margin: 48px 0;
    }

    .archive_item.single_photos {
        border: none;
    }
    
    .archive_item.single_photos .info_area {
        margin: 0;
        margin-top: 24px;
    }
    
    .archive_date {
        font-size: 12px;
    }

    .archive_title {
        font-size: 20px;
    }
    
    h3.single_photo_date_taken, h3.single_photo_date_location, h3.single_photo_photo_title {
        font-size: 12px;
    }
}