@charset "utf-8";
/* CSS Document */

body {
  height: 100%;
  _display: inline;
  _zoom: 1;
  -webkit-text-size-adjust: 100%;
  margin: 0px auto;
  padding: 0px;
  font-size: 1em;
  font-family: "Noto Sans Japanese";
}

#ss-preview {
  display: none !important;
}
#ss-preview input.date {
  font-size: 100% !important;
}
#ss-preview input.preview,
#ss-preview input.mobile {
  font-size: 100% !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
.inner_box01 header.released,
.one header.released,
.faq header.released,
.body--anpi-ezine-anpi header.released,
.body--anpi-ezine-event header.released {
  margin-bottom: 12px;
  text-align: right;
}
.category-pages,
.article-pages,
.cms-pages,
.cms-group-pages,
.faq-search,
.event-pages {
  margin-bottom: 24px;
}

/* 共通パーツ */
#tool,
.acc-title {
  background-color: #0c6856;
  background: #0c6856 url(../../img/kanko/top/header_back02.png);
}
#header {
  width: 100%;
  margin: 0;
  border-bottom: 3px solid rgb(12, 104, 86) !important;
}
.hosoku_menu > li {
  background: rgb(12, 104, 86) !important;
  border: 1px rgb(12, 104, 86) solid !important;
}
.hosoku_menu > li a {
  text-decoration: none;
  color: #fff;
}
.hosoku_menu > li:hover {
  background: #074441 !important;
}
.menu > li a {
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
}
.menu > li:hover {
  background: rgb(12, 104, 86) !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
li.menu__mega ul.menu__second-level {
  border: 2px solid rgb(12, 104, 86) !important;
  z-index: 10;
  width: 99.7%;
}
li.menu__mega ul.menu__second-level a:hover {
  color: rgb(1, 101, 99);
}

.head-arrow::before {
  border-top: solid 2px rgb(12, 104, 86) !important;
  border-right: solid 2px rgb(12, 104, 86) !important;
}
#header .logo img {
  vertical-align: middle;
}
.gsc-search-button-v2 {
  background: rgb(12, 104, 86) !important;
}

.accessibility-footer {
  display: none;
}

.logo_sp {
  display: none;
}

/***********/

#top_contents01 {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.inner_box01 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#top_contents01 .cate_tit01 {
  width: 750px;
  margin: 0px auto;
  padding: 20px 0px 10px 0px;
  text-align: center;
  font-size: 210%;
  font-weight: 600;
  color: #111;
  letter-spacing: 4px;
  background: url(/img/kanko/top/top_icon01.png) no-repeat left bottom;
}
#top_contents01 .cate_tit02 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 130%;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(7, 68, 65, 1);
}
#top_contents01 .cate_tit03 {
  text-align: center;
  padding: 0px 0px 30px 0px;
  font-size: 170%;
  font-weight: 600;
  letter-spacing: 2px;
  color: #006e6d;
}
#top_contents01 .cate_tit03 img {
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 3px;
}
#top_contents01 .cate_tit04 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  color: #111;
  padding-bottom: 20px;
}
#top_contents01 .cate_tit05 {
  text-align: center;
  padding: 0px 0px 30px 0px;
  font-size: 170%;
  font-weight: 600;
  letter-spacing: 2px;
  color: #074441 /*#0C6856*/;
}
#top_contents01 .cate_tit05 img {
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 3px;
}

/* 島田市の魅力 */

.top_point_box01 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  font-weight: 300;
  background: url(/img/kanko/top/top_point_back01-1.png) no-repeat left top, url(/img/kanko/top/top_point_back02-1.png) no-repeat right bottom, url(/img/kanko/top/top_point_back04.jpg);
}
.top_point_box01 .inner_box01 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  color: #444;
  font-weight: 300;
}
.top_point_box01 .ul01 {
  display: block;
  /*display: flex;
  flex-wrap: wrap;*/
  list-style-type: none;
  padding: 0px;
  margin: 10px auto;
}
.top_point_box01 .ul01 li {
  width: 19%;
  font-size: 100%;
  font-weight: 500;
  margin: 0% 0.5%;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.top_point_box01 .ul01 li a {
  display: block;
  color: #111;
  text-decoration: none;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.top_point_box01 .ul01 li a:hover {
  opacity: 0.8;
  color: #0c6856;
  text-decoration: underline;
}
.top_point_box01 .ul01 li img {
  width: 100%;
  margin-bottom: 5px;
}

.top_point_box01 .ul01:before,
.ul01:after {
  content: "";
  display: table;
}
.top_point_box01 .ul01:after {
  clear: both;
  margin-bottom: 30px;
}

.top_point_box01 .more_btn01 {
  width: 30%;
  margin: 30px auto 0px auto;
  font-size: 105%;
  text-align: center;
}
.top_point_box01 .more_btn01 a {
  display: block;
  position: relative;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  background: rgb(12, 104, 86);
  border: 4px rgb(46, 137, 119) solid;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.top_point_box01 .more_btn01 a:hover {
  opacity: 0.8;
}
.top_point_box01 .more_btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 新着情報 */

.topics_box01 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  background: url(/img/kanko/top/topics_back02.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
  background-attachment: fixed;
}
.topics_box01 .inner_box01 {
  width: 1140px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
  color: #444;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.8);
}
.topics_box01 .topics01 {
  width: 68%;
  float: left;
  background: #eee;
}
.topics01 .backnumber01 {
  width: 30%;
  margin: 30px auto 0px auto;
  text-align: center;
}
.topics01 .backnumber01 a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  background: rgba(1, 101, 99, 1);
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.topics01 .backnumber01 a:hover {
  background: rgba(1, 101, 99, 0.8);
}

/* タブ切り替え全体のスタイル */
.topics_box01 .tabs {
  padding-bottom: 0px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  color: #111;
}

/*タブのスタイル*/
.topics_box01 .tab_item {
  width: 33.2%;
  height: 45px;
  background-color: #222;
  line-height: 45px;
  font-size: 100%;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  position: relative;
}
.topics_box01 .tab_item:hover {
  opacity: 0.75;
}
.topics_box01 .tab_item::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 14px;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
}
.topics_box01 .tab_item::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ラジオボタンを全て消す */
input[name="tab_item"] {
  display: none;
}

/* タブ切り替えの中身のスタイル */
.topics_box01 .tab_content {
  display: none;
  padding: 17px 20px 22px 20px;
  clear: both;
  overflow: hidden;
}

/* 選択されているタブのコンテンツのみを表示 */
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/* 選択されているタブのスタイルを変える */
/*.topics_box01 .tabs input:checked + .tab_item {
  background-color: #016563;
  color: #FFF;
}*/
.topics_box01 .tabs #all:checked ~ .tab_item[for="all"] {
  background-color: #016563;
  color: #fff;
}
.topics_box01 .tabs #programming:checked ~ .tab_item[for="programming"] {
  background-color: #016563;
  color: #fff;
}
.topics_box01 .tabs #design:checked ~ .tab_item[for="design"] {
  background-color: #016563;
  color: #fff;
}

