@charset "utf-8";

/* ------------------------------------
基本設定
-------------------------------------*/
@media screen and (max-width: 768px) {
  html.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  html.is-fixed .header-container {
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
  }
}

@font-face {
  font-family: minmoji;
  src: url('https://minmoji.ucda.jp/fontseot/https%3A__www.city.asakura.lg.jp_');
  src: local('minmoji'),
      url('https://minmoji.ucda.jp/fontswoff/https%3A__www.city.asakura.lg.jp_') format('woff'),
      url('https://minmoji.ucda.jp/fonts/https%3A__www.city.asakura.lg.jp_') format('opentype'); }

body {
  font-family: minmoji, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  line-height: 2;
  font-size: 87.5%;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

/* link */
a {
	color: #0270BF;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:visited {
	color: #8416B8;
}
a:active {
	color: #EC1313;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #EC1313;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  *:focus {
    outline: none;
  }
}

/* font */
.city-copy {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

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

/* wrapper,container */
.container {
  width: 1100px;
  margin: 0 auto;
}
.main-contents {
  padding: 80px 0;
}
.content-box {
  margin-bottom: 90px;
}
.content-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main-contents {
    padding: 30px 0 50px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .content-box {
    margin-bottom: 50px;
  }
}

/* display */
.view-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .view-sp {
    display: block;
  }
  .view-pc {
    display: none;
  }
}

/* clear */
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
.clearfix {
  min-height: 1px;
}

.skip {
  width: 1px;
  color: #000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFF;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

/* ------------------------------------
header
-------------------------------------*/
.header-container {
  position: relative;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 30;
}
#masthead.scrollend {
	position: fixed;
}
.header-container.js-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideInDown .5s forwards linear;
}
@keyframes slideInDown {
	0% {
		visibility: visible;
		transform: translate3d(0, -100%, 0);
	}
	to {
		transform: translateZ(0);
	}
}
.header-top {
  background-color: #078041;
  padding: 0 30px;
}
.header-top .site-search-box input[type="text"] {
  width: 300px !important;
  height: 35px !important;
}
.header-top .site-search-box input[type="submit"] {
  width: 100px;
  height: 35px;
  padding-left: 44px;
  background: #000 url(/www/assets/images/common/icon-search@2x.png) no-repeat;
  background-position: 25px center;
  background-size: 14px auto;
  text-align: left;
}
.header-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1100px;
  height: 70px;
}
.site-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  color: #fff;
}
.site-tools-heading {
  margin-right: 10px;
}
#site-bgcolor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-bgcolor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-bgcolor li {
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#site-bgcolor li a {
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#site-bgcolor #bg-color-black a {
  background-color: #000;
  color: #fff;
}
#site-font-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
#site-font-size ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-font-size li {
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#site-font-size li a {
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#site-font-size li#font-size-m a {
  background-color: #000;
  color: #fff;
}
.txt-large #site-font-size li#font-size-m a {
  background-color: #fff;
  color: #000;
}
.site-lang {
  margin-left: 30px;
}
.site-lang form label {
  display: none;
}
.site-lang form select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.site-lang form select::-ms-expand {
  display: block;
}
.g-navi {
  background-color: #3E3E3E;
}
.g-navi .container > ul {
  position: relative;
  display: table;
  width: 100%;
}
.g-navi .container > ul > li {
  display: table-cell;
}
.g-navi .container > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 70px;
  padding: 0 30px;
  font-size: 115%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
