

html {
  font-size: 16px;
  line-height: 1.8em;
  background-color: #fff;
  color: #444;
  font-weight: 400;
  word-break: break-all;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  font-weight: 400;
  color: #333;
}

a {
  outline: none;
}

a:link {
  color: #0199c8;
}

a:visited {
  color: #0199c8;
}

a:focus {
  outline: none;
}

small {
  font-size: 0.625em;
}

.small {
  font-size: 0.625em;
}

.mini {
  font-size: 0.875em;
}

.red {
  color: #ff0000;
}

.pink {
  color: #ed7a86;
}

.pink_bg {
  background-color: #ffebeb;
}

.green {
  color: #4caf50
}

.gray {
  color: #6e6e6e;
}

.bold {
  font-weight: 700 !important;
}

.width_100 {
  width: 100% !important;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.line_height_normal {
  line-height: normal !important;
}

.font_size_1 {
  font-size: 1em !important;
}

.padding_10 {
  padding: 10px !important;
}

.padding_top_5 {
  padding-top: 5px !important;
}

.padding_bottom_5 {
  padding-bottom: 5px !important;
}

.max_width_100 {
  max-width: 100% !important;
}

.margin_10 {
  margin: 10px !important;
}

.margin_bottom_10 {
  margin-bottom: 10px !important;
}

.margin_bottom_20 {
  margin-bottom: 20px !important;
}

.margin_bottom_30 {
  margin-bottom: 30px !important;
}

.margin_top_bottom_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.center_wrap {
  text-align: center;
}

.left_wrap {
  text-align: left;
}

.right_wrap {
  text-align: right;
}

.pr {
  background-color: #999;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px
}

.btn_large {
  font-size: 1.25em;
  font-weight: bold;
  width: 400px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 2.1em;
  border: 0;
  border-radius: 4px;
  outline: none;
  margin: 10px 0;
}

.btn_large:hover {
  opacity: 0.8;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.btn_tel {
  display: none;
}

.btn_pink {
  background-color: #ed7a86;
  border-bottom: 3px solid #d26374;
}

.btn_green {
  background-color: #8bc34a;
  border-bottom: 3px solid #70b301;
}

a.btn_large:link {
  color: white;
  text-decoration: none;
}

a.btn_large:visited {
  color: white;
  text-decoration: none;
}

.search_button {
  line-height: 2em;
  background-color: #8bc53d;
  color: #fff;
  border: 0;
  border-radius: 2px;
  margin-left: 7px;
  width: 62px;
  height: 25px;
}

.search_box {
  line-height: 2em;
  border: 0;
  background-color: #eeeeee;
  border-radius: 2px;
  padding: 0 8px;
}

.view_more {
  font-size: 0.8em;
  font-family: Georgia, serif;
  font-style:italic;
}

.calendar {
  border-collapse: collapse;
  width: 100%;
}

.calendar caption {
  padding-bottom:6px;
  font-size:15px;
}

.calendar th,
.calendar td {
  font-size: 15px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px
}

.calendar th {
  background: #f8f9fa;
}

.calendar th:first-child {
  color: #f30;
}

.calendar th:last-child {
  color: #03c;
}

.calendar td div {
  text-align: center;
}

.calendar td a {
  text-decoration: underline;
  display: block;
  width: 100%;
}

.calendar td a:hover {
  background:#fe814d;
  color:#fff;
  text-decoration: none;
}

.calendar td a:active {
  background: #f30;
}

.calendar .today {
  background:#fffbcc;
}

.calendar .saturday {
  background: #f3f9fd;
}

.calendar .sunday {
  background:#fff5f2;
}

.calendar .holiday {
  background: #fff5f2;
}

.calendar .today {
  background: yellow;
}

.calendar .highlight {
  border: 2px solid orange !important;
}

.calendar .blank {
  color:#ddd;
}

.double_calendar {
  display: flex;
  width: 100%;
}

.double_calendar > div {
  display: inline-block;
  width: 50%;
  padding: 5px;
}

.container {
  margin: auto auto 10px auto;
  max-width: 980px;
  display: grid;
  gap: 10px 35px;
  grid-template-areas:
    "main side";
  grid-template-rows: auto;
  grid-template-columns: auto 300px;
}

header {
  text-align: center;
}

header .top_line {
  font-size: 0.8em;
  font-weight: normal;
  border-top: 3px solid #84c042;
  background-color: #eee;
  margin: 0;
  overflow:hidden;
}

header .top_line .copy {
  width: 980px;
  margin: auto;
  text-align: left;
}

header .logo_wrap {
  width: 980px;
  height: 100px;
  margin: auto;
  text-align: left;
  position:relative;
}

header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

main {
  grid-area: main;
  background:#fff;
}

main .place_list {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

main .place_list .place {
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px 10px;
}

main .place_list h2 {
  font-size: 1.5em;
  font-weight: 400;
}

main .place_list .image {
  margin: 0 10px 10px 0;
  float: left;
}

main .place_list .image img:hover {
  opacity: 0.8;
}

main .place_list .info p {
  margin: 0;
}

main .place_list .info .providor {
  color: #999;
  margin: 10px 0;
}

.grid_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2x2のグリッド */
  gap: 20px; /* グリッドアイテム間の隙間 */
}

.grid_container .content {
  display: flex;
  align-items: flex-start;
}

.grid_container .thumbnail {
  width: 134px;
  height: 134px;
  object-fit: cover;
  margin-right: 10px;
}

.grid_container .text_content {
  display: flex;
  flex-direction: column;
}

.grid_container .text_content h3 {
  margin: 10px 0;
}

article {
  margin-bottom: 20px;
}

article h1 {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
}

article blockquote {
  margin: 20px 0;
  padding: 10px;
  background-color: #f5f8fa;
}

article .article_list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

article .article_list h2 {
  font-size: 1.25em;
  font-weight: 400;
}

article .article_list h2 a,
article .article_list h2 a:visited {
  text-decoration: underline;
}

article .article_list .description {
  line-height: 1.6em;
}

article .article_list img {
  margin: 0 10px 10px 0;
  max-width: 150px;
  max-height: 150px;
  float: left;
}

article .article_body img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

section.link_box {
  margin: -10px 0 10px 0;
}

section.link_box .link_box_title {
  z-index: 2;
  position: relative;
  color: #fff;
  background-color: #ed7a86;
  display: inline-block;
  padding: 4px 10px 2px 8px;
  top: 26px;
  left: 12px;
  height: 26px;
  font-size: 0.85em;
}

section.link_box .link_box_title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid #b1434c;
  border-top: 6px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
}

section.link_box .link_box_title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #b1434c;
  border-top: 6px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}