.tab_content {
  display: block;
}
.tab_content ul {
  list-style: none;
  padding-left: 0px;
  font-size: 100%;
}
.tab_content ul li {
  margin-bottom: 14px;
  padding-left: 25px;
  padding-bottom: 14px;
  border-bottom: 1px #ccc dashed;
  position: relative;
}
.tab_content ul li a {
  color: #0547a9;
  margin-left: 20px;
}
.tab_content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ecb935;
  border-right: 3px solid #ecb935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topics_box01 .pickup01 {
  width: 25%;
  float: right;
  margin-bottom: 30px;
  padding: 20px;
  text-align: justify;
  background: #fff;
}
.topics_box01 .pickup_tit01 {
  text-align: center;
  font-size: 170%;
  font-weight: 600;
  padding-bottom: 10px;
  color: #016563;
}
.topics_box01 .pickup01 .photo01 {
  width: 100%;
  padding-bottom: 10px;
}
.topics_box01 .pickup01 .photo01 img {
  width: 100%;
}
.topics_box01 .pickup01 .article-pages {
  margin-bottom: 0px;
}
.pickup01 .backnumber01 {
  width: 60%;
  font-size: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
}
.pickup01 .backnumber01 a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  background: rgba(1, 101, 99, 1);
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.pickup01 .backnumber01 a:hover {
  background: rgba(1, 101, 99, 0.8);
}

.tab_content ul li {
  padding-left: 160px;
  text-indent: -8.7em;
}
.tab_content ul li br {
  display: none;
}

/* 観光案内 */
.top_cate_box01 {
  width: 100%;
  margin: 0 auto;
  background: #efebdc url(/img/kanko/top/top_point_back04.jpg);
}
.top_cate_box01 .inner_box01 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px 20px 0px;
}

.top_cate_box01 .ct_tit01 {
  font-size: 150%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px rgba(85, 86, 42, 0.4) solid;
}
.top_cate_box01 .ct_tit01 a {
  color: #074441 /*#0C6856*/;
}

.top_cate_box01 .ct_tit02 {
  font-size: 150%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px rgba(85, 86, 42, 0.4) solid;
  text-align: center;
}
.top_cate_box01 .ct_tit02 a {
  color: #111 /*#0C6856*/;
  text-decoration: none;
}

