/* 地球人の気ままな日常 ブログ */

@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+2&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Murecho:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Murecho&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap'); */

/* ---------- basic ---------- */
* {
  margin: 0; 
  padding: 0; 
}

html {
  position: relative; 
  min-height: 100%; 
  font-size: 62.5%; 
}

body {
  background: #f8f8f8; 
  /* font-family: 'Noto Sans JP', sans-serif;  */
  /* font-family: 'Roboto', 'M PLUS 1', sans-serif;  */
  /* font-family: 'M PLUS 1 Code', monospace;  */
  /* font-family: 'M PLUS Rounded 1c', sans-serif;  */
  /* font-family: 'M PLUS 1p', sans-serif;  */
  /* font-family: 'Roboto', 'M PLUS 2', sans-serif;  */
  font-family: 'IBM Plex Sans JP', sans-serif; 
  /* font-family: 'Roboto', 'Kosugi', sans-serif;  */
  /* font-family: 'Roboto', 'Kosugi Maru', sans-serif;  */
  /* font-family: 'Roboto', 'BIZ UDGothic', sans-serif;  */
  /* font-family: 'Roboto', 'BIZ UDPGothic', sans-serif;  */
  /* font-family: 'Sawarabi Gothic', sans-serif;  */
  /* font-family: 'Murecho', sans-serif;  */
  /* font-family: 'Zen Kaku Gothic New', sans-serif;  */
  /* font-family: 'Zen Kaku Gothic Antique', sans-serif;  */
  /* font-family: 'Zen Maru Gothic', serif;  */
  /* font-family: 'Roboto', 'Kiwi Maru', serif; */
  /* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";  */
  /* font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', 'Helvetica Neue', HelveticaNeue,Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';  */
  /* font-family: 'Montserrat', sans-serif;  */
  font-size: 15px; 
  font-size: 1.5rem; 
  line-height: 1.6; 
  color: #333; 
  text-decoration: none; 
}

a:link,
a:visited,
a:active,
a:hover {
  font-size: 15px; 
  font-size: 1.5rem; 
  font-weight: normal; 
  color: #0055bb; 
  text-decoration: none; 
}

a:hover {
  text-decoration: underline; 
}

a:target {
  color: #dd0000; 
}

.nolink {
  color: #333 !important; 
  text-decoration: none !important; 
  /* cursor: default !important;  */
}

ul,
li {
  list-style-type: none; 
}

img {
  border: 0; 
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ---------- general ---------- */
.display-pc {
  display: block !important; 
}

.display-sp {
  display: none !important; 
}

h1,
h2,
h3 {
  font-weight: normal; 
  font-size: 100%; 
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

hr {
  margin: 0; 
  border: 0; 
  height: 1px; 
  background: #ccc; 
}

.lb::after,
.lbn::after,
.lbd::after {
  content: "\A"; 
  white-space: pre; 
}

.lb2::after {
  content: "\A\A"; 
  white-space: pre; 
}

.font-bold {
  font-weight: bold; 
}

.font-small {
  font-size: 13px; 
  font-size: 1.3rem; 
}

.font-middle {
  font-size: 14px; 
  font-size: 1.4rem; 
}

.font-large {
  font-size: 16px; 
  font-size: 1.6rem; 
  vertical-align: -1px; 
}

.font-large-title {
  font-size: 20px; 
  font-size: 2rem; 
  vertical-align: 0; 
}

.font-up {
  vertical-align: 1px; 
}

.font-down {
  vertical-align: -1px; 
}

.font-italic {
  font-style: italic; 
}

.font-mr {
  font-family: "メイリオ",Meiryo,'Noto Sans JP',sans-serif !important; 
  color: #000; 
}

.text-notice {
  color: #ff0050; 
  font-weight: bold; 
}

.text-distinct {
  color: #000; 
  font-weight: bold; 
}

.text-vivid {
  color: #0000ff; 
}

.text-underline {
  text-decoration: underline; 
}

.text-clear {
  opacity: 0; 
}

.text-sup {
  display: inline-block; 
  vertical-align: 4px; 
  font-size: 13px; 
  font-size: 1.3rem; 
}

.eng {
  font-family: 'open sans', sans-serif; 
}

.dblstrike-red,
.dblstrike-black,
.dblstrike-a {
  background-repeat:repeat-x; 
  background-position: center; 
}

.dblstrike-red {
  background-image:url(../images/dblstrike-red.png); 
}

.dblstrike-black {
  background-image:url(../images/dblstrike-black.png); 
}

.dblstrike-a {
  background-image:url(../images/dblstrike-a.png); 
}

.no-decoration,
.no-decoration a,
.no-decoration a:hover {
  cursor: default !important; 
  color: #333 !important; 
  text-decoration: none !important; 
}

.no-decoration a img:hover {
  cursor: pointer !important; 
  opacity: 1 !important; 
}

.space {
  padding: 0 .2em; 
}

.space-left {
  padding-left: .2em; 
}

.space-right {
  padding-right: .2em; 
}

.place-center {
  width: 100%; 
  text-align: center; 
}

.dialog {
  margin: 2em auto 2.2em; 
  padding: 7px 0 5px; 
  width: 22em; 
  text-align: center; 
  border: 1px solid #000; 
}

/* ---------- layout ---------- */
#header {
  width: 100%; 
  height: 80px; 
  background: #fff; 
  border-bottom: 1px solid #bbb; 
}

#contents {
  margin: 0 auto 4em; 
  width: 850px; 
  min-height: 100vh !important; 
}

