@charset "UTF-8";
/*
Theme Name:henromap
Description: みんなの写し霊場マップの標準テーマ
Author: 自転車ライフプロジェクト
*/
body {
  font: 16px/1.7em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  width: 100%;
  min-width: 320px;
  margin: 0;
  background-color: #fbf8f3; }

/* 初期化 */
a {
  color: #060; }
  a:hover {
    color: #8c0; }

img {
  border: none; }

header ul,
#menu ul,
#submenu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
header li,
#menu li,
#submenu li {
  margin: 0;
  padding: 0; }

header {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 2;
  background: url("images/main_image.jpg") no-repeat center 80%/cover; }

.title,
.title_s {
  position: absolute;
  top: 20px;
  left: 3%;
  font-size: 0;
  width: 20%;
  aspect-ratio: 4 / 3;
  background: url("images/title2.png") no-repeat center center/contain;
  z-index: 2; }

.title_s {
  background-image: url("images/title2_s.jpg");
  mix-blend-mode: multiply;
  z-index: 1; }

.map {
  display: none; }

#top header {
  aspect-ratio: 100 / 45;
  background-position: center center; }
#top .title,
#top .title_s {
  top: 3.5vw;
  left: 50%;
  transform: translate(-50%);
  width: 17%;
  aspect-ratio: 2 / 3;
  background: url("images/title.png") no-repeat center center/contain; }
#top .title_s {
  background-image: url("images/title_s.jpg"); }
#top .map {
  display: block;
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  font-size: 0;
  width: 7%;
  aspect-ratio: 1 / 1;
  background: url("images/map.svg") #e06c44;
  border: solid 2px #fff; }
  #top .map:hover {
    background-color: #f80; }

.topadmin {
  position: absolute;
  top: 5px;
  left: 40px;
  margin: 0;
  padding: 0;
  z-index: 3; }
  .topadmin a {
    color: #fff; }
    .topadmin a:hover {
      color: #ce0; }

.photocaption {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
  font-size: 12px; }

#menu {
  font-size: 0;
  display: block;
  width: 100%;
  background-color: #c4c650; }
  #menu ul {
    display: flex;
    justify-content: space-around;
    width: 97%;
    max-width: 950px;
    margin: 0 auto; }
    #menu ul li {
      flex-grow: 1; }
      #menu ul li a {
        display: block;
        color: #000;
        font: 14px/1em "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 20px 10px; }
        #menu ul li a:hover {
          background-color: #ce0; }
  #menu.fixed {
    position: fixed;
    top: 0;
    z-index: 1; }

#submenu {
  display: block;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  text-align: right;
  width: 95%; }
  #submenu ul {
    display: inline-block;
    text-shadow: 0 0 3px black; }
  #submenu li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }
  #submenu p {
    display: inline-block;
    margin: 5px 0 0;
    padding: 0; }
  #submenu a {
    color: #fff; }
    #submenu a:hover {
      color: #ce0; }
  #submenu a.login:hover {
    color: #fff; }

.login {
  font-weight: bold;
  display: inline-block;
  width: 115px;
  height: 24px;
  margin-left: 20px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 25px;
  background-color: #e06c44; }
  .login:hover {
    background-color: #f80; }

.sp_menu {
  display: none; }

main {
  display: block;
  width: 100%;
  max-width: 950px;
  min-height: 500px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 50px;
  background-color: #fff; }
  main ul {
    padding-left: 20px;
    list-style: disc; }

h2 {
  display: block;
  font: 30px/1.2em "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  margin: 50px 0 50px;
  border-bottom: solid 8px #c4c650; }

h3 {
  font: 25px/1.2em "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  margin: 40px 0 30px; }

h4 {
  font-size: 20px; }

.button_s {
  font-size: 14px;
  line-height: 1.8em;
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: auto;
  padding: 1px 20px 0;
  border-radius: 20px;
  background-color: #c4c650; }
  .button_s:hover {
    background-color: #ce0; }

#single .button_s {
  margin-top: 50px; }

#clist {
  width: 100%;
  margin: 40px 20px 0 0;
  background-color: #fff; }
  #clist h2 {
    font-size: 25px;
    margin: 0 0 30px; }
  #clist a {
    text-decoration: none; }
  #clist .header {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0 5px 0; }
    #clist .header label {
      font-size: 12px;
      padding: 0 20px;
      white-space: nowrap;
      color: #000; }
    #clist .header .button_s {
      position: absolute;
      top: 10px;
      right: 0px; }
  #clist table {
    font-size: 12px;
    line-height: 1.2em;
    width: 100%;
    border-collapse: collapse;
    word-break: break-all; }
    #clist table th {
      font-weight: normal;
      padding: 5px 10px;
      border: none;
      background-color: #c4c650; }
      #clist table th a:hover {
        background-color: #ce0; }
    #clist table .selected {
      background-color: #ce0; }
    #clist table td {
      padding: 5px 10px;
      border-bottom: solid 1px #ddd; }
    #clist table a {
      display: block;
      width: 100%;
      height: 100%;
      margin: -5px -10px;
      padding: 5px 10px; }
      #clist table a:hover {
        background-color: #ef9; }
    #clist table img {
      width: 24px;
      height: 24px;
      vertical-align: middle; }

main ul.index {
  display: block;
  background-color: #eee;
  padding: 20px 0 20px 30px; }
  main ul.index li {
    list-style: none; }
    main ul.index li:before {
      content: "▲ ";
      display: inline-block;
      color: #e06c44;
      font-size: 12px;
      transform: rotate(90deg);
      margin-right: 5px; }

#howtouse h3 {
  border-bottom: solid 2px #000; }