.top_cate_box01 .ct_txt01 {
  /*color: #55562A;*/
  color: #111111;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 1.1em;
}
.top_cate_box01 .ct_txt02 {
  margin-bottom: 20px;
  font-size: 110%;
}
.top_cate_box01 .ul01 {
  display: block;
  list-style-type: none;
  padding: 0px;
  margin: 10px auto;
}
.top_cate_box01 .ul01 li {
  width: 23.875%;
  font-size: 110%;
  font-weight: 500;
  margin-right: 1.5%;
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.top_cate_box01 .ul01 li a {
  display: block;
  color: #111;
  text-decoration: none;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.top_cate_box01 .ul01 li a:hover {
  opacity: 0.8;
  color: #074441;
  text-decoration: underline;
}
.top_cate_box01 .ul01 li:nth-child(4) {
  margin-right: 0%;
}
.top_cate_box01 .ul01 li img {
  width: 100%;
  margin-bottom: 5px;
}
/*.top_cate_box01 .ul01:before, .ul01:after { content: ""; display: table; }*/
.top_cate_box01 .ul01:after {
  clear: both;
  margin-bottom: 30px;
}
.top_cate_box01 .more_btn01 {
  width: 25%;
  margin: 0px auto 20px auto;
  font-size: 110%;
  text-align: center;
}
.top_cate_box01 .more_btn01 a {
  display: block;
  position: relative;
  padding: 6px 0px;
  color: #fff;
  text-decoration: none;
  background: rgb(12, 104, 86);
  border: 4px rgb(22, 127, 122) solid;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.top_cate_box01 .more_btn01 a:hover {
  opacity: 0.8;
}
.top_cate_box01 .more_btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.uptake_box01 {
  width: 100%;
  margin: 0 auto;
  background: #e2edd6;
}
.uptake_box01 .inner_box01 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
  color: #444;
  font-weight: 300;
  background: rgba(255, 255, 255, 0);
}
.uptake_box01 .ul01 {
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 10px auto;
}
.uptake_box01 .ul01 li {
  font-size: 100%;
  font-weight: 400;
  margin: 0px 8px /*0% 0.8%*/;
}
.uptake_box01 .ul01 li img {
  width: 100%;
}
.uptake_box01 .ul01 li .txt::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.facility_box01 {
  width: 100%;
  margin: 0 auto;
}
.facility_box01 .inner_box01 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
  color: #444;
  font-weight: 300;
  background: rgba(255, 255, 255, 0);
}
.facility_box01 .ul01 {
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 10px auto;
}
.facility_box01 .ul01 li {
  font-size: 100%;
  font-weight: 400;
  margin: 0px 8px;
  /*width: 23.4%;
  font-size: 100%;
  font-weight: 400;
  float: left;
  margin: 0% 0.8%;
  text-align: center;
  background: #FFF;*/
  border: 1px #ddd solid;
  box-sizing: border-box;
}
.facility_box01 .ul01 li a:hover {
  opacity: 0.8;
}
.facility_box01 .ul01 li img {
  width: 100%;
  /*border: 1px #DDD solid;*/
}

.banner_box01 {
  width: 100%;
  margin: 0 auto;
  background: #dfdbcd;
}
.banner_box01 .inner_box01 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
  color: #444;
  font-weight: 300;
}
.banner_box01 .ul01 {
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 10px auto;
}
.banner_box01 .ul01 li {
  font-size: 100%;
  font-weight: 400;
  margin: 0px 8px /*0% 0.8%*/;
  text-align: center;
  line-height: 0px;
}
.banner_box01 .ul01 li a:hover {
  opacity: 0.8;
}
.banner_box01 .ul01 li img {
  /*width: 100%;*/
  width: 150px;
  margin: 0px auto;
  border: 0px #ccc solid;
}

/* スライドショー */
#slider {
}
#slider li img {
  opacity: 1;
}
.slider_bg {
  background: #fff;
}

.slider {
  margin: 50px 0 10px !important;
}
#carousel li {
  margin-right: 5px;
}
#carousel img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
#carousel img:hover {
  opacity: 1;
}
#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}

.slide_midasi01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 400px;
  z-index: 1;
  /*background: rgba(255,255,255,0.8);*/
}

.slide_midasi02 {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
  width: 20% !important;
  /*height: 300px;*/
  z-index: 1;
}
.slide_midasi02 img {
  width: 100%;
}

.top_instagram01 {
  width: 1200px;
  margin: 0px auto;
  padding: 50px 0;
  /*
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 7px 7px;
  */
}

/*=================================================================================================================================================================================================================*/

/* パンくずリスト */
.pankuzu {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.pankuzu a {
  color: #4d4d4d;
}
.pankuzu a:hover {
  color: #ddd;
}
.pankuzu p {
  margin: 0;
  float: left;
}
.pankuzu span.separator {
  margin: 0 10px;
}

/* 中間階層 */
#content_box01 {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans Japanese";
}
#content_box01 .inner_box01 {
  /*width: 1200px;*/
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px;
  color: #444;
}

/* 中間階層 コンテンツ */
.content_l_box01 {
  box-sizing: border-box;
}
.content_l_box01 .cate_tit01 {
  width: 100%;
  font-size: 150%;
  font-weight: 600;
  color: #222;
  padding: 10px 0px;
  margin-bottom: 30px;
  border-top: 2px rgb(1, 101, 99) solid;
  border-bottom: 2px rgb(1, 101, 99) solid;
}
.content_l_box01 .cate_tit02 {
  font-size: 120%;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 20px;
  background: rgb(1, 101, 99);
}
.content_l_box01 .cate_tit02 a {
  color: #fff;
}
.content_l_box01 .cate_tit03 {
  font-size: 120%;
  font-weight: 500;
  color: #222;
  padding: 6px 10px;
  margin-bottom: 20px;
  border: 1px rgb(1, 101, 99) solid;
}

/* 中間階層新着情報 */
.cate_visual {
  margin-bottom: 30px;
}
.cate_visual img {
  width: 100%;
}

/* 中間階層新着情報 */
.cate_topics01 {
  display: block;
  margin-bottom: 50px;
}
.cate_topics01 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.cate_topics01 ul li {
  position: relative;
  font-size: 100%;
  line-height: 25px;
  border-bottom: 1px #ddd solid;
  padding: 10px 0px 10px 20px;
}
.cate_topics01 ul li div {
  display: table-cell;
}
.cate_topics01 ul li a {
  color: #016563;
  display: table-cell;
  padding-left: 10px;
}
.cate_topics01 ul li a:hover {
  text-decoration: none;
}
.cate_topics01 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ecb935;
  border-right: 3px solid #ecb935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cate_box01 {
  display: block;
  margin-bottom: 50px;
}
.cate_box01 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.cate_box01 ul li {
  width: 45%;
  font-size: 100%;
  font-weight: 500;
  float: left;
  margin-left: 4%;
  line-height: 50px;
  border-bottom: 1px #ddd solid;
}
.cate_box01 ul li a {
  color: #444;
}
.cate_box01 ul li:nth-child(2n + 1) {
  margin-left: 0px;
}
.cate_box01 .cf:before,
.cf:after {
  content: "";
  display: table;
}
.cate_box01 .cf:after {
  clear: both;
}