.g-navi .container > ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  background-color: #606060;
}
.g-navi .container > ul > li:last-child > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  background-color: #606060;
}
.g-navi .drop-down-hidden {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: auto;
  width: 100%;
  padding: 10px 40px;
  text-align: left;
}
.g-navi .g-navi-item-genre01 .drop-down-hidden {
  background: rgba(178, 24, 14 ,.9);
}
.g-navi .g-navi-item-genre02 .drop-down-hidden {
  background: rgba(188,5,108,.9);
}
.g-navi .g-navi-item-genre03 .drop-down-hidden {
  background:rgba(46,16,111,.9);
}
.g-navi .g-navi-item-genre04 .drop-down-hidden {
  background:rgba(96,80,11,.9);
}
.g-navi .g-navi-item-genre05 .drop-down-hidden {
  background:rgba(7,77,128,.9);
}
.g-navi .g-navi-item-genre06 .drop-down-hidden {
  background:rgba(0,101,105,0.9);
}
.header-container .g-navi .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 1100px;
  padding: 0 10px 0 220px;
}
.header-container .g-navi .container .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #fff;
  text-align: center;
}
.header-container .g-navi .container .header-logo a {
  display: block;
  height: 60px;
  padding: 0 5px;
  line-height: 60px;
}
.header-container .g-navi .container .header-logo a img {
  vertical-align: middle;
}
.header-container .g-navi .container > ul {
  width: auto;
  margin-left: auto;
}
.header-container .g-navi .container > ul > li > a {
  padding: 0 20px;
  height: 60px;
}
.header-container .g-navi .container > ul > li {
  width: auto;
}
.header-container .g-navi .container > ul > li:first-child > a::before {
  display: none;
}
.header-container .g-navi .container > ul > li:last-child > a::after {
  display: none;
}
.g-navi-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-navi-sub li {
  width: calc(100% / 3);
  padding-right: 30px;
  text-align: left;
  border-top: 1px solid rgba(254,254,254, .3);
}
.g-navi-sub li:nth-child(-n+3) {
  border-top: none;
}
.g-navi-sub li a {
  display: inline-block;
  padding: 20px 0 20px 33px;
  background: url(/www/assets/images/common/icon-folder@2x.png) no-repeat;
  background-position: 0 25px;
  background-size: 20px auto;
  font-size: 115%;
  text-decoration: none;
  color: #fff;
  line-height: 1.8;
}
.g-navi-sub li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .header {
    height: 130px;
  }
  .g-navi .container > ul > li.g-navi-item-genre01 > a:hover,
  .g-navi .container > ul > li.g-navi-item-genre01 > a.is-active,
  .g-navi .container > ul > li.g-navi-item-genre01 > a.is-subnavi-active {
    background-color: #912315;
  }
  .g-navi .container > ul > li.g-navi-item-genre02 > a:hover,
  .g-navi .container > ul > li.g-navi-item-genre02 > a.is-active,
  .g-navi .container > ul > li.g-navi-item-genre02 > a.is-subnavi-active {
    background-color: #BC056C;
  }
  .g-navi .container > ul > li.g-navi-item-genre03 > a:hover,
  .g-navi .container > ul > li.g-navi-item-genre03 > a.is-active,
  .g-navi .container > ul > li.g-navi-item-genre03 > a.is-subnavi-active  {
    background-color: #2E106F;
  }
  .g-navi .container > ul > li.g-navi-item-genre04 > a:hover,
  .g-navi .container > ul > li.g-navi-item-genre04 > a.is-active,
  .g-navi .container > ul > li.g-navi-item-genre04 > a.is-subnavi-active  {
    background-color: #60500B;
  }
  .g-navi .container > ul > li.g-navi-item-genre05 > a:hover,
  .g-navi .container > ul > li.g-navi-item-genre05 > a.is-active,
  .g-navi .container > ul > li.g-navi-item-genre05 > a.is-subnavi-active  {
    background-color: #074D80;
  }
  .g-navi .container > ul > li.g-navi-item-genre06 > a:hover,
  .g-navi .container > ul > li.g-navi-item-genre06 > a.is-active,
  .g-navi .container > ul > li.g-navi-item-genre06 > a.is-subnavi-active  {
    background-color: #006569;
  }
  /* .g-navi .container > ul > li.g-navi-item-genre01.is-active > a {
    background-color: #912315;
  }
  .g-navi .container > ul > li.g-navi-item-genre02.is-active > a {
    background-color: #BC056C;
  }
  .g-navi .container > ul > li.g-navi-item-genre03.is-active > a {
    background-color: #2E106F;
  }
  .g-navi .container > ul > li.g-navi-item-genre04.is-active > a {
    background-color: #60500B;
  }
  .g-navi .container > ul > li.g-navi-item-genre05.is-active > a {
    background-color: #074D80;
  }
  .g-navi .container > ul > li.g-navi-item-genre06.is-active > a {
    background-color: #006569;
  } */
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }
  .header-top {
    padding: 0;
    background-color: #fff;
  }
  .header-top .header-logo {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 140px);
    padding: 0 10px;
    text-align: center;
  }
  .header-top .header-logo a {
    display: block;
    height: 70px;
    line-height: 70px;
  }
  .header-top .header-logo a img {
    vertical-align: middle;
  }
  .header-top .header-search {
    display: none;
  }
  .header-top-container {
    min-width: auto;
  }
  .header-container {
    position: fixed;
  }
  .header-container .g-navi {
    display: none;
    height: calc(100% - 70px);
    overflow: auto;
    background-color: rgba(0,0,0, .9);
    overflow: auto;
  }
  .g-navi .container > ul > li {
    display: block;
  }
  .header-container .g-navi .container > ul > li > a {
    display: block;
    height: auto;
    padding: 15px 0;
    text-align: left;
    line-height: 2;
  }
  .g-navi .container > ul > li > a::before,
  .g-navi .container > ul > li:last-child > a::after {
    display: none;
  }
  .g-navi .service-list li,
  .g-navi .service-list li:first-child {
    border-color: #393939;
  }
  .g-navi .service-list li::after {
    border-color: #fff;
  }
  .g-navi .site-lang {
    margin-left: 0;
    text-align: center;
  }
  .site-lang form select {
    font-size: 16px;
  }
  .site-tools {
    display: none;
  }
  .g-navi .container > ul {
    display: block;
    margin: 25px 0 20px;
  }
  .header-container .g-navi .container {
    position: static;
    display: block;
    min-width: auto;
    padding: 0 20px 50px;
  }
  .header-container .g-navi .container .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 140px);
    height: 70px;
    padding: 0 10px;
  }
  .header-container .g-navi .container .header-logo a {
    height: 70px;
    line-height: 70px;
  }
  .header-container .g-navi .service-list li a,
  .header-container .g-navi .service-list li a:visited {
    color: #fff;
  }
  .header-copy.city-copy {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    margin: 0;
    padding: 0 10px;
    font-size: 86%;
    text-align: center;
    color: #000;
    z-index: 10;
    background-color: #fff;
    width: calc(100% - 140px);
    padding: 0 10px;
  }
  .header-top .city-copy span {
    display: block;
  }
  .header-top .city-copy span:first-child {
    border-bottom: 1px solid #ddd;
  }
  .header-search {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 15px;
    background-color: rgba(254,254,254, .9);
    z-index: 20;
  }
  .header-top .site-search-box label {
    width: 100%;
  }
  .header-top .site-search-box input[type="text"] {
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #000;
  }
  .header-top .site-search-box input[type="submit"] {
    width: 70px;
    height: 50px;
    padding-left: 0;
    background-image: none;
    text-align: center;
  }
  .js-trigger-search {
    position: absolute;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    background: #078041 url(/www/assets/images/common/icon-search@2x.png) no-repeat;
    background-position: center 13px;
    background-size: 26px auto;
    color: #fff;
  }
  .js-trigger-search::after {
    position: absolute;
    bottom: 10px;
    content: "検索";
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .js-trigger-search.is-open::after {
    content: "CLOSE";
  }
  .js-trigger-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    background: #3E3E3E url(/www/assets/images/common/icon-menu@2x.png) no-repeat;
    background-position: center 15px;
    background-size: 26px auto;
    color: #fff;
  }
  .js-trigger-menu::after {
    position: absolute;
    bottom: 10px;
    content: "MENU";
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .js-trigger-menu.is-open {
    background: #3E3E3E url(/www/assets/images/common/icon-menu-close@2x.png) no-repeat;
    background-position: center 15px;
    background-size: 20px auto;
  }
  .js-trigger-menu.is-open::after {
    content: "CLOSE";
  }
}

