/* ベース */
a {
  color: #43b9da;
}

.pc_only {
  display: none;
}

a:hover {
  text-decoration: none;
}

.main-text-color {
  color: #43b9da;
}

.content {
  background-color: #faf7f2;
}

.sticky-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1021;
}

.font-medium {
  font-weight: 500 !important;
}

/* Instagram 対応 */

div.embed-responsive.instagram:before {
  padding: 0;
}

div.embed-responsive.instagram {
  display: block;
  position: relative;
}

div.embed-responsive.instagram iframe {
  position: static;
  height: auto;
  min-height: 579px;
}


/* Header */

.header-container {
  width:  100%;
  max-width:  1400px;
  margin: auto;
  display:  flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  line-height: 1;
}

.header-navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.header-navbar .nav-link {
  padding: 0px;
}

.header-navbar li {
  text-align: center;
}

.header-navbar li p {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.7rem;
}

body > .container {
  margin-top: 70px;
}

div.container.top-page {
  margin-top: 0;
}

div.news.container {
  height: 30px;
  box-sizing: content-box;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

div.news.container .row {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

div.news.container * {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 30px;
  box-sizing: border-box;
}

div.news.container *:hover {
  text-decoration: none;
}

div.news.container .date {
  text-align: center;
  flex: 0 0 auto;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
}

div.news.container .more {
  flex: 0 0 auto;
}

div.news.container .more span {
  text-align: center;
  font-weight: bold;
}

div.news.container .more i {
  padding: 0 35px 0 10px;
}

div.news.container .title {
  flex: 1 1 auto;
  padding: 0 60px;
  font-size: 14px;
}

.header-navbar .nav-item .dropdown-menu {
  color: #FFFFFF;
  background-color: #43b9da;
}

.header-navbar .dropdown-menu {
  margin-top: 25px;
  border-radius: 0;
  border: 0;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}

.header-navbar .dropdown-menu:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 38%;
  border: 20px solid transparent;
  border-bottom: 20px solid #43b9da;
}

.header-navbar .dropdown-menu a {
  color: #FFFFFF;
  text-align: center;
}

.header-navbar .dropdown-menu a:hover {
  background-color: #43b9da;
}

.mobile-group > .sp-navbar {
  display: inline-block;
}

.sp-navbar {
  position: relative;
}

.sp-navbar input[type=checkbox] {
  display: none;
}

.sp-navbar-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

.sp-navbar-open span, .sp-navbar-open span:before, .sp-navbar-open span:after {
  position: absolute;
  height: 3px;
  width: 28px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

.sp-navbar-open span:before {
  bottom: -8px;
}

.sp-navbar-open span:after {
  bottom: -16px;
}

.sp-navbar-open p {
  position: absolute;
  top: 20px;
  font-size: 10px;
  font-family: "Montserrat";
  color: #555;
  text-align: center;
  max-width: 0;
  transform: scale(0.85);
}

.sp-navbar-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

.sp-navbar-menu {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 85%;
  max-width: 330px;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(+105%);
  transform: translateX(+105%);
}

.sp-navbar-menu img {
  height: 25px;
  width: 25px;
  margin: 0 13px;
  object-fit: contain;
}

.sp-navbar-close-button {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  max-width: 380px;
  height: 50px;
  background: #43b9da;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(+105%);
  transform: translateX(+105%);
}

#sp-navbar-input:checked ~ .sp-navbar-close {
  display: block;
  opacity: .5;
}

#sp-navbar-input:checked ~ .sp-navbar-close-button {
  display: block;
}

#sp-navbar-input:checked ~ .sp-navbar-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#sp-navbar-input:checked ~ .sp-navbar-close-button {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#sp-calen-navbar-input:checked ~ .sp-navbar-close {
  display: block;
  opacity: .5;
}

#sp-calen-navbar-input:checked ~ .sp-navbar-close-button {
  display: block;
}

#sp-calen-navbar-input:checked ~ .sp-navbar-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#sp-calen-navbar-input:checked ~ .sp-navbar-close-button {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.sp-navbar-menu a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.sp-navbar-menu .nav-link {
  padding : 13px 12px;
}

.sp-navbar-menu label {
  display: block;
  padding : 13px 12px;
  font-weight: bold;
  background: #FFFFFF;
  margin-bottom: 0px;
  position: relative;
}

.sp-navbar-menu label:after {
  content: " ";
  background-image: url("./assets/images/sp_nav_arrow_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 45%;
}

.sp-navbar-menu .border-bottom {
  border-bottom: 1px solid #b5b5b5;
}

.sp-navbar-menu .sp-navbar-item {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.sp-navbar-menu .sp-navbar-item li{
  background-color: #43b9da;
  border-top: 1px solid #FFF;
}

.sp-navbar-menu .sp-navbar-item li.list-group-item:last-child {
  border-bottom: 1px solid #b5b5b5;
}

.sp-navbar-menu .sp-navbar-item li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 50px;
}

.sp-navbar-menu .misc-links > a {
  display: block;
  margin: 10px 25px;
  padding: 5px 0;
  line-height: 20px;
}

.sp-navbar-menu .misc-links > .d-flex {
  padding: 15px 25px 25px;
}

.sp-navbar-menu .sns {
  background-color: #43b9da;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 25px;
}

button#scrollTop {
  position: fixed;
  height: 0px;
  width: 50px;
  bottom: 30px;
  right: 30px;
  z-index: 1001;
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  1% {
    height: 50px;
  }

  100% {
    opacity: 1;
    height: 50px;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    height: 50px;
  }

  99% {
    height: 50px;
  }

  100% {
    opacity: 0;
    height: 0;
  }
}

button#scrollTop.hide {
  animation: 0.5s hide;
  opacity: 0;
  height: 0;
}

button#scrollTop.show {
  animation: 0.5s show;
  opacity: 1;
  height: 50px;
}

button#scrollTop:focus {
  outline: none;
}

button#scrollTop * {
  width: 100%;
  height: 100%;
}

button#scrollTop.show * {
  height: 50px;
}


.menu-click:checked + label + .sp-navbar-item {
  height: auto;
  opacity: 1;
}

.menu-click:checked + label:after {
  background-image: url("./assets/images/sp_nav_arrow_up.png");
}

.menu-click:checked + label.border-bottom {
  border-bottom: 0;
}

#top-slider .event-calendar {
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  display: none;
}

#top-slider .event-calendar .tab {
  padding-top: 15px;
}

#top-slider .event-calendar .tab > * {
  padding: 0 15px;
}

#top-slider .event-calendar .tab * {
  text-align: center;
  font-family: "Monserrat";
}

#top-slider .event-calendar .tab .date * {
  color: rgb(67, 185, 218);
}

#top-slider .event-calendar .yearMonth {
  font-size: 10px;
}

#top-slider .event-calendar .day {
  font-size: 20px;
}

#top-slider .event-calendar .event {
  margin: 10px auto;
}

#top-slider .event-calendar .open {
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #43b9da;
  color: #fff;
  font-size: 24px;
}

#top-slider .pc.calendar {
  display: none;
}

div.event-calendar a.event-info {
  display: block;
}

div.event-calendar a.event-info div.title {
  color: #43b9da;
}

div.event-calendar a.event-info div.date {
  margin-top: 10px;
  color: #434343;
}

.sp-nav-close-img {
  padding-top: 10px;
  padding-left: 13px;
  width: 40px;
  height: 40px;
}

footer.footer {
  color: #FFFFFF;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-color: #43b9da;
}

.footer .row.narrow {
  max-width: 800px;
  margin: auto;
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
}

div.contact-form-custom {
  padding: 0 5%;
  max-width: 800px;
}

div.contact-form-custom * {
  margin: auto;
  width: 100%;
}

div.contact-form-custom.supplementary {
  margin-top: 20px;
}

div.contact-form-custom.supplementary a {
  width: auto;
}

div.contact-form-custom.supplementary a.telephone {
  display: inline;
  color: #212529;
  text-decoration: underline;
}

div.contact-form-custom p {
  margin-top: 10px;
  font-size: 14px;
}

div.contact-form-custom p.instructions {
  font-size: 12px;
  color: #636363;
  margin-top: 0;
}

div.contact-form-custom h3 {
  font-size: 1.3rem;
}