section.link_box ul {
  background: #eceef0;
  border-top: 2px solid #ed7a86;
  padding: 26px 8px 8px;
  margin: 0;
  list-style-type: none;
}

section.link_box li {
  display: inline-block;
  margin: 4px;
}

section.link_box a {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
  padding: 4px 8px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

section.link_box a:hover {
  background-color: #ffc489;
  color: #fff;
}

table.open_time {
  width: 100%;
  font-size: 1em;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.open_time td {
  font-family: auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  height: 36px;
}

table.open_time td.time {
  width: 130px;
}

table.open_time th {
  font-weight: 400;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  height: 36px;
}

main > .place h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.place_header .place_lead {
  line-height: 1.7em;
}

main > .place .tel_text {
  font-size: 1.6em;
  font-weight: 700;
  margin: 10px 0;
}

main > .place .tel_text .tel_notice {
  font-weight: 400;
}

main > .place .btn_tel {
  display: none;
}

main > .place figure {
  margin: 0 0 20px 0;
  text-align: center;
}

main > .place figure img {
  max-width: 100%;
}

main > .place .photos .image {
  max-width: 150px;
  max-height: 250px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 5px;
}

main > .place .photos .image img {
  max-width: 100%;
  max-height: 100%;
}

ul.recommend {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.place_detail {
  margin: 0 0 30px 0;
}

.place_detail .inner {
  display: table;
  border-collapse: collapse;
  margin: 5px 0;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}

.place_detail section {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  display: table-row;
  width: 100%;
}

.place_detail h3 {
  width: 90px;
  padding: 10px;
  white-space: nowrap;
  display: table-cell;
  background-color: #eceef0;
}

.place_detail section:first-child {
  border-top: 1px solid #dddddd;
}

.place_detail section h3 {
  border-left: 1px solid #e6e6e6;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  vertical-align: middle;
}

.place_detail section > div {
  border-left: 2px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

.place_detail section a.link {
  color: #0199c8;
}

.place .around_place_list {
  margin: 10px 0 30px 0;
}

.place .around_place {
  display: table;
}

.place .around_place_list img {
  max-width: 80px;
  display: table-cell;
  margin: 0 10px 10px 0;
}

.place .around_place .around_place_info {
  display: table-cell;
  vertical-align: top;
}

.place .around_place_info h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}

.place ul.station_list {
  margin: 0 0 30px 0;
  padding: 0;
}

.place ul.station_list li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}

.prtimes_header {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.prtimes_header h1 {
  display: table-cell;
  text-align: left;
}

.prtimes_header .prtimes_logo {
  display: table-cell;
  text-align: right;
}

.furusato_item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  margin: 0 0 20px 0;
}

.furusato_item .card {
  padding: 10px;
  border: 1px solid #ccc;
}

.furusato_item .card .image_container {
  max-width: 100%;
  text-align: center;
}

.furusato_item .card .image_container img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}

.furusato_item .card h3 {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.furusato_item a.city:link {
  color: #6e6e6e;
  text-decoration: none;
}

.furusato_item a.city:visited {
  color: #6e6e6e;
  text-decoration: none;
}

.furusato_item .card .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}

img.machicon_event_list {
  max-width: 300px;
  max-height: 150px;
}

.featured_articles {
  border-left: 5px solid #0199c8;
  padding-left: 20px;
  margin-bottom: 30px;
}

.featured_articles h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 20px 0;
}