/* ------------------------------------
footer
-------------------------------------*/
.footer-ad {
  padding: 55px 0 80px;
  background-color: #F5F5F5;
}
.footer-ad-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-ad-head .link-txt {
  margin-left: auto;
}
.footer-ad .ttl {
  font-weight: bold;
  font-size: 115%;
  margin: 0;
}
.bnr-list {
  margin-left: -52px;
}
.bnr-list div {
  float: left;
  margin-left: 52px;
  margin-top: 30px;
}
.bnr-list div a {
  display: block;
}
.footer {
  position: relative;
}
.footer-nav {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-nav li {
  padding: 0 30px;
  border-right: 1px solid #000;
  text-align: center;
  line-height: 1.2;
}
.footer-nav li:first-child {
  border-left: 1px solid #000;
}
.footer-content {
  position: relative;
  background: url(/www/assets/images/common/deco-footer02@2x.png) no-repeat;
  background-size: 350px auto;
  background-position: right bottom;
}
.footer-content::before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "";
  width: 237px;
  height: 88px;
  background: url(/www/assets/images/common/deco-footer01@2x.png) no-repeat;
  background-size: cover;
}
.footer-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 80px;
}
.footer-link {
  width: 420px;
  margin-left: auto;
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-logo-txt {
  padding-left: 30px;
}
.footer-logo .city-copy {
  margin-bottom: 15px;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.footer-copyright {
  padding: 15px;
  background-color: #3E3E3E;
  font-size: 86%;
  text-align: center;
  color: #fff;
}
.footer-pagetop {
  position: absolute;
  top: 30px;
  right: 100px;
  width: 90px;
  height: 90px;
  background-color: #078041;
  text-align: center;
  line-height: 90px;
  border-radius: 100%;
}
.footer-pagetop a {
  display: block;
}
.footer-pagetop a img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer-ad {
    padding: 50px 0;
  }
  .footer-ad-head {
    margin-bottom: 10px;
  }
  .bnr-list {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr-list div {
    margin: 15px 0 0 0;
    width: calc((100% - 15px) / 2);
  }
  .bnr-list div:nth-child(even) {
    margin-left: auto;
  }
  .bnr-list div img {
    width: 100%;
  }
  .footer-nav {
    padding: 20px ;
  }
  .footer-nav .container {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-nav ul {
    display: block;
    text-align: center;
  }
  .footer-nav li {
    display: inline-block;
    margin: 10px 0;
    padding: 0 20px;
  }
  .footer-nav li:first-child{
    border-left: none;
  }
  .footer-nav li:nth-child(2),
  .footer-nav li:last-child {
    border-right: none;
  }
  .footer-nav li:last-child {
    display: block;
  }
  .footer-content::before {
    top: -12px;
    width: 136px;
    height: 50px;
  }
  .footer-content .container {
    display: block;
    padding: 40px 20px 70px;
  }
  .footer-content {
    background: url(/www/assets/images/common/deco-footer01@2x.png) no-repeat;
    background-size: 180px auto;
    background-position: left bottom;
  }
  .footer-link {
    width: 100%;
  }
  .footer-address {
    margin-bottom: 30px;
  }
  .footer-logo {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-logo img {
    margin-bottom: 20px;
  }
  .footer-logo-txt {
    padding-left: 0;
  }
  .footer-pagetop {
    top: auto;
    right: 20px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* ------------------------------------
parts
-------------------------------------*/
/* title */
.page-ttl {
  margin-top: 50px;
  padding-left: 50px;
  border-left: 5px solid #078041;
  font-size: 285%;
  font-weight: bold;
  line-height: 1.5;
}
.cmn-ttl-wrap {
  position: relative;
}
.cmn-ttl01 {
  position: relative;
  margin: 0 0 30px;
  padding: 18px 0 18px 28px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  font-size: 186%;
  font-weight: bold;
}
.cmn-ttl01::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: calc(100% + 2px);
  background-color: #078041;
}
.cmn-ttl02 {
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-size: 186%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
}
.icon-genre {
  padding: 10px 0 10px 45px;
  background: url(/www/assets/images/common/icon-folder02@2x.png) no-repeat;
  background-position: 0 center;
  background-size: 32px auto;
}
.recommend-ttl-bg {
  position: relative;
  height: 75px;
  background: url(/www/assets/images/common/bg-line.png) repeat-x;
  background-position: 0 40px;
  margin-bottom: 20px;
}
.recommend-ttl-wrap {
  position: absolute;
  width: 300px;
  left: calc(50% - 300px / 2);
  padding-bottom: 15px;
}
.recommend-ttl-deco {
  position: absolute;
  top: 0;
  text-align: center;
}
.recommend-ttl-deco:before {
  content: '';
  position: absolute;
  width: 80px;
  bottom: -15px;
  left: -45px;
  z-index: 1;
  border: 20px solid #066C37;
  border-left-color: transparent;
  border-width: 30px 10px 30px;
}
.recommend-ttl-deco:after {
  content: '';
  position: absolute;
  width: 80px;
  bottom: -15px;
  right: -45px;
  z-index: 1;
  border: 20px solid #066C37;
  border-right-color: transparent;
  border-width: 30px 10px 30px;
}
.recommend-ttl {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  width: 300px;
  line-height: 60px;
  font-size: 143%;
  color: #fff;
  background: #078041;
  z-index: 2;
}
.recommend-ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 35px #064A26;
}
.recommend-ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 35px #064A26;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 178%;
  }
  .cmn-ttl02 {
    padding-bottom: 15px;
    font-size: 143%;
  }
  .section-news .cmn-ttl01 {
    margin-bottom: 0;
  }
  .section-sub-contents .cmn-ttl02 {
    margin-bottom: 0;
  }
  .recommend-ttl-bg {
    height: 50px;
    margin-right: -20px;
    margin-left: -20px;
    background-position: 0 25px;
  }
  .recommend-ttl-wrap {
    width: 200px;
    left: calc(50% - 200px / 2);
  }
  .recommend-ttl {
    width: 200px;
    height: 40px;
    font-size: 115%;
    line-height: 40px;
  }
  .recommend-ttl-deco:before {
    content: '';
    position: absolute;
    width: 56px;
    bottom: -10px;
    left: -30px;
    border: 20px solid #066C37;
    border-left-color: transparent;
    border-width: 20px 10px 20px;
}
  .recommend-ttl-deco:after {
    width: 56px;
    bottom: -10px;
    right: -30px;
    border: 20px solid #066C37;
    border-right-color: transparent;
    border-width: 20px 10px 20px;
  }
  .recommend-ttl:before {
    border-bottom: solid 10px transparent;
    border-right: solid 25px #064A26;
  }
  .recommend-ttl:after {
    border-bottom: solid 10px transparent;
    border-left: solid 25px #064A26;
  }
}
.read-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.read-all > *:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl01 {
    margin: 0 0 20px;
    padding: 10px 0 10px 20px;
    font-size: 143%;
  }
  .read-all.view-pc {
    display: none;
  }
}

/* search */
.site-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-search-box input[type="text"] {
  width: 580px !important;
  height: 50px !important;
  padding: 5px;
  border: none;
  background-color: #fff;
}
.site-search-box input[type="submit"] {
  width: 120px;
  height: 50px;
  padding-left: 55px;
  border: 1px solid #000;
  background: #000 url(/www/assets/images/common/icon-search@2x.png) no-repeat;
  background-position: 35px center;
  background-size: 14px auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-search-box input[type="submit"] {
    width: 80px;
    padding-left: 30px;
    background: #000 url(/www/assets/images/common/icon-search@2x.png) no-repeat;
    background-position: 10px center;
    background-size: 14px auto;
  }
}

/* slider */
.slick-slide {
  line-height: 1;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-dots {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border-radius: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 6px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #078041;
}
.control-pause,
.control-control-play {
  position: relative;
  cursor: pointer;
}
.control-pause {
  position: relative;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #078041;
  border-radius: 22px;
}
.control-pause::before,
.control-pause::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 2px;
  height: 10px;
  margin: auto 0;
  background-color: #fff;
}
.control-pause::before {
  left: 7px;
}
.control-pause::after {
  left: 13px;
}
.control-play {
  display: none;
  position: relative;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #078041;
  border-radius: 100%;
}
.control-play::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
#slide01-control-box.control-box {
  display: none;
}
#slide02-control-box.control-box {
  display: none;
}
.slick-dotted + #slide01-control-box.control-box,
.slick-dotted + #slide02-control-box.control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* genre-list */
.genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.genre-list-item {
  width: calc((100% - 40px) /2);
  margin-top: 20px;
}
.genre-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.genre-list-item dt {
  position: relative;
  padding: 20px;
  background-color: #078041;
  border-radius: 5px;
  font-size: 115%;
}
.genre-list-item dt a {
  display: inline-block;
  padding: 0 40px 0 35px;
  background: url(/www/assets/images/common/icon-folder@2x.png) no-repeat;
  background-position: 0 center;
  background-size: 20px auto;
  text-decoration: none;
  color: #fff;
}
.genre-list-item span {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 26px;
  height: 26px;
  margin: auto 0;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.genre-list-item span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 14px;
  margin: auto;
  background-color: #078041;
}
.genre-list-item span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 14px;
  margin: auto;
  background-color: #078041;
}
.genre-list-item span.is-open::after {
  display: none;
}
.genre-list-item dd {
  padding: 10px 23px 5px;
}
.genre-list-item .relative-list li {
  margin: 10px 0;
}
.genre-list-item .relative-list li a {
  display: inline-block;
  padding-left: 32px;
  background: url(/www/assets/images/common/icon-page@2x.png) no-repeat;
  background-position: 0 center;
  background-size: 14px auto;
}
@media screen and (min-width: 769px) {
  .genre-list-item dt a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .genre-list-item {
    width: 100%;
    margin-top: 15px;
  }
  .genre-list-item:nth-child(-n+2) {
    margin-top: 15px;
  }
  .genre-list-item:nth-child(1) {
    margin-top: 0;
  }
  .genre-list-item dt {
    padding: 15px 20px;
    font-size: 100%;
  }
  .link-genre {
    font-size: 100%;
  }
  .link-genre a {
    text-decoration: underline;
  }
  .genre-list-item dd {
    padding: 15px 0 5px;
  }
}