#footer {
  width: 100%; 
  height: 46px; 
  text-align: center; 
  background: #fff; 
  border-top: 1px solid #ccc; 
}

/* ---------- header ---------- */
.logo {
  width: 100%; 
  text-align: center; 
}

.logo:before {
  content: ""; 
  display: inline-block; 
  height: 80px; 
  vertical-align: middle; 
}

.logo img {
  display: inline-block; 
  width: 52%; 
  max-width: 460px; 
  min-width: 200px; 
  vertical-align: middle; 
}

/* ---------- contents ---------- */
#contents p {
  margin: 2em 0 0; 
}

.title-article,
.title-misc {
  margin: 2em auto 1.5em; 
  text-align: center; 
  font-size: 20px; 
  font-size: 2rem; 
  line-height: 2em; 
  font-weight: normal; 
}

.article p {
  margin: 2em 0 0; 
}

.below-title {
  margin-top: -.25em !important; 
}

#contents .ps,
#contents .strapline {
  display: inline-block; 
  padding-bottom: .4em; 
  font-weight: bold; 
}







.list-topics {
  width:100%; 
}

.list-topics li {
  padding-bottom: 1.5em; 
  border-bottom: 1px solid #777; 
}

.list-topics li:last-child {
  border: none; 
}

.list-intro {
  margin: 3em 0 0; 
}

.list-intro li {
  padding: 0 0 1.5em; 
}

.title-subpage {
  margin: 2em auto 1.5em; 
  text-align: center; 
  font-size: 20px; 
  font-size: 2rem; 
  line-height: 2em; 
  font-weight: normal; 
}

.subtitle {
  margin: .5em 0; 
  font-size: 16px; 
  font-size: 1.6rem; 
  font-weight: bold; 
}

.list-subtitle {
  margin: 1.5em auto 0; 
  width: 100%; 
  text-align: center; 
  font-size: 16px; 
  font-size: 1.6rem; 
}

.list-articles {
  margin: 1.5em auto 1em; 
  width: 800px; 
}

.list-articles li {
  padding: 0 0 .36em; 
}

.list-articles li img {
  margin-right: 1em; 
  width: 80px; 
  vertical-align: middle; 
  border: 1px solid #000; 
}

.list-articles a img:hover {
  opacity: .75; 
}

.index-articles,
.index-articles-top {
  padding: 0 0 1.5em !important; 
  width: 100%; 
  text-align: center; 
}

.index-articles {
  padding: 1.5em 0 !important; 
}

.list-table {
  margin: 2em auto 1.73em; 
  border-collapse: collapse; 
  width: 80%; 
}

.list-table td {
  padding: .5em .5em;
  border: 1px solid #000; 
}

.list-table tr:first-child {
  text-align: center; 
}

.profile {
  width: 800px !important; 
  /* width: 48em !important;  */
}

.profile td {
  text-align: left !important; 
}

.photo-common {
  position: relative; 
  margin: 2em auto; 
  width: 800px; 
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; 
  text-align: center; 
}