.featured_article_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.featured_article_item:last-child {
  border-bottom: none;
}

.featured_article_item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 20px;
  flex-shrink: 0;
}

.featured_article_content h3 {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.4em;
}

.featured_article_content h3 a {
  color: #0199c8;
  text-decoration: underline;
}

.featured_article_content p {
  margin: 0;
  line-height: 1.6em;
  color: #666;
}

aside {
  grid-area: side;
  background:#fff;
}

aside h3.side_title {
  border-bottom: 2px solid #ed7a86;
  font-weight: 400;
  margin: 10px 0;
  font-size: 1.5em;
  text-align: center;
  line-height: 35px;
}

.keyword_list {
  background-color: #eee;
  padding: 9px;
}

.keyword_list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.keyword_list > ul > li {
  display: inline;
  margin: 4px 3px;
}

.keyword_list > ul > li > a {
  background-color: #fff;
  border-radius: 4px;
  font-size: 0.85em;
  padding: 4px 8px 4px 6px;
  color: #333333;
  text-decoration: none;
  line-height: 2.5em;
}

.keyword_list > ul > li > a:hover {
  color: #ed7a86;
}

.keyword_list > ul > li > a::before {
  content: "\23";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ed7a86;
  margin-right: 3px;
  font-size: 1em;
}

footer {
  text-align: center;
  color: #f7fbf2;
  line-height: 1em;
  padding: 30px 0 10px 0;
  background-color: #84c042;
}

footer a:link {
  color: #fff;
  text-decoration: none;
}

footer a:visited {
  color: #fff;
  text-decoration: none;
}

footer .footer_wrap {
  text-align: left;
  margin: auto;
  width: 980px;
}

footer nav {
  border-top: 1px solid #c5e29e;
  padding: 20px 0 6px;
}

footer nav ul {
  margin: 0 auto;
  display: table;
  font-size: 12px;
}

