body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
  color: #001f47;
}
body.panelactive {
  overflow: hidden;
}

/****************** 共通 ******************/
/* リセット */
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
a:link,
a:visited,
a:active,
a:focus {
  color: #818386;
  transition: 0.2s;
}
a.blue,
a.blue:link,
a.blue:visited,
a.blue:active,
a.blue:focus {
  color: #1c61ff;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.not_exists {
  display: none !important;
}
.hide {
  display: none !important;
}

/******************* PC *******************/
/* ヘッダーバー */
.pc .bar_container {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 100;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}
.pc .bar {
  top: 0;
  left: 0;
  width: 1080px;
  height: 65px;
  background-color: white;
  padding-left: calc((100vw - 1080px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc .bar img {
  height: 32px;
  margin: 4px 0 0 0;
}
.bar img.logo {
  height: 48px;
  margin: 22px 0 0 0;
}

/* ヘッダー 右側のボタン群 */
#bar_right {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  font-family: ten-mincho, serif;
}
#search {
  margin: 0;
}
#search_link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 15px;
  margin: 0 15px;
}
#search_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#search_icon > img {
  height: 23px;
}
#search_text {
  color: #001f47;
  margin: 6px 0 0 0;
  font-size: 11px;
}
#menu {
}
#menu_link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu_icon {
}
#menu_icon > img {
  height: 23px;
}
#menu_text {
  color: #001f47;
  margin: 2px 0 0 0;
  font-size: 11px;
}

/* 追従リンク */
#fixed_links {
  display: none;
  bottom: 40px;
  right: 0px;
  position: fixed;
  padding-right: calc((100vw - 1080px) / 2);
  letter-spacing: 0;
  z-index: 10;
}
#fixed_menu_link {
  width: 60px;
  border-radius: 50px;
  height: 60px;
  background: white;
  display: flex;
  justify-content: center;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
  font-family: ten-mincho, serif;
  letter-spacing: -1px;
  font-weight: 600;
}
#fixed_menu_link > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-radius: 60px;
}
#fixed_menu_icon {
  width: 22px;
}
#fixed_menu_icon > img {
  width: 100%;
  height: 100%;
}
#fixed_menu_text {
  color: #001f47;
  font-size: 11px;
  margin: 3px 0 0 0;
}
#fixed_top_link {
  width: 60px;
  border-radius: 50px;
  height: 60px;
  background: white;
  display: flex;
  justify-content: center;
  margin: 8px 0 0 0;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
}
#fixed_top_link > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-radius: 60px;
}
#fixed_top_icon {
  width: 18px;
  height: 12px;
}
#fixed_top_icon > img {
  width: 100%;
  height: 100%;
}
#fixed_top_text {
  color: #001f47;
  font-size: 11px;
  margin: 10px 0 7px 0;
  font-family: 'Roboto', system-ui;
  font-weight: 600;
  letter-spacing: 0.8px;
}

/*========= ナビゲーションのためのCSS ===============*/

#sidemenu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: calc(360px + (100vw - 1080px) / 4);
  height: 100vh;
  background: white;
  transition: all 1s;
}
#sidemenu-close {
  text-align: right;
  padding: 30px 35px 0 30px;
}
#sidemenu-close button {
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
}
#sidemenu-close button img {
  width: 22px;
}
#sidemenu.panelactive {
  right: 0;
  transition: all 0.4s;
}
#sidemenu-list {
  padding: 35px 0;
}
.sidemenu-list_ul {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidemenu-list_li {
  width: 100%;
}
.sidemenu-list_li.hr {
  border-bottom: 1px dotted #ddd;
  width: 120px;
  margin: 18px 0;
}
.sidemenu-list_li a {
  text-decoration: none;
  letter-spacing: 3px;
  display: block;
  height: 42px;
  line-height: 42px;
  transition: all 0.3s;
}
.sidemenu-list_li a:hover {
  background: #f3f5f5;
  opacity: 0.8;
}

/* コンテンツ領域（固定ページ共通） */

/* 横幅いっぱい */
.content_wrapper {
  width: 100%;
}
/* 1080px */
.content {
  width: 1080px;
  padding-left: calc((100vw - 1080px) / 2);
  display: flex;
  flex-direction: column;
}
.roboto-1 {
  font-family: 'Roboto', system-ui;
  letter-spacing: 1px;
}
#contents {
  padding-top: 65px;
}
/* 静的な固定ページ */
#other_pages_wrapper {
  display: flex;
  justify-content: center;
  padding-top: 65px;
}
#other_pages {
  width: 1080px;
  padding: 20px 0 45px 0;
}
/*
 * パンくず
 */