/* service-list */
.service-list li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.service-list li:first-child {
  border-top: 1px solid #ddd;
}
.service-list li::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #078041;
  border-bottom: 2px solid #078041;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.service-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px 15px 15px;
}
.service-list li img {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .service-list {
    margin-bottom: 30px;
  }
  .service-list li {
    padding-left: 0;
  }
  .service-list li a {
    padding-left: 0;
  }
}

/* info-list */
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.info-list li .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-list .date {
  min-width: 120px;
}
.info-list li .cate {
  position: relative;
  margin-left: 15px;
  padding-left: 1.3em;
  font-weight: bold;
}
.info-list li .cate::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-radius: 100%;
  background-color: #000;
}
.info-list li .cate.post-cate01::before {
  background-color: #912315;
}
.info-list li .cate.post-cate02::before {
  background-color: #BC056C;
}
.info-list li .cate.post-cate03::before {
  background-color: #2E106F;
}
.info-list li .cate.post-cate04::before {
  background-color: #60500B;
}
.info-list li .cate.post-cate05::before {
  background-color: #074D80;
}
.info-list li .cate.post-cate06::before {
  background-color: #006569;
}
.info-list .ttl {
  flex: 1;
  margin-left: 30px;
}

/* Gナビジャンルの新着情報欄高さ指定 */
#info-list-gnav-news {
	max-height: 18em;
	overflow: auto;
}
/* 市議会トップの新着情報欄高さ指定 */
#info-list-council-news {
	max-height: 10em;
	overflow: auto;
}
@media screen and (max-width: 768px) {
  .info-list li {
    display: block;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .info-list .ttl {
    flex: 1;
    margin-left: 0;
  }
	/* Gナビジャンルの新着情報欄高さ指定 */
	#info-list-gnav-news {
		max-height: 24em;
	}
	/* 市議会トップの新着情報欄高さ指定 */
	#info-list-council-news {
		max-height: 20em;
	}
}