.photo-common img {
  max-width: 100%; 
  border: 1px solid #000; 
}

.copy-photo a:before,
.copy-photo:after,
.copy-slide a:before,
.copy-slide:after {
  position: absolute; 
  display: inline-block; 
  white-space: nowrap; 
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; 
  font-size: 12px; 
  font-size: 1.2rem; 
  color: #fff; 
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000; 
  z-index: 100; 
}

.copy-photo a:before,
.copy-slide a:before  {
  content: "Click to show Google Map."; 
  bottom: 12px; 
  left : 10px; 
}

.copy-slide a:before {
  bottom: 3px; 
  left: 8px; 
}

.copy-photo:after,
.copy-slide:after {
  content: ""; 
  bottom: 12px; 
  right : 8px; 
}

.copy-slide:after {
  bottom: 3px; 
  right : 9px; 
}

.copy-al:after {
  opacity: .85; 
}

.copy-ap:after {
  opacity: .75; 
}

.copy-bl a:before {
  opacity: .85; 
}

.copy-bp a:before {
  opacity: .75; 
}

.copy-bb a:before {
  color: #000; 
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff; 
}

.nobefore a:before {
  content: none !important; 
}

.com-photo {
  margin: -1.5em auto 2em; 
  width: 800px; 
  text-align: center; 
  word-break: break-all; 
}

.com-url,
.com-url a,
.com-url-pl,
.com-url-sub,
.com-url-sub a,
.com-url-sub-pl,
.com-detail-url,
.com-detail-url-sub {
  position: relative; 
  margin: -1.75em auto 2.4em; 
  width: 800px; 
  text-align: center; 
  word-break: break-all; 
  font-size: 13px; 
  font-size: 1.3rem; 
  font-style: italic; 
}

.com-url-pl {
  margin: -1.75em auto 1.75em; 
}

.com-url-sub,
.com-url-sub a {
  margin: -2.2em auto 2.4em; 
}

.com-url-sub-pl {
  margin: -2.26em auto 2.2em; 
}

.com-url span,
.com-url-pl span,
.com-url-sub span,
.com-url-sub-pl span {
  color: #a000a0; 
  /* cursor: pointer;  */
}

.com-url .url,
.com-url-pl .url,
.com-url-sub .url,
.com-url-sub-pl .url {
  display: none; 
  position: absolute; 
  width: 800px; 
  text-align: center; 
  word-break: break-all; 
  font-size: 13px; 
  font-size: 1.3rem; 
  font-style: italic; 
  z-index: 100; 
}

.com-url:hover .url,
.com-url-pl:hover .url,
.com-url-sub:hover .url,
.com-url-sub-pl:hover .url {
  display: block; 
  margin: 0 auto; 
  padding: 10px 15px; 
  top: 1.4em; 
  right: 0; 
  left: 0; 
  width: 740px; 
  background: #fff; 
  border: 1px solid #777; 
  color: #000; 
}

.com-detail {
  margin: .5em 0 1em; 
  width: 100%; 
  text-align: center; 
}

.com-detail a {
  font-size: 14px; 
}

.com-detail-url {
  margin: .5em auto; 
  width: 85%; 
}

.com-detail-url-sub {
  margin: -1em auto 1em; 
  width: 95%; 
}

.below-com {
  margin-top: -.5em !important; 
}

#slide {
  position: relative; 
  margin: 2em auto 2.5em; 
  width: 800px; 
  border: 1px solid #000; 
  /* box-sizing:border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;  */
}

#slide img {
  width: 800px; 
}

.mark {
  margin-right: .5em; 
  width: 20px; 
  vertical-align: -1px; 
}

.addition {
  margin: 2em 0 0; 
  padding-top: 2em; 
  width: 100%; 
  border: none; 
  border-top: 1px dotted #333; 
}

.postscript {
  padding-bottom: .26em; 
  font-weight: bold; 
}

#footnote {
  margin: 2em auto 0; 
  padding: 1em 0 .5em .25em; 
  width: 90%; 
  border: none; 
  border-top: 1px dotted #333; 
}

#footnote li,
#footnote li a {
  padding: 0 0 .5em; 
  font-family: 'Roboto', 'IBM Plex Sans JP', sans-serif !important; 
  font-size: 13px !important; 
  font-size: 1.3rem !important; 
}