#bread-crumb {
  padding: 16px 0 8px 0;
  font-size: 10px;
}
#bread-crumb-links > li {
  display: inline-block;
  margin: 0 0 5px 0;
}
#bread-crumb-links span:before {
  content: '×';
}
#bread-crumb-links span:first-child::before {
  content: '';
}

/* 共通フッター */
#footer {
  background: #005872;
}
#footer_content {
  width: 640px;
  padding: 65px 0;
  padding-left: calc((100vw - 640px) / 2);
  color: white;
}
#footer_main {
  display: flex;
  align-items: center;
}
#footer_content a {
  color: white;
}
#footer_links {
  width: 400px;
  font-size: 11px;
  line-height: 40px;
}
#footer_our_links {
  text-align: center;
}
#footer_contact_us {
  font-family: 'Roboto', system-ui;
}
#footer_contact_us > a {
  text-decoration: none;
}
#footer_contact_us > a > div {
  width: 240px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s;
}
#footer_contact_us > a > div:hover {
  border: 1px solid #005872;
  background: white;
  color: #005872;
}
#footer_sns_icons_area {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
#footer_sns_icons_area .footer-sns-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
}
#footer_sns_icons_area .footer-sns-icons img {
  width: 50px;
  transition: all 0.3s;
}
#footer_sns_icons_area .footer-sns-icons img:hover {
  opacity: 0.8;
}

/* copyright */
#copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin: 30px 0 0 0;
}

/*
 * サブコンテンツ（同じ地域の自治体）
 */

.title {
  font-family: ten-mincho, serif;
  font-size: 24px;
  text-align: center;
}
.sub_title {
  font-family: 'Roboto', system-ui;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}
.sub_title_box {
  width: 75px;
  font-size: 10px;
  border-bottom: 1px solid #005872;
  text-align: center;
  height: 15px;
  margin: 5px 0 30px 0;
  line-height: 1.8em;
}
#same_area_cities,
#same_tag_cities {
  background: #f3f5f5;
  padding: 65px 0 0 0;
}
#new_cities,
#pickup_cities,
#local_topics,
#pickup {
  background: none;
  padding: 85px 0 0 0;
}

