@charset "utf-8";
html {
  scroll-padding-top: 107px;
  scroll-behavior: smooth
}
body {
  font-family: font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', Helvetica, Arial, system-ui, sans-serif;
  line-height: 1.8;
  color: #111;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05rem;
  font-size: 1.6rem;
  font-weight: 400;
  background: #f7f7f7
}
.home body {
  background: #fff
}
.grecaptcha-badge {
  display: none
}
#container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
main {
  width: calc(100% - 350px)
}
.sp-nav {
  display: none
}
header {
  position: sticky;
  top: 0;
  left: 0;
  height: 107px;
  width: 100%;
  z-index: 10000;
  background: #fff
}
header .header-inner {
  padding: 1rem 5rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center
}
header .header-inner .logo {
  width: 200px
}
header .header-inner .search-form {
  position: relative;
  width: 350px;
  height: 45px
}
header .header-inner .search-form .form-txt {
  border: 1px solid #d9d9d9;
  padding: 1rem 1rem 1rem 4rem;
  font-size: 1.4rem;
  width: 320px;
  height: 45px
}
header .header-inner .search-form .search-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 45px;
  background: #d9d9d9;
  color: #fff;
  display: flex;
  align-items: center
}
header .header-inner .search-form .search-icon img {
  width: 18px;
  height: auto;
  display: block;
  margin: 0 auto
}
nav.gnav {
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem 10rem;
  line-height: 1
}
nav.gnav ul {
  display: flex;
  justify-content: space-between
}
nav.gnav ul li {
  font-weight: 700
}
nav.gnav ul li a {
  color: #111;
  transition: .3s
}
nav.gnav ul li a:hover {
  color: #0ABAB5
}
a {
  color: #0ABAB5
}
.link-btn {
  padding: 20px;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1
}
.link-btn::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #0ABAB5;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1
}
.link-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg)
}
.link-btn:hover::before {
  width: 100%
}
.btn-txt {
  padding-left: 5rem;
  transition: .3s;
  font-weight: 700
}
.link-btn:hover .btn-txt {
  color: #fff
}
.sidebar {
  width: 300px;
  background: #fff;
  padding: 2rem
}
.sidebar-block {
  margin-bottom: 5rem
}
.sidebar-block .sidebar-ttl {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9
}
.sidebar-block .sidebar-ttl .en {
  font-family: "Afacad", sans-serif
}
.sidebar-block .list li {
  margin-bottom: 2rem
}
.sidebar-block .list li:last-child {
  margin-bottom: 0
}
.sidebar-block .list li a {
  display: flex;
  justify-content: space-between;
  color: #111;
  border: 5px solid #fff;
  transition: 0.3s
}
.sidebar-block .list li a:hover {
  border: 5px solid #0ABAB5
}
.sidebar-block .list li a .image {
  width: 100px
}
.sidebar-block .list li a .detail {
  width: calc(100% - 120px)
}
.sidebar-block .list li a .detail .cat-name {
  color: #0ABAB5;
  font-size: 1.2rem;
  font-weight: 700
}
.sidebar-block .list li a .detail div.ttl {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2
}
.sidebar-block .list li a .detail .date {
  font-size: 1.2rem
}
.sidebar-cat-list ul {
  padding: 0 .5rem
}
.sidebar-cat-list ul li.col01 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.4rem
}
.sidebar-cat-list ul li.col01 ul {
  padding: 1rem 2rem
}
.sidebar-cat-list ul li.col01 ul li.col02 {
  margin-bottom: 1rem
}
.sidebar-cat-list ul li:last-child {
  margin-bottom: 0
}
.sidebar-cat-list ul li.col01:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  left: 0;
  top: .85rem;
  transform: translateY(0) rotate(-45deg)
}
.sidebar-cat-list ul li.col01 ul {
  list-style: outside square;
  color: #aaa
}
.sidebar-cat-list ul li a {
  border-bottom: 1px solid #0ABAB5;
  padding-bottom: .5rem
}
.sidebar-archive-list ul {
  padding: 0 .5rem
}
.sidebar-archive-list ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.4rem
}
.sidebar-archive-list ul li:last-child {
  margin-bottom: 0
}
.sidebar-archive-list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  left: 0;
  top: .85rem;
  transform: translateY(0) rotate(-45deg)
}
.sidebar-archive-list ul li a {
  border-bottom: 1px solid #0ABAB5;
  padding-bottom: .5rem
}
footer {
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  font-size: 1.2rem;
  background: #fff
}
.footer-nav {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: flex-end
}
.footer-nav li {
  margin-left: 2rem
}
.section-ttl {
  position: relative;
  border-bottom: 3px solid #0ABAB5;
  padding-left: 3.25rem;
  margin-bottom: 3rem
}
.section-ttl:before {
  content: "";
  background: url(/wp-content/themes/shikinmap/assets/common/icon/icon_map.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 27px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: .5rem
}
.breadcrumb {
  width: 100%;
  max-width: 1240px;
  margin: 5rem auto
}
.breadcrumb ul {
  padding: 2rem 5rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  font-size: 1.4rem
}
.breadcrumb ul li {
  position: relative;
  margin-right: 1.5rem;
  padding-right: 1.5rem
}
.breadcrumb ul li:first-child {
  padding-left: 2rem
}
.breadcrumb ul li:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(/wp-content/themes/shikinmap/assets/common/icon/icon_home.svg) no-repeat center center;
  background-size: cover;
  width: 15px;
  height: 15px
}
.breadcrumb ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 0;
  top: .35rem;
  transform: translateY(0) rotate(-45deg)
}
.breadcrumb ul li:last-child:after {
  display: none;
  margin-right: 0;
  padding-right: 0
}
.post-pager {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 10rem;
  padding: 5rem;
  background: #fff
}
.post-pager ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch
}
.post-pager ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 2rem
}
.post-pager ul li:first-child {
  border-right: 1px solid #ccc
}
.post-pager ul li:first-child:before {
  content: '';
  position: absolute;
  top: 47%;
  left: -1.75rem;
  transform: translate(0, -50%);
  background: #ccc;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5rem
}
.post-pager ul li:first-child:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  transform: translateY(-50%) rotate(135deg);
  top: 47%;
  left: -.5rem
}
.post-pager ul li:last-child:before {
  content: '';
  position: absolute;
  top: 47%;
  right: -1.75rem;
  transform: translate(0, -50%);
  background: #ccc;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5rem
}
.post-pager ul li:last-child:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  top: 47%;
  right: -.5rem
}
.post-pager ul li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s;
  padding: 0 .5rem
}
.post-pager ul li a:hover {
  background: #0ABAB5;
  color: #fff
}
.adsbygoogle {
	margin-bottom: 3.0rem;
}