footer nav li {
  display: table-cell;
}

footer nav li:before {
  content: '|';
  color: #a9d46f;
}

footer nav li:first-child:before {
  content: none;
}

footer nav a {
  padding: 0 12px;;
}

footer .copylights {
  color: #444;
}

nav.breadcrumbs {
  margin-bottom: 15px;
  font-size: 0.625em;
}

nav.breadcrumbs ol {
  display: table;
  margin: 0;
  padding: 0;
}

nav.breadcrumbs li {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
  line-height: 0.875em;
  letter-spacing: .08em;
  float: left;
  margin-bottom: 5px;
}

nav.breadcrumbs a {
  color: #666666;
  text-decoration: none;
}

nav.breadcrumbs a:hover {
  color: #84c042;
}

nav.breadcrumbs .breadcrumb-separator {
  margin: 0 5px;
  color: #84c042;
}

nav.breadcrumbs .fa-house {
  color: #84c042;
}

.shareLinks {
  display: grid;
  gap: 0;
  grid-template-areas: "share-facebook share-x share-hateb";
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 32px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.875em;
}

.shareLinks i {
  margin-right: 3px;
}

.shareLinks a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shareLinks a:hover, 
.shareLinks a:visited {
  color: #fff;
  text-decoration: none;
}

.shareLinks a.share-facebook {
  grid-area: share-facebook;
  background: #4a66ab;
}

.shareLinks a.share-x {
  grid-area: share-x;
  background: #000;
}

.shareLinks a.share-hateb {
  grid-area: share-hateb;
  background: #008fde;
}

.shareLinks a.share-line {
  grid-area: share-line;
  background: #4cc764;
  display: none;
}

.shareLinks a.share-sheet {
  grid-area: share-sheet;
  background: #ff9800;
  display: none;
}

nav.pagination {
  display: table;
  margin: 0 auto 20px auto;
  font-weight: bold;
  width: 100%;
  table-layout: fixed;
}

nav.pagination > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 3px;
}

nav.pagination a {
  display: block;
  text-align: center;
  background-color: #eeeeee;
  text-decoration: none;
}

nav.pagination a:hover {
  background-color: #0199c8;
  color: #fff;
}

nav.pagination .current {
  text-align: center;
  border: 3px solid #eeeeee;
  background-color: #fff;
  color: #333333;
}

nav.pagination .current:hover {
  background-color: #fff;
  color: #333333;
}

.contact {
  margin-bottom: 30px;
}

.contact h1 {
  font-size: 1.5em;
  font-weight: 700;
  padding-left: 10px;
  border-left: solid 5px #84c042;
}

.contact h2 {
  font-size: 1em;
  margin: 0 0 10px 0;
}

.contact form p {
  margin-top: 0;
}