.reference,
.reference a {
  font-size: 13px !important; 
  font-size: 1.3rem !important; 
}

.loupe {
  position: absolute; 
  display: inline-block; 
  top: 12px; 
  left: 12px; 
  opacity: .7; 
  z-index: 50; 
  opacity: 0; 
  -webkit-transition: opacity .5s ease; 
  -moz-transition: opacity .5s ease; 
  -ms-transition: opacity .5s ease; 
  -o-transition: opacity .5s ease; 
  transition: opacity .5s ease; 
}

.loupe img {
  width:36px; 
  height:36px; 
  border: none; 
}

.photo-common a:hover .loupe {
  opacity: 1; 
} 

.inst-loupe,
.inst-loupe-dark,
.inst-loupe-black {
  position: absolute; 
  top: 14px; 
  left: 50px; 
  opacity: 0; 
  -webkit-transition: opacity .5s ease; 
  -moz-transition: opacity .5s ease; 
  -ms-transition: opacity .5s ease; 
  -o-transition: opacity .5s ease; 
  transition: opacity .5s ease; 
}

.inst-loupe:after,
.inst-loupe-dark:after,
.inst-loupe-black:after {
  content: 'Click to enlarge image.'; 
  display: inline-block; 
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; 
  color: #fff; 
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000; 
}

.inst-loupe-dark:after,
.inst-loupe-black:after {
  color: #000; 
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff; 
}

.photo-common a:hover .inst-loupe,
.photo-common a:hover .inst-loupe-dark,
.photo-common a:hover .inst-loupe-black {
  opacity: 1; 
}

.photo-detail {
  position: relative; 
  margin: 10px auto 0; 
  width: 800px; 
}

.photo-detail .image {
  width: 800px; 
  box-sizing: border-box; 
  border: 1px solid #000; 
}

.close,
.close-win {
  position: fixed; 
  display: inline-block; 
  top: 21px; 
  right: 22px; 
  opacity: .7; 
  z-index: 3; 
}

.close-win {
  top: 101px; 
}

.photo-detail:hover .close,
.close:hover,
.close-win:hover {
  opacity: 1; 
} 

.close img,
.close-win img {
  width:36px; 
  height:36px; 
  border: none; 
  opacity: 1 !important; 
}

.inst-close,
.inst-close-dark {
  position: fixed; 
  top: 27px; 
  right: 64px; 
  opacity: 0; 
  -webkit-transition: opacity .25s ease; 
  -moz-transition: opacity .25s ease; 
  -ms-transition: opacity .25s ease; 
  -o-transition: opacity .25s ease; 
  transition: opacity .25s ease; 
}

.close-win .inst-close-dark {
  top: 107px; 
}

.inst-close:after,
.inst-close-dark:after {
  content: 'Click to close window.'; 
  display: inline-block; 
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; 
  color: #fff; 
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000; 
  white-space: nowrap; 
}

.inst-close-dark:after {
  color: #000; 
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff; 
}

.photo-detail:hover .inst-close,
.photo-detail:hover .inst-close-dark,
.close:hover .inst-close,
.close:hover .inst-close-dark,
.close-win:hover .inst-close-dark {
  opacity: 1; 
}

.pager,
.pager-upper,
.pager-list {
  margin: 0; 
  width: 100%; 
  text-align: center; 
}

.pager a,
.pager-upper a,
.pager-list a {
  font-size: 15px; 
  font-size: 1.5rem; 
  text-decoration: none; 
}

.pager-upper {
  margin: 1.5em 0 0 !important; 
}

.pager-list {
  margin: 1.5em 0 !important; 
}

.pager a:hover,
.pager-upper a:hover,
.pager-list a:hover,
.page-current {
  border: 1px solid #777 !important; 
  background: #777 !important; 
  color: #fff !important; 
}

.page-current {
  cursor: default; 
}

.see-more {
  position: relative; 
  color: #a000a0; 
  text-decoration: none; 
}

.see-more span {
  display: none; 
}

.see-more:hover span {
  display: block; 
  position: absolute; 
  padding: 10px 15px 9px 15px; 
  top: 1.4em; 
  left: 0; 
  background: #fff; 
  border: 1px solid #777; 
  color: #000; 
  font-size: 15px; 
  font-size: 1.5rem; 
  font-style: normal; 
  white-space: nowrap; 
  z-index: 1000; 
}