/* link */
.link-rss {
  display: inline-block;
  width: 80px;
  padding: 5px 5px 5px 38px;
  background: #078041 url(/www/assets/images/top/icon-rss@2x.png) no-repeat;
  background-position: 20px center;
  background-size: 11px auto;
  border-radius: 4px;
  font-size: 86%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 2;
}
.link-rss:link,
.link-rss:visited {
  text-decoration: none;
  color: #fff;
}
.link-txt-wrap {
  margin-top: 40px;
  padding: 15px;
  background-color: #F2F2F2;
  text-align: center;
}
.link-txt {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  text-decoration: none;
  font-weight: bold;
  color: #078041;
}
.link-txt::before,
.link-txt::after {
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  vertical-align: middle;
}
.link-txt::before {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #078041;
}
.link-txt::after {
  top: 11px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-txt:link {
  text-decoration: none;
  color: #078041;
}
.link-txt-back {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  text-decoration: none;
  font-weight: bold;
  color: #078041;
  text-decoration: none;
}
.link-txt-back::before,
.link-txt-back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.link-txt-back::before {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #078041;
}
.link-txt-back::after {
  left: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-txt-back:link {
  font-weight: bold;
  text-decoration: none;
  color: #078041;
}
@media screen and (min-width: 769px) {
  .link-rss:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .link-txt.view-pc {
    display: none;
  }
}

/* ink-list */
.link-list li {
  position: relative;
  padding-left: 35px;
}
.link-list li::before,
.link-list li::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  vertical-align: middle;
}
.link-list li::before {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #078041;
}
.link-list li::after {
  top: 11px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .info-list .meta {
    margin-bottom: 5px;
    font-size: 71.4%;
  }
  .info-list .date {
    min-width: auto;
  }
}

/* bnr-recommend-list */
.bnr-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.bnr-recommend-list div {
  width: 260px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bnr-recommend-list {
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bnr-recommend-list div {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    margin-left: 0;
  }
  .bnr-recommend-list div:nth-child(even) {
    margin-left: auto;
  }
}

/* page-bottom-content */
.page-bottom-content {
  padding: 50px 0;
  border-top: 1px solid #E3E3E3;
}
.page-bottom-content .link-page-back {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-bottom-content {
    padding: 30px 10px;
    border-bottom: 1px solid #E3E3E3;
  }
}

/* bread-crumb */
.bread-crumb {
  padding: 25px 0;
  background-color: #F7F7F7;
}
.bread-crumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bread-crumb-list li {
  position: relative;
  padding-right: 2.5em;
}
.bread-crumb-list li:last-child {
  padding-right: 0;
}
.bread-crumb-list li:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #4d4448;
  border-bottom: 2px solid #4d4448;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

/* page-catch */
.page-catch-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  background: #078041 url(/www/assets/images/common/img-page-catch01@2x.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-catch-box h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 100%;
  padding: 0 30px 0 50px;
  background-color: rgba(254,254,254, .9);
  font-size: 285%;
  font-weight: bold;
  line-height: 1.6;
}
.page-catch-box h1 .marker {
  padding-bottom: 5px;
  background: linear-gradient(transparent 80%, #cedfd4 0%);
}
.page-catch-box h1 img {
  margin-right: 25px;
}
.page-catch {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-catch-box {
    height: 200px;
    background-image: url(/www/assets/images/common/img-page-catch01-sp@2x.png);
  }
  .page-catch-box h1 {
    width: auto;
    max-width: 85%;
    padding: 25px 15px;
    height: auto;
    font-size: 178%;
    font-weight: bold;
  }
  .page-catch-box h1 img {
    width: auto;
    height: 35px;
    margin-right: 20px;
  }
}

/* accodion */
.js-accodion dd {
  display: none;
}

/* link-post-list */
.link-post-list li {
  margin-bottom: 15px;
}
.link-post-list li a {
  display: inline-block;
  padding-left: 33px;
  background: url(/www/assets/images/common/icon-page@2x.png) no-repeat;
  background-position: 0 8px;
  background-size: 14px auto;
}
.section-sub-contents .link-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-sub-contents .link-post-list li {
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .section-sub-contents {
    border-bottom: 1px solid #E3E3E3;
  }
  .section-sub-contents .link-post-list li {
    width: 100%;
  }
  .link-post-list {
    display: block;
  }
  .link-post-list li {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .link-post-list li:last-child {
    border-bottom: none;
  }
}

/* link-genre-list */
.link-genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.link-genre-list li {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
}
.link-genre-list li a {
  display: inline-block;
  padding-left: 33px;
  background: url(/www/assets/images/common/icon-folder-g@2x.png) no-repeat;
  background-position: 0 8px;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .link-genre-list {
    display: block;
  }
  .link-genre-list li {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .link-genre-list li:last-child {
    border-bottom: none;
  }
}

/* link-genre-list */
.section-genre-list .cmn-ttl02 {
  margin-bottom: 40px;
}
.link-genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.link-genre-list-item {
  width: calc((100% - 40px) /2);
  margin-top: 20px;
}
.link-genre-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.link-genre-list-item a {
  display: block;
  position: relative;
  border-radius: 5px;
  padding: 20px 40px 20px 55px;
  background: #078041 url(/www/assets/images/common/icon-folder@2x.png) no-repeat;
  background-position: 20px center;
  background-size: 20px auto;
  font-size: 115%;
  text-decoration: none;
  color: #fff;
}
.link-genre-list-item a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  display: inline-block;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .link-genre-list-item a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .section-genre-list .cmn-ttl02 {
    margin-bottom: 20px;
  }
  .bg-content-box .link-genre-list li {
    padding: 5px 0;
    border-bottom: none;
  }
  .link-genre-list-item {
    width: 100%;
    margin-top: 15px;
  }
  .link-genre-list-item a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 100%;
  }
  .link-genre-list-item:nth-child(-n+2) {
    margin-top: 15px;
  }
  .link-genre-list-item:nth-child(1) {
    margin-top: 0;
  }
}

/* box */
.bg-content-box {
  padding: 50px 60px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .bg-content-box {
    padding: 30px 0;
  }
}

/* ------------------------------------
Contents Common
-------------------------------------*/
/*コンテンツエリア　ヘッダー・オプション部分*/
.post-meta {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #F7F7F7;
}
.post-meta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0 50px;
}
#ContentsOption {
  margin-left: auto;
}
#ContentsOption li {
	float: left;
  vertical-align: bottom;
  line-height: 1;
}
#ContentsOption li.PrintModeOn {
  margin-right: 0;
}
#ContentsOption li.PrintModeOff {
  display:none;
}
#ContentsOption li.PrintPlay {
  display:none;
}
#ContentsOption li.Tw iframe.twitter-share-button {
  width: 100px !important;
}
#ContentsOption li.Fb {
  margin-right: 20px;
}
#ContentsOption li.Fb iframe {
	border:none;
	overflow:hidden;
	width:110px;
	height:20px;
}
#ContentsOption li.Ln iframe.line-it-button {
  width: 110px !important;
}
#ContentsOption li a.PrintBtn,
#ContentsOption li a.PrintPlay {
  display: inline-block;
	display: -moz-inline-box;
  zoom: 1;
  padding: 5px 0 5px 2.2em;
  background: url(/www/assets/images/common/icon-print@2x.png) no-repeat;
  background-position: 0 center;
  background-size: 22px auto;
  color: #000;
}
#ContentsOption li.PrintModeOff {
  margin-left: 30px;
}