.contact input {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.contact input.width_300 {
  width: 300px;
  box-sizing: border-box;
}

.contact input.checkbox {
  width: auto;
  box-sizing: border-box;
}

.contact textarea {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
}

.contact .privacy_confirm {
  width: 100%;
  color: #444;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
  height: 200px;
  margin: 0 0 10px 0;
  line-height: 1.5em;
  box-sizing: border-box;
}

.contact button.submit_button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.4em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.contact button.submit_button {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.contact .error {
  background-color: #ffebeb;
  padding: 10px 10px 1px 10px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 980px) and (min-width: 812px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  header .logo_wrap,
  header .top_line .copy,
  footer .footer_wrap {
    width: 100%;
  }

  header .logo, header .top_line .copy, main {
    margin-left: 10px;
  }

  footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact {
    margin: 0 10px 30px 10px;
  }

  .furusato_item {
    margin: 0 10px 20px 10px;
  }

  .double_calendar {
    display: block;
    width: 100%;
  }
  
  .double_calendar > div {
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 812px) {
  html {
    font-size: 17px;
    line-height: 1.5em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_margin_left_10 {
    margin-left: 10px !important;
  }

  .sp_margin_10 {
    margin: 10px !important;
  }

  h1 {
    font-size: 1.25em;
    font-weight: 700;
  }

  .btn_large {
    font-size: 1.125em;
    line-height: 2.3em;
    width: 100%;
  }

  .btn_tel {
    display: inline-block;
  }

  header {
    width: 100%;
    text-align: center;
  }

  header .top_line {
    font-size: 0.625em;
  }

  header .top_line .copy {
    text-align: center;
    width: 100%;
  }

  header .logo {
    left: 50%;
    transform: translate(-50%, -40%);
  }

  header .logo img {
    height: 34px;
    width: auto;
  }
  
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .logo_wrap {
    width: 100%;
    height: 44px;
  }

  footer .footer_wrap {
    width: 100%;
  }

  footer .footer_wrap .logo {
    display: none;
  }

  .container {
    grid-template-areas:
      "main"
      "side";
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .nav_wrap {
    overflow-x: auto;
  }

  nav.breadcrumbs {
    margin: 10px 5px;
    font-size: 0.875em;
  }

  nav.breadcrumbs ol {
    display: inline-flex;
    white-space: nowrap;
  }

  nav.breadcrumbs a {
    color: #0199c8;
    text-decoration: underline;
  }

  main .place_list h2 {
    font-size: 1.125em;
    font-weight: 700;
  }

  main .place_list .place {
    font-size: 0.875em;
  }

  .grid_container {
    grid-template-columns: 1fr;
  }

  article .article_header,
  article .article_body {
    margin: 0 10px;
  }

  article h1 {
    font-size: 1.25em;
    font-weight: 700;
  }

  article .article_list_wrap {
    margin: 0 10px;
  }

  article .article_list h2 {
    font-size: 1em;
  }

  article .article_list h2 a,
  article .article_list h2 a:visited,
  article .article_list h2 a:hover {
    color: #0199c8;
    text-decoration: underline;
  }

  article .article_list img {
    max-width: 100px;
  }

  .double_calendar {
    display: block;
    width: 100%;
  }
  
  .double_calendar > div {
    display: block;
    width: 100%;
    padding: 0;
  }

  main > .place {
    margin: 0 10px;
  }

  .place_header {
    padding: 10px;
    background-color: #f5f5f5;
  }

  .place_header .place_lead {
    display: none;
  }

  main > .place .place_button_wrap {
    padding: 20px 10px;
    background-color: #eceef0;
    margin: 0 -10px;
  }

  main > .place .tel_text {
    display: none;
  }

  main > .place .btn_tel {
    display: block;
  }

  .place_detail section h3 {
    border-left: 0;
  }
  
  .place_detail section > div {
    border-right: 0;
  }

  .place_detail {
    margin: 0 -10px 30px -10px;
  }

  .shareLinks {
    grid-template-areas: "share-facebook share-x share-line share-sheet";
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shareLinks a.share-hateb {
    display: none;
  }

  .shareLinks a.share-line {
    display: flex;
  }

  .shareLinks a.share-sheet {
    display: flex;
  }

  nav.pagination span.page, span.first {
    display: none;
  }

  nav.pagination a {
    line-height: 40px;
  }

  .contact {
    margin: 0 10px 30px 10px;
  }

  .contact textarea {
    height: 200px;
    box-sizing: border-box;
  }

  .furusato_item {
    margin: 0 10px 20px 10px;
  }

  img.machicon_event_list {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .featured_articles {
    margin: 0 10px 30px 10px;
    padding-left: 15px;
  }

  .featured_article_item {
    flex-direction: column;
  }

  .featured_article_item img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .featured_article_content h3 {
    font-size: 1em;
  }

  aside {
    margin: 0 10px;
  }

  aside .banner_wrap {
    text-align: center;
  }

  footer nav {
    border-top: 0;
    padding: 0 0 6px;
  }

  footer nav ul {
    padding: 0;
  }

  footer nav li {
    display: inline-block;
  }
  
  footer nav a {
    padding: 3px 12px;;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
