@charset "UTF-8";
/* Scss Document */
/* mixin */
/* anime */
/* base */
a[target=_blank]::after {
  font-family: Material Icons;
  content: "\e895";
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
}

.sbi a[target=_blank]::after {
  display: none;
}

a.link-img {
  display: inline-block;
  position: relative;
}

a.link-img[target=_blank]::after {
  font-family: Material Icons;
  content: "\e895";
  font-size: 12px;
  line-height: 1;
  margin-left: 0;
  display: inline-block;
  vertical-align: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #fff;
}

a[href$=".pdf"]::after {
  font-family: Material Icons;
  content: "\e415";
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
}

a[href$=".docx"]::after,
a[href$=".xlsx"]::after {
  font-family: Material Icons;
  content: "\e415";
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
}

a {
  color: #0d7bee;
  text-decoration: none;
}

a:visited {
  color: #0d7bee;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  color: #0099ff;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

*:focus {
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.text-main {
  color: #527d48;
}

.text-sub {
  color: #7ac943;
}

.bg-main {
  background-color: #527d48;
}

.bg-sub {
  background-color: #7ac943;
}

.border-main {
  border-color: #527d48;
}

.btn-main {
  background-color: #527d48;
  border-color: #527d48;
  color: #fff;
}

.btn-main:hover {
  background-color: #679d5b;
  border-color: #527d48;
  color: #fff;
}

.btn-main:visited {
  color: #fff;
}

.border-sub {
  border-color: #7ac943;
}

.btn-sub {
  background-color: #7ac943;
  border-color: #7ac943;
  color: #fff;
}

.btn-sub:hover {
  background: #96d46b;
  border-color: #7ac943;
  color: #fff;
}

.btn-sub:visited {
  color: #fff;
}

.btn-accent {
  background-color: #f7931e;
  border-color: #f7931e;
  color: #fff;
}

.btn-accent:hover {
  background: #f9ab4f;
  border-color: #f7931e;
  color: #fff;
}

.btn-accent:visited {
  color: #fff;
}

.icn {
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  vertical-align: -0.2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icn-search {
  background-image: url("../images/common/icn-search.svg");
}

.icn-date {
  background-image: url("../images/common/icn-cal.svg)");
}

.icn-place {
  background-image: url("../images/common/icn-place.svg)");
}

.icn-youtube {
  background-image: url("../images/common/icn-tube.svg");
}

.icn-instagram {
  background-image: url("../images/common/icn-instagram.svg");
}

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

p {
  line-height: 1.8em;
  margin-bottom: 1.2em;
}

em {
  font-weight: bold;
  font-style: italic !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ul,
ol,
dl {
  margin-top: 1.5em;
  margin-bottom: 1.2em;
}

li {
  margin-bottom: 0.4em;
  line-height: 1.65em;
}

dt,
dd {
  margin-bottom: 10px;
}

dt.wp-caption-dt,
dd.wp-caption-dd {
  border-left: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  border: 5px solid #eee;
  background-color: #fcfcfc;
  position: relative;
  padding: 35px 20px 30px;
}

blockquote::before,
blockquote:after {
  color: #ccc;
  font-family: Material Icons;
  position: absolute;
}

blockquote::before {
  content: "\f10d";
  top: 10px;
}

blockquote::after {
  content: "\f10e";
  bottom: 10px;
  right: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

table th,
table td {
  padding: 8px;
}

table th .form-control,
table td .form-control {
  max-width: 90%;
}

table th {
  font-weight: lighter;
}

.btn {
  white-space: normal;
}

.btn-xs {
  font-size: 0.8rem;
  padding: 3px 10px 2px;
}

.attachment img {
  max-width: 100%;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #fcfcfc;
  line-height: 18px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding: 0 0 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  max-width: 100% !important;
}

.wp-caption img {
  margin: 10px 0 9px;
  max-width: 95% !important;
  height: auto !important;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 0px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 25px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery dt,
.gallery dd {
  border: none;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

.attachment img {
  display: block;
  margin: 0 auto;
}

.well p:last-child {
  margin-bottom: 0;
}

.section {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

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

.nav li a {
  color: #464646;
}

.screen-reader-text {
  display: none;
}

input.form-control {
  margin-bottom: 3px;
}

input.form-control.input-widthAuto {
  width: auto;
}

.navbar-header {
  float: none;
}

.navbar-brand {
  height: auto;
  padding: 5px 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.5em;
}

.navbar-brand a {
  color: #333;
}

.navbar-brand a:hover {
  text-decoration: none;
  color: #337ab7;
}

.navbar-brand img {
  max-height: 40px;
  display: block;
}

.navbar-brand {
  float: inherit;
  text-align: center;
  padding: 0 45px;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

.comment-respond {
  background-color: #f6f6f6;
  padding: 1rem 0.75rem;
  border-radius: 4px;
}

.comment-reply-title {
  font-size: 1.2rem;
  padding: 0.15rem 0.5rem;
  background-color: #eee;
  margin-bottom: 0.5rem;
}

.comment-respond p.form-submit {
  margin-bottom: 0 !important;
}

.comment-respond .required {
  color: red;
}

.gmenu-description {
  display: none;
}

ul.gmenu {
  margin-bottom: 0;
}

ul.gmenu a:hover,
ul.gmenu a:active,
ul.gmenu .current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.bread-section {
  border-bottom: 1px solid #e5e5e5;
}

.bread-section .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}

.bread-section .breadcrumb > li + li:before {
  content: ">";
  margin-right: 0.2em;
}

.bread-section .breadcrumb li {
  margin-bottom: 0;
  list-style: none;
  margin-right: 0.2em;
}

.bread-section .breadcrumb span {
  font-size: 0.75em;
}

.main-section .post-list {
  margin-bottom: 25px;
}

.main-section .widget {
  margin-bottom: 25px;
}

.entry-meta {
  margin-bottom: 0.8em;
  padding-left: 3px;
}

.entry-meta .badge {
  float: right;
  color: #fff;
  background-color: #527d48;
  margin-left: 5px;
}

.entry-meta i {
  margin-right: 5px;
}

.entry-meta-items {
  font-size: 12px;
}

.entry-meta-items.published::before {
  color: #666;
  font-family: Material Icons;
  content: "\e916";
  margin-right: 5px;
}

.entry-meta-items.published a {
  color: #464646;
}

.entry-meta-items-author::before {
  color: #666;
  font-family: Material Icons;
  content: "\e7fd";
  margin-right: 5px;
}

.entry-meta-items-author {
  margin-left: 0.8em;
}

.entry-meta-items-term {
  margin-right: 0;
}

.entry-meta-hidden {
  display: none;
}

.entry-body {
  padding: 1em 0 1.5em;
}

.entry-body::after {
  content: "";
  clear: both;
  display: block;
}

.page .entry-body {
  padding-top: 0;
}

h1.entry-title {
  font-size: 26px;
}

.entry-footer {
  display: block;
  overflow: hidden;
  margin-bottom: 2em;
}

.entry-meta-datalist {
  display: block;
  overflow: hidden;
  padding-top: 3px;
}

.entry-meta-datalist dl {
  margin: 0 0 2px;
}

.entry-meta-datalist dt,
.entry-meta-datalist dd {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.entry-meta-datalist dt {
  float: left;
  background-color: #666;
  color: #fff;
  font-size: 10px;
  line-height: 1.1em;
  padding: 4px 8px;
  font-weight: lighter;
  margin-right: 10px;
  border: none;
}

.entry-meta-datalist dd {
  font-size: 12px;
  border: none;
  padding-left: 0;
}

.entry-meta-datalist dd a {
  display: inline-block;
  padding: 3px 2px 1px;
}

.entry-tag {
  display: block;
  overflow: hidden;
}

.entry-tag dl {
  margin-bottom: 0;
}

.tagcloud a {
  color: #464646;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tagcloud a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f02b";
  margin-right: 5px;
}

.tagcloud a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.entry-meta-datalist .tagcloud a {
  margin-right: 8px;
}

.media {
  border-bottom: 1px solid #e5e5e5;
  padding: 2em 0;
  margin-top: 0;
}

.media .post-list-thumbnail {
  width: 100px;
  margin-bottom: 0.5em;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  float: left;
}

.media .post-list-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.media .post-list-thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}

.media .post-list-thumbnail .post-list-cate-label {
  position: absolute;
  bottom: 0;
  left: 0;
}

.media .media-body .media-heading {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 0.4em;
  font-weight: normal;
  background: none;
  box-shadow: none;
  padding: 0;
}

.media .media-body .media-heading a {
  color: #464646;
}

.media .media-body .media-heading a:hover {
  text-decoration: none;
}

.media .media-body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.media .media-body .entry-meta-updated {
  display: none;
}

.media .media-body .entry-meta-items-author {
  display: none;
}

.media .media-body a.media-body-excerpt {
  color: #464646;
}

.media .media-body .media-heading {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.pagination {
  margin-top: 2rem;
  margin-bottom: 0;
}

ul.page-numbers {
  margin: 0;
  padding: 0;
}

ul.page-numbers li {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  float: left;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  padding: 6px 12px;
  display: block;
  border: 1px solid #ddd;
  margin-left: -1px;
}

ul.page-numbers li a:hover {
  text-decoration: none;
}

ul.page-numbers li:first-child a {
  margin-left: 0;
}

ul.page-numbers li a:hover {
  background-color: #efefef;
}

ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #527d48;
}

ul.page-numbers li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

ul.page-numbers li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-link dl {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.page-link dt,
.page-link dd {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.page-link dt {
  padding: 6px 10px 6px 0;
  float: left;
}

.page-link span.page-numbers {
  padding: 6px 12px;
  display: block;
  float: left;
}

.pager {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.pager li {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  flex: 0 1 48%;
}

.pager li a {
  background-color: #fff;
  border-radius: 0;
  padding: 7px 15px 5px;
  border: solid 1px #ccc;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.pager li.next a {
  text-align: right;
}

.pager li a:hover {
  background-color: #efefef;
}

.pager li.previous a::before {
  content: "«";
  margin-right: 0.8em;
}

.pager li.next a::after {
  content: "»";
  margin-left: 0.8em;
}

.sticky {
  display: block;
  overflow: hidden;
  padding: 1em;
  background-color: #f5f5f5;
}

#respond label {
  font-weight: lighter;
}

.comments-title {
  line-height: 1.4em;
  font-size: 21px;
  border-bottom: solid 3px #eee;
}

ol.comment-list {
  padding: 0;
  margin-top: 0;
}

li.comment {
  border: 4px solid #eee;
  padding: 1em;
  margin: 0 0 1em;
  list-style: none;
}

li.comment ol.children {
  padding-left: 1em;
}

li.comment ol.children li.comment {
  border: none;
}

.comment-author {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 7px;
  background-color: #f5f5f5;
  border: 4px solid #eee;
}

.comment-meta {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

li.pingback {
  margin: 0 0 1em;
  list-style: none;
  border-bottom: 1px dotted #999;
}

p.no-comments {
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 2em;
}

.bypostauthor {
  color: #464646;
}

form.searchform {
  margin: 1em 0;
}

form.searchform div {
  display: flex;
}

form.searchform input.form-control {
  margin-bottom: 0px;
}

form.searchform div input[type=text]#s {
  width: 70%;
  margin-right: 5%;
}

form.searchform div input[type=submit]#searchsubmit {
  float: right;
  width: 25%;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

input#searchsubmit {
  vertical-align: top;
}

.site-content {
  padding: 1em 0 1em;
}

.carousel {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  overflow: hidden;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: 5px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
  height: auto;
}

.carousel-control {
  width: 10%;
}

.carousel-control.right {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAwMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.0001)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.carousel-control.left {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAwMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.0001)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.slide-cover {
  position: absolute;
  top: 0;
  background-color: #000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-text-set {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.slide-text-title {
  box-shadow: none;
  border: none;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  background: none;
}

.slide-text-title::before,
.slide-text-title::after {
  display: none;
}

.slide-text-caption,
.btn-ghost {
  font-size: 1.7vw;
}

.slide-text-caption {
  margin-top: 0.8em;
  line-height: 1.7;
}

.btn-ghost {
  margin-top: 1.3em;
  padding: 0.4em 2em;
  transition: background-color 1s, border-color 0.5s;
}

.slide .item picture .customize-partial-edit-shortcut {
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateY(-50%) translateX(0);
}

.movie-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.movie-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-tabs {
  margin-bottom: 2rem;
}

.nav-tabs .nav-item {
  padding: 0 5px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #efefef;
}

hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

hr.clear {
  clear: both;
}

.clear-none {
  clear: none !important;
}

@media (min-width: 768px) {
  .main-section .widget {
    margin-bottom: 35px;
  }
  .entry-meta-items {
    font-size: 14px;
  }
  .entry-body,
  .widget .entry-body {
    padding: 2em 0 2.5em;
  }
  .entry-meta .entry-meta-items-term {
    float: right;
  }
  .site-content {
    padding: 2em 0 2em;
  }
  .slide-text-title {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  .slide-text-title {
    font-size: 2.2vw;
  }
  .slide-text-caption,
  .btn-ghost {
    font-size: 1.3vw;
  }
}
/* header */
.site-header {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
}

.site-header-container {
  padding: 5px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-logo {
  line-height: 1;
  margin: 0;
}

.site-header-logo img {
  height: 40px;
  width: auto;
}

.site-description, .header-util {
  display: none;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .site-header {
    width: 100%;
    z-index: 1000;
    top: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 80px;
    border-radius: 0;
  }
  .site-header-logo {
    margin-bottom: 0;
  }
  .header-util {
    display: block;
    text-align: right;
    padding: 0;
    position: relative;
    margin-bottom: 4px;
  }
  .header-util ul {
    display: inline-flex;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 10;
    list-style: none;
  }
  .header-util ul li {
    margin-left: 5px;
    position: relative;
  }
  .header-util ul li:first-child {
    width: 30px;
  }
  .header-searchform {
    display: inline-block;
  }
  .header-searchform input[type=text] {
    height: 30px;
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 30px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 13;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
  }
  .header-searchform input[type=text]:focus:hover {
    border-bottom: 1px solid #bbb;
    background: #fff;
  }
  .header-searchform input[type=text]:focus {
    width: 350px;
    z-index: 11;
    border-bottom: 1px solid #bbb;
    background: #fff;
    cursor: text;
  }
  .header-searchform input[type=submit] {
    height: 30px;
    width: 30px;
    display: inline-block;
    float: right;
    background: url(../images/common/icn-search.svg) center center no-repeat;
    background-color: #527d48;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
  .header-tel {
    text-align: right;
    font-size: 12px;
  }
  .header-tel p {
    padding: 0;
    margin: 0;
  }
  .site-header-logo {
    padding: 30px 0 5px;
  }
  .site-header-logo img {
    height: 55px;
    width: auto;
  }
  .site-description {
    display: block;
    background: inherit;
    font-size: 12px;
    border: none;
    padding: 0;
    clear: none;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* body */
/* index */
.index-news-list {
  margin: 3rem 0 2rem;
}

.index-news-list dt {
  margin-bottom: 0;
  font-weight: normal;
  padding: 0.3rem;
}

.index-news-list dd {
  border-bottom: dotted 1px #333;
  padding: 0.3rem;
}

.news-cat-list {
  display: inline-block;
  padding: 0 1rem;
}

.news-cat-list .badge {
  width: 110px;
}

.badge-news {
  color: #fff !important;
  background-color: #527d48;
  vertical-align: 2px;
}

.badge-news:hover {
  color: #fff !important;
  background-color: #679d5b;
}

.index-news-list dt a {
  line-height: 18px;
  color: #fff;
  display: inline-block;
  width: 85px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
}

.index-news-list dt a.cat-label01 {
  background: #c3cc4d;
}

.index-news-list dt a.cat-label02 {
  background: #93cc4d;
}

.index-news-list dt a.cat-label03 {
  background: #d6574d;
}

.index-news-list dt a.cat-label04 {
  background: #b9575d;
}

.index-news-list dt a.cat-label05 {
  background: #ffba44;
}

.index-news-list dt span {
  font-size: 12px;
  color: #759a00;
}

.section-covid {
  background: #527d48 url("../images/common/bg-line.png");
}

.card-covid {
  border: solid 4px #51a1a2;
  background: #fff;
}

.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  list-style: none;
  text-align: center;
  font-weight: bold;
}
.feature-list a {
  color: #527d48;
}
.feature-list img {
  display: block;
  margin: 0 auto 5px;
}

.section-tokachi {
  background: #527d48 url("../images/index/bg-section-tokachi.png") right bottom 15px/auto 120px no-repeat;
  color: #fff;
}

.tokachi-image {
  height: 300px;
  background-image: url("../images/index/fig-tokachi.png"), url("../images/index/bg-tokachi.jpg");
  background-size: cover;
  background-position: right center, center;
}

.list-towns {
  padding: 0;
  list-style: none;
}

.list-towns li {
  margin-bottom: 1rem;
}

.list-towns .btn {
  display: block;
  background-color: #fff;
  color: #527d48;
  text-align: center;
  font-size: 14px;
}

.list-towns .btn:hover {
  background-color: #c5e021;
}

.list-modelroute {
  margin-bottom: 1rem;
}
.list-modelroute .card {
  height: 100%;
}
.list-modelroute .card-title {
  color: #527d48;
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
}
.list-modelroute .card-body {
  padding: 0.5rem;
}
.list-modelroute .card-body p {
  font-size: 0.8rem;
  margin: 0;
}

.btn-set {
  white-space: nowrap;
}
.btn-set .btn {
  margin: 0.5rem;
  font-size: 0.8rem;
}

.sect-event {
  background-image: url("../images/common/bg-line.png");
}

.list-event {
  margin-bottom: 2rem;
}
.list-event .card {
  height: 100%;
}
.list-event .card-title {
  color: #527d48;
  font-size: 1.25rem;
  margin: 0 0 0.25rem;
}
.list-event .event-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
}
.list-event .event-meta li {
  padding: 0;
  margin: 0;
}
.list-event .event-meta li .material-icons {
  color: gray;
  font-size: 1.1em;
  vertical-align: -0.2em;
  margin-right: 0.5em;
}
.list-event .card-body p {
  font-size: 0.9rem;
  margin: 0.5rem;
}

.nav-tabs.fb-tabs {
  display: flex;
}

.nav-tabs.fb-tabs .nav-item {
  flex: 0 1;
}

.nav-tabs.fb-tabs .nav-link {
  display: block;
  text-align: center;
  background-color: #efefef;
  text-align: center;
  color: #666;
  padding: 0.5rem;
  white-space: nowrap;
}

.nav-tabs.fb-tabs .nav-link.active {
  display: block;
  text-align: center;
  background-color: #527d48;
  text-align: center;
  color: #fff;
  border: 1px solid #527d48;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem;
  white-space: nowrap;
}

.sect-sns {
  background: #527d48 url("../images/common/bg-line.png");
  color: #fff;
}

.sect-link {
  background: #fff url("../images/common/bg-line.png");
}

.list-link {
  list-style: none;
  padding: 0;
  margin: 0 -15px 15px;
}
.list-link .card {
  height: 100%;
}
.list-link .card-title {
  color: #527d48;
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
}
.list-link .card-body {
  padding: 0.5rem;
}
.list-link .card-body small {
  font-size: 0.8rem;
  margin: 0;
  color: grey;
  display: block;
}

.bnr-list {
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.bnr-list li {
  text-align: center;
  margin: 10px;
}

.entry-meta .badge.badge-news {
  background-color: #7ac943 !important;
}

.entry-meta .badge.badge-event {
  background-color: #c30000 !important;
}

.entry-meta .published {
  color: #527d48 !important;
}

/* 移植 */
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin-right: 0;
}

.attachment .image-navigation,
.attachment .entry-attachment .attachment {
  max-width: 630px;
  padding: 0;
  width: 100%;
}

.gallery-caption {
  display: none;
}

.site-title {
  text-align: center;
}

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

.user-type-menu {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  position: static;
}

.main-slider-area {
  display: none;
}

/* Small menu */
.menu-globalmenu-container,
.main-navigation,
.menu-houjin-container {
  min-height: 0px;
  background: #fff url(none);
  overflow: hidden;
}

.nav-menu li > a {
  font-size: 12px;
}

.menu-toggle {
  cursor: pointer;
  display: block;
  font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
  padding: 12px 0 12px 10px;
}

.menu-toggle:after {
  content: "\f502";
  font-size: 12px;
  padding-left: 8px;
  vertical-align: -4px;
}

.toggled-on .menu-toggle:after {
  content: "\f500";
  vertical-align: 2px;
}

.toggled-on .nav-menu,
.toggled-on .nav-menu > ul {
  display: block;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.toggled-on .nav-menu > li {
  display: inline-block;
  width: 33.3%;
}

.toggled-on li li,
.toggled-on .children {
  display: block;
  width: 100%;
}

.toggled-on .nav-menu li > ul {
  background-color: transparent;
  display: block;
  float: none;
  margin-left: 20px;
  position: relative;
  left: auto;
  top: auto;
}

ul.nav-menu,
div.nav-menu > ul {
  display: none;
}

#content .featured-gallery {
  padding-left: 24px;
}

.gallery-columns-1 .gallery-item {
  margin-right: 0;
  width: 100%;
}

.format-quote blockquote,
.format-status .entry-content {
  font-size: 18px;
}

.format-quote blockquote small,
.format-quote blockquote cite {
  font-size: 13px;
}

.error404 .page-title {
  padding: 40px 0 0;
}

.error404 .page-title:before {
  content: normal;
}

.comment-author {
  margin-right: 30px;
}

.comment-author .avatar {
  height: auto;
  max-width: 100%;
}

.comment-metadata,
.comment-content,
.comment-list .reply {
  width: 70%;
  width: -webkit-calc(100% - 104px);
  width: calc(100% - 104px);
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.comment-form textarea {
  height: 80px; /* Smaller field for mobile. */
}

/* Audio */
.format-audio .entry-content:before {
  display: none;
}

.format-audio .audio-content {
  background-image: none;
  float: none;
  padding-left: 0;
  width: auto;
}

.index3column {
  margin: 20px 0px;
}

.index3column .cell {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.layout2column .cell {
  width: 100%;
  margin-bottom: 15px;
}

.layout2column .float-left {
  float: none;
  padding-right: 0px;
}

.layout2column .float-right {
  float: none;
  padding-left: 0px;
}

.layout3column {
  clear: both;
}

.layout3column .cell {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 20px;
}

.index-event-list article {
  display: block;
  margin: 0px 0px 15px;
  padding: 10px;
  width: 100%;
  font-size: 13px;
}

.index-event-list article::after {
  content: "";
  display: block;
  clear: both;
}

.fav-spot-list {
  float: none;
  width: 100%;
}

.make-root {
  float: none;
  width: 100%;
}

.spot-thumb img {
  float: none;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border: 1px solid #999;
  border-radius: 0px;
}

.spot-list-data {
  margin: 0px;
  overflow: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 0px;
}

.spot-list-data h2 {
  margin-top: 0px;
  padding-right: 0px;
  clear: both !important;
}

.btn-fav a.fav {
  float: right;
  margin-bottom: 5px;
}

article.type-page,
article.type-post,
article.type-post_spot,
article.type-event {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

button.print-spot {
  display: none !important;
}

.town-index-list li {
  font-size: 14px;
  width: 25%;
}

.kaiin-dl {
  border: #ccc 1px solid;
  overflow: hidden;
  border-top: none;
  margin: 20px 0px;
  background: #f6f6f6;
}

.kaiin-dl dt {
  float: none;
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  margin: 0px;
}

.kaiin-dl dd {
  border-left: none;
  border-top: 1px solid #ccc;
  padding: 10px;
  margin: 0px;
  background: #fff;
}

.alignleft,
.alignright {
  margin: auto !important;
  float: none !important;
}

.town-gallery dl {
  padding: 0px;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 10px;
  vertical-align: top;
}

.fb-block {
  width: 100%;
  margin-bottom: 20px;
}

.gallery {
  margin-left: 0;
}

.gallery .gallery-item,
.gallery-columns-2.gallery-size-thumbnail .gallery-item {
  max-width: none;
  width: 49%;
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: block;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-1.gallery-size-medium .gallery-item,
.gallery-columns-1.gallery-size-thumbnail .gallery-item {
  text-align: center;
  width: 98%;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 4px;
}

.gallery br {
  display: none;
}

.gallery .gallery-item:nth-of-type(even) {
  margin-right: 0;
}

/* Comments */
.comment-author {
  margin: 0 0 5px;
  max-width: 100%;
}

.comment-author .avatar {
  display: inline;
  margin: 0 5px 0 0;
  max-width: 20px;
}

.comment-metadata,
.comment-content,
.comment-list .reply {
  width: 100%;
}

.site-main {
  padding-right: 0px;
  padding-left: 0px;
}

.site-main .widget-area {
  padding-right: 5px;
  padding-left: 5px;
}

.home .site-content section,
.page-id-338 .site-content section {
  padding-right: 8px;
  padding-left: 8px;
}

article.type-page,
article.type-post,
article.type-post_spot,
article.type-event {
  background: #fff;
  padding: 10px 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  border-right: 1px none #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ededed;
  border-left: 1px none #ededed;
}

.menu-houjin-container {
  background: none;
  min-height: 0;
}

.index-title ul.goto-list {
  margin: 10px 0px 0px;
}

.index-news {
  background: url(images/index/h2_index_news.png) no-repeat 0px 13px;
}

.index-event {
  background: url(images/index/h2_index_event.png) no-repeat 0px 13px;
}

.index-news-list dt {
  float: none;
}

.index-news-list dd {
  padding-left: 0px;
  margin: 8px 0px 8px;
}

.index-title h2 span {
  display: none;
}

.fb-div iframe {
  width: 340px !important;
}

.index-event-list article {
  margin: 0px 0px 10px;
  width: 100%;
  padding: 10px 0;
}

.pr-bnr-list li {
  width: 90% !important;
}

.pr-bnr-list li img {
  width: 100% !important;
}

.link-list li {
  display: block !important;
  margin: 5px;
}

.widget-area .widget,
.widget-full {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}

.footer-site-name {
  font-size: 16px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}

.select-area li {
  width: 33.33%;
  margin-right: 0px;
}

.access-navi li {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 50%;
  margin: 0px 0px 5px;
  border-right: 1px solid #666;
}

.index-bnr-list li.bnr-sub-l,
.index-bnr-list li.bnr-sub-r {
  width: 100%;
  float: none;
  text-align: center;
}

.onsen-list {
  font-size: 12px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-txt {
  overflow: auto;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.layout2column {
  clear: both;
}

.layout2column .cell {
  width: 50%;
  margin-bottom: 15px;
}

.layout2column .float-left {
  float: left;
  padding-right: 15px;
}

.layout2column .float-right {
  float: right;
  padding-left: 15px;
}

.layout3column {
  clear: both;
}

.layout3column .cell {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
  padding: 0px 20px;
}

.layout3column-sp {
  clear: both;
  margin: 0 -5px;
}

.layout3column-sp .cell {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
  padding: 0px 5px;
}

.layout3column-sp .cell img {
  max-width: 100%;
  height: auto;
}

.layout {
  padding: 0px;
  clear: both;
  margin-right: -2%;
  margin-left: -2%;
  font-size: 0px;
}

.layout .cell {
  font-size: 14px;
  padding: 0px;
  margin-right: 2%;
  margin-left: 2%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 20px;
}

.layout .cl1 {
  width: 96%;
}

.layout .cl2 {
  width: 46%;
}

.layout .cl3 {
  width: 29.33%;
}

.layout .cl4 {
  width: 21%;
}

.layout .cl5 {
  width: 16%;
}

ul.layout {
  list-style-type: none;
}

ul.language-pamf-list li {
  text-align: center;
}

.mgn-t-0 {
  margin-top: 0px;
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 15px;
}

a.btn-pdf {
  border: none;
  border-bottom: 3px solid #43a700;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  padding: 6px 24px 5px 56px;
  text-decoration: none;
  background-color: #99c729;
  background-image: url(../images/common/icn_pdf_48.png);
  background-repeat: no-repeat;
  background-position: left center;
}

a.btn-pdf:hover {
  background-color: #7ad743;
  background-image: url(../images/common/icn_pdf_48.png);
  outline: none;
}

a.btn-pdf:active {
  background-color: #7ad743;
  background-image: url(../images/common/icn_pdf_48.png);
  border: none;
  border-top: 3px solid #43a700;
  padding: 5px 24px 6px 56px;
}

a.btn-ebook {
  border: none;
  border-bottom: 3px solid #43a700;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  padding: 6px 24px 5px 56px;
  text-decoration: none;
  background-color: #99c729;
  background-image: url(../images/common/icn_ebook.png);
  background-repeat: no-repeat;
  background-position: left center;
}

a.btn-ebook:hover {
  background-color: #7ad743;
  background-image: url(../images/common/icn_ebook.png);
  outline: none;
}

a.btn-ebook:active {
  background-color: #7ad743;
  background-image: url(../images/common/icn_ebook.png);
  border: none;
  border-top: 3px solid #43a700;
  padding: 5px 24px 6px 56px;
}

.office-card {
  border: 1px solid #999;
  padding: 5px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.office-card h3 {
  font-size: 16px;
}

.attention-list {
  font-size: 12px;
  list-style: none;
  padding: 0em;
  margin-left: 1em;
}

.attention-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.font-red {
  color: #900;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: rgba(51, 51, 51, 0.6);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/**
 * access navi
 */
.access-navi {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  list-style: none;
  text-align: center;
}

.access-navi li:first-child {
  border-left: 1px solid #666;
}

.access-navi li {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 25%;
  margin: 0px 0px 5px;
  border-right: 1px solid #666;
}

.access-navi.layout5column li {
  width: 20%;
}

.access-navi li a {
  display: block;
  color: #54a634;
  padding: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.access-navi li a:hover {
  background: #50b32d;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}

.access-navi li a.active {
  background: #54a634;
  color: #fff;
  border-radius: 10px;
}

.season-list {
  margin-right: 0px;
  margin-left: 0px;
}

.season-list dt {
  margin-right: 15px;
  margin-left: 0px;
  float: left;
}

.season-list dd {
  overflow: auto;
}

.lady-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

/**
 * spot
 */
.spot-search-header {
  position: relative;
  min-height: 70px;
  margin-bottom: 1rem;
}

h3.title-select-cat {
  background: url(../images/spot/icn_select_cat.png) no-repeat left center;
  padding-left: 25px;
}

h3.title-select-area {
  background: url(../images/spot/icn_select_area.png) no-repeat left center;
  padding-left: 25px;
}

h3.title-select-word {
  background: url(../images/spot/icn_select_word.png) no-repeat left center;
  padding-left: 25px;
}

.spot-search-menu {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: center;
}

.spot-search-menu li {
  flex: 0 1 70px;
  margin: 0 5px 5px;
}

.spot-index-header h1 {
  font-size: 21px;
  margin: 0px;
  padding: 5px 5px 5px 40px;
  color: #fff;
}

.spot-index-header h1.spot-eat-title {
  background: #ffba44 url(../images/spot/h1_spot_eat.png) no-repeat 5px center;
}

.spot-index-header h1.spot-play-title {
  background: #ffba44 url(../images/spot/h1_spot_play.png) no-repeat 5px center;
}

.spot-index-header h1.spot-see-title {
  background: #ffba44 url(../images/spot/h1_spot_see.png) no-repeat 5px center;
}

.spot-index-header h1.spot-stay-title {
  background: #ffba44 url(../images/spot/h1_spot_stay.png) no-repeat 5px center;
}

.spot-index-header h1.spot-spa-title {
  background: #ffba44 url(../images/spot/h1_spot_spa.png) no-repeat 5px center;
}

.spot-index-header h1.spot-buy-title {
  background: #ffba44 url(../images/spot/h1_spot_buy.png) no-repeat 5px center;
}

.spot-cat-slider {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.spot-cat-slider-area {
  padding: 0px;
  height: 250px;
  overflow: hidden;
}

.spot-cat-slider-area .spot-cat-slider li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.spot-cat-slider-area .bx-wrapper .bx-pager {
  position: absolute;
  top: -24px;
  text-align: right;
  padding-top: 0px;
  padding-right: 10px;
}

.spot-cat-slider-area .bx-wrapper .bx-pager a {
  text-align: left;
}

.column {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ccc;
}

h2.column-title {
  border-left: 5px solid #ffba44;
  clear: none;
  font-size: 21px;
  padding-left: 10px;
  margin: 0px 0px 15px;
  font-weight: bold;
}

.pickup-spot h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-left: 0px;
}

.select-area,
.select-keyword {
  padding: 0px 0px 15px;
}

.select-spot-cat {
  padding: 0px;
}

.select-spot-cat h3,
.select-area h3,
.select-keyword h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dotted;
  border-left-style: none;
  border-bottom-color: #999;
}

.select-spot-cat dl {
  margin-right: 0px;
  margin-left: 0px;
}

.select-spot-cat dt {
  margin-bottom: 5px;
  font-size: 15px;
  position: relative;
}

.select-spot-cat dt label {
  display: block;
  background: #ededed;
  padding: 4px;
  border-radius: 4px;
}

.select-spot-cat dl span.search-cat-toggle {
  font-size: 10px;
  display: inline-block;
  padding: 2px 5px 0px;
  background: #ededed;
  color: #999;
  font-weight: normal;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #999;
  position: absolute;
  top: 6px;
  right: 6px;
}

.search-cat-toggle::after {
  content: "▷";
}

.search-cat-toggle.is-active::after {
  content: "▼";
}

.select-spot-cat dl span:hover {
  background: #ccc;
  color: #999;
}

.select-spot-cat dd {
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 10px;
  display: none;
}

.select-spot-cat ul,
.select-area ul,
.select-keyword ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.select-spot-cat li,
.select-area li,
.select-keyword li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: top;
}

.select-area li {
  width: 25%;
  margin-right: 0px;
}

.search-spot h3 {
  border-left: none !important;
  padding: 0.25em 0 0.25em 25px !important;
}

.search-spot .search-field {
  width: 100%;
}

.search-spot .searchsubmit {
  clear: both;
  width: 100%;
}

.search-spot input[type=submit] {
  background: #ffba44;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 11px 48px 10px;
  text-decoration: none;
  margin: auto;
}

.spot-thumb img {
  border: 1px solid #ddd;
  margin-right: 20px;
  float: left;
}

article {
  position: relative;
}

.btn-fav {
  position: absolute;
  top: 0px;
  right: 15px;
  text-align: right;
  width: 130px;
}

.btn-fav a.fav {
  display: block;
  background: #7b9cff url(../images/common/icn_btn_fav.png) no-repeat 5px center;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  padding-right: 5px;
  padding-left: 32px;
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #9ec0ff;
  border-bottom: 1px solid #5973dc;
  border-left: 1px solid #5973dc;
}

.spot-list-data {
  margin: 0px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  min-height: 150px;
}

.spot-list-data h2.entry-title {
  margin-top: 0px !important;
  clear: none !important;
  border: none !important;
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.spot-list-data h2.entry-title::after {
  display: none;
}

.spot-list-data p {
  margin-bottom: 5px;
}

.spot-list-data .entry-summary {
  font-size: 12px;
  margin-bottom: 0;
}

.spot-list .type-post_spot:after {
  clear: both;
}

.spot-list .type-post_spot:before {
  content: "";
  display: table;
}

.related-title {
  font-size: 18px;
  padding-left: 10px;
  border-left-width: 5px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none !important;
  border-left-style: solid;
  border-left-color: #ffba44;
}

.related-title::after {
  display: none;
}

.related-spot-list {
  display: flex;
}

.related-spot-list article {
  flex: 0 1 31%;
  margin: 0 1% 30px;
  padding: 10px 10px 5px !important;
}

.related-spot-list h2.entry-title {
  font-size: 18px;
}

.related-spot-list .town-label,
.related-spot-list .town-label {
  font-size: 8px;
}

.related-spot-list .spot-thumb img {
  border: none;
  border-radius: 0;
  margin: 0 auto 5px;
  float: none;
  display: block;
}

.related-spot-list article p {
  font-size: 14px;
}

.related-spot-list .spot-list-data {
  min-height: auto;
}

article.type-page,
article.type-post,
article.type-post_spot,
article.type-event,
article.type-post_covid {
  background: #fff;
  padding: 20px 19px;
  border-radius: 10px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.type-post_spot h1.entry-title {
  border-bottom: 2px dotted #ffba44;
  background: #fff;
  border-top-style: none;
}

.town-label {
  display: inline-block;
}

.town-label a {
  display: inline-block;
  background: #f60;
  padding: 3px 8px 2px;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  white-space: nowrap;
  margin: 0px 5px 3px 0px;
}

.spot-cat-label {
  display: inline-block;
}

.spot-cat-label a {
  display: inline-block;
  background: #ffba44;
  padding: 3px 8px 2px;
  margin: 0px 5px 3px 0px;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  white-space: nowrap;
}

.type-post_spot .spot-data h2 {
  clear: none;
  font-size: 18px;
  padding-left: 10px;
  border-left-width: 5px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-left-color: #ffba44;
}

.main-slider,
.spot-slider {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -35px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
#bx-pager {
  text-align: center;
  margin-top: 5px;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
  line-height: 1.2em;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* main-slider-navi */
.bx-wrapper .main-slider-navi img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0px 10px;
}

.bx-wrapper .main-slider-navi a:hover img {
  opacity: 0.8;
}

.main-slider-navi-bg .bx-wrapper .bx-prev {
  position: absolute;
  top: -5px;
  background: #000 url(images/index/main_slider_navi_pre.png) no-repeat center center;
}

.main-slider-navi-bg .bx-wrapper .bx-next {
  position: absolute;
  bottom: -5px;
  background: #000 url(images/index/main_slider_navi_nxt.png) no-repeat center center;
}

.main-slider-navi-bg .bx-wrapper .bx-prev:hover {
  background: #999 url(images/index/main_slider_navi_pre.png) no-repeat center center;
}

.main-slider-navi-bg .bx-wrapper .bx-next:hover {
  background: #999 url(images/index/main_slider_navi_nxt.png) no-repeat center center;
}

.main-slider-navi-bg .bx-wrapper .bx-controls-direction {
  height: 380px;
}

.main-slider-navi-bg .bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 180px;
  height: 12px;
  z-index: 9999;
  border-radius: 6px;
}

.photo-area {
  max-width: 630px;
  margin: auto auto 20px;
}

.photo-area .bx-viewport li {
  max-width: 630px;
  text-align: center;
}

.photo-area .spot-slider img {
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
}

.slider-nav {
  display: flex;
  justify-content: center;
}

.slider-nav .thumb-slide {
  padding: 5px;
}

.spot-data-table {
  margin: 15px 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.spot-data-table th,
.spot-data-table td {
  border-bottom: 1px dotted #cccccc;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-top-style: none;
}

.spot-data-table th {
  margin-right: 1px;
  background: #ededed;
  white-space: nowrap;
}

.spot-data-table td {
  line-height: 1.4em;
}

dl.spot-data-table {
  margin: 15px 0px;
  border-top: 1px dotted #d2d2d2;
  border-bottom-style: none;
}

dl.spot-data-table dt {
  margin-right: 1px;
  white-space: nowrap;
  float: left;
  padding: 0.8em 0.5em;
  margin: 0px;
}

dl.spot-data-table dd {
  line-height: 1.4em;
  border-bottom: 1px dotted #d2d2d2;
  padding: 0.9em 0.5em 0.8em 7em;
  margin: 0px;
}

.spot-widget article {
  border-bottom: 1px dotted #666;
  margin-bottom: 15px;
  margin-right: 8px;
  margin-left: 8px;
  padding-bottom: 15px;
}

.spot-widget .thumb {
  height: 80px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.spot-widget .thumb img {
  width: 100%;
  height: auto;
  border-style: none;
  border-radius: 0px;
}

.spot-widget h4 {
  font-size: 14px;
}

.spot-widget p {
  font-size: 12px;
}

.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.all-map {
  width: 540px !important;
  height: 600px;
  border: #ccc solid 1px;
  margin: 20px 0;
  position: relative;
  float: left;
}

#marker_list {
  padding: 0px;
  float: right;
  width: 160px;
  list-style: none;
  overflow-y: scroll;
  height: 600px;
}

#marker_list li {
  border-bottom: 1px dotted #999;
  cursor: pointer;
  padding: 3px;
}

#marker_list li:hover {
  color: #fff;
  background: #13ae67;
}

.markerlist_none {
  display: none !important;
}

.spot-btn-set {
  text-align: center;
  list-style: none;
  margin-right: 0px;
  margin-left: 0px;
}

.spot-btn-set li {
  display: inline-block;
}

.supported-badge {
  background-color: #ffba44;
  font-size: 12px;
  padding: 1px 4px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 4px;
}

/**
 * myroot
 */
#fav-box {
  display: none;
}

.root-list {
  border: 1px #c0c0c0 solid;
  padding: 15px;
  background: #fff;
  margin: 10px;
  height: 400px;
  overflow-y: auto;
}

.root-list h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.root-list p {
  border-bottom: 1px dotted #ccc;
  padding: 0 8em 5px 0;
  margin: 0 0 5px;
  position: relative;
}

.root-list ul {
  padding: 0px;
  list-style: none;
}

.root-list ul span {
  display: block;
  position: static;
  text-align: right;
}

.root-list ul li {
  background: url(../images/common/tri-blue.png) no-repeat left 8px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  padding-left: 14px;
  padding-top: 3px;
}

.myroot-map {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 5px;
  clear: both;
  margin-bottom: 20px;
}

.root-select {
  margin-bottom: 20px;
  clear: both;
  background: url(../images/myroot/root-select_bg.png) no-repeat center 250px;
}

.fav-spot-list h3 {
  background: url(../images/myroot/fav-spot-list_h3_bg.png) no-repeat center center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 45px;
  margin-bottom: 5px;
}

.make-root h3 {
  background: url(../images/myroot/make-root_h3_bg.png) no-repeat center center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 45px;
  margin-bottom: 5px;
}

.choice-box .del-all,
.yours-box .del-all {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  padding: 2px 4px;
  background: #ddd;
  border-radius: 4px;
  width: 100px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.choice-box .del-spot,
.yours-box .del-spot {
  display: block;
  padding: 2px 4px;
  background: #ddd;
  border-radius: 4px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 11px;
  color: #666;
}

.choice-box .icn-set,
.yours-box .icn-set {
  display: block;
  margin-bottom: 0px;
}

.choice-box .icn-set img,
.yours-box .icn-set img {
  margin-right: 3px;
}

.fav-spot-list {
  float: left;
  width: 46%;
}

.make-root {
  float: right;
  width: 46%;
}

.choice-box {
  border: 1px solid #ff814d;
  background: #fff;
  padding: 10px;
  overflow: auto;
  max-height: 400px;
  border-radius: 10px;
}

.choice-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-top: #cfcbb3 dotted 1px;
}

.choice-box li {
  line-height: 140%;
  clear: both;
  border-bottom: #cfcbb3 dotted 1px;
  padding: 5px 0;
  margin: 0px;
  position: relative;
}

.choice-box li:hover {
  background: #fcf5d9 url(../images/myroot/choice-icon.png) no-repeat right bottom;
  cursor: pointer;
}

.choice-box li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.choice-box li span {
  color: #ff814d;
  font-size: 14px;
  font-weight: bold;
  line-height: 220%;
  margin-bottom: 20px;
}

.yours-box {
  border: 1px solid #7fb01b;
  background: #fff;
  padding: 10px;
  max-height: 400px;
  border-radius: 10px;
  overflow: auto;
}

.yours-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-top: #cfcbb3 dotted 1px;
}

.yours-box li {
  line-height: 140%;
  clear: both;
  border-bottom: #cfcbb3 dotted 1px;
  padding: 5px 0;
  margin: 0px;
  position: relative;
}

.yours-box li:hover {
  background: #e5ffdd;
  cursor: pointer;
}

.yours-box li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.yours-box li span {
  color: #7fb01b;
  font-size: 14px;
  font-weight: bold;
  line-height: 220%;
  margin-bottom: 20px;
}

.thumb img,
.radius {
  border: 1px solid #999;
  margin-right: 20px;
  float: left;
}

.myroot-map-title {
  clear: both;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 2px solid #7fb01b;
  position: relative;
  min-height: 40px;
  padding-right: 100px !important;
}

.myroot-map-title button {
  background: #ffba44; /* Old browsers */
  border: none;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 6px 24px 5px;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 0px;
  font: normal 12px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.myroot-map {
  height: 400px;
  clear: both;
  background: #fff;
  padding: 2px;
  border: 1px solid #c0c0c0;
}

.spot01 a {
  color: #f90;
}

.spot01 a:visited {
  color: #f90;
}

.spot02 a {
  color: #039;
}

.spot02 a:visited {
  color: #039;
}

.add-fav-spot {
  border: 1px solid #ff814d;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.add-fav-spot h4 {
  font-size: 15px;
  color: #ff814d;
  margin-bottom: 10px;
  margin-top: 0px;
}

.cat-spot-select {
  list-style: none;
  font-size: 0px;
  padding: 0px;
  margin: 5px 0px;
  text-align: center;
}

.cat-spot-select li {
  font-size: 13px;
  display: inline-block;
  margin: 0px;
  text-align: center;
  border-right: 1px solid #999;
}

.cat-spot-select li:first-child {
  border-left: 1px solid #999;
}

.cat-spot-select li a {
  padding-right: 8px;
  padding-left: 8px;
}

#del-all-root {
  display: none;
}

/* モーダルウィンドウ*/
#modal-content {
  /*width:50%;*/
  margin: 0;
  /*padding:10px 20px;*/
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}

#modal-content p {
  margin: 0 0 10px;
  padding: 0;
}

.save {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #9e9e9e;
  text-align: center;
  padding: 30px 20px 20px;
  position: relative;
}

.s-title {
  font-size: 14px;
  font-weight: bold;
  color: #87ab18;
}

.btn-close {
  font-size: 12px;
  line-height: 15px;
  color: #666;
  background: #ccc;
  height: 15px;
  width: 15px;
  border: 1px solid #666;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}

.btn-close a {
  color: #666;
  display: block;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.75);
}

#model-root-list a {
  color: #df6c6c;
  font-weight: bold;
}

#model-root-list a:hover {
  color: #0d7bee;
}

#model-root-list a.show-modelroot {
  color: #0d7bee;
  text-decoration: none;
  font-weight: normal;
}

#model-root-list a.show-modelroot:hove {
  text-decoration: underline;
}

.del-map {
  color: #ff0000;
}

.acf-map img,
#map-area img {
  max-width: initial;
  max-width: unset;
}

/**
 * route
 */
.route-list {
  margin-bottom: 20px;
  clear: both;
}

.route-title strong {
  background: #ff629c;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 8px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: baseline;
  font: 120% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.access-type {
  background-image: url(../images/myroot/access-type_bg.png);
  background-position: center bottom;
  padding-top: 0px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  text-align: center;
}

.access-type p {
  margin-bottom: 0px;
}

.access-type span {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 7px;
  padding-bottom: 5px;
  font-size: 16px;
}

.access-type span.access-walk {
  background-image: url(../images/myroot/access_walk.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}

.access-type span.access-car {
  background-image: url(../images/myroot/access_car.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}

.access-type span.access-train {
  background-image: url(../images/myroot/access_train.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}

.access-type span.access-bus {
  background-image: url(../images/myroot/access_bus.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}

.access-type span.access-taxi {
  background-image: url(../images/myroot/access_taxi.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}

.access-type span.access-station {
  background-image: url(../images/myroot/access_station.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

.access-type span.access-busstop {
  background-image: url(../images/myroot/access_busstop.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

.route-day {
  font-size: 14px;
  color: #fff;
  background-color: #333;
  text-align: center;
  height: 60px;
  width: 60px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.route-day span {
  font-size: 28px;
}

#tabBox2,
#tabBox3,
#tabBox4,
#tabBox5 {
  display: none;
}

/**
 * Town
 * ----------------------------------------------------------------------------
 */
.about-tokachi-menu {
  list-style-type: none;
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-size: 0px;
  text-align: center;
}

.about-tokachi-menu li {
  display: inline-block;
  margin: 10px;
  padding: 0px;
  max-width: 40%;
  height: auto;
}

.town-index-list {
  margin: 10px 0px;
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  font-size: 0px;
}

.town-index-list li {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 10%;
  color: #999;
  margin-bottom: 5px;
}

.town-index-list li a {
  display: block;
  margin-right: 2px;
  margin-left: 2px;
  border: 1px solid #ccc;
  color: #666;
  border-radius: 6px;
}

.town-index-list li a:hover {
  color: #333;
  background-color: #fff;
}

.town-fes-list {
  padding: 0px 15px 15px;
  borde: none;
  border-radius: 10px;
  border: 1px solid #ccc;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.town-info {
  border: 1px solid #ccc;
  padding: 0px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.town-info h2 {
  font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom-width: 1px;
  border-top-style: none;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
}

.town-gallery {
  clear: both;
  margin-bottom: 20px;
  font-size: 0px;
}

.town-gallery dl {
  padding: 0px;
  width: 33.33%;
  display: inline-block;
  margin: 0px 0px 10px;
  vertical-align: top;
}

.town-gallery dl dt {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.town-gallery dl dd {
  font-size: 12px;
  margin: 0px 10px 10px;
}

.town-gallery dl dd h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mapcode {
  background: url(../images/scenic/icon_mapcode.gif) no-repeat left center;
  line-height: 20px;
  display: block;
  padding-left: 70px;
  margin-bottom: 3px;
}

/**
 * event
 */
.fc-header-title h2 {
  margin-bottom: 0px;
  border-style: none;
}

.eo-event-meta {
  list-style: none;
  padding-left: 8px;
  width: auto !important;
  float: none;
  margin: 10px 0px;
}

.eo-event-meta li {
  margin-bottom: 5px;
}

.eo-event-meta strong {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  margin-right: 5px;
  background: #c30000;
  font-size: 12px;
  text-align: center;
  width: 5em;
  padding-top: 1px;
  padding-bottom: 0px;
}

.event-entry-meta {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

#eo-upcoming-dates {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
}

/**
 * about-page
 */
.kaiin-dl {
  border: #ccc 1px solid;
  overflow: hidden;
  border-top: none;
  margin: 20px 15px;
  background: #f6f6f6;
}

.kaiin-dl dt {
  float: left;
  border-top: 1px solid #ccc;
  width: 280px;
  padding: 10px;
  margin: 0px;
}

.kaiin-dl dd {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  margin: 0px;
  margin-left: 280px;
  background: #fff;
}

/**
 * sitemap
 */
.sitemap * {
  background: url(none) !important;
}

.sitemap a {
  background: #fff;
  border-style: none !important;
  text-align: left !important;
}

.sitemap ul {
  margin: 3px;
  padding: 2px 0px 2px 1.5em !important;
}

.sitemap li {
  text-align: left;
  float: none !important;
  width: auto;
  padding: 0px;
  margin: 2px;
}

.welcome-pamf-list {
  border: 2px solid #66c3cf;
  padding: 15px;
  border-radius: 10px;
  margin: 0px 0px 20px;
}

.welcome-pamf-list dt {
  float: left;
  height: 60px;
  width: 140px;
  margin-right: 20px;
}

.welcome-pamf-list dt img {
  margin-right: 10px;
}

.welcome-pamf-list dd {
  min-height: 60px;
  overflow: auto;
  font-size: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#genki-bnr {
  width: 100%;
  height: 1px;
  z-index: 100000;
  position: absolute;
  left: 0px;
  top: 10px;
}

.genki-bnr-inner {
  height: 1px;
  max-width: 1340px;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

#genki-bnr img:hover {
  opacity: 1;
}

.fb-block {
  text-align: center;
  width: 48%;
  margin-bottom: 20px;
}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

.photospot-list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
}

.photospot-list li {
  margin: 10px 0;
  padding: 0;
  flex: 0 0 50%;
  position: relative;
  padding-left: 30px;
}

.photospot-list li .lm-num {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #569cfe;
  text-align: center;
  margin-right: 5px;
  padding: 2px 1px 1px;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.model-route-list {
  display: flex;
  flex-flow: row wrap;
}

.model-route-list article {
  flex: 0 1 31%;
  margin: 0 1% 15px;
}

.covid-info-block {
  border: solid 2px #59b01a;
  padding: 10px;
  margin-bottom: 15px;
}

.covid-info-block img {
  max-width: 100%;
  height: auto;
}

.movie-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.movie-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .index-news-list dt {
    float: left;
    margin-right: 1rem;
    font-weight: normal;
    padding: 0.3rem;
  }
  .tokachi-image {
    height: 500px;
  }
  .list-towns .btn {
    font-size: 16px;
  }
  .btn-set {
    white-space: nowrap;
  }
  .btn-set .btn {
    margin: 1rem;
    font-size: 1rem;
  }
  .nav-tabs.fb-tabs {
    display: flex;
    justify-content: space-between;
  }
  .nav-tabs.fb-tabs .nav-item {
    flex: 0 0 32.3%;
  }
  .bnr-list-hr {
    display: flex;
    justify-content: center;
  }
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta,
  .sidebar .comment-list,
  .sidebar .comment-reply-title,
  .sidebar .comment-navigation,
  .sidebar .comment-respond .comment-form,
  .sidebar .featured-gallery,
  .sidebar .post-navigation .nav-links,
  .author.sidebar .author-info {
    max-width: 630px;
    padding-left: 0;
    padding-right: 0;
  }
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .attachment .entry-header,
  .sidebar .comments-title {
    max-width: 630px;
  }
  .sidebar .archive-meta,
  .attachment .entry-header,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .site-info,
  .sidebar .comments-title,
  .sidebar .no-comments {
    padding-left: 0;
    padding-right: 0;
  }
  .attachment .entry-meta {
    float: left;
    text-align: left;
    width: 100%;
  }
  .attachment .entry-content {
    max-width: 100%;
    padding: 40px 0;
  }
  .format-status .entry-content {
    padding-top: 40px;
  }
  .format-status .entry-meta {
    padding-bottom: 40px;
  }
  #primary,
  #secondary {
    max-width: 100%;
    float: none;
    clear: both;
    margin: 10px 0px;
  }
  .sidebar .format-status .entry-content,
  .sidebar .format-status .entry-meta {
    padding-left: 35px;
  }
  .sidebar .format-status .entry-content:before,
  .sidebar .format-status .entry-meta:before {
    left: 10px;
  }
  .sidebar .format-status .entry-content p:first-child:before {
    left: 4px;
  }
  .sidebar .paging-navigation .nav-links {
    padding: 0 60px;
  }
  .site-main .sidebar-container {
    height: auto;
    margin: 0 auto;
    max-width: 630px;
    position: relative;
    top: 20px;
  }
  .site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sidebar .site-footer .widget-area {
    max-width: 100%;
    left: 0;
  }
  .widget-full {
    margin-right: 2%;
    margin-left: 2%;
  }
  .index-bnr-list img {
    width: 100% !important;
    height: auto;
  }
  .fb-div iframe {
    width: 100% !important;
  }
  #fb-widget {
    width: 49%;
    float: left;
  }
  #tw-widget {
    width: 49%;
    float: right;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .sidebar img.alignleft,
  .sidebar .wp-caption.alignleft {
    margin-left: 0;
  }
  .sidebar img.alignright,
  .sidebar .wp-caption.alignright {
    margin-right: 0;
  }
  .error404 .page-header {
    margin-left: auto;
    max-width: 630px;
    width: 100%;
  }
  .archive-header,
  .search .page-header,
  .archive .page-header,
  .blog .page-header,
  .error404 .page-content,
  .search .page-content,
  .archive .page-content,
  .attachment .entry-header,
  .attachment .entry-content,
  .post-navigation .nav-links,
  .sidebar .site-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .error404 .page-title {
    font-size: 24px;
    padding: 180px;
  }
  .error404 .page-title:before {
    font-size: 554px;
  }
  .attachment .image-navigation {
    max-width: 724px;
  }
  .image-navigation .nav-previous,
  .image-navigation .nav-next {
    position: static;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* event*/
.event-header {
  padding-top: 1.5rem;
}

.event-entry-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.event-entry-meta .event-date {
  display: inline-flex;
  align-items: center;
}
.event-entry-meta .event-category {
  display: inline-flex;
  align-items: center;
}
.event-entry-meta .event-category a {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 4px;
  background-color: #efefef;
  color: #000;
  text-decoration: none;
  margin-left: 5px;
  white-space: nowrap;
}
.event-entry-meta .badge-ev-date {
  background-color: #ededed;
  margin-right: 0.5rem;
}
.event-entry-meta .badge-ev-cat {
  background-color: #ededed;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .event-data-table {
    border-top: solid 1px #ccc;
  }
}
.event-data-table dt {
  display: block;
  background-color: #ededed;
  padding: 0.25em 1em;
  margin: 0;
}
@media (min-width: 768px) {
  .event-data-table dt {
    float: left;
    min-width: 6em;
    padding: 0.4em 1em;
  }
}
.event-data-table dd {
  display: block;
  background-color: #fff;
  padding: 0.1em 1em;
  margin: 0;
}
@media (min-width: 768px) {
  .event-data-table dd {
    padding: 0.4em 1em 0.4em 7em;
    border-bottom: solid 1px #ccc;
  }
}

.table-event-data {
  border-top: solid 1px #e5e5e5;
  border-bottom: none;
}
.table-event-data th {
  display: block;
  background-color: #ededed;
  padding: 0.25em 1em;
  margin: 0;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .table-event-data th {
    display: table-cell;
    min-width: 6em;
    padding: 0.4em 1em;
    border-bottom: solid 1px #e5e5e5;
  }
}
.table-event-data td {
  display: block;
  background-color: #fff;
  padding: 0.4em 1em;
  margin: 0;
  border-top: none;
  border-bottom: solid 1px #e5e5e5;
}
@media (min-width: 768px) {
  .table-event-data td {
    display: table-cell;
    padding: 0.4em 1em;
  }
}

.xo-month a {
  text-decoration: none !important;
}

.post-event-list .media .post-event-list-thumbnail {
  margin-bottom: 1rem;
}

.ev-map {
  width: 100%;
  height: 450px;
}
.ev-map iframe {
  width: 100%;
  height: 450px;
}

.xo-event-calendar {
  margin-bottom: 1.5rem;
}
.xo-event-calendar table.xo-month {
  border: 1px solid #aaa !important;
  border-right-width: 0 !important;
}
.xo-event-calendar .month-dayname td div {
  font-size: 1.25rem !important;
}
.xo-event-calendar .month-event-title {
  opacity: 0.8;
}

.calendar-caption {
  font-size: 1.5rem;
  font-weight: bold;
}

.post-event-card-list .post-event-card-list-thumbnail {
  position: relative;
  padding-top: 66.66%;
  overflow: hidden;
}
.post-event-card-list .post-event-card-list-thumbnail img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-event-card-list .entry-title {
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
.post-event-card-list .entry-title a {
  color: #464646;
  text-decoration: none;
}
.post-event-card-list .event-category {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.25rem;
  top: -5px;
  right: -5px;
}
.post-event-card-list .event-category a {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 4px;
  background-color: #efefef;
  color: #000;
  text-decoration: none;
  margin-left: 5px;
  white-space: nowrap;
}
.post-event-card-list .event-category .badge-ev-cat {
  background-color: #ededed;
  margin-right: 0.5rem;
}
.post-event-card-list .event-entry-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.post-event-card-list .event-entry-meta .event-date {
  display: inline-flex;
  align-items: center;
}
.post-event-card-list .event-entry-meta .badge-ev-date {
  background-color: #ededed;
  margin-right: 0.5rem;
}
.post-event-card-list .card-body p {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.list-event-towns {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}
.list-event-towns li {
  padding-right: 0.5rem;
}
.list-event-towns li a.badge {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
}

.pagination {
  justify-content: center;
  margin: 2rem 0;
}

.bl_sns-share {
  background-color: #fff;
}

.column_sns-share {
  border: #f7931e solid 2px;
  padding: 15px;
  border-radius: 8px;
}

.ttl_sns-share {
  text-align: center;
  font-size: 18px;
  color: #f7931e;
  margin: 0 0 10px;
}

.sns-share-btns {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sns-share-btns .sns-btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: table-cell;
  backface-visibility: hidden;
}
.sns-share-btns .sns-btn a {
  display: block;
  color: #fff;
  padding: 0.3em 0 0.1em;
  text-align: center;
  font-size: 1.3em;
}
.sns-share-btns .sns-btn.b-x {
  background: #000;
}
.sns-share-btns .sns-btn.b-x:hover {
  background: #0d0d0d;
}
.sns-share-btns .sns-btn.b-facebook {
  background: #3b5998;
}
.sns-share-btns .sns-btn.b-facebook:hover {
  background: #4264aa;
}
.sns-share-btns .sns-btn.b-line {
  background: #06c755;
}
.sns-share-btns .sns-btn.b-line:hover {
  background: #07e060;
}
.sns-share-btns .sns-btn .icn {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-share-btns .sns-btn .icn.icn-x {
  background-image: url(../images/common/icn-x-w.svg);
}
.sns-share-btns .sns-btn .icn.icn-fb {
  background-image: url(../images/common/icn-facebook-w.svg);
}
.sns-share-btns .sns-btn .icn.icn-line {
  background-image: url(../images/common/icn-line-w.svg);
}

/* footer */
#btn-page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1001;
  display: block;
  width: 40px;
  height: 40px;
}

#btn-page-top a {
  width: 100%;
  height: 100%;
  background: url("../images/common/arrow-up.svg") no-repeat 50% 57% rgba(0, 0, 0, 0.3);
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#btn-page-top a:hover {
  background-color: #527d48;
  background-position: 50% 45%;
}

#btn-page-top a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px 0px 0px -9px;
}

.site-footer {
  font-size: 14px;
  text-align: center;
  border-top: solid 5px #527d48;
}

.footer-sitename {
  color: #527d48;
  margin: 10px;
  font-size: 21px;
  font-weight: bold;
}

.site-footer .copy-section p {
  font-size: 12px;
  margin: 0 15px 5px;
}

.site-footer .footer-menu li {
  float: none;
  display: block;
  overflow: hidden;
}

.site-footer .footer-menu li:last-child {
  border-bottom: none;
}

footer.site-footer .widget .tagcloud a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

footer .footer-menu ul {
  margin: 10px 0;
  justify-content: center;
}

footer .footer-menu li a {
  border-left: 1px solid #ccc;
  padding: 0.25em 0.25em;
}

footer .footer-menu li:last-child a {
  border-right: 1px solid #ccc;
}

.sns-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}

.sns-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.sns-nav ul li {
  padding: 0;
  margin: 0;
  flex: 0 1 15%;
}

.sns-nav ul a:after {
  display: none;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .sns-nav {
    left: auto;
    bottom: auto;
    right: 0;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
  }
  .sns-nav ul {
    display: block;
    width: 50px;
  }
  .sns-nav ul li {
    padding: 0;
    margin: 0 0 2px;
  }
}
/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  footer .footer-menu li a {
    border-left: 1px solid #ccc;
    padding: 0.25em 1em;
  }
}
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
/* sidebar */
.sub-section {
  display: block;
}

.sub-section .widget {
  margin-bottom: 25px;
}

.sub-section .media {
  padding: 1em 0 0.8em;
  margin-top: 0;
}

.sub-section .media .post-list-thumbnail {
  width: 80px;
  padding-right: 15px;
}

.sub-section .media .media-heading {
  font-size: 14px;
}

.sub-section li > a:hover {
  text-decoration: underline;
}

.sub-section li.current-cat > a, .sub-section li.current-page-item > a {
  background-color: rgba(0, 0, 0, 0.05);
}

.sub-section:after {
  content: "";
  clear: both;
  display: block;
}

.sub-section-title {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: solid 3px #527d48;
}

.sub-section-title i {
  margin-right: 8px;
}

.widget {
  display: block;
}

.widget .sub-section-title {
  margin-top: 0;
  font-size: 18px;
}

.widget ul {
  margin-top: 0;
}

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

.widget-link-list ul, .widget-recent-comments ul, .widget-nav-menu ul, .widget-archive ul, .widget-categories ul, .widget-pages ul, .widget-recent-entries ul {
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.widget-link-list .sub-section-title, .widget-nav-menu .sub-section-title, .widget-archive .sub-section-title, .widget-categories .sub-section-title, .widget-pages .sub-section-title, .widget-recent-entries .sub-section-title {
  margin-bottom: 0;
}

.widget-link-list ul li, .widget-nav-menu ul li, .widget-archive ul li, .widget-categories ul li, .widget-pages ul li, .widget-recent-entries ul li {
  margin-bottom: 0;
}

.widget-link-list ul li a, .widget-nav-menu ul li a, .widget-archive ul li a, .widget-categories ul li a, .widget-pages ul li a, .widget-recent-entries ul li a {
  display: block;
  padding: 10px 0.5em 8px;
  border-bottom: 1px solid #e5e5e5;
  color: #464646;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.widget-link-list ul li li a, .widget-nav-menu ul li li a, .widget-archive ul li li a, .widget-categories ul li li a, .widget-pages ul li li a, .widget-recent-entries ul li li a {
  padding-left: 1.5em;
}

.widget-link-list ul li li li a, .widget-nav-menu ul li li li a, .widget-archive ul li li li a, .widget-categories ul li li li a, .widget-pages ul li li li a, .widget-recent-entries ul li li li a {
  padding-left: 2.5em;
}

.widget-link-list ul li li li li a, .widget-nav-menu ul li li li li a, .widget-archive ul li li li li a, .widget-categories ul li li li li a, .widget-pages ul li li li li a, .widget-recent-entries ul li li li li a {
  padding-left: 3.5em;
}

.widget-link-list ul li li li li li a, .widget-nav-menu ul li li li li li a, .widget-archive ul li li li li li a, .widget-categories ul li li li li li a, .widget-pages ul li li li li li a, .widget-recent-entries ul li li li li li a {
  padding-left: 4.5em;
}

.widget-link-list ul li li li li li li a, .widget-nav-menu ul li li li li li li a, .widget-archive ul li li li li li li a, .widget-categories ul li li li li li li a, .widget-pages ul li li li li li li a, .widget-recent-entries ul li li li li li li a {
  padding-left: 5.5em;
}

.widget-link-list ul li li li li li li li a, .widget-nav-menu ul li li li li li li li a, .widget-archive ul li li li li li li li a, .widget-categories ul li li li li li li li a, .widget-pages ul li li li li li li li a, .widget-recent-entries ul li li li li li li li a {
  padding-left: 6.5em;
}

.widget-link-list ul li li li li li li li li a, .widget-nav-menu ul li li li li li li li li a, .widget-archive ul li li li li li li li li a, .widget-categories ul li li li li li li li li a, .widget-pages ul li li li li li li li li a, .widget-recent-entries ul li li li li li li li li a {
  padding-left: 7.5em;
}

.widget-link-list ul li li li li li li li li li a, .widget-nav-menu ul li li li li li li li li li a, .widget-archive ul li li li li li li li li li a, .widget-categories ul li li li li li li li li li a, .widget-pages ul li li li li li li li li li a, .widget-recent-entries ul li li li li li li li li li a {
  padding-left: 8.5em;
}

.widget-link-list ul li li li li li li li li li li a, .widget-nav-menu ul li li li li li li li li li li a, .widget-archive ul li li li li li li li li li li a, .widget-categories ul li li li li li li li li li li a, .widget-pages ul li li li li li li li li li li a, .widget-recent-entries ul li li li li li li li li li li a {
  padding-left: 9.5em;
}

.widget-link-list ul li li li li li li li li li li li a, .widget-nav-menu ul li li li li li li li li li li li a, .widget-archive ul li li li li li li li li li li li a, .widget-categories ul li li li li li li li li li li li a, .widget-pages ul li li li li li li li li li li li a, .widget-recent-entries ul li li li li li li li li li li li a {
  padding-left: 10.5em;
}

.widget-link-list ul ul, .widget-nav-menu ul ul, .widget-archive ul ul, .widget-categories ul ul, .widget-pages ul ul, .widget-recent-entries ul ul {
  margin: 0;
  padding-left: 0;
}

.widget-archive select, .widget-categories select {
  margin-top: 10px;
}

.widget-ltg-adv-post-list .pt-0 .main-section-title {
  margin-bottom: 0;
}

.widget-ltg-adv-full-wide-title-outer {
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.widget-ltg-adv-full-wide-title-title {
  font-size: 2.4rem;
  padding: 0;
  margin-bottom: 0.3em;
  line-height: 1.4em;
  background: none;
  border: none;
}

.widget-ltg-adv-full-wide-title-title:last-child {
  margin-bottom: 0;
}

.widget-ltg-adv-full-wide-title-caption {
  margin-bottom: 0;
  line-height: 1.4em;
}

.widget .tagcloud a {
  border-radius: 4px;
  padding: 3px 10px 1px;
  line-height: 2.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
}

.widget-ltg-adv-full-wide-title-outer {
  margin: 0 calc(50% - 50vw) 3em;
  padding: 3em calc(50vw - 50%);
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.index-spot-cat-list {
  font-size: 0px;
}

.index-spot-cat-list li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  margin-bottom: 3px;
}

.sidebar-spot-search .search-form {
  position: relative;
}

.sidebar-spot-search .search-field {
  cursor: pointer;
  height: 30px;
  margin: 3px 0 8px;
  padding: 0 30px 0 5px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999999;
  cursor: text;
  outline: 0;
  width: 100%;
}

.sidebar-spot-search .search-form .search-submit {
  display: block;
  height: 26px;
  width: 26px;
  background: #ffba44 url(../images/common/search-icon-w.png) no-repeat center center;
  padding: 0px;
  border-style: none;
  position: absolute;
  top: 2px;
  right: 3px;
}

#menu-areamenu {
  padding: 0px;
}

#menu-areamenu li {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px;
  border-style: none;
}

#menu-areamenu li a {
  display: block;
  border: 1px solid #b3b3b3;
  background: #e6e6e6;
  margin: 2px;
  text-align: center;
  line-height: 1.4em;
  font-size: 13px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
}

.sidebar-h2 {
  font-size: 21px;
  margin: 0px 0px 5px;
  padding: 0px;
}

.spotmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spotmenu li.menu-item-has-children, .spotmenu li.menu-item-1399, .spotmenu li.menu-item-4523 {
  border-bottom: 1px solid #ffba44;
}

.widget .menu li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2d9400;
}

.widget .menu .current-menu-item a {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  color: #000;
}

.widget .spotmenu a {
  color: #000;
  text-decoration: none;
  display: block;
}

.widget .spotmenu a:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(230, 230, 230, 0.7);
  border-radius: 5px;
}

.widget .spotmenu ul .current-menu-item a {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  color: #000;
}

.spotmenu > li {
  margin: 0;
}

.spotmenu > li > a {
  font-size: 16px;
  padding-left: 30px;
  line-height: 36px;
}

.spotmenu .spot-cat01 > a {
  background: url(../images/spot/icn_side_spotmenu01.png) no-repeat 5px center;
}

.spotmenu .spot-cat02 > a {
  background: url(../images/spot/icn_side_spotmenu02.png) no-repeat 5px center;
}

.spotmenu .spot-cat03 > a {
  background: url(../images/spot/icn_side_spotmenu03.png) no-repeat 5px center;
}

.spotmenu .spot-cat04 > a {
  background: url(../images/spot/icn_side_spotmenu04.png) no-repeat 5px center;
}

.spotmenu .spot-cat05 > a {
  background: url(../images/spot/icn_side_spotmenu05.png) no-repeat 5px center;
}

.spotmenu .spot-cat06 > a {
  background: url(../images/spot/icn_side_spotmenu06.png) no-repeat 5px center;
}

.spotmenu .spot-cat07 > a {
  background: url(../images/spot/icn_side_spotmenu07.png) no-repeat 5px center;
}

.spotmenu .menu-item-has-children > a {
  padding-right: 24px;
  display: block;
  position: relative;
}
.spotmenu .menu-item-has-children > a > .sub-menu-toggle.is-active::before {
  content: "-";
}
.spotmenu .menu-item-has-children > a > .sub-menu-toggle::before {
  content: "+";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 36px;
  margin: auto;
  color: inherit;
  background-color: #efefef;
  line-height: 36px;
  text-align: center;
  vertical-align: top;
  z-index: 80;
}
.spotmenu .menu-item-has-children .sub-menu .sub-menu-toggle {
  display: none;
}
.spotmenu .sub-menu {
  display: none;
  visibility: visible;
  position: static;
  width: 100%;
  opacity: 1;
}
.spotmenu .sub-menu .sub-menu {
  display: block;
  visibility: visible;
  position: static;
  width: 100%;
  opacity: 1;
}

.spotmenu .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

.spotmenu .sub-menu li {
  border-top: 1px dotted #ffba44;
  margin: 0;
}

.spotmenu .sub-menu a {
  padding: 5px 5px 5px 30px;
  display: block;
}

.widget_categories ul, .widget_recent_entries ul, .page-menu-widget ul {
  margin-bottom: 20px;
}

.widget_categories ul li, .widget_recent_entries ul li, .page-menu-widget ul li {
  border-bottom: 1px solid #999;
}

.widget_categories ul li li, .widget_recent_entries ul li li, .page-menu-widget ul li li {
  border-top: 1px dotted #999;
  border-bottom-style: none;
}

.widget_categories ul li a, .widget_recent_entries ul li a, .page-menu-widget ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 4px 3px 2px;
}

.widget_categories ul li a:hover, .widget_recent_entries ul li a:hover, .page-menu-widget ul li a:hover {
  color: #000;
  text-decoration: none;
  display: block;
  background-color: rgba(230, 230, 230, 0.7);
  padding: 4px 3px 2px;
}

.eo__event_categories li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c30000;
}

.eo__event_categories a {
  font-size: 16px;
  color: #000 !important;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 4px;
  display: block;
}

.eo__event_categories a:hover {
  background-color: rgba(230, 230, 230, 0.7);
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}

.eo__event_categories .current-menu-item a {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  color: #000;
}

.widget_polls-widget {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px !important;
  border-radius: 10px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget, .widget-full {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 20px;
  padding: 0px;
  word-wrap: break-word;
  border-radius: 10px;
}

.sidebar-footer .widget-title {
  font-size: 16px;
}

#secondary .widget-title {
  border-radius: 6px;
  padding-left: 10px;
  margin: 0px 0px 5px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  background-color: #43a700;
}

#secondary .widget-spot-menu .widget-title, #secondary .index-spot-search .widget-title {
  color: #FFF;
  background: #ffba44;
}

#secondary .sidebar-event .widget-title {
  color: #FFF;
  background-color: #c30000;
}

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

.widget li {
  padding: 5px 0;
}

.widget .children li:last-child {
  padding-bottom: 0;
}

.widget li > ul, .widget li > ol {
  margin-left: 20px;
}

.widget a {
  color: #0D7BEE;
}

.widget a:hover {
  color: #0099FF;
}

/* Search widget */
.search-form .search-submit {
  display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
}

.widget_rss .rss-date, .widget_rss li > cite {
  color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td, .widget_calendar th {
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 1px;
}

.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}

.widget_calendar th, .widget_calendar td {
  padding: 0;
  text-align: center;
}

.widget_calendar a {
  display: block;
}

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .widget-ltg-adv-full-wide-title-title {
    font-size: 2.8rem;
  }
}
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .widget-ltg-adv-full-wide-title-title {
    font-size: 3.2rem;
  }
}
/* gmenu */
#menu-btn {
  background-color: #527d48;
  font-size: 11px;
  color: #fff;
  text-align: center;
  display: block;
  height: 50px;
  width: 50px;
  padding: 5px 0 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

#menu-btn span {
  display: block;
  position: absolute;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding-top: 3px;
}

#menu-btn span:nth-child(1) {
  top: 8px;
  left: 12px;
  width: 24px;
}

#menu-btn span:nth-child(2) {
  top: 15px;
  left: 12px;
  width: 24px;
}

#menu-btn span:nth-child(3) {
  top: 23px;
  left: 12px;
  width: 24px;
}

#menu-btn span:nth-child(4) {
  border: none;
  top: 26px;
  width: 50px;
  font-size: 10px;
}

#menu-btn.active span:nth-child(1) {
  top: 15px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-btn.active span:nth-child(2), #menu-btn.active span:nth-child(3) {
  top: 15px;
  left: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .gmenu-sp */
#gmenu-sp {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  transform: translateY(-110%);
  z-index: 99;
  padding: 60px 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.8s;
  max-height: 100vh;
  overflow-y: auto;
}

#gmenu-sp.active {
  transform: translateY(0%);
}

#gmenu-sp ul.gmenu {
  float: none;
  display: block;
  font-size: 16px;
  justify-content: center;
  margin: 5px 0;
}

#gmenu-sp ul.gmenu > li {
  position: relative;
  float: none;
  border-bottom: solid 1px #ccc;
  margin: 0;
}

#gmenu-sp ul.gmenu > li small {
  margin-left: 5px;
}

