/*
Theme Name: yumerak
Theme URI: https://yumerak.com/
Description: yumerak カスタムテーマ
Author: yumerak
Version: 1.0.0
*/

body {
  list-style: none;
  height: 100%;
  font-size: 15px;
  background-color: #fafafa;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

a {
  text-decoration: none;
}

a:link {
  color: #333;
}

a:visited {
  color: #555;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
}

.title_logo {
  font-size: 20px;
  margin: 0;
}

.title_logo img {
  height: 50px;
  width: auto;
  cursor: pointer;
}

main {
  position: relative;
  padding-top: 80px !important;
}

/* ヘッダー */
header.site-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

/* ナビゲーション */
.header_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_menu .nav-item a {
  color: #333;
  padding: 6px 8px;
  display: block;
}

.header_menu .nav-item a:hover {
  color: #999;
}

.dropdown_on {
  position: relative;
  cursor: pointer;
  padding: 6px 8px;
  font-size: 14px;
}

.dropdown_on .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  list-style: none;
  padding: 4px 0;
  margin: 0;
  z-index: 1000;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.dropdown_on:hover .dropdown,
.dropdown_on .dropdown.open {
  display: block;
}

.li_menu {
  max-width: 100%;
  text-align: center;
  padding: 4.5px 30px;
}

.li_menu a {
  display: block;
  color: #333;
  white-space: nowrap;
}

.li_menu a:hover {
  background-color: #f8f9fa;
}

/* スマホメニュー */
.sp_hide {
  display: block;
}

.pc_hide {
  display: none;
}

.sp-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 1040;
  overflow-y: auto;
  transition: right 0.3s ease;
  border-left: 1px solid #dee2e6;
  padding: 60px 16px 16px;
}

.sp-menu.open {
  right: 0;
}

.sp-menubtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sp-menubtn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: 0.3s;
}

.sp_menu_btn {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1035;
}

.overlay.open {
  display: block;
}

/* 検索フォーム */
#search-wrap {
  display: none;
  padding: 8px 0;
  border-top: 1px solid #dee2e6;
  margin-top: 4px;
}

#search-wrap.panelactive {
  display: block;
}

#search-wrap input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  width: calc(100% - 40px);
  font-size: 14px;
}

#searchsubmit {
  cursor: pointer;
  padding: 6px 10px;
  color: #555;
}

.search_btn {
  cursor: pointer;
  color: #555;
  padding: 4px 8px;
}

/* セクション */
.album h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  color: rgb(21, 28, 97);
}

.album h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/* カードレイアウト */
.card.list_item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}

.card.list_item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
}

.list_image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.list_image:before {
  content: "";
  display: block;
  padding-top: 68%;
}

.list_image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_body {
  padding: 7px 7px;
}

.list_body a {
  text-decoration: none;
}

.item_list_title {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: bold;
}

.item_list_title a {
  color: #666;
  text-decoration: none;
}

.item_categorys a {
  font-size: 13px;
  color: #444;
}

.item_postdate {
  font-size: 13px;
  color: #555;
}

.item_postuser {
  font-size: 13px;
  color: #444;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item_amount {
  margin-bottom: 8px;
  font-size: 16px;
  color: #f00;
  font-weight: bold;
  overflow: hidden;
}

.item_amount span {
  margin-left: 5px;
  font-size: 14px;
}

/* フッター */
footer.site-footer {
  background: #222;
  color: #aaa;
  padding: 30px 0;
  margin-top: 40px;
  font-size: 13px;
}

footer.site-footer a {
  color: #aaa;
}

footer.site-footer a:hover {
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ページネーション */
.pagination {
  justify-content: center;
  margin: 30px 0;
}

/* サイドバー */
.sidebar-widget {
  margin-bottom: 24px;
}

.sidebar-widget-title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

/* レスポンシブ */
@media (max-width: 991px) {
  .sp_hide {
    display: none !important;
  }

  .pc_hide {
    display: block;
  }

  .sp_menu_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    padding: 4px 0;
  }

  .sp-menu {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .item_list_title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
  }
}

@media (max-width: 575px) {
  main {
    padding-top: 80px !important;
  }
}
C:\Users\machu\OneDrive\Desktop\wkst\yumerak\style.cssC:\Users\machu\OneDrive\Desktop\wkst\yumerakstyle.cssArrayArray1