.cate_box02 ul li a {
  color: #444;
}
.cate_box02 ul li:nth-child(2n + 1) {
  margin-left: 0px;
  clear: both;
}
.cate_box02 .cf:before,
.cf:after {
  content: "";
  display: table;
}
.cate_box02 .cf:after {
  clear: both;
}

/* 中間階層 ローカルナビゲーション */
.content_r_box01 {
  /*width: 250px;*/
  width: 25%;
  float: right;
}
.content_r_box01 .tit01 {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  color: #fff;
  background: rgb(1, 101, 99);
  padding: 10px 0px;
}
.content_r_box01 .ul01 {
  display: block;
  list-style-type: none;
  padding: 5px 15px 15px 15px;
  margin: 0 auto 10px auto;
  border: 1px #ccc solid;
}
.content_r_box01 .ul01 li {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 500;
  border-bottom: 1px #ddd solid;
}
.content_r_box01 .ul01 li a {
  display: inline-block;
  padding: 15px 0px;
  color: rgb(1, 101, 99);
  text-decoration: none;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.content_r_box01 .ul01 li a:hover {
  text-decoration: underline;
}
.content_r_box01 .ul01 li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid rgb(1, 101, 99);
  border-right: 3px solid rgb(1, 101, 99);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content_r_box01 .ul02 {
  display: block;
  list-style-type: none;
  padding: 10px 0px 0px 0px;
  margin: 10px auto;
}
.content_r_box01 .ul02 li {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 5px;
}
.content_r_box01 .ul02 li a {
  display: block;
  padding-left: 15px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background: #5ebbc3;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.content_r_box01 .ul02 li a:hover {
  background: #3a99a1;
  text-decoration: underline;
}
.content_r_box01 .ul02 li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-pages ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.category-pages ul li {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.7em;
  /*line-height: 28px;*/
  padding: 12px 0px;
  border-bottom: 1px #ddd solid;
}
.category-pages ul li a {
  color: #222;
}

.content_r_box01 .category-pages {
  padding: 0px !important;
  border: 0px !important;
}
.content_r_box01 .category-pages i {
  display: none;
}

.content_r_box01 .cate-kiji-list {
  padding: 0px !important;
  border: 0px !important;
}
.content_r_box01 .category-nodes .list-cate01 li h2 {
  text-align: left !important;
  font-size: 100% !important;
  font-weight: 500;
  color: #222 !important;
  background: none !important;
  padding: 0px 0px !important;
  margin: 0 auto;
}
.content_r_box01 .category-nodes {
  padding: 0px !important;
  border: 0px !important;
}
.content_r_box01 .category-nodes .list-cate01 li {
  width: 100%;
  margin-left: 0%;
  padding: 14px 0px;
  float: left;
  line-height: 28px;
  border-bottom: 1px #ddd solid;
}
.content_r_box01 .article-pages {
  padding: 0px !important;
  border: 0px !important;
}
.content_r_box01 .article-pages ul li {
  width: 100%;
  margin-left: 0%;
  padding: 14px 0px;
  float: left;
  font-size: 100%;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px #ddd solid;
}

/* icon */
.fa-folder-open {
  font-size: 1.1em;
  color: #016563;
  margin-right: 5px;
}
.fa-file-o {
  font-size: 1.1em;
  color: #074441;
  margin-right: 10px;
}

/*=================================================================================================================================================================================================================*/

/* 記事 */
.article_tit01 {
  width: 100%;
  font-size: 150%;
  font-weight: 500;
  color: #222;
  padding: 10px 0px;
  margin-bottom: 30px;
  border-top: 2px rgb(1, 101, 99) solid;
  border-bottom: 2px rgb(1, 101, 99) solid;
}
.article_tit02 {
  font-size: 120%;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 30px;
  background: rgb(1, 101, 99);
}
.article_tit03 {
  font-size: 120%;
  color: rgb(1, 101, 99);
  padding: 6px 10px;
  margin-bottom: 20px;
  border-bottom: 1px rgb(1, 101, 99) solid;
}
.article_txt01 {
  margin-bottom: 40px;
  line-height: 1.7em;
  /*line-height: 28px;*/
}
.article_txt01 h2 {
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
  padding: 6px 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  background: rgb(1, 101, 99);
}
.article_txt01 h2:first-of-type {
  margin-top: 20px;
}
.article_txt01 h3 {
  font-size: 1.2em;
  color: rgb(1, 101, 99);
  padding: 6px 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 1px rgb(1, 101, 99) solid;
}
.article_txt01 h4 {
  font-size: 1.1em;
  color: rgb(1, 101, 99);
  padding: 6px 10px;
  margin-bottom: 20px;
  border-bottom: 1px rgb(1, 101, 99) solid;
}

#social {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
#social #sns-list {
  display: table-row;
  float: right;
  margin-bottom: 20px;
}
#social #sns-list ul {
  list-style: none;
  margin: 0px;
}
#social #sns-list ul li {
  display: table-cell;
  vertical-align: middle;
  line-height: 15px;
}
#social #sns-list ul li + li {
  padding-left: 5px;
}

.article_txt01 ol {
  /*padding-left: 16px;*/
  padding-left: 2em;
}
.article_txt01 ol li {
  padding-bottom: 15px;
}