a .see-more {
  color: #0055bb; 
}

.thanks {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 24em; 
  text-align: center; 
  font-size: 24px; 
  font-size: 2.4rem; 
  font-weight: normal; 
}

.thanks:after {
  position: absolute; 
  content: "ブラウザのタブを閉じてください。"; 
  top: 3em; 
  left: 4em; 
  width: 28em; 
  font-size: 16px; 
  font-size: 1.6rem; 
  font-weight: normal; 
}

/* ---------- footer ---------- */
.copyright {
  margin-top: 10px; 
  padding: 2px 0; 
  font-family: 'open sans', 'sans-serif'; 
  font-size: 12px; 
  font-size: 1.2rem; 
  font-style: normal; 
  color: #505050; 
}

/* ---------- menu ---------- */
/* ----- menu ----- */
.menu-checkbtn {
  display: none; 
}

.menu-btn {
  float: left; 
  display: block; 
  position: fixed; 
  top: 17px; 
  left: 17px; 
  width: 30px; 
  height: 30px; 
  cursor: pointer; 
  z-index: 1000; 
}

.menu-btn::before {
  -webkit-box-shadow: #888 0 12px 0; 
  box-shadow: #888 0 12px 0; 
}

.menu-btn::after {
  bottom: 0; 
}

.menu-btn::before,
.menu-btn::after {
  position: absolute; 
  display: block; 
  width: 30px; 
  height: 6px; 
  background: #888; 
  content: ""; 
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s; 
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s; 
}

.panel-menu {
  position: fixed; 
  top: 56px; 
  left: -16.5em; 
  width: 16.5em; 
  background: #fff; 
  -webkit-transition: left 0.4s; 
  transition: left 0.4s; 
  z-index: 1000; 
}

.menu-checkbtn:checked ~ .hm_title {
  opacity: 1; 
  -webkit-transform: none; 
  -ms-transform: none; 
  transform: none; 
}

.menu-checkbtn:checked ~ .menu-btn::before {
  -webkit-box-shadow: transparent 0 0 0; 
  box-shadow: transparent 0 0 0; 
  -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0); 
  transform: rotate(45deg) translate3d(6px, 11px, 0); 
}

.menu-checkbtn:checked ~ .menu-btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0); 
  transform: rotate(-45deg) translate3d(6px, -11px, 0); 
}

.menu-checkbtn:checked ~ .panel-menu {
  left: 0; 
}

.list-menu {
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  border-top: 1px solid #ccc; 
}

 .list-menu li {
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
}

.list-menu li a {
  display: block; 
  position: relative; 
  padding: 12px 12px 10px; 
  overflow: hidden; 
  background-size: auto; 
  background-image: url(../images/arrw-n.gif); 
  background-repeat: no-repeat; 
  background-position: right center; 
  font-size: 16px; 
  font-size: 1.6rem; 
  color: #0055bb; 
  text-decoration: none; 
  z-index: 1; 
}

.list-menu li:nth-child(4) a {
  padding: 15px 12px 13px; 
  font-size: 13px; 
  font-size: 1.3rem; 
}

.list-menu li a::before {
  position: absolute; 
  top: 0; 
  bottom: 100%; 
  left: 0; 
  right: 0; 
  background: #eee; 
  content: ""; 
  background-size: auto; 
  background-image: url(../images/arrw-n.gif); 
  background-repeat: no-repeat; 
  background-position: right center; 
  -webkit-transition: bottom 0.4s; 
  transition: bottom 0.4s; 
  z-index: -1; 
}

.list-menu li a:hover::before {
  bottom: 0; 
}

.list-menu li a:hover::after {
  opacity: .5; 
  -webkit-transform: translate3d(0, 0, 0); 
  transform: translate3d(0, 0, 0); 
}

.list-menu .selected a {
  /* color: #aaa;  */
  opacity: .5; 
  cursor: default; 
}

.list-menu .menu-item-info a {
  color: #8b7030; 
}

.list-menu .menu-item-info a:hover {
  color: #cc0000; 
}

.list-menu li.selected a:hover::before {
  position: absolute; 
  top: 0; 
  bottom: 100%; 
  left: 0; 
  right: 0; 
  background: #fff; 
}

