@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,slnt,wdth,wght@6..144,-10,85,500&display=swap");
/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* サイト基本設定 */
html {
  background-color: #fff;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-family: "Robot", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
}

#container {
  background-color: #fff;
  height: 100vh;
}

th, td {
  border: 1px solid #999;
  padding: 0.15em 0.25em;
}

/* フォーム */
input {
  padding: 0.25em;
  border: 1px solid #999;
  border-radius: 3px;
}

/* google fonts */
.material-symbols-outlined {
  font-size: 1.2em !important;
  position: relative;
  top: 0.2em;
  line-height: 1;
  font-variation-settings: "wght" 300, "FILL" 0, "GRAD" 0, "opsz" 24;
}

.w300 {
  font-variation-settings: "wght" 300;
}

.w400 {
  font-variation-settings: "wght" 400;
}

.w600 {
  font-variation-settings: "wght" 600;
}

.fill {
  font-variation-settings: "FILL" 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  border-top: 8px solid #a00;
  border-bottom: 1px solid #999;
  background-color: #fff;
  z-index: 1000;
}
header .top_title_area {
  display: flex;
  align-items: end;
}
header .top_title {
  padding-inline: 15px;
  font-size: clamp(1.75rem, 0.4rem + 1.8vw, 2.25rem);
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "slnt" -10, "wdth" 100, "GRAD" 0, "ROND" 0;
}
header .top_subtitle {
  font-weight: 500;
  padding-bottom: 4px;
  color: #555;
}
header img {
  width: 100%;
  object-fit: cover;
}

/* サイト設定 */
h2 {
  font-weight: 500;
}

/* メイン */
.main {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  /* 大会別アルバムエリア */
  /* 写真1点 */
}
@media (max-width: 1024px) {
  .main {
    flex-direction: column;
  }
  .main > * {
    width: 100%;
  }
}
.main .main_area {
  flex: 0 0 75%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  /* 検索エリア */
  /* 写真表示エリア */
}
.main .main_area .contents_box {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f7f7e6;
  border-radius: 8px;
}
.main .main_area .search_area .search_box {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-bottom: 10px;
}
.main .main_area .search_area .input {
  margin-top: 10px;
  width: 100%;
  font-size: 1.2rem;
}
.main .main_area .search_area .search_btn {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0 0.5rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #efefef);
  width: 100px;
  height: 34px;
}
.main .main_area .search_area .search_btn:hover {
  background: linear-gradient(to bottom, #fff, #b9b9b9);
}
.main .main_area .search_area #no_result {
  display: none;
}
.main .main_area .search_area .no_result_word {
  color: #a00;
  margin-right: 4px;
}
.main .main_area .order-area {
  text-align: right;
  margin-right: 10px;
}
.main .main_area .gallery_area {
  display: none;
}
.main .main_area #gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.main .main_area .gallery_result_message {
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.main .main_area .gallery_result_message .search_word {
  margin-right: 6px;
  font-size: 1.2rem;
  color: #a00;
}
.main .main_area .gallery_result_message .album_date {
  font-size: 1rem;
  color: #333;
}
.main .main_area .gallery_result_message .album_id {
  display: block;
  float: right;
  margin-left: 10px;
  color: #dcdcb3;
  position: relative;
  top: 8px;
}
.main .main_area .more-area {
  padding: 0;
  text-align: left;
}
.main .main_area .more-area .more_search_btn {
  margin: 20px 0;
  font-size: 0.8rem;
  border: 1px solid #b9b9b9;
  border-radius: 30px;
  background-color: #fff;
  padding: 10px 20px;
  z-index: 500;
}
.main #seasons_album_area {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.main #seasons_album_area .season_block {
  animation: fadeIn 1s forwards;
  width: calc(50% - 5px);
  height: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  background-color: #fff;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
.main #seasons_album_area .season_block:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #fff, #efefef);
}
@media (max-width: 728px) {
  .main #seasons_album_area .season_block {
    width: 100%;
  }
}
.main #seasons_album_area .season_block summary {
  width: 100%;
  list-style: none;
}
.main #seasons_album_area .season_block summary .season_contents {
  display: flex;
  justify-self: start;
}
.main #seasons_album_area .season_block summary .season_photo {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  border-radius: 4px;
  overflow: hidden;
}
.main #seasons_album_area .season_block summary .season_photo img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: 50% 25%;
}
.main #seasons_album_area .season_block summary .season_notes {
  width: 100%;
  padding-left: 8px;
}
.main #seasons_album_area .season_block summary .season_notes .season_name {
  font-size: 1.2rem;
  color: #a00;
  font-weight: 600;
}
.main #seasons_album_area .season_block summary .season_notes .season_name:after {
  margin-left: 0.25em;
  content: "シーズン";
  font-size: 0.8em;
}
.main #seasons_album_area .season_block summary .season_notes .season_memo {
  font-size: 1.1rem;
}
.main #seasons_album_area .season_block .album_list {
  margin-top: 8px;
  display: inline-block;
  width: 100% !important;
  min-width: 100% !important;
}
.main #seasons_album_area .season_block .album_list .album_btn {
  width: 100%;
  padding: 1px 2px;
  text-align: left;
  font-size: 1rem;
  border-top: 1px dotted #999;
  z-index: 10000;
}
.main #seasons_album_area .season_block .album_list .album_btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #a00;
}
.main #seasons_album_area .season_block .album_list .album_btn .album_list_title {
  color: #a00;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