div.contact-form-custom input[type ="text"],
div.contact-form-custom textarea,
div.contact-form-custom input[type="email"],
div.contact-form-custom input[type="tel"]{
  margin: 5px 0;
  border: #988778 1px solid;
  border-radius: 5px;
}

div.contact-form-custom label.mid-textbox textarea {
  max-height: 120px;
}

div.contact-form-custom .wpcf7-form-control-wrap {
  margin-top: 20px;
}

div.contact-form-custom span.wpcf7-list-item {
  float: left;
  width: calc(50% - 1rem);
  margin: 5px 0;
}

div.contact-form-custom a {
  margin-top: 15px;
  display: block;
}

div.contact-form-custom a, div.contact-form-custom > p > a {
  font-size: 120%;
  color: #43b9da;
  text-decoration: none;
}

div.contact-form-custom a:hover *, div.contact-form-custom > p > a:hover {
  color: #78c2d6;
}

div.contact-form-custom a p {
  margin-top: 5px;
}

div.contact-form-custom .details {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  padding: 10px;
  margin: 20px auto;
}

div.contact-form-custom .details img.omiyage-logo {
  float: right;
  max-width: 150px;
  max-height: 150px;
  margin-top: 30px;
}

div.contact-form-custom span.required {
  color: #cc0000;
  font-weight: bold;
}

div.contact-form-custom label.smaller input {
  max-width: 90px;
}

div.contact-form-custom label.smallest input {
  max-width: 60px;
}

div.contact-form-custom label.sub-explanation {
  font-size: 80%;
  color: #636363;
}

div.contact-form-custom *.wpcf7c-conf,
form.wpcf7-form.sent div.contact-form-custom input,
form.wpcf7-form.sent div.contact-form-custom textarea {
  box-shadow: 0 0 0 350px #f2f3fa inset;
}

div.contact-form-custom input[type= "radio"].wpcf7c-conf {
  box-shadow: none;
}

div.contact-form-custom input[type= "radio"] {
  display: inline;
  margin-right: 10px;
  width: auto;
}

div.contact-form-custom input[type="file"] {
  font-size: 80%;
  padding: 2px;
  background-color: #ddd;
  border-radius: 5px;
  margin: 5px auto 5px 0;
  width: 288px;
  box-shadow: 0 3px #999;
}

div.contact-form-custom input[type= "submit"], div.contact-form-custom input[type="button"] {
  max-width: 300px;
  background-color: antiquewhite;
  border-width: 2px;
  display: block;
  margin: 10px auto;
}

div.contact-form-custom input[type= "submit"] {
  margin-top: 0;
}

div.contact-form-custom p.submit-buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
}

/* Confirmation message */
div.contact-form-custom p.submit-buttons input ~ span.display-on-confirm {
  display: block;
  order: 1;
  text-align: center;
}

div.contact-form-custom p.submit-buttons input.wpcf7c-force-hide ~ span.display-on-confirm {
  display: none;
}

div.contact-form-custom a.display-after-submit {
  display: none;
}

form.wpcf7-form.sent div.contact-form-custom input[type="submit"] {
  display: none;
}

form.wpcf7-form.sent div.contact-form-custom a.display-after-submit {
  display: block;
  background-color: antiquewhite;
  border: 2px solid rgb(209, 209, 209);
  border-bottom: 2px solid rgb(186, 186, 186);
  color: #000;
  text-decoration-color: none;
  font-size: 14px;
  text-align: center;
}


/* Submit button */
div.contact-form-custom p.submit-buttons input:first-of-type {
  order: 2;
}

/* Return button */
div.contact-form-custom p.submit-buttons input[type="button"] {
  order: 3;
}

@media screen and (min-width: 768px) {
  div.contact-form-custom .wpcf7-form-control-wrap > div > div,
  div.contact-form-custom input[type= "submit"],
  div.contact-form-custom input[type= "button"] {
    margin-left: 0;
  }
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}

.footer .sns {
  height: 35px;
  width: 35px;
  color: #43b9da;
  background-color: #eeeeee;
}

.footer .sns i {
  font-size: 22px;
  position: relative;
  top: 49%;
  transform: translateY(-51%);
}