#same_area_cassettes,
#same_tag_cassettes,
#new_cassettes,
#pickup_cassettes,
#local_topic_cassettes {
  margin: 10px 0 0 0;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  white-space: nowrap;
  padding: 15px;
  text-align: center;
}
#same_area_cassettes::-webkit-scrollbar,
#same_tag_cassettes::-webkit-scrollbar,
#new_cassettes::-webkit-scrollbar,
#pickup_cassettes::-webkit-scrollbar,
#local_topic_cassettes::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.cassette {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 260px;
  line-height: 1.8em;
  border-radius: 8px;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  background: white;
  white-space: normal;
  margin: 0 0 0 15px;
  transition: all 0.2s;
}
.cassette:hover {
  opacity: 0.8;
}
.cassette > a {
  text-decoration: none;
}
.cs-hero_image {
  height: 130px;
}
.cs-hero_image > img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.cs-city_info,
.cs_info {
  padding: 16px;
  color: #001f47;
  text-align: left;
}
.cs-city_chief_area {
  display: flex;
  align-items: center;
}
.cs-chief_image {
  display: flex;
}
.cs-chief_image > img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 40px;
  border: 1px solid #eee;
}
.cs-city_name {
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.6em;
}
.cs_name {
  font-size: 14px;
  line-height: 1.6em;
}
.cs-city_catch_copy,
.cs_catch_copy {
  font-size: 11px;
  line-height: 1.6em;
  margin: 8px 0 0 0;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
  text-align: left;
}
#same_area_cities_more,
#same_tag_cities_more,
#new_cities_more,
#pickup_cities_more,
#local_topics_more,
#pickup_more {
  width: 1050px;
  padding: 15px 0;
  padding-left: calc((100vw - 1080px) / 2);
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
}
.more {
  width: 1022px;
  padding: 15px 0;
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
}
#same_area_cities_more > a,
#same_tag_cities_more > a,
#new_cities_more > a,
#local_topics_more > a,
#pickup_more > a,
.more > a {
  color: #001f47;
  font-weight: bold;
  text-decoration: none;
}
#same_area_cities_more > a:hover,
#same_tag_cities_more > a:hover,
#new_cities_more > a:hover,
#local_topics_more > a:hover,
#pickup_more > a:hover {
  opacity: 0.8;
}

/* 特集 */
#special-topic-area {
  margin: 80px 0 0 0;
}
#special-topic-list-area {
  margin: 15px 0 0 0;
}
#special-topic-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 30px;
}
.spe_cassette {
  width: 305px;
  height: 305px;
  text-align: left;
  transition: all 0.3s;
}
.spe_cassette:hover {
  background: #f3f5f5;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}
.spe_cse_link {
  text-decoration: none;
  color: #001f47 !important;
}
.spe_cas_img_area {
}
.spe_cas_img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.spe_cas_info_area {
  padding: 0 10px;
}
.spe_tag_area {
  overflow-x: hidden;
  white-space: nowrap;
  margin: 6px 0 10px 0;
}
.spe_tag {
  display: inline-block;
  background-color: #288cb7;
  color: white;
  border-radius: 20px;
  font-size: 10px;
  padding: 2px 10px;
  height: 17px;
  line-height: 16px;
}
.spe_tag:nth-child(n + 2) {
  margin-left: 10px;
}
.spe_title {
  overflow: hidden;
  max-height: 38px;
}
.spe_content {
  margin: 10px 0 0 0;
  font-size: 11px;
  line-height: 1.5em;
  overflow: hidden;
  height: 36px;
}

/* お知らせ */
#notice-area {
  margin: 80px 0 0 0;
}
.notice_list_area {
  padding: 0 217px;
}
.notice_list {
  padding: 35px 0 0 0;
  margin: 0 0 8px 0;
}
.notice_list > li {
  border-top: 1px dashed #999;
}
.notice_list > li:last-child {
  border-bottom: 1px dashed #999;
}
.notice_list > li > a {
  text-decoration: none;
  color: #001f47;
}
.notice_list_link {
  height: 60px;
  /* line-height: 60px; */
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.notice_list_link:hover {
  background: #f3f5f5;
  opacity: 0.8;
}
.notice_date {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 90px;
}
.notice_message {
  display: inline-block;
  flex: 1;
  font-size: 15px;
  letter-spacing: 1px;
}
.notice_icon {
  width: 80px;
}
.notice_icon__new,
.notice_icon__update {
  display: inline-block;
  background: #288cb7;
  color: white;
  font-size: 10px;
  width: 60px;
  text-align: center;
  border-radius: 50px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.notice_arrow {
  display: flex;
  height: 16px;
  margin: 2px 0 0 0;
}
.notice_arrow img {
  width: 100%;
}
.notice_more {
  padding: 15px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.notice_more_link {
  text-decoration: none;
  color: #001f47 !important;
}
.notice_more_link:hover {
  opacity: 0.8;
}