.enquete_box01 {
  display: block;
  padding: 20px;
  border: 1px #ccc solid;
  margin-bottom: 20px;
}

.recommend_box01 {
  display: block;
  padding: 20px;
  border: 1px #ccc solid;
  margin-bottom: 20px;
}

/* 担当部署 */
.article_txt01 .contact {
  display: block;
  background: #f5f2f0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.article_txt01 .contact h2 {
  font-size: 110%;
  font-weight: 600;
  color: #222;
  padding: 6px 0px 6px 36px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc solid;
  background: url(../../img/article/tel_icon.png) no-repeat left center;
  /*background: rgb(224,79,79,1);*/
}
.article_txt01 .contact .group {
  margin-bottom: 0px;
  font-weight: 500;
}
.article_txt01 .contact dl {
  display: inline-block;
  margin: 5px 0px;
}
.article_txt01 .contact dt {
  display: inline;
}
.article_txt01 .contact dd {
  display: inline;
  margin: 0px 20px 0px 5px;
}

/* flex */
.flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 記事内の画像 */
.article_img01 {
  width: 48.5%;
  display: table;
}
.ar_img_box {
  position: relative;
  width: 220px;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid darkgray;
}
.ar_img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* サブタイトル（画像の見出し） */
.article_subtxt01 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 2px dotted rgb(1, 101, 99);
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* アンケート */
.inquiry {
  padding: 0;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px #ccc solid;
}
.inquiry-html {
  font-size: 110%;
  background: #444;
  padding: 6px 10px;
  color: #fff;
}
.inquiry-html p {
  margin: 0px;
}
.inquiry-form {
  padding: 10px 20px 20px 20px;
  line-height: 1.7em;
  /*line-height: 30px;*/
}
.inquiry-form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.inquiry-form legend {
  font-weight: 500;
}
.inquiry-form .fields {
  margin-bottom: 10px;
}
.inquiry-form .send input {
  display: block;
  margin: 10px auto 0px auto;
  width: 25%;
  line-height: 40px;
  color: #222;
  background: #fff;
  border: 1px #999 solid;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  height: 4em;
}

/* 関連記事 */
.recommend-similarity {
  margin-bottom: 40px;
}
#recommend header h2 {
  font-size: 110%;
  font-weight: 400;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 20px;
  background: #444;
}
#recommend ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#recommend ul li {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  padding: 8px 0px 8px 20px;
  border-bottom: 1px #ccc solid;
}
#recommend ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#recommend ul li a {
  color: #0547a9;
}

/* SNS シェアボタン */
.cms-sns_share {
  zoom: 1;
  line-height: 0;
}
.cms-sns_share:before,
.cms-sns_share:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.cms-sns_share:after {
  clear: both;
}
.cms-sns_share .site {
  float: right;
  margin-left: 5px;
}
.cms-sns_share .fb {
  /*margin-top: -4px;*/
  margin-top: 0;
}

/* カテゴリ記事 */
#recent-oshirase > header h2 {
  font-size: 120%;
  font-weight: 500;
  color: #222;
  padding: 6px 10px;
  margin-bottom: 20px;
  border: 1px rgb(1, 101, 99) solid;
}
#recent-oshirase article header {
  position: relative;
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #ccc;
}
#recent-oshirase time {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 120px;
}
#recent-oshirase article h2 {
  display: inline;
  font-size: 100%;
  font-weight: normal;
}
#recent-oshirase article h2 a {
  color: #0547a9;
}
#recent-oshirase article header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ecb935;
  border-right: 3px solid #ecb935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 新着記事一覧ボタン */
.feed {
  padding: 10px 0 30px;
}
.feed .rss {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding-left: 28px;
  color: #0547a9;
  background: url(../../img/article/rss_icon.png) no-repeat left center;
}
.feed .more {
  display: inline-block;
  position: relative;
  width: 20%;
  float: right;
  font-size: 90%;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #016563;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.feed .more:hover {
  opacity: 0.75;
}
.feed .more::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.feed .clear {
  clear: both;
}

/* 記事一覧 */
.page .category-pages article,
.page .article-pages article,
.page .cms-pages article,
.page .cms-group-pages article {
  position: relative;
  padding: 12px 0px 12px 20px;
  border-bottom: 1px solid #ccc;
}
.page .category-pages article time,
.page .article-pages article time,
.page .cms-pages article time,
.page .cms-group-pages article time {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 120px;
}
.page .category-pages article h2,
.page .article-pages article h2,
.page .cms-pages article h2,
.page .cms-group-pages article h2,
.page .category-pages article h5,
.page .article-pages article h5,
.page .cms-pages article h5,
.page .cms-group-pages article h5 {
  display: inline;
  font-size: 100%;
  font-weight: normal;
}
.page .category-pages article h2 a,
.page .article-pages article h2 a,
.page .cms-pages article h2 a,
.page .cms-group-pages article h2 a,
.page .category-pages article h5 a,
.page .article-pages article h5 a,
.page .cms-pages article h5 a,
.page .cms-group-pages article h5 a {
  color: #0547a9;
}
/*
.page .category-pages article::before, .page .article-pages article::before, .page .cms-pages article::before, .page .cms-group-pages article::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ECB935;
  border-right: 3px solid #ECB935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/

/* お知らせ一覧ページ：記事リスト */
.page .category-pages article {
  position: relative;
  padding: 0px;
  border-bottom: none;
}
.page .category-pages article ul li {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 0px 12px 23px;
  border-bottom: 1px #ddd solid;
}
.page .category-pages article ul li a {
  margin-left: 20px;
}
.page .category-pages article ul li br {
  display: none;
}
.page .category-pages article ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ecb935;
  border-right: 3px solid #ecb935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ローカルナビ */