/*自動でタグに効果が出るコンテンツエリア*/
.ContentsArea {
  margin-bottom: 60px;
}
.ContentsArea h2 {
  position: relative;
  margin: 70px 0 30px;
  padding: 18px 0 18px 28px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  font-size: 186%;
  font-weight: bold;
}
.ContentsArea h2::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: calc(100% + 2px);
  background-color: #078041;
}
.ContentsArea h2:first-child {
  margin-top: 0;
}
.ContentsArea h3 {
  margin: 40px 0 25px;
  padding-bottom: 15px;
  font-size: 186%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.ContentsArea h4 {
  margin: 35px 0 20px;
  padding: 10px 25px;
  background-color: #078041;
  font-size: 158%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
.ContentsArea h5 {
  margin: 35px 0 20px;
  padding: 10px 25px;
  background-color: #F2F2F2;
  font-size: 158%;
  font-weight: bold;
  border-radius: 5px;
}
.ContentsArea h6 {
  position: relative;
  margin: 35px 0 10px;
  padding-left: 25px;
  font-size: 129%;
  font-weight: bold;
  border-radius: 5px;
  color: #078041;
}
.ContentsArea h6::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  margin: auto 0;
  background-color: #078041;
}
.ContentsArea p {
  margin-bottom: 1em;
}
.ContentsArea ol {
  margin: 30px 0;
  counter-reset: item;
}
.ContentsArea ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.ContentsArea ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .3em;
}
.ContentsArea ul {
  margin: 30px 0;
}
.ContentsArea ul li {
  position: relative;
  padding-left: 1.3em;
}
.ContentsArea ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #078041;
  border-radius: 10px;
}
.ContentsArea hr {
  margin: 50px 0 50px;
  border-top-width: 2px;
}
.ContentsArea.TableAuto table,
.ContentsArea.TableAuto caption,
.ContentsArea.TableAuto tbody,
.ContentsArea.TableAuto tfoot,
.ContentsArea.TableAuto thead,
.ContentsArea.TableAuto tr,
.ContentsArea.TableAuto th,
.ContentsArea.TableAuto td {
	outline: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.ContentsArea table td,
.ContentsArea table th {
  word-break: break-all;
}
.ContentsArea table th {
  text-align: center;
}
/*基本テーブルスタイル*/
.ContentsArea.TableAuto table caption {
	margin-top:0.5em;
	margin-bottom:1.5em;
  text-align: center;
}
.ContentsArea.TableAuto table th {
  padding: 3px 4px;
	border-width: 1px;
  border-style:solid;
  border-color: #DEDEDE;
  background-color: #F5F5F5;
  vertical-align: middle;
}
.ContentsArea.TableAuto thead th {
  background-color: #3E3E3E;
  font-weight: bold;
  color: #fff;
}
.ContentsArea.TableAuto table td {
	padding: 3px 4px;
	border-width: 1px;
	border-style:solid;
  vertical-align: middle;
  border-color: #DEDEDE;
}
.ContentsArea.TableAuto thead tr th:first-child,
.ContentsArea.TableAuto tbody tr th:first-child,
.ContentsArea.TableAuto tbody tr td:first-child {
  /*border-left: none;*/
}
.ContentsArea.TableAuto thead tr th:last-child,
.ContentsArea.TableAuto tbody tr th:last-child,
.ContentsArea.TableAuto tbody tr td:last-child {
  /*border-right: none;*/
}
@media screen and (max-width: 768px) {
  #ContentsOption {
    margin-top: 10px;
  }
  .ContentsArea h2 {
    padding: 10px 0 10px 20px;
    font-size: 143%;
  }
  .ContentsArea h3 {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 143%;
  }
  .ContentsArea h4 {
    font-size: 129%;
  }
  .ContentsArea h5 {
    font-size: 129%;
  }
  .ContentsArea h6 {
    margin-top: 25px;
  }
  .ContentsArea hr {
    margin: 40px 0 40px;
  }
  .post-meta {
    margin-top: 25px;
    padding: 10px 0 15px;
  }
  .post-meta .container {
    display: block;
    padding: 0 20px;
  }
  .print-btn {
    display: none;
  }
}