#gmenu-sp ul.gmenu a {
  background-color: inherit;
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  white-space: nowrap;
  display: block;
}

#gmenu-sp ul.gmenu .menu-item-has-children > a > .sub-menu-toggle::before {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 28px;
  height: 28px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  color: inherit;
  line-height: 22px;
  text-align: center;
  vertical-align: top;
  content: "+";
}

#gmenu-sp ul.gmenu .menu-item-has-children > a > .sub-menu-toggle.is-active::before {
  content: "-";
}

#gmenu-sp ul.gmenu a:hover, #gmenu-sp ul.gmenu a:focus {
  background-color: #000 !important;
  text-decoration: none;
}

#gmenu-sp ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
}

#gmenu-sp ul.sub-menu li {
  margin: 0;
  border-top: dashed 1px #fff;
}

#gmenu-sp .header-tel {
  color: #fff;
  text-align: center;
  padding: 0.5rem;
}

#gmenu-pc {
  display: none;
}

.nav-section .searchform {
  display: none;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #menu-btn, #gmenu-sp {
    display: none;
  }
  #gmenu-pc {
    display: block;
  }
  .gmenu-name {
    text-align: center;
    display: block;
  }
  .gmenu-description {
    text-align: center;
  }
  #gmenu-pc ul.gmenu {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-end;
    flex-wrap: nowrap;
    border-right: solid 1px #ededed;
  }
  #gmenu-pc ul.gmenu > li {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 0 0 130px;
  }
  #gmenu-pc ul.gmenu > li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ededed;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gmenu-pc ul.gmenu > li:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #gmenu-pc ul.gmenu > li > a {
    display: block;
    background-color: inherit;
    color: #707070;
    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
    line-height: 1.4;
  }
  #gmenu-pc ul.gmenu > li > a > strong {
    font-weight: normal;
  }
  #gmenu-pc ul.gmenu > li > a:hover, ul.gmenu > li > a:focus {
    text-decoration: none;
  }
  #gmenu-pc ul.gmenu > li > a {
    border-bottom: none;
  }
  #gmenu-pc ul.gmenu .menu-item-has-children > a {
    position: relative;
  }
  #gmenu-pc ul.gmenu .menu-item-has-children > a > .sub-menu-arrow::before {
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 18px;
    height: 18px;
    margin: auto;
    color: inherit;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    content: "▼";
    font-size: 10px;
  }
  #gmenu-pc ul.gmenu .menu-item-has-children > a:hover > .sub-menu-arrow::before {
    top: 16px;
    transition: 0.2s;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu {
    max-height: 0;
    position: absolute;
    z-index: 1000;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
    list-style: none;
    overflow: hidden;
    opacity: 0;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li {
    width: 240px;
    margin: 0;
    display: block;
    overflow: visible;
    position: relative;
    border-bottom: solid 1px #ddd;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li ul {
    margin-bottom: 0;
    display: none;
    position: absolute;
    left: 240px;
    top: 0.8em;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li a {
    display: block;
    padding: 0.3em 1em;
    color: #ddd;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  #gmenu-pc ul.gmenu > li:hover > ul.sub-menu {
    max-height: 600px;
    opacity: 1;
    transition-duration: 0.5s, 0.5s;
    transition-property: max-height, opacity;
  }
  #gmenu-pc ul.gmenu > li li:hover > ul.sub-menu {
    display: block;
  }
  #gmenu-pc ul.gmenu > li > a > i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 3px;
    background: center/auto 100% no-repeat;
  }
  #gmenu-pc ul.gmenu > li.gmenu01 > a > i {
    background-image: url("../images/common/icn-gmenu01.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu02 > a > i {
    background-image: url("../images/common/icn-gmenu02.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu03 > a > i {
    background-image: url("../images/common/icn-gmenu03.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu04 > a > i {
    background-image: url("../images/common/icn-gmenu04.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu05 > a > i {
    background-image: url("../images/common/icn-gmenu05.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu06 > a > i {
    background-image: url("../images/common/icn-gmenu06.svg");
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* catch */
/* slider */
.section-main-slider {
  position: relative;
}

.main-slider {
  height: 400px;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.main-slider .slick-prev, .main-slider .slick-next {
  z-index: 2;
}
.main-slider .slick-prev {
  left: 10px;
}
.main-slider .slick-next {
  right: 10px;
}
.main-slider .slick-dots {
  display: none !important;
}

.slide {
  padding-top: 400px;
  background: center/cover no-repeat;
  position: absolute;
}

.slide-obihiro {
  background-image: url(../images/index/mainimage_obihiro.jpg);
}

.slide-otofuke {
  background-image: url(../images/index/mainimage_otofuke.jpg);
}

.slide-shihoro {
  background-image: url(../images/index/mainimage_shihoro.jpg);
}

.slide-kamishihoro {
  background-image: url(../images/index/mainimage_kamishihoro.jpg);
}

.slide-shikaoi {
  background-image: url(../images/index/mainimage_shikaoi.jpg);
}

.slide-shintoku {
  background-image: url(../images/index/mainimage_shintoku.jpg);
}

.slide-shimizu {
  background-image: url(../images/index/mainimage_shimizu.jpg);
}

.slide-memuro {
  background-image: url(../images/index/mainimage_memuro.jpg);
}

.slide-nakasatsunai {
  background-image: url(../images/index/mainimage_nakasatsunai.jpg);
}

.slide-sarabetsu {
  background-image: url(../images/index/mainimage_sarabetsu.jpg);
}

.slide-taiki {
  background-image: url(../images/index/mainimage_taiki.jpg);
}

.slide-hiroo {
  background-image: url(../images/index/mainimage_hiroo.jpg);
}

.slide-makubetsu {
  background-image: url(../images/index/mainimage_makubetsu.jpg);
}

.slide-ikeda {
  background-image: url(../images/index/mainimage_ikeda.jpg);
}

.slide-toyokoro {
  background-image: url(../images/index/mainimage_toyokoro.jpg);
}

.slide-honbetsu {
  background-image: url(../images/index/mainimage_honbetsu.jpg);
}

.slide-asyoro {
  background-image: url(../images/index/mainimage_asyoro.jpg);
}

.slide-rikubetsu {
  background-image: url(../images/index/mainimage_rikubetsu.jpg);
}

.slide-urahoro {
  background-image: url(../images/index/mainimage_urahoro.jpg);
}

.slide-tokachi {
  background-image: url(../images/index/mainimage_tokachi.jpg);
}

.slide-data {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.slide-data h2 {
  margin-bottom: 5px;
}
.slide-data h2 img {
  width: 100px;
}
.slide-data p {
  margin-bottom: 0;
  color: #fff;
}

.pickup-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.pickup-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.pickup-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 40px;
}
.pickup-title i.icn {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  background: #fff center/contain no-repeat;
  overflow: hidden;
}
.pickup-title i.icn.pickup-cat01 {
  background-image: url("../images/common/icn-pickup01.png");
}
.pickup-title i.icn.pickup-cat02 {
  background-image: url("../images/common/icn-pickup02.png");
}
.pickup-title i.icn.pickup-cat03 {
  background-image: url("../images/common/icn-pickup03.png");
}
.pickup-title i.icn.pickup-cat04 {
  background-image: url("../images/common/icn-pickup04.png");
}
.pickup-title i.icn.pickup-cat05 {
  background-image: url("../images/common/icn-pickup05.png");
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  ul.page-nav {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  ul.page-nav li {
    border-right: solid 1px #5e000b;
    border-bottom: none;
  }
  ul.page-nav li:first-child {
    border-left: solid 1px #5e000b;
  }
  ul.page-nav li a {
    padding: 2px 0.5em;
  }
  .form-table th, .form-table td {
    display: table-cell;
  }
  .main-slider {
    height: 600px;
  }
  .main-slider .slick-dots {
    display: block !important;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slide {
    padding-top: 600px;
  }
  .pickup-item {
    height: 300px;
  }
  .slide-data {
    position: absolute;
    left: 15px;
    bottom: 30px;
  }
  .slide-data h2 img {
    width: 160px;
  }
  .pickup-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
  }
  .pickup-title i.icn {
    display: block;
    height: 40px;
    width: 40px;
  }
}
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
/* title */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7em;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main-section-title {
  margin: 1.5em 0 1em;
  clear: both;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 16px;
}

.archive-header {
  margin-bottom: 1em;
}

.archive-meta {
  margin-bottom: 2em;
}

.page-header {
  background-color: #527d48;
  background-image: url("../images/common/page-header-bg.jpg");
  background-size: cover;
  height: 200px;
}

.page-header .container {
  position: relative;
  height: 100%;
}

.page-header-title {
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 80%;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* タイトル 罫囲 */
.h-border {
  padding: 0.5em 0.75em;
  border: 1px solid #527d48;
}

/* タイトル 罫囲プラス */
.h-border-ac {
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
  border: 1px solid #ccc;
}

.h-border-ac::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #527d48;
  border-radius: 4px;
}

/* タイトル 上下w罫 */
.h-border-w-tb {
  position: relative;
  padding: 1em 0;
}

.h-border-w-tb::before,
.h-border-w-tb::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.h-border-w-tb::before {
  top: 0;
  border-top: 2px solid #527d48;
  border-bottom: 1px solid #527d48;
}

.h-border-w-tb::after {
  bottom: 0;
  border-top: 1px solid #527d48;
  border-bottom: 2px solid #527d48;
}

/* タイトル 左罫 */
.h-border-l {
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #527d48;
}

/* タイトル 左右罫 */
.h-border-side {
  overflow: hidden;
  text-align: center;
}

.h-border-side span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}

.h-border-side span::before,
.h-border-side span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 2px;
  background-color: #527d48;
}

.h-border-side span::before {
  right: 100%;
}

.h-border-side span::after {
  left: 100%;
}

/* タイトル 下罫2色 */
.h-border-btm2c {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ccc;
}

.h-border-btm2c::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #527d48;
}

/* タイトル 下罫インセット */
.h-border-btm-inset {
  position: relative;
  padding-bottom: 0.5em;
}

.h-border-btm-inset::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

/* タイトル マーカー */
.h-marker {
  position: relative;
  padding: 0 0.4em 0.1em;
}

.h-marker::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #F6FCB6;
}

/* タイトル 吹き出し */
.h-fukidashi {
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.h-fukidashi::before,
.h-fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  height: 0;
  width: 0;
  border: 10px solid transparent;
}

.h-fukidashi::before {
  border-top: 15px solid #ccc;
}

.h-fukidashi::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

/* タイトル index section */
.h-index-sect {
  overflow: hidden;
  text-align: center;
  color: #527d48;
}

.h-index-sect span {
  position: relative;
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0 1em;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}

.h-index-sect span i.icn {
  height: 40px;
  width: 50px;
  display: block;
  margin: 0 auto 0.25em;
  background: center/contain no-repeat;
}

.h-index-sect span small {
  font-size: 12px;
  display: block;
  margin: auto;
  margin: 0.25em 0 0;
}

.h-index-sect span::before,
.h-index-sect span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 2px;
  background-color: #527d48;
}

.h-index-sect span::before {
  right: 100%;
}

.h-index-sect span::after {
  left: 100%;
}

.h-index-sect span i.icn.icn-feature {
  background-image: url("../images/index/icn-feature.png");
}
.h-index-sect span i.icn.icn-modelroute {
  background-image: url("../images/index/icn-modelroute.svg");
}
.h-index-sect span i.icn.icn-event {
  background-image: url("../images/common/icn-event.svg");
}
.h-index-sect span i.icn.icn-news {
  background-image: url("../images/common/icn-news.svg");
}
.h-index-sect span i.icn.icn-fb {
  background-image: url("../images/common/icn-fb.svg");
}
.h-index-sect span i.icn.icn-link {
  background-image: url("../images/common/icn-link.svg");
}

.h-index-sect-tokachi {
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.h-index-sect-tokachi span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 15px 1em;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  background: url("../images/index/icn-tokachi-towns.svg") center/auto 100% no-repeat;
}

.h-index-sect-tokachi span small {
  font-size: 12px;
  display: block;
  margin: auto;
  margin: 0;
}

.h-index-sect-tokachi span::before,
.h-index-sect-tokachi span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 2px;
  background-color: #fff;
}

.h-index-sect-tokachi span::before {
  right: 100%;
}

.h-index-sect-tokachi span::after {
  left: 100%;
}

.h-index-sect-sns {
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.h-index-sect-sns span {
  position: relative;
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0 1em;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}

.h-index-sect-sns span i.icn {
  height: 40px;
  width: 50px;
  display: block;
  margin: 0 auto 0.25em;
  background: center/contain no-repeat;
}

.h-index-sect-sns span small {
  font-size: 12px;
  display: block;
  margin: auto;
  margin: 0.25em 0 0;
}

.h-index-sect-sns span::before,
.h-index-sect-sns span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 2px;
  background-color: #fff;
}

.h-index-sect-sns span::before {
  right: 100%;
}

.h-index-sect-sns span::after {
  left: 100%;
}

.h-index-sect-sns span i.icn.icn-sns {
  background-image: url("../images/common/icn-sns.svg");
}

/* タイトル main-section */
.entry-header .entry-title {
  position: relative;
  padding: 0.5em 0;
}

.entry-header .entry-title::before,
.entry-header .entry-title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.entry-header .entry-title::before {
  top: 0;
  border-top: 2px solid #527d48;
  border-bottom: 1px solid #527d48;
}

.entry-header .entry-title::after {
  bottom: 0;
  border-top: 1px solid #527d48;
  border-bottom: 2px solid #527d48;
}

.h-border-ac::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #527d48;
  border-radius: 4px;
}

.main-section h2 {
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: 5px solid #ccc;
}

.main-section h2::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 5px;
  background-color: #527d48;
}

.main-section h3 {
  padding: 0.15em 0 0.15em 0.5em;
  border-left: 5px solid #9ACC15;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 21px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  h2.main-section-title span.title-border {
    padding: 8px 3em;
  }
  .page-header {
    height: 300px;
  }
  .page-header-title {
    font-size: 28px;
    color: #fff;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
    min-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .h-index-sect span, .h-index-sect-tokachi span, .h-index-sect-sns span {
    font-size: 32px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .main-section header {
    position: relative;
  }
  .main-section header h1 {
    margin-top: 0;
    line-height: 1.4em;
  }
  h1.main-section-title {
    font-size: 24px;
  }
  h1.main-section-title i {
    margin-right: 8px;
  }
  h1.entry-title {
    font-size: 32px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* print */
@media print {
  #gmenu-sp, .site-header, .page-header, .bread-section, .sub-section, .site-footer, .site-content-after, #btn-page-top {
    display: none !important;
  }
}/*# sourceMappingURL=base-style.css.map */