#category-list {
  margin-bottom: 24px;
}
#category-list h2 {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  color: #fff;
  background: #0c6856;
  /*background: url(../../img/kanko/common/side_manu_tit_back01.png) left center;*/
  padding: 10px 0px;
}
#category-list h3 {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 500;
  border-bottom: 1px #ddd solid;
}
#category-list h3 a {
  display: inline-block;
  padding: 15px 0px;
  color: rgb(1, 101, 99);
  text-decoration: none;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
#category-list h3 a:hover {
  text-decoration: underline;
}
#category-list h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid rgb(1, 101, 99);
  border-right: 3px solid rgb(1, 101, 99);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#category-list div {
  padding: 5px 15px 15px 15px;
  border: 1px #ccc solid;
}

#links-life-event {
  margin-bottom: 24px;
}
#links-life-event h2 {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  color: #fff;
  background: rgb(1, 101, 99);
  padding: 10px 0px;
}
#links-life-event nav ul {
  list-style: none;
  margin: 0px;
  padding: 5px 15px 15px 15px;
  border: 1px #ccc solid;
}
#links-life-event li {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 500;
  border-bottom: 1px #ddd solid;
}
#links-life-event li a {
  display: inline-block;
  padding: 15px 0px;
  color: rgb(1, 101, 99);
  text-decoration: none;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
#links-life-event li a:hover {
  text-decoration: underline;
}
#links-life-event li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid rgb(1, 101, 99);
  border-right: 3px solid rgb(1, 101, 99);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#links-life,
#side-menu,
#recent-photo,
#side-blog,
#month {
  margin-bottom: 24px;
}

nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#links-life li {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 5px;
}
#links-life li a {
  display: block;
  padding-left: 15px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  /*background: #5EBBC3;*/
  background: #258277;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
#links-life li a:hover {
  background: #3a99a1;
  text-decoration: underline;
}
#links-life li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* カテゴリー */
.cms-nodes {
  display: block;
}
.cms-nodes ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.cms-nodes ul h2 {
  font-size: 120%;
  font-weight: 400;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 15px;
  background: rgb(1, 101, 99, 1);
}
.cms-nodes ul h2 a {
  color: #fff;
}
.cate_box01 {
  width: 100%;
}
.cate_box01 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.cate_box01 ul li {
  width: 48%;
  margin-left: 4%;
  box-sizing: border-box;
  padding: 1em 0em 1em 1.5em;
  float: left;
  font-size: 100%;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px #ddd solid;
  position: relative;
}
.cate_box01 ul li:before {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
  /*content: "\f07c"!important;*/
  content: "\f016" !important;
  font-size: 105%;
  position: absolute;
  left: 0;
  top: 18px;
  color: #016563;
}
.cate_box01 ul li:nth-child(2n + 1) {
  clear: both;
}

.cate_box01 ul li i {
  display: none;
}

.cate_box02 {
  width: 100%;
  margin-bottom: 50px;
}
.cate_box02 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.cate_box02 ul li {
  width: 48%;
  margin-left: 4%;
  box-sizing: border-box;
  padding: 1em 0em 1em 1.5em;
  float: left;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.7em;
  /*line-height: 28px;*/
  border-bottom: 1px #ddd solid;
  position: relative;
}
.cate_box02 ul li:before {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
  content: "\f07c" !important;
  font-size: 105%;
  position: absolute;
  left: 0;
  top: 18px;
  color: #016563;
}
.cate_box02 ul li i {
  display: none;
}

/*.kanko-miru ul li:before,*/
.kanko-miru .view-miru-kiji li:before,
.kanko-manabu .view-manabu-kiji li:before,
.kanko-sports .kanko-sports-kiji li:before,
.kanko-leisure ul li:before {
  content: "\f016" !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/* カテゴリー 中間階層 */
.category-nodes {
  display: block;
}
.category-nodes ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.category-nodes ul h2 {
  font-size: 120%;
  font-weight: 400;
  color: #444;
  padding: 10px 10px;
  margin-bottom: 15px;
  background: url(../../img/kanko/common/cate_tit_back01.png);
  background-color: #0c6856;
  border-left: 8px #03442b solid;
  border-radius: 3px;
}
.category-nodes ul h2 a {
  color: #fff;
}

.category-nodes .list-cate01 li:nth-child(2n + 1) {
  clear: both;
  margin-left: 0px;
}
.category-nodes .list-cate01 li {
  width: 48%;
  margin-left: 4%;
  box-sizing: border-box;
  padding: 1em 0em 1em 1.5em;
  float: left;
  line-height: 28px;
  border-bottom: 1px #ddd solid;
  position: relative;
}
.category-nodes .list-cate01 h2 {
  font-size: 100%;
  font-weight: 500;
  background: none;
  border-left: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
}
.category-nodes .list-cate01 li:before {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
  content: "\f07c";
  font-size: 105%;
  position: absolute;
  left: 0;
  top: 20px;
  color: #016563;
}
.category-nodes .list-cate01 h2 a {
  color: #444;
}
.category-nodes .list-cate01 i {
  display: none;
}

/* 記事下部カテゴリー */
.categories {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 90%;
  border-top: 1px #ccc solid;
}
.categories header h2 {
  font-size: 100%;
  color: #111;
  padding: 0px;
  margin: 0px;
  background: none;
}
.categories .nodes ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.categories .nodes ul li {
  margin-right: 1%;
}
.categories .nodes ul li a {
  color: #0547a9;
}

/* 一時修正 */
.article_txt01 article ul {
  /*list-style-type: none;
  padding: 0px;
  margin: 0px;*/
}
.article_txt01 article ul li {
  padding: 0.3em 0em;
}
.article_txt01 article ul li a {
  position: relative;
  /*padding-left: 20px;*/
}
/*
.article_txt01 article ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px rgb(12,65,152);
  border-right: solid 2px rgb(12,65,152);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
*/
.article_txt01 article h2 {
  margin-bottom: 20px;
}

#category-list h3 a {
  padding: 15px 15px 15px 0px;
}