/* ----- search ----- */
#search-box {
  position: fixed; 
  bottom: 9px; 
  left: 8px; 
  width: 20em; 
  z-index: 100; 
}

.input-search {
  margin-top: 3px; 
  padding: .333em 0 .133em .466em; 
  width: 23em; 
  background: #fff; 
  border: 1px solid #000; 
  font-family: 'IBM Plex Sans JP', sans-serif; 
}

/* ----- button ----- */
.arrw-gotop {
  position: fixed; 
  display: inline-block; 
  bottom: 48px; 
  right: 24px; 
  width: 20px; 
  height: 20px; 
  border-top: 7px solid #000; 
  border-right: 7px solid #000; 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg); 
  -webkit-transition: all .1s ease; 
  -moz-transition: all .1s ease; 
  -ms-transition: all .1s ease; 
  -o-transition: all .1s ease; 
  transition: all .1s ease; 
  z-index: 100; 
}

.arrw-godown {
  position: fixed; 
  display: inline-block; 
  bottom: 140px; 
  right: 24px; 
  width: 20px; 
  height: 20px; 
  border-top: 7px solid #000; 
  border-right: 7px solid #000; 
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg); 
  -webkit-transition: all .1s ease; 
  -moz-transition: all .1s ease; 
  -ms-transition: all .1s ease; 
  -o-transition: all .1s ease; 
  transition: all .1s ease; 
  z-index: 100; 
}

.arrw-gotop:hover,
.arrw-godown:hover {
  border-top: 7px solid #ff3737; 
  border-right: 7px solid #ff3737; 
}

.btn-blog {
  position: fixed; 
  right: 16px; 
  top: 17px;
  z-index: 200; 
}

.btn-blog a img {
  width: 32px; 
  filter:drop-shadow(-2px -2px 2px #fff) drop-shadow(2px 2px 2px #fff); 
  opacity: .5; 
}

.btn-blog a img:hover {
  opacity: 1; 
}

.btn-prv,
.btn-next,
.btn-map,
.btn-map2,
.btn-ellipse,
.btn-round,
.btn-round2 {
  display: inline-block; 
  margin: 2.5em 10px 0; 
  padding: 10px 18px 8px 20px; 
  border-width: ; 
  -webkit-border-radius: 24px; 
  -moz-border-radius: 24px; 
  border-radius: 24px; 
  border: 1px solid #aaa; 
  background: #eee; 
}

.btn-prv {
  padding: 12px 23px 10px 19px !important; 
}

.btn-next {
  padding: 12px 18px 10px 24px !important; 
}

.btn-map {
  margin: 1em 10px 0 !important; 
  padding: 12px 22px 9px 24px !important; 
}

.btn-map2 {
  margin: 1em 10px 0 !important; 
  padding: 10px 15px 8px 22px !important; 
}

.btn-ellipse {
  margin: 1em 10px 0 !important; 
  padding: 12px 22px 10px 24px !important; 
}

.btn-round {
  margin: 1em 10px 0 !important; 
  padding: 11px 14px 8px 15px !important; 
}

.btn-round2 {
  margin: 1em 10px 0 !important; 
  padding: 11px 15px 8px 17px !important; 
}

.btn-selected {
  background: #777 !important; 
  color: #fff !important; 
}

/* ---------- popup ---------- */
.menu-btn:hover .popup,
.btn-blog:hover .popup {
  display: inline; 
  opacity: 1; 
}

.menu-btn .popup,
.btn-blog .popup {
  position: absolute; 
  opacity: 0; 
  -webkit-transition: opacity .25s ease; 
  -moz-transition: opacity .25s ease; 
  -ms-transition: opacity .25s ease; 
  -o-transition: opacity .25s ease; 
  transition: opacity .25s ease; 
}

.menu-btn .popup:after,
.btn-blog .popup:after {
  position: absolute; 
  padding: 2px 3px 4px 2px; 
  border: 1px solid #000; 
  background: #fff; 
  text-align: center; 
  font-size: 12px; 
  font-size: 1.2rem; 
}

.menu-btn .popup:after {
  content: "メニュー"; 
  top: 2px; 
  left : 3em; 
  width: 5em; 
}

.btn-blog .popup:after{
  content: "記事リスト"; 
  top: 3px; 
  left : -80px; 
  width: 6em; 
}