.main #seasons_album_area .season_block .album_list .album_btn .album_list_title:before {
  font-family: "Material Symbols Outlined";
  content: "\e1c4";
  color: #a00;
  opacity: 0.3;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.main #seasons_album_area .season_block .album_list .album_btn .album_list_info {
  color: #555;
  font-size: 0.85rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  padding-left: 20px;
}
.main .gallery_item {
  animation: fadeIn 1s forwards;
  width: calc(50% - 5px);
  height: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  background-color: #fff;
  padding: 5px;
  display: flex;
}
.main .gallery_item:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #fff, #efefef);
}
@media (max-width: 728px) {
  .main .gallery_item {
    width: 100%;
  }
}
.main .gallery_item .gallery_photo {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  border-radius: 4px;
  overflow: hidden;
}
.main .gallery_item .gallery_photo img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: 50% 25%;
}
.main .gallery_item .gallery_notes {
  width: 100%;
}
.main .gallery_item .gallery_notes * {
  font-size: 0.85rem;
}
.main .gallery_item .gallery_notes .gallery_date {
  padding-left: 8px;
  font-weight: 500;
}
.main .gallery_item .gallery_notes .gallery_info {
  padding-left: 8px;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px dotted #a00;
}
.main .gallery_item .gallery_notes .gallery_caps {
  padding-left: 8px;
}
.main .gallery_item .gallery_notes .gallery_by {
  padding-left: 8px;
  color: #1182d8;
}
.main .gallery_item .gallery_notes .gallery_by .gallery_id {
  float: right;
  color: #bb5;
}

/* メッセージエリア */
.note_area {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
}
.note_area .notes {
  position: sticky;
  width: 95%;
  top: 80px;
  height: auto;
}
.note_area .notes .note_title {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #a00;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .note_area .notes {
    position: relative;
    top: 0;
    margin-top: 0;
    padding: 0 15px;
  }
}
.note_area .notes textarea {
  width: 100%;
  height: 90px;
  margin: 6px 0;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #999;
}
.note_area .notes .submit-button {
  float: right;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0 0.5rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #efefef);
  padding-inline: 20px;
}
.note_area .notes .submit-button:hover {
  background: linear-gradient(to bottom, #fff, #b9b9b9);
}

#sortorder-area {
  display: none;
  position: relative;
  z-index: 6000;
}
#sortorder-area .sortorder-select {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
}
#sortorder-area .sortorder-select label {
  padding: 0 10px;
  cursor: pointer;
  color: #777;
  font-size: clamp(0.7rem, 0.5rem + 0.5vw, 0.8rem);
  font-weight: inherit;
}
#sortorder-area .sortorder-select label:first-child {
  border-right: 1px solid #333;
}
#sortorder-area .sortorder-select label:has(input:checked) {
  font-weight: 500 !important;
  color: #a00;
}
#sortorder-area .sortorder-select input {
  display: none;
  margin: 0;
}

.download-icon {
  position: relative;
  top: 6px;
  padding: 2px 4px;
  text-align: center;
  font-style: normal;
  background-color: rgb(85, 5, 5);
  border-radius: 20px;
  font-size: 0.9rem;
}

.ui-menu {
  background-color: #fff;
  width: 75% !important;
  max-width: 250px !important;
  height: auto !important;
  max-height: 350px !important;
  overflow-y: auto;
  padding: 4px;
  border: 1px solid #b9b9b9;
}
.ui-menu .ui-menu-item {
  width: 100%;
  border-bottom: 1px dotted #b9b9b9;
  font-size: 1.2rem !important;
  color: #555;
  cursor: pointer;
}

.ui-helper-hidden-accessible * {
  display: none !important;
}

/* 表示制御（footer） */
footer {
  display: none;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  height: 80px;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
footer .hint_area {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid #777;
  text-align: center;
}
footer .hint_area .hint {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0 0.5rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #efefef);
  width: calc(100% - 30px);
}
footer .hint_area .hint:hover {
  background: linear-gradient(to bottom, #fff, #b9b9b9);
}/*# sourceMappingURL=style.css.map */