/* 記事内のtable設定 */
.article_txt01 table {
  border-collapse: collapse;
  border: 0px;
  margin: 1em 0em;
}
.article_txt01 table th {
  border: 1px #ccc solid;
  padding: 0.5em 1em;
  font-weight: normal;
}
.article_txt01 table td {
  border: 1px #ccc solid;
  padding: 0.5em 1em;
}
.article_txt01 table p {
  margin: 0.5em 0em;
}
.article_txt01 table td ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.article_txt01 table th a,
.article_txt01 table td a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.article_txt01 table td a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px rgb(12, 65, 152);
  border-right: solid 2px rgb(12, 65, 152);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.article-pages ul li a {
  color: #444;
}

/*footer*/
#animation-foot {
  background-color: #dfdbcd;
}

#recent-oshirase {
  padding: 15px;
  background: #f1f0dd;
  border-radius: 3px;
}
#recent-oshirase > header h2 {
  background: #fff;
  border: 0px rgb(224, 79, 79) solid;
  color: #0e3a16;
}
#recent-oshirase i {
  margin-right: 7px;
  color: #0e3a16;
}

.top_instagram01 .more_btn01 {
  width: 25%;
  margin: 0px auto 50px auto;
  font-size: 110%;
  text-align: center;
}
.top_instagram01 .more_btn01 a {
  display: block;
  position: relative;
  padding: 6px 0px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  background: #12558a;
  border: 4px #1f6899 solid;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.top_instagram01 .more_btn01 a:hover {
  opacity: 0.8;
}
.top_instagram01 .more_btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_instagram01 .tit01 {
  width: 310px;
  padding-bottom: 10px;
  margin: 0px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.9em;
  font-weight: 600;
  color: #111;
  text-align: center;
  background: url(/img/life/top/sns_icon03.png) no-repeat;
  background-position: left 0px top 6px;
  background-size: 34px auto;
  letter-spacing: 2px;
}
.top_instagram01 .tit02 {
  padding-bottom: 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  color: #111;
  text-align: center;
  letter-spacing: 2px;
}
.top_instagram01 .txt01 {
  color: #111;
  padding-bottom: 5px;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-align: center;
}
.top_instagram_photo01 {
  width: 100%;
  margin: 0px auto;
  padding-left: 40px;
}

.tags_box01 {
  width: 70%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.tags_box01 .tag_box01 {
  width: 33%;
  display: inline-block;
  text-align: center;
}
.tags_box01 .tag_box01 .more_btn01 {
  width: 92%;
  margin: 0px auto 10px auto;
  font-size: 110%;
  text-align: center;
}
.tags_box01 .tag_box01 .more_btn01 a {
  display: block;
  position: relative;
  padding: 6px 0px;
  margin-top: 0px;
  color: #111;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  border: 2px #222 solid;
  border-radius: 4px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.tags_box01 .tag_box01 .more_btn01 a:hover {
  opacity: 0.8;
}
.tags_box01 .tag_box01 .more_btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 島田市観光協会 */
.related_site_box01 {
  display: none;
  width: 100%;
  margin: 0 auto;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f9f9f9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f9f9f9), color-stop(0.75, #f9f9f9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}
.related_site_box01 .inner_box {
  display: flex;
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
}
.related_site_box01 .box01 {
  display: inline-block;
  width: 50%;
  max-width: 50%;
  color: #444;
  font-weight: 300;
  text-align: center;
  background: #fff;
  padding: 2em;
  border-radius: 5px 0px 0px 5px;
}
.related_site_box01 .box02 {
  display: inline-block;
  width: 50%;
  max-width: 50%;
  color: #444;
  font-weight: 300;
  text-align: center;
  background: #fff;
  padding: 2em;
  border-radius: 0px 5px 5px 0px;
}
.related_site_box01 .box01 img,
.related_site_box01 .box02 img {
  border: 3px #ddd solid;
}
.related_site_box01 .tit01 {
  width: 80%;
  margin: 0px auto 20px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: rgb(12, 104, 86);
  text-align: center;
  letter-spacing: 1px;
}
.related_site_box01 .line {
  width: 25%;
  border-bottom: 1px #ccc solid;
  margin: 0px auto 25px auto;
}

.cms-pages ul li a {
  color: #444;
}

/**/
/*
.category-nodes .kawaneonsen ul li .fa-folder-open:before, .category-nodes .kawane-hotel ul li .fa-folder-open:before, .category-nodes .itawari ul li .fa-folder-open:before, .category-nodes .syukuhaku ul li .fa-folder-open:before {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
  content: "\f016";
  font-size: 105%;
  position: absolute;
  left: 0;
  top: 22px;
  color: #016563;
}
*/

/**/
.content_r_box01 #category-list .local-list h2 {
  list-style-type: none;
  padding: 12px 0px;
  margin: 0px;
  font-size: 100%;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  border-bottom: 1px #ddd solid;
  background: none;
}
.content_r_box01 #category-list .local-list h2 a {
  color: #222;
}

/* 動画コンテンツボタン */
.slide_movie_btn01 {
  position: absolute;
  right: 30px;
  bottom: 80px;
  margin: auto;
  width: 200px;
  height: 100px;
  z-index: 1;
}

.movie_link01 {
  display: none;
}

/* 新着リスト */
.topics-list .article-pages ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topics-list .article-pages ul li {
  width: auto;
  margin-left: 0%;
  padding: 14px 0px 14px 20px;
  float: none;
  font-size: 100%;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px #ddd solid;
  position: relative;
}
.topics-list .article-pages ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 23px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ecb935;
  border-right: 3px solid #ecb935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topics-list .article-pages ul li a {
  margin-left: 20px;
}
.topics-list .article-pages ul li br {
  display: none;
}