@media (max-width: 575px) {
  .footer .sns {
    height: 40px;
    width: 40px;
  }

  .footer .sns i {
    font-size: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.footer .logo {
  width: auto;
  height: auto;
}

.footer .logo img.pc {
  display: none;
}

.footer .logo img.sp {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}

.footer .supplementary-links {
  display: block;
}

.footer .supplementary-links a {
  font-size: 12px;
  font-weight: normal;
}

.footer .copyright {
  display: black;
  margin-right: auto;
  font-size: 10px;
}

footer .copyright .montserrat {
  font-family: "Montserrat";
  font-weight: 300;
}

footer .copyright .yugo {
  font-family: "YuGothic";
}

.google-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 15px;
}

.google-map img {
  max-width: inherit !important;
}

.google-map iframe {
  border: 0;
}

.search-form-box {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #43b9da;
  border-bottom: 2px solid #43b9da;
}

.search-form-box input.search-form-close {
  display: none;
}

.search-form-label {
  display: block;
  color: #43b9da;
  padding : 13px 12px;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}

.search-form-label:after {
  position: absolute;
  content: " ";
  top: 19px;
  right: 20px;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-image: url("./assets/images/plus_sp.png")
}

.search-result {
  font-size: 12px;
}

nav {
  border-bottom: 1px solid #b5b5b5;
  height: 70px;
}

.navbar-brand {
  padding-top: 0;
}

.logo {
  width: 150px;
}

.logo.small {
  display: none;
  margin: 0 6.5px;
}

.navbar-brand > div.subtitle , a.nav-link > p {
  color: #4f4f4f;
  font-weight: bold;
}

.navbar-brand > div.subtitle {
  margin-bottom: 8px;
}

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

.search-form {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.search-form-close:checked + .search-form-label + .search-form {
  height: auto;
  opacity: 1;
}

.search-form-close:checked + .search-form-label:after {
  background-image: url("./assets/images/cross_sp.png");
}

.search-form-item label span {
  font-weight: bold;
}

.header-navbar li p {
  font-size: 12px;
  font-weight: bold;

  margin-bottom: 0.7rem;
}

.search-form-item input[type=checkbox] {
  display: none;
}

.search-form-item input[type=checkbox] + label.see {
  background-image: url("assets/images/see.png");
}

div.news.container {
  height: 30px;
  box-sizing: content-box;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

div.news.container .row {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

div.news.container * {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 30px;
  box-sizing: border-box;
}

div.news.container *:hover {
  text-decoration: none;
}

.search-form-item input[type=checkbox]:checked + label.see {
  color: #85b7e9;
  background-image: url("assets/images/see_checked.png");
}

.search-form-item input[type=checkbox] + label.enjoy {
  background-image: url("assets/images/enjoy.png");
}

.search-form-item input[type=checkbox]:checked + label.enjoy {
  color: #f1a955;
  background-image: url("assets/images/enjoy_checked.png");
}

.search-form-item input[type=checkbox] + label.eat {
  background-image: url("assets/images/eat.png");
}

.search-form-item input[type=checkbox]:checked + label.eat {
  color: #e48e7b;
  background-image: url("assets/images/eat_checked.png");
}

.search-form-item input[type=checkbox] + label.buy {
  background-image: url("assets/images/buy.png");
}

.search-form-item input[type=checkbox]:checked + label.buy {
  color: #82b79e;
  background-image: url("assets/images/buy_checked.png");
}

.search-form-item input[type=checkbox] + label.stay {
  background-image: url("assets/images/stay.png");
}

.search-form-item input[type=checkbox]:checked + label.stay {
  color: #9c9bc1;
  background-image: url("assets/images/stay_checked.png");
}

.search-form-item input[type=checkbox] + label.learn {
  background-image: url("assets/images/learn.png");
}

.search-form-item input[type=checkbox]:checked + label.learn {
  color: #988778;
  background-image: url("assets/images/learn_checked.png");
}

.search-button-word {
  letter-spacing: 10px;
}

div.news.container .title {
  flex: 1 1 auto;
  padding: 0 60px;
}

.languages li.nav-item.dropdown {
  width: 100%;
}

.languages * {
  font-size: 12px;
  color: #c4c4c4;
}

.languages img.chevron-down {
  width: 15px;
  margin-top: 6px;
}

.languages .dropdown-menu {
  background-color: #faf7f2;
  color: #4d4d4d;
  border: 0;
  border-radius: 0;
}

.languages .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.languages .dropdown-menu * {
  color: #4d4d4d;
}

.languages .dropdown-divider {
  border-top: 1px solid #4d4d4d;
}

.languages .dropdown-divider:last-of-type {
  display: none;
}

.site-search-form-box *::placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.site-search-form-box *:-ms-input-placeholder {
  color: #c4c4c4;
}

.languages *:hover {
  color: inherit;
}

.languages .dropdown-menu *:hover {
  background-color: inherit;
}

.languages .dropdown-menu {
  margin-top: 0;
}

.languages .nav-item > a.nav-link {
  padding: 0;
  float: left;
  width: 100%;
}

.languages .nav-item > a.nav-link > span {
  padding: 0;
  float: left;
}

.languages .nav-item > a.nav-link:after {
  display: none;
}

.languages .nav-item > a.nav-link > img.chevron-down {
  float: right;
}

.languages.mobile .nav-item > a.nav-link > img.chevron-down {
  margin-left: 10px;
}

.languages.mobile form {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.languages.mobile form > select {
  width: 100%;
  height: 100%;
  border: 0;
}

div.site-search-form-box button {
  background-color: transparent;
}

.languages button i {
  font-size: 16px;
  margin-left: 10px;
}

.search-form button {
  width: 300px;
  color: #FFFFFF;
  background-color: #43b9da;
  font-size: 14px;
  font-weight: bold;
  padding: 0.5rem;
  margin-top: 20px;
  margin-bottom: 13px;
  border: 0px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin :40px 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #43b9da;
  font-size: 12px;
  font-family: "Montserrat";
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover{
  color: #FFFFFF;
  background-color: #43b9da;
}

.wp-pagenavi span.current{
  color: #FFFFFF;
  background-color: #43b9da;
  font-weight: bold;
}

.header-navbar li + li::before {
  content: '';
  border-left: 1px solid #999;
  height: 80%;
  margin: 10px 0;
  float: left;
}

.content-list {
  display: flex;
}

.content-list a {
  text-decoration: none;
  flex-wrap: wrap;
  display: flex;
}

.content-list .card {
  color: #000000;
}

/* IEでのカード表示崩れ対応 */
@media all and (-ms-high-contrast: none){
  .content-list .card {
    display: inline-block;
  }
}

.route-list > div.card {
  display: block;
}

.content-list .new-card {
  width: 20%;
  max-width: 60px;
  position: absolute;
  z-index: 1000;
  top: 2%;
  right: 3%;
}

.content-list .card img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.content-list .card .no-photo img {
  width: 100%;
}

.content-list:hover {
  opacity: 0.5;
}

.content-list .post-type {
  font-size: 12px;
  font-weight: bold;
}

.content-list .card-title {
  color: #43b9da;
  line-height: 1.6rem;
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-weight: bold;
}

.content-list .card-subtitle {
  font-size: 14px;
  line-height: 1.4rem;
}

.content-list .card-body {
  padding: 1rem 1.25rem 0rem;
}

.content-list .card-body .post-type.mb-2 {
  position: relative;
  left: -5px;
}

.content-list .card-footer {
  background-color: #FFFFFF;
  border-top: 0px;
  min-height: 6.5rem;
}

.content-list .card-footer .content-station {
  margin-top: 13px;
  display: block;
}

.news-page .col-12 {
  padding: 0;
}

.news-page .list {
  padding: 25px 30px;
}

.news-page dl.row {
  margin: 0;
}

.news-page .news-entry {
  display: block;
  width: 100%;
}

.news-page .title, .news-page .date {
  display: block;
  width: 100%;
  overflow: hidden;
}

.news-page .title * {
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-page .title > a {
  display: flex;
}

.news-page .title > a > p {
  flex: 1 1 auto;
  margin: 0;
}

.news-page .title > a > i {
  flex: 0 0 15px;
}

.news-page .title i {
  float: right;
}

.verb-box {
  padding: 5px 13px;
  margin: 5px 7px 5px 0px;
  font-size: 11px;
  border: solid 1px;
  line-height: 1rem;
}

.verb-see-color {
  color: #85b7e9;
}

.verb-enjoy-color {
  color: #f1a955;
}

.verb-eat-color {
  color: #e48e7b;
}

.verb-buy-color {
  color: #82b79e;
}

.verb-stay-color {
  color: #9c9bc1;
}

.verb-learn-color {
  color: #988778;
}

.content-station {
  color: #a0a0a0;
  font-size: 12px;
}

.page-content .sitemap a {
  text-decoration: none;
}

.sitemap h2 {
  display: none;
}

.sitemap .main-pages ul li, .sitemap .other-types .type {
  border-top: 1px solid #a0a0a0;
  margin: 0 20px;
  padding: 20px 10px;
}

.sitemap .main-pages ul li a, .sitemap .other-types .type > a {
  font-size: 120%;
  font-weight: bold;
}

.sitemap .main-pages ul li a:hover, .sitemap .other-types .type > a:hover {
  color: #78c2d6;

}

.sitemap .main-pages ul {
  -webkit-padding-start: 0;
  margin: 0;
}

.sitemap .other-types .type ul {
  -webkit-padding-start: 15px;
  margin-top: 10px;
}

.sitemap .other-types .type ul, .sitemap .other-types .type p {
  margin-bottom: 0;
}

.sitemap .main-pages ul li {
  list-style-type: none;
}

.sitemap .other-types li {
  list-style-type: square;
}

@media (max-width: 575px) {
  .languages.pc {
    display: none;
  }

  .languages.mobile {
    display: inline-block;
    margin-right: 50px;
  }

  .navbar-brand .subtitle {
    font-size: 10px;
    transform: scale(0.8);
    text-align: center;
  }

  .logo.small {
    display: none;
  }

  .content-list {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
  }

  .content-list:nth-child(even) {
    padding-right: 6px;
    padding-left: 4px;
  }

  .content-list .new-card {
    right: 2%;
    width: 25%;
  }

  .card-body-content,
  .card-footer-content {
    padding: 0.5rem;
  }

  .post-side-spac {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-form-item input[type=checkbox] + label {
    background-size: 50px 50px;
    width: 110px;
    height: 50px;
    background-repeat: no-repeat;
  }

  .search-form-item input[type=checkbox]:checked + label {
    background-size: 50px 50px;
    width: 110px;
    height: 50px;
    background-repeat: no-repeat;
  }

  .search-form-item label {
    position: relative;
  }

  .search-form-item label span {
    top: 35%;
    left: 55px;
    position: absolute;
  }

  .site-search-form-box {
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 10px;
  }

  .site-search-form-button {
    padding: 0;
    position: relative;
  }

  .site-search-form-button i {
    padding: 0;
    content: " ";
    background-image: url("./assets/images/sp_nav_search.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7px;
  }

  .content-list .card-body {
    padding: 0.5rem 0.5rem 0rem;
  }

  .content-list .card-title {
    font-size: 13px;
    line-height: 1.1rem;
  }

  .content-list .card-subtitle {
    font-size: 12px;
    line-height: 1rem;
  }

  .content-list .card-footer {
    padding: 0.5rem;
    min-height: 5rem;
  }

  .content-list .card-footer .content-station {
    margin-top: 5px;
    font-size: 12px;
  }

  .verb-box {
    padding: 3px 9px;
    margin: 5px 5px 5px 0px;
    font-size: 11px;
  }
}

@media (min-width: 576px) {
  .logo {
    max-width: 170px;
  }

  .footer .logo {
    max-width: none;
  }

  .languages.pc {
    display: none;
  }

  .languages.mobile {
    display: inline-block;
    margin-right: 50px;
  }

  .navbar-brand .subtitle {
    font-size: 10px;
    transform: scale(0.8);
    text-align: center;
  }

  .content-list {
    padding-right: 17px;
    padding-left: 17px;
    margin: 17px 0;
  }

  .content-list .new-card {
    right: 5%;
    width: 25%;
  }

  .card-body-content,
  .card-footer-content {
    padding: 1.25rem;
  }

  .post-side-spac {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-form-item input[type=checkbox] + label {
    background-size: 70px 70px;
    width: 130px;
    height: 70px;
    background-repeat: no-repeat;
  }

  .search-form-item input[type=checkbox]:checked + label {
    background-size: 70px 70px;
    width: 130px;
    height: 70px;
    background-repeat: no-repeat;
  }

  .search-form-item label {
    position: relative;
  }

  .search-form-item label span {
    top: 35%;
    left: 80px;
    position: absolute;
  }

  .site-search-form-box {
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 10px;
  }

  .site-search-form-button {
    padding: 0;
    position: absolute;
  }

  .site-search-form-button i {
    padding: 0;
    content: " ";
    background-image: url("./assets/images/sp_nav_search.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .pc_only {
    display: block !important;
  }

  .sp_only {
    display: none !important;
  }

  nav {
    height: 100px;
  }

  .navbar-brand {
    padding-top: 0.3125rem;
  }

  .languages.pc {
    display: block;
  }

  .languages.mobile {
    display: none;
  }

  .navbar-brand .subtitle {
    font-size: 10px;
    transform: scale(0.8);
    text-align: center;
  }

  .logo {
    width: 170px;
  }

  nav.scrolled {
    height: 70px;
  }

  .scrolled * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .scrolled .subtitle, .scrolled .logo, .scrolled .nav-item img, .scrolled .languages.pc {
    display: none;
  }

  .scrolled .logo.small {
    display: block;
    margin: 0;
  }

  .scrolled .header-navbar li {
    height: 30px;
    line-height: 30px;
  }

  .scrolled .header-navbar li + li::before {
    height: 100%;
    margin: 0;
  }

  body > .container {
    margin-top: 100px;
  }

  .content-list .new-card {
    right: 3.5%;
  }

  .header-navbar li {
    width: 85px;
  }

  .search-form-item input[type=checkbox] + label {
    background-size: 70px 70px;
    width: 110px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .search-form-item input[type=checkbox]:checked + label {
    background-size: 70px 70px;
    width: 110px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .search-form-item label {
    cursor: pointer;
    color: #434343;
    position: relative;
  }

  .search-form-item label span {
    cursor: pointer;
    text-align: center;
    width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
  }

  .site-search-form-box {
    font-size: 12px;
    width: 100%;
    max-width: 120px;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .site-search-form-button {
    padding: 0;
    position: absolute;
  }

  .site-search-form-button i {
    padding: 0;
    content: " ";
    background-image: url("./assets/images/sp_nav_search.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
  }

  button#scrollTop {
    bottom: 50px;
    right: 50px;
  }


  #top-slider .event-calendar {
    display: block;
  }

  #top-slider .event-calendar .tab {
    padding-top: 20px;
  }

  #top-slider .event-calendar .tab > * {
    padding: 0 20px;
  }

  #top-slider .event-calendar .yearMonth {
    font-size: 16px;
  }

  #top-slider .event-calendar .day {
    font-size: 28px;
  }

  #top-slider .event-calendar .event {
    margin: 18px auto;
    font-size: 14px;
    font-family: "YuGothic";
  }

  #top-slider .event-calendar .open {
    height: 40px;
    line-height: 40px;
  }

  #top-slider .event-calendar .pc.calendar, .pc.calendar div.event-container {
    display: none;
  }

  #top-slider .event-calendar:hover .pc.calendar {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #434343;
    cursor: pointer;
  }

  .pc.calendar .calendar-date {
    width: 130px;
    height: 45px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    font-family: "YuGothic";
    font-size: 12px;
    font-weight: bold;
  }

  .pc.calendar .calendar-date:hover {
    background-color: #7e7e7e;
    color: #fff;
  }

  .pc.calendar a.calendar-date {
    display: block;
    text-align: center;
    color: #434343;
  }

  .calendar-date + .calendar-date {
    border-top: 1px solid #b5b5b5;
  }

  .event-calendar:hover .calendar-date:hover div.event-container {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 320px;
  }

  .pc.calendar div.event-container a.event-info {
    background-color: #faf7f2;
    padding: 20px;
    display: block;
    height: 100px;
    box-sizing: border-box;
  }

  .pc.calendar a.event-info + a.event-info {
    border-top: 1px solid #b5b5b5;
  }

  .pc.calendar a.event-info div {
    line-height: 1.3;
    font-size: 14px;
    text-align: left;
  }

  footer.footer {
    line-height: 50px;
    margin-top: 50px;
  }

  .footer > div.bottom > div, .footer > div.bottom > div {
    text-align: center;
    display: block;
    margin: auto;
  }

  .footer .row.narrow .col-sm-12 {
    display: inline-block;
    padding: 0;
    width: auto;
    flex: none;
  }

  .footer .row.narrow .col-sm-12 + .col-sm-12 {
    margin-left: 35px;
  }

  .footer .logo {
    width: auto;
  }

  .footer .logo img.pc.small {
    display: block;
    margin: auto;
    height: 30px;
    margin: 10px auto;
  }

  .footer .logo img.sp {
    display: none;
  }

  .footer .supplementary-links {
    display: inline;
    margin: auto;
  }

  .footer .copyright {
    display: inline;
    margin-right: 0;
    font-size: 10px;
  }

  .news-page .list {
    padding: 30px 60px;
  }

  .news-page .news-entry {
    display: flex;
  }

  .news-page .news-entry .date {
    width: 15%;
    font-weight: bold;
  }

  .news-page .news-entry .title {
    width: 100%;
  }

  .news-page .news-entry .title > a > div {
    flex: 1 1 auto;
  }

  .news-page .news-entry .date {
    margin-right: 20px;
  }

  .sitemap {
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
  }

  .sitemap .main-pages ul li, .sitemap .other-types .type {
    margin: 0
  }
}

@media (min-width: 992px) {
  nav {
    padding: 8px 35px;
  }

  .navbar-brand .subtitle {
    font-size: 10px;
    transform: none;
    text-align: center;
  }

  .navbar-brand > div.subtitle {
    margin-bottom: 10px;
  }

  .logo {
    width: 208px;
    max-width: none;
  }

  .content-list .new-card {
    right: 4%;
  }

  .header-navbar li {
    width: 115px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 3px;
  }

  .post-side-spac {
    padding-right: 15px;
    padding-left: 15px;
  }

  .search-form-item input[type=checkbox] + label {
    background-size: 70px 70px;
    width: 130px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .search-form-item input[type=checkbox]:checked + label {
    background-size: 70px 70px;
    width: 130px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .search-form-item label {
    color: #434343;
    position: relative;
  }

  .search-form-item label span {
    text-align: center;
    width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
  }

  .footer .row.narrow .col-sm-12 + .col-sm-12 {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {

  .header-navbar li {
    width: 140px;
  }

  .post-side-spac {
    padding-right: 15px;
    padding-left: 15px;
  }

  .search-form-item input[type=checkbox] + label {
    background-size: 70px 70px;
    width: 130px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .search-form-item input[type=checkbox]:checked + label {
    background-size: 70px 70px;
    width: 130px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .search-form-item label {
    color: #434343;
    position: relative;
  }

  .search-form-item label span {
    text-align: center;
    width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
  }

  .footer .logo {
    max-width: none;
  }

  .footer .logo img.pc.small {
    display: none;
  }

  .footer .logo img.pc.large {
    display: inline;
  }

  .footer .logo img.pc.large + img.pc.large {
    margin-left: 30px;
  }
}

/* イベントカレンダー */
.event-search-form-box button {
  border: none;
  background-color: initial;
  color: #43b9da;
  cursor: pointer;
  font-size: 22px;
}

.event-search-form-box button > div {
  border: 1px solid #43b9da;
  background-color: #fff;
  padding: 1rem 0;
  color: #43b9da;
  font-weight: bold;
  margin: 0 0rem;
}

.event-search-form-box button:hover > div {
  border: none;
  background-color: #43b9da;
  color: #fff;
}

.event-search-form-box button.selected > div {
  border: none;
  background-color: #43b9da;
  color: #fff;
}

.ui-datepicker-inline {
  width: 100%;
}

.ui-datepicker-header {
  background-color: #43b9da;
  color: #fff;
  border-radius: 0;
  padding: 0.5rem 0 !important;
  letter-spacing: 0.1rem;
}

.ui-datepicker-inline {
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default {
  margin: 0 0.5rem;
}

.ui-datepicker table {
  table-layout: fixed;
  font-family: "Monserrat";
}

.ui-datepicker table thead {
  font-size: 12px;
}

.ui-datepicker td a {
  text-align: center;
  line-height: 2rem;
}

.ui-datepicker td a:hover {
  text-decoration: none;
}


.ui-datepicker th {
  line-height: 2rem;
  margin: 0 0.5rem;
}

.ui-datepicker-header, .ui-datepicker-title {
  line-height: 2.8rem !important;
  font-family: "Monserrat", "YuGothic";
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: #43b9da;
  border: none;
  cursor: pointer;
  top: 2px;
}

.ui-widget-content .ui-icon {
  background-image: none;
  text-indent: 0;
  overflow: inherit;
}

.event-year-calendar {
  height: 410px;
}

.event-year-calendar-link {
  text-align: center;
  background-color: #fff;
  padding: 26px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.event-year-calendar-link a {
  padding: 0.5rem;
  border: 1px solid #43b9da;
  width: 95%;
  display: block;
  margin: auto;
}

.event-year-calendar-link a:hover {
  background-color: #43b9da;
  color: #fff;
  text-decoration: none;
}

.event-year-calendar .hasDatepicker {
  height: 350px;
  background-color: #fff;
}

.attention-event-list {
  background-color: #fff;
  height: 410px;
}

.attention-event-list .title {
  color: #43b9da;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 1rem 0;
}

.attention-event-list .content-list {
  margin-top: 0;
  margin-bottom: 1rem;
}

.attention-event-list .content-list .card-title {
  overflow: hidden;
}

.attention-event-list .content-list .card-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  font-size: 14px;
}

.attention-event-list .content-list .card {
  border: none;
}

.attention-event-list .content-list .card-body {
  padding: 0.5rem 0.5rem 0rem;
  min-height: 5rem;
  flex: initial;
}

.attention-event-list .content-list .card-footer {
  padding: 0em 0.5rem;
  min-height: 4.5rem;
}

.attention-event-list .content-list .card-footer .content-station {
  margin-top: 5px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .event-year-calendar, .attention-event-list, .event-year-calendar .hasDatepicker  {
    height: auto;
  }

  .event-search-form-box button > div {
    font-size: 16px;
    padding: 0.8rem 0;
  }

  .ui-widget.ui-widget-content {
    font-size: 14px;
  }

  .ui-datepicker td a {
    line-height: 1.6rem;
  }

  .ui-datepicker th {
    line-height: 1.6rem;
  }

  .event-year-calendar-link {
    padding: 10px 0 20px;
  }

  .attention-event {
    padding: 0;
  }

  .attention-event-list {
    margin-top: 2rem;
    padding: 0;
  }

  .attention-event-list .title {
    font-size: 17px;
  }

  .attention-event-list .content-list {
    padding: 0 5px;
  }

  .attention-event-list .content-list .card {
    background-color: #fafafa;
  }

  .attention-event-list .content-list .card-footer {
    background-color: #fafafa;
  }
}

@media (min-width: 576px) {
  .event-search-form-box button > div {
    font-size: 16px;
  }

  .attention-event-list {
    margin-top: 2rem;
  }

  .event-year-calendar-link {
    padding: 10px 0 20px;
  }
}

@media (min-width: 768px) {
  .attention-event-list .content-list .card-title {
    font-size: 16px;
    line-height: 1.3rem;
  }

  .attention-event-list .content-list .card-subtitle {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .ui-widget.ui-widget-content {
    font-size: 16px;
  }

  .event-search-form-box button > div {
    font-size: 20px;
  }

  .event-year-calendar-link {
    padding: 10px 0;
  }

  .attention-event-list {
    margin-top: 0;
  }
}

.content-list-link {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .content-list-link {
    font-size: 14px;
  }
}

/* パンフレットギャラリー一覧 */

.content-list .card.pamphlet .card-title {
  font-size: 16px;
}

.content-list .card-footer.pdf-size-text {
  margin: 0;
  min-height: 3rem;
}

.content-list .card-footer.pdf-size-text img {
  width: 20px;
}

.content-list .card-footer.pdf-size-text span {
  font-size: 12px;
}

@media (max-width: 575px) {
  .content-list .card.pamphlet .card-title {
    font-size: 13px;
  }

  .content-list .card.pamphlet {
    font-size: 14px;
  }

  .content-list .card-footer .pdf-size-text span {
    font-size: 11px;
  }
}

/* しながわみやげ一覧 */
.content-list .card.souvenirs .card-title {
  font-size: 16px;
  font-weight: bold;
}

.content-list .card.souvenirs .card-subtitle {
  font-size: 14px;
  font-weight: bold;
}

.content-list .card.souvenirs .card-footer-text {
  font-size: 14px;
  margin: 0 0 0.5rem;
}

.content-list .card.souvenirs .card-footer-small-text {
  font-size: 12px;
  margin: 0 0 0.5rem;
}

.content-list .card.souvenirs .card-footer-small-text.gray-text {
  color: #bbb;
}

@media (max-width: 575px) {
  .content-list .card.souvenirs .card-title {
    font-size: 14px;
  }

  .content-list .card.souvenirs .card-subtitle {
    font-size: 12px;
  }

  .content-list .card.souvenirs .card-footer-text {
    margin: 0 0 5px;
  }

  .content-list .card.souvenirs .card-footer-small-text {
    margin: 0 0 5px;
  }
}

/* スポット, イベント */
.post-content {
  padding: 1.5rem;
  background-color: #FFFFFF;
}

.post-content p {
  font-size: 14px;
}

.post-content a {
  text-decoration: underline;
}

.post-sidebar {
  padding: 0.5rem;
  background-color: #FFFFFF;
}

.post-sidebar-title {
  font-size: 16px;
  font-weight: bold;
  color: #43b9da;
  margin: 0.5rem 0 1rem;
}

.spot-name-title, .event-name-title {
  color: #43b9da;
  font-size: 22px;
  font-weight: bold;
}

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

.post-title {
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-size: 22px;
}

.post-sub-title {
  font-size: 18px;
  font-weight: bold;
}

.event-days {
  font-size: 18px;
  font-weight: bold;
  line-height: 2rem;
}

.post-day {
  font-size: 12px;
}

.post-small-title {
  line-height: 2.0rem;
  color: #43b9da;
  margin: 1vw 0 0;
  font-size: 18px;
  font-weight: bold;
}

.post-list-content {
  margin: 0.5vw 0 3vw;
}

.post-list-content p {
  margin-bottom: 1rem;
  line-height: 1.8rem;
  font-size: 14px;
}

.info-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.info-top-line {
  height: 3px;
  border: none;
  margin-top: 0px;
  background-color: #000000;
}

.info-list-content {
  margin: 2rem 0;
  font-size: 12px;
}

.info-list-content a {
  text-decoration: underline;
}

.info-list-content dt, .info-list-content dd {
  margin: 2px 0;
}

.back-to-list, .show-detail {
  text-align: center;
  margin: 5% 30%;
  width: 40%;
}

.back-to-list > a.btn {
  padding: 6% 0;
  text-decoration: none;
}

.info-list-line {
  height: 1px;
  border: none;
  background-color: #E5E5E5;
}

strong.map {
  font-size: 18px;
}

@media (max-width: 340px) {
  .languages.mobile {
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  .navbar-brand {
    margin-right: 0;
  }

  .languages.mobile {
    margin-right: 15px;
  }

  .navbar-brand .subtitle {
    max-width: 0;
  }
}

@media (max-width: 575px) {
  div.news.container .title {
    padding: 0 5px;
  }

  div.news.container .more span {
    display: none;
  }

  .spot-name-title, .event-name-title {
    font-size: 1.1rem;
  }

  .post-sidebar-title {
    text-align: center;
    font-size: 17px;
  }

  .post-title, .post-small-title, .event-days, .post-sub-title {
    font-size: 15px;
    line-height: 1.5rem;
  }

  .info-name {
    font-size: 16px;
  }

  .google-map {
    height: 260px;
  }

  .info-list-content dt, .info-list-content dd {
    margin: 2px 0;
  }

  .back-to-list, .show-detail {
    margin: 8% 5% 5%;
    width: 90%;
  }

  .back-to-list > a.btn {
    padding: 3% 0;
    text-decoration: none;
  }

  footer.footer {
    line-height: 40px;
  }
}

/* 周辺スポット */
.relation-post-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
}

@media (max-width: 575px) {
  .relation-post-title {
    font-size: 17px;
    margin-top: 30px;
  }
}

.info-list-content dd a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* アクセスランキング */
.ranking {
  font-size: 12px;
}

.ranking a:hover {
  opacity: 0.5;
}

.ranking a {
  color: initial;
}

.ranking .media-serial-number {
  font-size: 16px;
  font-weight: bold;
}

.ranking .media-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}

.ranking .media-image:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.ranking .ranking-image img {
  width: 100%;
  height: auto;
}

.ranking .media-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.ranking .ranking-image .new-post {
  width: 35%;
  position: absolute;
  z-index: 1000;
  top: 8%;
  right: -2%;
}

.ranking .post-type {
  font-weight: bold;
}

.ranking-post-title {
  font-size: 12px;
  line-height: 1.2rem;
}

.ranking .content-station {
  font-size: 12px;
}

.ranking .media-body {
  padding-left: 10px;
}

.ranking .media-body > * {
  margin-bottom: 3px;
}

@media (max-width: 575px) {
  .ranking {
    font-size: 13px;
  }

  .ranking a {
    padding-bottom: 0.5rem;
    display: block;
  }

  .ranking .media {
    background-color: #fafafa;
    padding: 0 5px;
  }

  .ranking .media-serial-number {
    font-size: 15px;
  }

  .ranking .ranking-image {
    padding-left: 0;
  }

  .ranking .ranking-image .new-post {
    width: 25%;
    top: 5%;
    right: -1%;
  }

  .ranking .media-body > * {
    margin-bottom: 3px;
  }

  .ranking-post-title {
    font-size: 13px;
    line-height: 1.1rem;
    letter-spacing: initial;
  }

  .ranking-post-sub-title {
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .ranking-post-sub-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
  }

  .ranking .post-type {
    font-size: 10px;
  }

  .ranking .media-body {
    padding: 5px 0 5px 10px;
  }

  .ranking hr {
    border: none;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .ranking .ranking-image .new-post {
    width: 15vw;
    right: -2%;
  }
}

@media (min-width: 576px) {
  .ranking .ranking-image .new-post {
    width: 30%;
    top: 6%;
  }
}

@media (min-width: 768px) {
  .ranking .ranking-image .new-post {
    width: 35%;
    top: 5%;
    right: -2%;
  }
}

@media (min-width: 992px) {
  .ranking .ranking-image .new-post {
    width: 35%;
    top: 5%;
    right: -2%;
  }
}

/* 特集 */
.table-of-content {
  border: 2px solid #e5e5e5;
  padding: 1rem 1.5rem;
  margin: 2rem 0 1rem;
}

.table-of-content ol {
  padding-left: 1em;
}

.table-of-content ol li {
  color: #43b9da;
}
.table-of-content a {
  font-size: 14px;
  margin: 0.5rem 0;
  display: block;
}

.post-content-num {
  font-size: 18px;
  font-weight: bold;
  margin-left: 1em;
  color: #43b9da;
}

@media (max-width: 575px) {
  .table-of-content {
    padding: 0.8rem 1rem;
  }

  .table-of-content > h3 {
    margin: 0.5rem 0;
  }

  .post-content-num {
    font-size: 15px;
  }
}

/* 共通要素 */
.fa, .fas {
  font-family: 'FontAwesome' !important;
  font-style: normal;
}

.sp-arrow {
  width: auto;
}

.sp-next-arrow:before {
  content:' ' !important;
  display: block;
  background: url(assets/images/slider_arrow_right.png) no-repeat left top;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  transform: inherit;
}

.sp-previous-arrow:before {
  content:' ' !important;
  display: block;
  background: url(assets/images/slider_arrow_left.png) no-repeat left top;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  transform: inherit;
}

@media (max-width: 575px) {
  .sp-arrows {
    display: none;
  }
}

/* モデルコース */
.recommended-route .main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.recommended-route .top-box-content {
  border-top: 5px solid;
  border-top-color: #43b9da;
}

.recommended-route .top-box-content .content-station {
  margin: 1rem 0;
}

.recommended-route .card {
  border: 0px;
}

.recommended-route .top-box-content .card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
}

.recommended-route .top-box-content .card-title span.distance {
  font-size: 18px;
}

.recommended-route .top-box-content .card-description {
  line-height: 1.6rem;
}

.recommended-route .top-box-content .card-description p {
  font-size: 14px;
  margin-bottom: 60px;
}

.recommended-route .top-box-content .card-footer {
  background-color: #FFFFFF;
  border-top: 0px;
  position: absolute;
  bottom: 0;
}

.recommended-route .top-box-img {
  padding: 0;
}

.recommended-route .top-box-img img {
  width: 100%;
}

.recommended-route .route {
  margin-bottom: 2rem;
}

.recommended-route hr {
  height: 3px;
  border: none;
  margin: 0 auto 0;
  background-color: #43b9da;
}

.recommended-route .main .route-symbol {
  font-weight: bold;
  padding: 5% 0;
}

.recommended-route .main .route-symbol h5 {
  letter-spacing: 0.1rem;
  font-size: 24px;
}

.recommended-route .main .route-symbol-image {
  width: 10%;
}

.recommended-route .main .route-symbol-image img {
  width: 100%;
}

.recommended-route .main .route-list .card {
  margin-bottom: 3rem;
}

.recommended-route .main .route-list .card .spot-description p {
  font-size: 14px;
  margin-bottom: 51px;
}

.recommended-route .main .route-list .card:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 45%;
  border: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
  width: 0;
  height: 0;
}

.recommended-route .main .route-list .card .card-header {
  color: #FFFFFF;
  background-color: #43b9da;
  font-weight: bold;
}

.recommended-route .main .route-list .card .card-body .show-details {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 5%;
}

.recommended-route-sidebar {
  padding: 0;
}

.recommended-route-sidebar-content .title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.recommended-route-map {
  margin-bottom: 3rem;
}

.recommended-route-map .google-map {
  margin: 0;
}

.recommended-route-outline .content {
  color: #FFFFFF;
  background-color: #43b9da;
  padding: 3% 5%;
  font-weight: bold;
}

.recommended-route-outline .spot-name {
  background-color: #FFFFFF;
  margin: 5px 0;
  padding: 10px 20px;
  display: block;
}

.recommended-route-outline .spot-name img, .recommended-route-outline .spot-name span.num {
  width: 15%;
}

.recommended-route-outline .spot-name .start-station,
.recommended-route-outline .spot-name.route span.route-name {
  float: right;
  width: 85%;
}

.recommended-route-outline .move-type {
  border-left: 1px dashed #fff;
  margin-left: 10%;
  font-size: 0.8rem;
  padding: 8px 15px;
}

.recommended-route-outline .remarks {
  background-color: #fff;
  padding: 5%;
  font-size: 0.8rem;
}

@media (max-width: 575px) {
  .recommended-route .top-box-content .card-description p {
    margin-bottom: auto;
  }

  .recommended-route .main {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 0;
    overflow: hidden;
  }

  .recommended-route .main .route {
    margin-bottom: 0;
  }

  .recommended-route .main .route-symbol {
    padding: 5% 5%;
    background-color: #fff;
  }

  .recommended-route .main .route-symbol h5 {
    font-size: 1rem;
  }

  .recommended-route .main .route-symbol-image {
    width: 20%;
  }

  .recommended-route .main .route-list .card .card-body .spot-description {
    margin: 0.5rem 0;
  }

  .recommended-route .top-box-content .card-body {
    padding-bottom: 0;
  }

  .recommended-route .main .route-list .card .spot-description p {
    margin-bottom: 1rem;
  }

  .recommended-route .main .route-list .card .card-body .show-details {
    position: inherit;
    width: 100%;
    left: 0;
  }

  .recommended-route .top-box-content .card-footer {
    position: initial;
    padding: 0 1.25rem;
  }

  .recommended-route .main .route-list .spot-image img {
    width: 100%;
  }

  .recommended-route-sidebar {
    background-color: #fff;
    padding: 1rem 0 0;
  }

  .recommended-route-sidebar-content {
    padding: 0;
  }

  .recommended-route-sidebar-content .title {
    text-align: center;
  }

  .recommended-route-sidebar-content .title img {
    width: 10%;
  }

  .recommended-route-sidebar-content .title span {
    display: grid;
    margin: 2% 0;
  }

}

/* 寄り道スポット */
.destination-spot-title {
  position: relative;
}

.destination-spot-title img {
  position: absolute;
  top: -80%;
  left: 2%;
  width: 75px;
}

.destination-spot-title h5 {
  background-color: #43b9da;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 3rem;
}

@media (max-width: 575px) {
  .destination-spot-title {
    margin-right: -15px;
    margin-left: -15px;
  }

  .destination-spot-title img {
    top: 6%;
    left: 2%;
    width: 55px;
  }

  .destination-spot-title h5 {
    font-size: 17px;
    font-weight: initial;
    line-height: 4rem;
  }
}


.list-num {
  margin-right: 20px;
}

.sp-selected-button {
  background-color: #43b9da;
}

.sp-button {
  border: #43b9da 1px solid;
  background-color: #fff;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

.sp-selected-button {
  background-color: #43b9da;
}

.top-slider-main-text {
  font-weight: 500;
  font-size: 2rem !important;
  bottom: 9% !important;
}

.top-slider-sub-text {
  font-size: 1.4rem !important;
  bottom: 3% !important;
}

.top-slider-text-white {
  color: #FFFFFF;
}

.top-slider-text-black {
  color: #000000;
}

.top-slider-overlay {
  height: 9rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.6;
}

.list-line {
  height: 1px;
  border: none;
  background-color: #E5E5E5;
}

.bg-content {
  background-color: #FFFFFF;
}

.list {
  padding: 1.5rem;
}

.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
}

.btn-full {
  width: 100%;
  border-radius: 0px;
  border: 1px solid;
  color: #43b9da;
  border-color: #43b9da;
  font-size: 14px;
  font-weight: bold;
  padding: 0.7rem;
}

.btn-full:hover {
  color: #FFFFFF;
  background-color: #43b9da;
  cursor: pointer;
}

.material-input-text {
  width: 100%;
  display: block;
  border: none;
  background-color: #FFFFFF;
  border-bottom: solid 1px #b5b5b5;
  box-shadow: none;
}

.content-list-detail {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
}

.content-list-img {
  width: 280px;
  height: 280px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .content-list-detail {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
  }
}

/* 個別ページ */
.page-title-main, .page-title-main strong {
  font-size: 30px;
  margin: 1rem 0;
  font-weight: bold;
}

.page-description, div.contact-form-custom.supplementary p {
  line-height: 1.8rem;
  margin: 0 0 2rem;
  font-size: 14px;
}

.page-content {
  padding: 0 0 2rem;
  background-color: initial;
  font-size: 14px;
  margin: 0 -15px;
}

.page-content a {
  text-decoration: underline;
  cursor: pointer;
}

.page-content-title {
  background-color: #43b9da;
  color: #fff;
  padding: 1rem;
  font-size: 18px;
  font-weight: bold;
}

.page-content-title small {
  font-size: 14px;
  font-weight: bold;
}

.page-content-header-title {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.page-content-main-title {
  font-size: 20px;
  letter-spacing: 0.1rem;
  margin: 0;
}

.page-content-block {
  background-color: #fff;
  margin: 0 0 5rem;
  padding: 0 0 2rem;
}

.page-content-block p {
  line-height: 1.6rem;
  margin: 1rem 0;
}

.page-content-block ol {
  list-style: outside;
  margin: 0.5rem 0 1rem;
}

.page-content-block li {
  margin: 0 0 0.5rem;
}

.page-content-block ol.list-with-number {
  list-style: none;
  padding-left: 1rem;
  counter-reset: list;
}

.page-content-block ol.list-with-number li {
  list-style-position:inside;
  counter-increment: list;
  padding-left: 1em;
  text-indent: -2em;
}

.page-content-block ol.list-with-number li:before {
  display: marker;
  content: "(" counter(list) ") ";
}

.page-inner-block {
  padding: 1rem 3rem;
}

.page-inner-title, .contact-form-custom.supplementary h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0;
}

.page-inner-text {
  margin: 1rem 0;
  line-height: 2rem;
}

.page-inner-content {
  margin: 1rem 0 2rem;
}

.page-inner-content-title {
  background-color: #43b9da;
  color: #fff;
  padding: 0.8rem;
  font-size: 14px;
  font-weight: bold;
}

.page-inner-content-sub-title {
  font-weight: bold;
  margin: 1rem 0;
  line-height: 2rem;
  font-size: 14px;
}

.page-inner-content .info {
  color: #bbb;
  margin: 0.5rem 0;
}

.page-inner-content-small {
  font-size: 12px;
}

.page-inner-block .extra-text {
  color: #43b9da;
  margin: 2rem 0;
  line-height: 2rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .page-content {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .top-slider-main-text {
    font-size: 4rem !important;
    bottom: 15% !important;
  }

  .top-slider-sub-text {
    font-size: 2.5rem !important;
    bottom: 5% !important;
  }

  .top-slider-overlay {
    height: 5rem;
    opacity: 0.3;
  }

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

  .page-title-main, .page-title-main strong {
    font-size: 16px;
  }

  .page-description, div.contact-form-custom.supplementary p {
    font-size: 11px;
    line-height: 1.3rem;
    margin: 0 0 1rem;
  }

  div.contact-form-custom p {
    font-size: 11px;
  }

  .page-content {
    font-size: 13px;
  }

  .page-content-title {
    font-size: 15px;
  }

  .page-content-title small {
    font-size: 12px;
  }

  .page-content-header-title {
    font-size: 13px;
  }

  .page-content-block {
    margin: 0;
  }

  .page-content-main-title {
    font-size: 16px;
  }

  .page-inner-block {
    padding: 0 1.5rem;
  }

  .page-inner-text {
    margin: 0.5rem 0 1rem;
    line-height: 1.6rem;
  }

  .page-inner-title {
    font-size: 15px;
    line-height: 1.5rem;
  }

  .page-inner-content {
    margin: 0.5rem 0 1rem;
  }

  .page-inner-content p {
    margin: 0.5rem 0;
  }

  .page-inner-content-title {
    font-size: 13px;
  }

  .page-inner-content-sub-title {
    font-size: 13px;
  }

  .page-inner-content-sub-title {
    margin: 0.8rem 0 0;
    line-height: 1.4rem;
  }

  .page-inner-block .extra-text {
    color: inherit;
    margin: 1rem 0 2rem;
    line-height: 1.5rem;
    font-weight: bold;
  }
}

/* ガイドとめぐる */
.table-of-page-content {
  text-align: center;
  margin: 1rem 0 2rem;
}

.table-of-page-content .table-item {
  text-decoration: none;
}

.table-of-page-content .table-item:hover .table-inner {
  background-color: #43b9da;
  color: #fff;
}

.table-of-page-content .table-inner {
  border: 1px solid #43b9da;
  min-height: 7rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  background-color: #fff;
}

.table-of-page-content .table-header-title {
  font-size: 14px;
}

.table-of-page-content .table-main-title {
  font-size: 18px;
}

@media (min-width: 576px) {
  .table-of-page-content .table-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table-of-page-content .table-item:first-child {
    padding-left: 0;
    padding-right: -0.5rem;
  }

  .table-of-page-content .table-item:last-child {
    padding-left: -0.5rem;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .table-of-page-content {
    margin: 1rem 0;
  }

  .table-of-page-content .table-header-title {
    font-size: 12px;
  }

  .table-of-page-content .table-main-title {
    font-size: 15px;
  }

  .table-of-page-content {
    padding: 0 1rem;
  }

  .table-of-page-content .table-inner {
    min-height: 4rem;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    padding: 0 1rem;
    margin: 0.3rem 0;
  }

  .table-of-page-content .table-title {
    text-align: left;
  }
}


/* しながわ観光協会とは */
.aboutus-name {
  font-size: 14px;
}

table.officer-table {
  width: 100%;
}

table.officer-table tbody {
  padding: 1rem;
  background-color: #fafafa;
}

table.officer-table tr {
  padding: 0.5rem;
}

table.officer-table td {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
  width: 100%;
}

table.officer-table td:first-child {
  vertical-align: top;
  font-weight: bold;
}

table.officer-table td:not(:last-child) {
  border-right: 1px solid #e5e5e5;
  flex: 0 0 20%;
  width: 20%;
}

table.officer-table td:last-child {
  border-right: 1px solid #e5e5e5;
  flex: 0 0 60%;
  width: 60%;
}

table.officer-table td.border-bottom-none {
  border-bottom: 1px solid #fff;
}


@media (max-width: 575px) {
  .aboutus-title {
    margin: 1rem 0;
  }

  .aboutus-img {
    width: 60%;
    margin: 0 20%;
  }

  .aboutus-name {
    margin: 0 0 1rem;
    font-size: 12px;
  }


  table.officer-table tr {
    border: 1px solid #e5e5e5;
  }

  table.officer-table td {
    display: block;
    border: none;
    width: 100%;
    line-height: 1.5rem
  }
  table.officer-table td:first-child {
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
  }

  table.officer-table td:not(:first-child) {
    background-color: #fff;
  }

  table.officer-table td:not(:last-child) {
    border: none;
    flex: 0 0 100%;
    width: 100%;

  }

  table.officer-table td:last-child {
    flex: 0 0 100%;
    width: 100%;
    margin: -1rem 0 0;
    border-right: none;
  }

  table.officer-table td.background-color-none {
    background-color: initial;
    padding: 0;
  }
}

/* アクセス */
.access-content .page-inner-text {
  line-height: 1.8rem;
}

.access-content {
  overflow: hidden;
}

.access-content a {
  color: initial;
}

@media (max-width: 575px) {
  .page-content hr {
    margin: 0.5rem 0;
  }
  .page-content .access-content hr {
    margin: 1rem 0;
  }
  .page-content hr.info-list-line {
    margin: 1rem 0;
  }
}

/* リンクについて */
.page-content .link-block {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .page-content .link-block {
    font-size: 11px;
  }
}

/* しながわ観光協会会員 */
.member-list-content a {
  color: initial;
}

.member-list-content hr:last-child {
  display: none;
}

/* イベントカレンダー・花ごよみ */
.page-content .nav {
  border-bottom: 2px solid #43b9da;
  font-size: 18px;
  font-weight: bold;
}

.page-content .nav-link {
  text-decoration: none;
  background-color: #fff;
}

.page-content .nav-link.active {
  border: none;
  background-color: #43b9da;
  color: #fff;
}

.page-inner-block .google-map {
  margin: 0px;
}

.nav-tabs .nav-link, .nav-link.active {
  border: none;
  border-radius: 0;
  text-align: center;
}

.nav-link:hover {
  border: none;
}

.nav-link span {
  margin: 0 0.5rem 0 0;
  vertical-align: sub;
}

.tab-content > .active {
  display: flex;
  flex-wrap: wrap;
}

.event-calendar .overview {
  cursor: pointer;
}

.event-calendar .hidden, .flower .hidden {
  display: none;
}

.event-calendar .month {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}

.event-calendar .month:nth-of-type(odd) {
  background-color: #6bc5de;
}

.event-calendar .month:nth-of-type(even) {
  background-color: #43b9da;
}

.event-calendar table {
  background-color: #fff;
  text-align: left;
}

.event-calendar tr {
  line-height: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.event-calendar tr.hidden {
  border-top: 2px solid #fff;
  background-color: #fafafa;
  line-height: 1.8rem;
}

.event-calendar tr.hidden > td > div {
  float: left;
}

.event-calendar tr.hidden .detail-title {
  font-size: 1.2rem;
}

.event-calendar th, .event-calendar td {
  padding: 0.5rem 1rem 0.5rem 2rem;;
}

.event-calendar td img {
  width: 100%;
}

.event-calendar td:first-child {
  width: 15%;
}

.event-calendar td:nth-child(2) {
  width: 20%;
}

.event-calendar td:nth-child(3) {
  width: 50%;
}

.event-calendar th {
  background-color: #fafafa;
  color: #43b9da;
}

span.yearly-calendar-icon:before {
  content: url(assets/images/yearly_calendar.png);
}

span.yearly-calendar-icon.white:before {
  content: url(assets/images/yearly_calendar_white.png);
}

span.flower-icon:before {
  content: url(assets/images/flower.png);
}

span.flower-icon.white:before {
  content: url(assets/images/flower_white.png);
}

span.arrow-down:before {
  content: url(assets/images/arrow_down.png);
}

span.arrow-down.white:before {
  content: url(assets/images/arrow_down_white.png);
}

span.arrow-up:before {
  content: url(assets/images/arrow_up.png);
}

span.arrow-up.white:before {
  content: url(assets/images/arrow_up_white.png);
}

@media (max-width: 575px) {
  .event-calendar tr {
    line-height: 1.5rem;
  }

  .event-calendar th, .event-calendar td {
    padding: 0.5rem 0rem 0.5rem 1rem;
  }
}

.flower {
  background-color: #fff;
  padding: 0 2rem 5rem;
}

.flower .tab-title {
  font-size: 24px;
  text-align: center;
  margin: 1rem 0;
  font-weight: bold;
}

.flower .season-image > div {
  text-align: center;
  background-color: #fafafa;
  font-size: 12px;
  font-weight: bold;
}

.flower tbody {
  background-color: #fff;
  text-align: left;
}

.flower tr:not(:first-child) {
  position: relative;
}

.flower th, .flower td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  line-height: 2.5rem;
  border-bottom: none;
}

.flower tr.hidden td:first-child {
  font-size: 12px;
  font-weight: bold;
}

.flower tr.last {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.flower tr.hidden td {
  border-top: none;
}

.flower th.spring_banner {
  background-image:  url(assets/images/spring_banner.png);
}

.flower th.summer_banner {
  background-image:  url(assets/images/summer_banner.png);
}

.flower th.fall_banner {
  background-image:  url(assets/images/fall_banner.png);
}

.flower th.winter_banner {
  background-image:  url(assets/images/winter_banner.png);
}

.flower th:first-child {
  font-size: 11px;
  font-weight: bold;
  padding: 0 0.5rem;
  color: #fff;
}

.flower th:first-child big {
  font-size: 18px;
}

.flower th:nth-child(n+2) {
  background-color: #fafafa;
  text-align: center;
  color: #43b9da;
  font-size: 14px;
  font-weight: bold;
}

.flower td:first-child {
  background-color: #43b9da;
  color: #fff;
  padding: 0 0.5rem;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.flower td:first-child a {
  color: #fff;
}

.flower .progress {
  height: 0.6rem;
  background-color: #43b9da;
  box-shadow: none;
  border-radius: 10px;
  position: absolute;
}

.flower .progress .no-color {
  background-color: #fff;
}

.flower .progress.start {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.flower .progress.end {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.flower td:first-child {
  width: 28%;
  position: relative;
}

.flower td:not(:first-child) {
  width: 8%;
}

.flower td:first-child .arrow {
  position: absolute;
  right: 5%;
}

.flower .attention {
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .page-content .nav {
    font-size: 14px;
  }

  .flower {
    padding: 0;
  }

  .flower .tab-title {
    font-size: 18px;
  }

  .flower td:first-child {
    width: 46%;
  }

  .flower td:not(:first-child) {
    width: 6%;
  }

  .flower tr.hidden {
    font-size: 10px;
  }

  .flower .season-image {
    padding: 0 0.3rem;
  }

  .flower .season-image > div {
    font-size: 11px;
  }

  .flower th:first-child {
    font-size: 10;
  }

  .flower th:first-child big {
    font-size: 16px;
  }

  .flower th:nth-child(n+2) {
    font-size: 12px;
  }

  .flower td:first-child {
    font-size: 12px;
  }

  .flower .attention {
    font-size: 10px;
  }
}

/* サイトマップ */
.page-content .sitemap ol {
  list-style: none;
  padding: 0 3rem;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.page-content .sitemap > div {
  margin: 2rem 0;
}

.page-content .sitemap > div:first-child {
  border-right: 1px solid #ccc;
}

.page-content .sitemap li {
  line-height: 4rem;
  border-bottom: 1px solid #ccc;
}

.page-content .sitemap li i {
  margin: 0 0.5rem;
}

@media (max-width: 769px) {
  .page-content .sitemap > div {
    margin: 0;
  }

  .page-content .sitemap > div:first-child {
    margin: 1rem 0 0;
    border-right: none;
  }
}

/* snsシェアボタン */
.sns-share-buttons{
  margin: 0;
  padding: 0;
}
.sns-share-buttons li{
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 5px;
}