#info ul {
  padding: 0;
  list-style: none; }
  #info ul li {
    padding: 0 10px;
    border-bottom: solid 1px #aaa; }
    #info ul li p {
      margin: 0 0 20px; }
      #info ul li p.time {
        font-size: 13px;
        margin: 20px 0 0; }

.wp-pagenavi {
  margin-top: 50px; }
  .wp-pagenavi .pages {
    text-align: center;
    min-width: 18px;
    margin: 0 5px;
    border: none; }
  .wp-pagenavi .current {
    text-align: center;
    display: inline-block;
    min-width: 18px;
    margin: 0 5px;
    padding: 0 5px;
    background-color: #c4c650;
    border: none; }
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    text-align: center;
    display: inline-block;
    color: #000;
    min-width: 18px;
    margin: 0 5px;
    padding: 0 5px;
    background-color: #eee;
    border: none; }
    .wp-pagenavi .page:hover,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
      background-color: #ce0; }

.list_page_navi {
  margin-top: 50px;
  list-style: none; }
  .list_page_navi li {
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    padding: 0; }
    .list_page_navi li.current {
      min-width: 18px;
      padding: 0 3px;
      background-color: #c4c650; }
    .list_page_navi li a {
      display: block;
      color: #000;
      min-width: 18px;
      margin: 0;
      padding: 0 3px;
      background-color: #eee; }
      .list_page_navi li a:hover {
        background-color: #ce0; }

.gotop {
  display: block;
  position: fixed;
  font-size: 0;
  right: 40px;
  bottom: -70px;
  width: 50px;
  height: 50px;
  background: url("images/gotop.svg") rgba(0, 0, 0, 0.7);
  transform: rotate(45deg); }
  .gotop:hover {
    background-color: rgba(70, 70, 70, 0.7); }

footer {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  width: 100%;
  box-sizing: border-box;
  background-color: #c4c650;
  padding: 30px; }
  footer p {
    display: block;
    width: 97%;
    max-width: 950px;
    margin: 0 auto; }

@media (max-width: 950px) {
  .topadmin {
    top: 0;
    left: 20px; }

  #submenu {
    top: 14px;
    width: 98%; } }
@media (max-width: 730px) {
  header {
    aspect-ratio: 3 / 1;
    background-position: center 85%; }

  .title,
  .title_s {
    width: 40%; }

  #top header {
    aspect-ratio: 1 / 1; }
  #top .title,
  #top .title_s {
    top: 7vw;
    width: 34%; }
  #top .map {
    bottom: 10vw;
    width: 14%; }

  .sp_menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 45px;
    background: url(images/menu.svg) #c4c650 no-repeat center center/40px; }

  .topadmin {
    top: -10px;
    left: 10px;
    font-size: 14px; }

  .photocaption {
    bottom: -10px;
    right: 10px; }

  #menu {
    display: none;
    position: fixed;
    top: 45px;
    right: 0;
    width: 320px;
    background-color: #fff;
    padding: 10px 0;
    z-index: 3;
    box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.3); }
    #menu ul {
      display: block;
      width: 100%; }
      #menu ul li a {
        display: block;
        color: #000;
        font: 14px/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        font-weight: normal;
        text-align: left;
        width: 140px;
        padding: 15px 10px; }
        #menu ul li a:hover {
          background-color: #ce0; }
    #menu.fixed {
      top: 45px; }

  #submenu {
    left: auto;
    right: 0;
    color: #000; }
    #submenu p {
      display: inline-block;
      color: #fff;
      margin-right: 30px;
      text-shadow: 0 0 3px black; }
    #submenu ul {
      display: none;
      position: fixed;
      top: 55px;
      right: 0;
      width: 180px;
      z-index: 3;
      text-shadow: none; }
      #submenu ul li a {
        display: block;
        color: #000;
        line-height: 1em;
        text-decoration: none;
        text-align: left;
        width: 140px;
        padding: 15px 10px; }
        #submenu ul li a:hover {
          color: #000;
          background-color: #ce0; }

  .login {
    position: absolute;
    top: 0;
    right: 65px;
    z-index: 2; }

  .user_name {
    position: absolute;
    top: -1px;
    right: 30px; }

  main {
    padding: 30px 10px; }

  #clist table {
    font-size: 12px; } }
@media (max-width: 550px) {
  .login {
    top: 40px;
    right: 10px; }

  .user_name {
    top: 30px;
    right: -20px; } }
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
i.um-active-color,
span.um-active-color {
  color: #c4c650 !important; }

.um .um-tip:hover,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um-account-name a:hover,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
.um-profile.um .um-profile-headericon a:hover,
.um-profile.um .um-profile-edit-a.active {
  color: #ce0 !important; }

.um .um-field-group-head,
.picker__box,
.um .um-members-pagi span.current,
.um .um-profile-nav-item.active a,
.upload,
.um-modal-header,
.um-modal-btn.disabled,
div.uimob800 .um-account-side li a.current,
.um input[type=submit]:disabled:hover,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um-export-data-button,
.um-erase-data-button,
.um-finish-upload {
  color: #555 !important;
  background: #c4c650 !important; }

.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a:hover,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current:hover,
.um-finish-upload:hover {
  color: #555 !important;
  background: #ce0 !important; }

.picker__footer,
.picker__header,
.picker--focused .picker__day--highlighted,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker--focused .picker__list-item--selected {
  background: #c4c650 !important; }

.um .um-field-group-head:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker__list-item--selected:hover,
.um input[type=submit].um-button:hover,
.um a.um-button:hover,
.um-export-data-button:hover,
.um-erase-data-button:hover {
  background: #ce0 !important; }

.um a.um-link {
  color: #060 !important; }