/* post-sub-content */
.post-sub-content-ttl {
  margin: 90px 0 40px;
  padding: 13px 30px;
  background-color: #078041;
  font-size: 158%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  line-height: 1.7;
}
.post-sub-content-ttl span {
  display: inline-block;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 24px auto;
}
.post-sub-content-item:first-child .post-sub-content-ttl {
  margin-top: 0;
}
.post-sub-content-ttl.icon-dl span {
  background-image: url(/www/assets/images/common/icon-dl@2x.png);
}
.post-sub-content-ttl.icon-relative span {
  background-image: url(/www/assets/images/common/icon-relative@2x.png);
}
.post-sub-content-ttl.icon-map span {
  background-image: url(/www/assets/images/common/icon-map@2x.png);
}
.post-sub-content-ttl.icon-link span {
  background-image: url(/www/assets/images/common/icon-link@2x.png);
}
.post-sub-content-ttl.icon-also span {
  background-image: url(/www/assets/images/common/icon-also@2x.png);
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .post-sub-content-ttl {
    margin: 45px 0 20px;
    padding: 10px 20px;
    font-size: 129%;
  }
  .post-sub-content-ttl span {
    padding-left: 35px;
  }
  .post-sub-content .link-post-list li {
    padding: 5px 0;
    border-bottom: none;
  }
}

/* post-contact */
.post-contact {
  margin-top: 90px;
  padding: 40px 30px 50px;
  border: 1px solid #ddd;
  border-left-color: #078041;
}
.post-contact-ttl {
  margin-bottom: 10px;
  padding-left: 45px;
  background: url(/www/assets/images/common/icon-chat@2x.png) no-repeat;
  background-position: 0 5px;
  background-size: 30px auto;
  font-size: 142%;
  font-weight: bold;
  line-height: 1.5;
}
.post-contact dl {
  margin-bottom: 25px;
}
.post-contact dt {
  display: inline-block;
  position: relative;
}
.post-contact dt::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #078041;
  border-radius: 10px;
}
.post-contact .phone {
  display: inline-block;
  margin-left: 30px;
  padding-left: 20px;
  background: url(/www/assets/images/common/icon-phone@2x.png) no-repeat;
  background-position: 2px center;
  background-size: 13px auto;
}
.post-contact .fax {
  display: inline-block;
  margin-left: 30px;
  padding-left: 25px;
  background: url(/www/assets/images/common/icon-fax@2x.png) no-repeat;
  background-position: 0 center;
  background-size: 22px auto;
}
.post-contact dd {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .post-contact {
    margin-top: 50px;
    padding: 30px 25px;
    border-left-color: #078041;
  }
  .post-contact dl {
    margin-bottom: 20px;
  }
  .post-contact dt {
    display: block;
  }
  .post-contact .phone,
  .post-contact .fax {
    display: block;
    margin-left: 0;
    padding-left: 30px;
  }
  .post-contact .btn {
    width: 100%;
  }
}

/* questionnaire */
.questionnaire {
  padding: 70px 0 80px;
  background-color: #F7F7F7;
}
.questionnaire-ttl {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-size: 158%;
  font-weight: bold;
}
.questionnaire-item {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.questionnaire-item:last-child {
  border-bottom: none;
}
.questionnaire-item legend {
  margin-bottom: 5px;
  font-size: 115%;
  font-weight: bold;
}
.questionnaire-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio {
  margin-right: 35px;
  font-size: 115%;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #078041;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: 0.3em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.submit-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .questionnaire {
    padding: 30px 0 40px;
  }
  .questionnaire-ttl {
    padding-bottom: 5px;
    font-size: 143%;
  }
  .submit-btn {
    margin-top: 10px;
  }
}

/* btn */
.btn {
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 15px 35px;
  background-color: #3E3E3E;
  font-size: 115%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}
.btn::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  display: inline-block;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn:visited {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 75vw;
    min-width: auto;
    padding: 15px 10px;
  }
}