/* 新着情報ローカルナビ */
#links-kanko {
  margin-bottom: 24px;
}
#links-kanko h2 {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  color: #fff;
  background: #0c6856;
  padding: 10px 0px;
}
#links-kanko nav ul {
  list-style: none;
  margin: 0px;
  padding: 5px 15px 15px 15px;
  border: 1px #ccc solid;
}
#links-kanko li {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 500;
  border-bottom: 1px #ddd solid;
}
#links-kanko li a {
  display: inline-block;
  padding: 15px 0px;
  color: #016563;
  text-decoration: none;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
#links-kanko li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 3px solid #016563;
  border-right: 3px solid #016563;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**/
/* 2個目のSwiper全体のスタイル */
.swiper2 {
  height: 120px;
  margin-top: 5px !important;
}
/* 2個目のSwiperのスライドのスタイル */
.swiper2 .swiper-slide {
  height: 80px;
  line-height: 80px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
/* 2個目のSwiperの現在のスライドのスタイル */
.swiper2 .swiper-slide-active {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.swiper-slide {
  position: relative;
}
.swiper-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 0.5em;
  font-size: 1.3em;
  line-height: 25px;
  color: #fff;
  background: rgba(15, 15, 15, 0.8);
}

@media screen and (max-width: 768px) {
  .swiper2 {
    display: none;
  }
  .swiper-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0.3em 0.5em;
    font-size: 0.9em;
    line-height: 25px;
    color: #fff;
    background: rgba(15, 15, 15, 0.8);
  }
}

.article-pages ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.article-pages ul li {
  width: 48%;
  margin-left: 4%;
  box-sizing: border-box;
  padding: 1em 0em 1em 1.5em;
  float: left;
  font-size: 100%;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px #ddd solid;
  position: relative;
}
.article-pages ul li i {
  display: none;
}
.article-pages ul li:nth-child(2n + 1) {
  clear: both;
  margin-left: 0px;
}
.article-pages ul li:before {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
  content: "\f016";
  font-size: 105%;
  position: absolute;
  left: 0;
  top: 18px;
  color: #074441;
}

/* トップ新着情報 */
.tab_content .article-pages .tab_content_description ul {
  list-style: none;
  padding-left: 0px;
  margin: 1em 0;
}
.tab_content .article-pages .tab_content_description ul li {
  width: 100%;
  margin-bottom: 14px;
  margin-left: 0;
  padding: 0;
  padding-bottom: 14px;
  padding-left: 160px;
  border-bottom: 1px #ccc dashed;
  position: relative;
  font-size: 100%;
  font-weight: 300;
  text-indent: -8.7em;
  line-height: 24px;
  float: none;
}
.tab_content .article-pages .tab_content_description ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ecb935;
  border-right: 3px solid #ecb935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.translated-ltr body #top_contents01 .top_point_box01 .inner_box01 .cate_tit01 {
  width: 700px;
  letter-spacing: 1px;
}
.translated-ltr body #top_contents01 .inner_box01 .top_point_box01 .inner_box01 .ul01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.translated-ltr body #top_contents01 .inner_box01 .top_point_box01 .inner_box01 .ul01 li {
  display: flex;
  margin: 0% 0%;
  margin-bottom: 4px;
}

.cate_box02.kigyou-jigyou ul li:before {
  content: "\f016" !important;
}

/* */
.tab_content .feed {
  width: 65%;
  padding: 14px 0 0px;
}
.topics01 #all_content .backnumber01 {
  width: 46%;
  float: right;
  font-size: 100%;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.topics01 #programming_content .backnumber01 {
  width: 46%;
  float: right;
  font-size: 100%;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.slide_movie_btn01.etv-btn {
  width: 264px;
  height: 134px;
}
.slide_movie_btn01.etv-btn img {
  transition: 0.3s;
  vertical-align: bottom;
}
.slide_movie_btn01.etv-btn img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
  opacity: 0.8;
}

/* TOP MAP */
.top_map_tit {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #074441;
  padding-bottom: 25px;
}
.top_map_img {
  width: 90%;
  max-width: 707px;
  margin: 0 auto 100px auto;
}
.top_map_img img {
  width: 100%;
}

/* TEST HEADER */

.logo_test {
  display: none;
}

/* 20201030 アンケートフォーム */

/* 観光フォーム全体のチェックボックス・ラジオボタンに改行を反映 */
label {
  display: block;
}
.ftr {
  background-color: #0a1e20;
}
.ftr__inner {
  width: 85%;
  margin: auto;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