/* background-color change */
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-black a,
.bg-black .link-txt-back:link,
.bg-black #site-bgcolor #bg-color-black a {
  color: #FFFF00;
}
.bg-black .header-top {
  background-color: #000;
  color: #000;
}
.bg-black #site-bgcolor li a,
.bg-black #site-font-size li a {
  border: 1px solid #fff;
  text-decoration: underline;
}
.bg-black .header-top .site-search-box input[type="submit"] {
  border-color: #fff;
}
.bg-black.txt-midium #font-size-m a,
.bg-black.txt-large #font-size-l a {
  color: #FFFF00;
  text-decoration: underline;
}
.bg-black .g-navi .container > ul > li > a {
  color: #FFFF00;
  text-decoration: underline;  
}
.bg-black .g-navi .container > ul > li > a.is-subnavi-active {
  background-color: #000;
}
.bg-black .g-navi .container > ul > li.is-active a {
  background-color: #000;
}
.bg-black .page-ttl {
  border-color: #fff;
}
.bg-black .ContentsArea ul li::before {
  background-color: #fff;
}
.bg-black .post-meta {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bg-black #ContentsOption li a.PrintBtn,
.bg-black #ContentsOption li a.PrintPlay {
  color: #FFFF00;
}
.bg-black .ContentsArea .ContentsArea.TableAuto thead th,
.bg-black .ContentsArea .ContentsArea.TableAuto tbody th {
  background-color: #3E3E3E;
  border-color: #fff;
}
.bg-black .ContentsArea h2 {
  border-color: #fff;
}
.bg-black .ContentsArea h2::before {
  background-color: #fff;
}
.bg-black .ContentsArea h4 {
  background-color: #3E3E3E;
}
.bg-black .ContentsArea h5 {
  background-color: #3E3E3E;  
}
.bg-black .ContentsArea h6 {
  color: #fff;  
}
.bg-black .ContentsArea h6::before {
  background-color: #fff;
}
.bg-black .ContentsArea.TableAuto table th {
  background-color: #3E3E3E;
}
.bg-black .post-sub-content-ttl {
  background-color: #3E3E3E;
}
.bg-black .post-contact dt::before {
  background-color: #fff;  
}
.bg-black .post-contact {
  border-color: #fff;
}
.bg-black .radio input[type=radio]:checked + .radio-label:before {
  background-color: #000;
}
.bg-black .btn {
  text-decoration: underline;
  color: #FFFF00;
}
.bg-black a[href^="tel:"] {
  color: #fff;
}
.bg-black .questionnaire {
  border-top: 1px solid #fff;
  background-color: #000;
}
.bg-black .bread-crumb {
  background-color: #3E3E3E;
}
.bg-black .bread-crumb-list li:not(:first-child)::before {
  border-color: #fff;
}
.bg-black .footer-pagetop {
  background-color: #3E3E3E;
}
.bg-black .link-txt-back::before {
  background-color: #3E3E3E;
}
.bg-black .genre-list-item dt {
  background-color: #3E3E3E;  
}
.bg-black .genre-list-item dt a {
  text-decoration: underline;
  color: #FFFF00;
}
.bg-black .genre-list-item span::before,
.bg-black .genre-list-item span::after {
  background-color: #000;
}
.bg-black .recommend-ttl {
  background-color: #3E3E3E;
}
.bg-black .recommend-ttl:before {
  border-right: solid 35px #222;
  border-bottom: solid 15px transparent;
}
.bg-black .recommend-ttl-deco:after {
  border: 20px solid #333;
  border-right-color: transparent;
  border-width: 30px 10px 30px;
}
.bg-black .recommend-ttl-deco:before {
  border: 20px solid #333;
  border-left-color: transparent;
  border-width: 30px 10px 30px;
}
.bg-black .recommend-ttl:after {
  border-bottom: solid 15px transparent;
  border-left: solid 35px #222; 
}
.bg-black .cmn-ttl01 {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bg-black .cmn-ttl01::before {
  background-color: #fff;
}
.bg-black .link-rss:link,
.bg-black .link-rss:visited {
  color: #FFFF00;
  text-decoration: underline;
  background-color: #3E3E3E;
}
.bg-black .bg-content-box {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
.bg-black .link-genre-list-item a {
  background-color: #3E3E3E;
  text-decoration: underline;
}
.bg-black .page-catch-box {
  border-bottom: 1px solid #fff;
}
.bg-black .page-catch-box h1 {
  background-color: #000;
}
.bg-black .page-catch-box h1 span {
  background: none;
}
.bg-black .site-search-box input[type="submit"] {
  border-color: #fff;
}
.bg-black .section-search .site-search-box input[type="text"] {
  border: 1px solid #fff;
}
.bg-black .link-txt::before,
.bg-black .link-list li::before {
  background: #3E3E3E;
}
.bg-black .footer-ad {
  border-top: 1px solid #fff;
  background-color: #000;
}
.bg-black .control-pause,
.bg-black .control-play {
  background-color: #3E3E3E;
}
.bg-black .service-list li::after {
  border-color: #fff;
}
.bg-black .g-navi .g-navi-item-genre01 .drop-down-hidden,
.bg-black .g-navi .g-navi-item-genre02 .drop-down-hidden,
.bg-black .g-navi .g-navi-item-genre03 .drop-down-hidden,
.bg-black .g-navi .g-navi-item-genre04 .drop-down-hidden,
.bg-black .g-navi .g-navi-item-genre05 .drop-down-hidden,
.bg-black .g-navi .g-navi-item-genre06 .drop-down-hidden {
  background: rgba(08, 0, 0 ,.9);
  border: 2px solid #fff;
}
.bg-black .g-navi-sub li a {
  color: #FFFF00;
  text-decoration: underline;
}
.bg-black .header-container .g-navi .container .header-logo a .bg-w {
  display: none !important;
}
.bg-black .header-container .g-navi .container .header-logo a .bg-b {
  display: inline-block !important;
}
.bg-black .js-trigger-search {
  background-color: #3E3E3E;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .bg-black .g-navi .container > ul > li > a:hover,
  .bg-black .container > ul > li.g-navi-item-genre01 > a.is-active,
  .bg-black .container > ul > li.g-navi-item-genre02 > a.is-active,
  .bg-black .container > ul > li.g-navi-item-genre03 > a.is-active,
  .bg-black .container > ul > li.g-navi-item-genre04 > a.is-active,
  .bg-black .container > ul > li.g-navi-item-genre05 > a.is-active,
  .bg-black .container > ul > li.g-navi-item-genre06 > a.is-active {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .bg-black .header-top .city-copy {
    background-color: #000;
    color: #fff;
  }
  .bg-black .header-top .header-logo {
    background-color: #000;
  }
  .bg-black .header-top .site-search-box input[type="submit"] {
    border-color: #000;
  }
  .bg-black .g-navi .service-list li,
  .bg-black .g-navi .service-list li:first-child {
    border-color: #fff;
  }
}

/* 画像差し替え */
.bg-white .header-container .g-navi .container .header-logo a .bg-b {
  display: none !important;
}
.bg-white .top-logo-content .top-logo .bg-b {
  display: none;
}
.bg-white .footer-logo .bg-w {
  display: block !important;
}
.bg-white .footer-logo .bg-b {
  display: none !important;
}
.bg-black .top-logo-content .top-logo .bg-w {
  display: none;
}
.bg-black .header-container .g-navi .container .header-logo {
  background-color: #000;
}
.bg-black .footer-logo .bg-w {
  display: none !important;
}
.bg-black .footer-logo .bg-b {
  display: block !important;
}
.bg-black .link-txt-wrap {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .bg-white .header-logo .bg-b {
    display: none;
  }
  .bg-white .header-logo .bg-W {
    display: block;
  }
  .bg-black .header-logo .bg-g {
    display: block;
  }
  .bg-black .header-logo .bg-w {
    display: none;
  }
  .bg-black .top-logo-content .top-logo .bg-w {
    display: block;
  }
  .bg-black .top-logo-content .top-logo .bg-b {
    display: none;
  }
  .bg-white .footer-logo .bg-w {
    margin-right: auto;
    margin-left: auto;
  }
}

/* font size change */
.txt-midium #font-size-m a {
  background-color: #000;
  color: #fff;
}
.txt-large {
  font-size: 125%;
}
.txt-large #font-size-l a {
  background-color: #000;
  color: #fff;
}
.txt-large .post-sub-content-ttl span {
  background-position: 0 13px;
}
.txt-large .link-txt::before,
.txt-large .link-txt::after {
  top: 8px;
}
.txt-large .link-txt::after {
  top: 16px;
}

@media print {
  #div_chatbox {
    display: none;
  }
}
