@charset "utf-8";

/*responsive.css上書き(bootstrap4)*/
.mx-auto {
  display:block;
}
/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
body {
  color: #222;
  font-size:1.6rem;
}
@media (min-width: 576px) {
  .container {
    max-width:100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width:100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width:100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1140px;
  }
}
.hp {
  padding-left: 230px;
  background-color: #f0f0f0;
}
.block {
  padding: 1.2em 1.5em;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 1em;
}
.block:last-child {
  margin-bottom: 1.8em;
}
/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color:#245fbb;
  text-decoration: none;
}
a:visited {
  color:#245fbb;
  text-decoration: none;
}
a:hover {
  color:#E48E00;
  text-decoration: underline;
}
a:active {
  color:#E48E00;
  text-decoration: underline;
}
.fa-file-pdf-o {
  color: #e30004;
}
/*ボタン*/
.btn-area {
  margin: 1em 0 0;
}
.btn {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border-radius: 0.3em;
}
a.btn-primary,
.btn-primary {
  color: #fff;
  background-color: #598f26;
  border-color: #598f26;
}
.btn-primary:hover {
  background-color: #4a7d18;
  border-color: #4a7d18;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #4a7d18;
  border-color: #4a7d18;
}
a.btn-secondary,
.btn-secondary {
  color: #fff;
}
/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.pege-title-wrap {
  background: url("../images/common/bg_pege_title.jpg");
  height: 60px;
  margin-bottom: 1.8em;
}
.pege-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.8;
  text-shadow: 
    1px 1px 10px #007ce4, -1px 1px 10px #007ce4,
    1px -1px 10px #007ce4, -1px -1px 10px #007ce4;
}
.main-title {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 2px solid #598f26;
  padding: 0 5px 5px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.second-title {
  font-weight: bold;
  color: #598f26;
  font-size: 1.8rem;
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.second-title:before{
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.85em;
  padding-right: 2px;
  vertical-align: middle;
}
.third-title {
  font-weight: bold;
  border-left: 4px solid #598f26;
  margin-bottom: 0.3em;
  padding-left: 0.5em;
  line-height: 1.4;
}
/*----------------------------------------------------
  テーブル表・リスト
----------------------------------------------------*/
.tbl-normal {
  width: 100%;
}
.tbl-normal tr {
  border-bottom: 1px solid #ddd;
}
.tbl-normal tr:first-child {
  border-top: 1px solid #ddd;
}
.tbl-normal th,
.tbl-normal td {
  padding: 0.6em 1em;
}
.tbl-normal th {
  background-color: #f0f8e9;
}
ul.list,
.list ul {
  list-style: none;
  padding-left: 0;
}
.list li {
  position: relative;
  padding:0 1em 0 0.7em;
}
.list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #598F26;
  position: absolute;
  left: 3px;
  top: 2px;
  line-height: 1;
  z-index: 2;
}
.list li a {
  color: #222;
}
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.side-globle-nav {
  position: fixed;
  width: 230px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  overflow-x: hidden;
  overflow-y: auto;
}
.side-globle-nav::-webkit-scrollbar {
  width: 5px;
}
.side-globle-nav::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.side-globle-nav::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
a.logo-header {
  display: block;
  text-decoration: none;
  color: #222;
  text-align: center;
  margin: 10px 10px  0;
}
.logo-header p {
  text-align: center;
  font-size: 2.2rem;
  border-bottom: 3px solid #598F26;
  font-weight: bold;
  line-height: 1.4;
}
.logo-header span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
a.sub-nav {
  display: block;
  color: #222;
  font-size: 1.3rem;
  padding: 0.4em 0.5em 0.3em 2.4em;
  position: relative;
  text-decoration: none;
}
a.sub-nav:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #598F26;
  position: absolute;
  left: 1.8em;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  z-index: 2;
}
.header-inqiry-txt {
  text-align: center;
  background-color: #598F26;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 7px;
  padding: 5px 0 3px;
  line-height: 1;
}
.header-inqiry {
  margin:0 10px;
  background: url("../images/common/bg_inquiry_tel.jpg") left center;
  background-size: 80px;
  padding: 10px;
  margin-bottom: 10px;
}
.header-inqiry div {
  margin:0 0 0 7px;
}
.header-inqiry .inqiry-place {
  font-size: 1.4rem;
  color: #598F26;
  font-weight: bold;
}
.header-inqiry .number {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  color: #392f14;
}
.header-inqiry span {
  font-size: 1.4rem;
  font-weight: bold;
}
/*右側 ヘッダー*/
.hp-header {
  background: url("../images/common/bg_header.jpg") top center repeat-x;
  background-size: contain;
  height: 70px;
  width: 100%;
}
.hp-header .container {
  position: relative;
  height: 100%;
}
.hp-header-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.header-catch {
  color: #fff;
  display: table-cell;
  text-shadow:1px 1px 5px #000, -1px 1px 5px #000, 1px -1px 5px #000, -1px -1px 5px #000;
  font-size: 1.4rem;
  vertical-align: middle;
}
.fontsize-change {
  display: table-cell;
  width: 15em;
  padding:0.5em;
  vertical-align: middle;
}
.fontsize-change span {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  margin-right: 0.5em;
  padding: 0.5em;
}
.fontsize-change a {
  display: inline-block;
  color: #222;
  padding: 0.6em 0.7em 0.5em;
  line-height: 1;
  background-color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  border: 2px solid #fff;
}
@media screen and (max-width: 1240px) {
  .hp-header {
    background-size: cover;
  }
}

/*----------------------------------------------------
  ナビゲーション
----------------------------------------------------*/
.menu {
  margin-bottom: 10px;
}
.globle-nav,
.globle-nav ul {
  list-style: none;
  padding: 0;
  margin:10px 0 0;
  font-size: 1.5rem;
}
.globle-nav li {
  position:relative;
}
.globle-nav > li > a:before,
.smp-nav > li > a:before{
  content: "\f105";
  font-family: FontAwesome;
  color: #598F26;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 2rem;
  line-height: 1;
  z-index: 2;
  font-weight: normal;
}
#home .globle-nav > li.globle-nav-menu01 > a:before,
#event .globle-nav ul > li.globle-nav-menu02-02 > a:before,
#dekigoto .globle-nav ul > li.globle-nav-menu02-03 > a:before,
#outline .globle-nav > li.globle-nav-menu03 > a:before,
#sisetu .globle-nav > li.globle-nav-menu04 > a:before,
#volunteer .globle-nav > li.globle-nav-menu05 > a:before,
#inq .globle-nav > li.globle-nav-menu06 > a:before,
#home .smp-nav > li.smp-nav-menu01 > a:before,
#event .smp-nav > li.smp-nav-menu02-02 > a:before,
#event .smp-nav > li.smp-nav-menu02-02 > a:before,
#outline .smp-nav > li.smp-nav-menu03 > a:before,
#sisetu .smp-nav > li.smp-nav-menu04 > a:before,
#volunteer .smp-nav > li.smp-nav-menu05 > a:before,
#inq .smp-nav > li.smp-nav-menu06 > a:before,
#link a.sub-nav:first-of-type:before {
  color: #fff;
}
.globle-nav li a {
  padding:10px 10px 8px 20px;
  text-decoration: none;
  display: block;
  line-height: 1;
  color: #222;
  font-weight: bold;
  position:relative;
}
.globle-nav > li > a,
.smp-nav > li > a {
  border-top: 1px dashed #ccc;
}
.globle-nav > li:last-of-type a {
  border-bottom: 1px dashed #ccc;
}
.globle-nav li a[href]:hover,
a.sub-nav:hover {
  color: #598F26;
}
.globle-nav li a .fa-file-pdf-o,
.smp-nav li a .fa-file-pdf-o{
  color: #e30004;
  padding-left: 3px;
}
#home .globle-nav li.globle-nav-menu01 > a,
#event .globle-nav ul li.globle-nav-menu02-02 > a,
#dekigoto .globle-nav ul li.globle-nav-menu02-03 > a,
#outline .globle-nav li.globle-nav-menu03 > a,
#sisetu .globle-nav li.globle-nav-menu04 > a,
#volunteer .globle-nav li.globle-nav-menu05 > a,
#inq .globle-nav li.globle-nav-menu06 > a,
#home .smp-nav li.smp-nav-menu01 > a,
#event .smp-nav ul li.smp-nav-menu02-02 > a,
#dekigoto .smp-nav ul li.smp-nav-menu02-03 > a,
#outline .smp-nav li.smp-nav-menu03 > a,
#volunteer .smp-nav li.smp-nav-menu05 > a,
#inq .smp-nav li.smp-nav-menu06 > a,
#link a.sub-nav:first-of-type {
  color: #fff;
  background-color: #598F26;
}
.menu .globle-nav ul {
  margin: 0;
}
.menu .globle-nav li:hover ul {
  display: block;
}
.menu .globle-nav ul li {
  font-size: 1.4rem;
}
.menu .globle-nav ul li:last-child {
  border-bottom: 0;
}
.menu .globle-nav ul li a {
  padding: 0.6em 0.8em 0.5em 2.5em;
  font-weight: normal;
}
/*----------------------------------------------------
  ナビゲーションSP
----------------------------------------------------*/
.menu-button {
  position: fixed;
  top:5px;
  right:5px;
  z-index: 50;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 54px;
  height: 54px;
  padding:5px;
  border-radius:5px;
  background-color: #fff;
  box-shadow: 0 0 2px #e0e0e0;
}
.menu-trigger span {
  position: absolute;
  left: 10px;
  width: 34px;
  height: 5px;
  background-color: #598F26;
  border-radius: 4px;
  font-weight: bold;
  color: #222;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 21px;
}
.menu-trigger span.menu-txt {
  background: none;
  font-size: 1rem;
  line-height: 1;
  width: auto;
  bottom: 10px;
  left: 6px;
}
#sidr .smp-nav {
  display: none;
}
.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background-color: #fff;
}
.sidr.right {
  left: auto;
  right: -230px;
}
.sidr.left {
  left: -230px;
  right: auto;
}
.smp-nav {
  margin: 15px 0 5px;
  padding: 0;
  list-style:none;
}
.smp-nav li,
.smp-nav li a {
  position:relative;
}
.smp-nav li a {
  padding:10px 10px 8px 26px;
  text-decoration: none;
  display: block;
  line-height: 1;
  color: #222;
}
.smp-nav li:hover {
  cursor: pointer;
}
.smp-nav > li.smp-nav-menu02 > a:after,
.smp-nav > li.smp-nav-menu04 > a:after {
  position: absolute;
  line-height:1;
  top:50%;
  right:10px;
  margin-top:-0.5em;
  font-family: FontAwesome;
  color:#598F26;
  font-size: 2rem;
  content: "\f196";
}
.smp-nav > li.active > a:after {
  content: "\f147";
}
.smp-nav > li:first-child > a:after {
  display: none;
}
#home .smp-nav li.globle-nav-menu01 > a {
  color: #fff;
  background-color: #598F26;
}
.smp-nav ul {
  margin:0 0 5px;
  padding: 0;
  list-style:none;
  display: none;
}
.smp-nav ul li a {
  padding:5px 0px 5px 3em;
  line-height: 1.4;
}
.overlay-smp {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0,0,0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.overlay-smp.overlay-visible {
  transition-property: opacity;
  opacity: 1;
  visibility: visible;
}
.smp-close {
    margin: 15px auto 0;
    background: #444;
    border-radius: 5px;
    color: #fff;
    padding: 6px 6px;
    display: block;
    width: 80px;
    text-align: center;
    text-decoration: none;
}
.smp-close:hover {
  cursor: pointer;
}
/*----------------------------------------------------
  パンクズメニュー
----------------------------------------------------*/
.breadcrumb {
  background-color: #fff;
}
.breadcrumb ul {
  padding:0.7em 0;
  font-size:1.2rem;
  line-height: 1;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  padding-right: 10px;
  color:#ccc;
}
.breadcrumb li:last-child:after {
  display: none;
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  background: #e5e5e5;
  border-top: 1px solid #ccc;
  padding: 1em 0 0.5em;
}
.related-site-area {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.related-site-title {
  font-weight: bold;
  border-left: 4px solid #598f26;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0.5em;
  line-height: 1.4;
}
.related-site-list {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}
.related-site-list li {
  float: left;
  width: 25%;
  position: relative;
  padding:0 1em 0 0.5em;
  font-size: 1.4rem;
}
.related-site-list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #598F26;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  z-index: 2;
}
.related-site-list li a {
  color: #222;
}
.footer-logo {
  font-weight:bold;
}
address {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
address a {
  color: #222 !important;
}
.footer-main {
  float:left;
}
.fukushi-logo img {
  max-width: 100%;
}
.footer-secondary {
  float:right;
}
.footer-nav {
  text-align: right;
  padding:0;
  list-style:none;
}
.footer-nav li {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1em;
}
.footer-nav li a {
  color: #222;
}
.footer-nav li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #598F26;
  margin-right: 2px;
}
.copyright {
  float: right;
  margin-top: 7px;
}
.page-top {
  position: fixed;
  bottom:25px;
  right:15px;
  z-index: 101;
}
.page-top a {
  background: #598f26;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height:40px;
  padding: 5px 0;
  text-align: center;
  display: block;
  filter: alpha(opacity=90);
  opacity: 0.9;
  font-size:1.8rem
}
.page-top a:hover {
  text-decoration: none;
  background: #3c6713;
}
.overlay-swipe {
  display: none;
}
/*----------------------------------------------------
  新着情報
----------------------------------------------------*/
.label {
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 4px 5px;
  background:#70962e;
  margin-right:15px;
  border-radius: 0.4em;
  display: inline-block;
  line-height:1;
  width:11em;
  text-align: center;
}
.label-event {
  background-color: #ff7f00;
}
.new {
  display: inline-block;
  color: #de1b1e;
  padding-left: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  /* デフォルト：991px以上用（PC用）の記述 */
  .breadcrumb {
    display:none;
  }
  .side-globle-nav {
    display: none;
  }
  .hp {
    padding-left: 0;
  }
  .sidr {
    display: block;
  }
  #sidr > ul {
    display: block;
  }
  .smp-header {
    display: block;
  }
  .sub-nav {
    margin-bottom: 5px;
  }
  .hp-header {
    background: none;
    background-color: #fff;
    text-align: left;
    height: auto;
    padding-bottom: 10px;
  }
  .fontsize-change,
  .hp-header .header-catch {
    display: none;
  }
  a.logo-header {
    display: inline-block;
    border-left: 5px solid #598F26;
    text-align: left;
    padding-left: 10px;
    margin-left: 0;
  }
  .logo-header p {
    text-align: left;
    font-size: 2rem;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size:1.4rem;
  }
  .block {
    padding: 1em;
  }
  .btn {
    font-size: 1.4rem;
  }
  /* ナビゲーション対応 */
  .side-globle-nav .menu {
    display: none;
  }
  .header-inqiry-txt {
    font-size: 1.2rem;
  }
  .header-inqiry img {
    float: left;
    width: 20px;
    display: block;
    margin-top: 7px;
    margin-right: 7px;
  }
  .sidr ul li {
    font-size:1.4rem;
  }
  .related-site-list li {
    float: left;
    width: 50%;
    font-size: 1.2rem;
  }
  .pege-title-wrap {
    height: 70px;
  }
  .pege-title {
    font-size: 2rem;
    line-height: 3.6;
  }
  .main-title {
    font-size: 1.8rem;
  }
  .second-title {
    font-size: 1.6rem;
  }
  .tbl-responsive th,
  .tbl-responsive td {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .related-site-list li {
    float: none;
    width: auto;
  }
  .footer-secondary {
    float: none;
  }
  .footer-nav {
    text-align: left;
    margin-bottom: 10px;
  }
  .footer-nav li {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 1em;
  }
  .copyright {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .label {
    margin-right: 7px;
    font-size: 1rem;
  }
  .outer {
    position: relative;
    overflow-x: auto
  }
  .outer::-webkit-scrollbar {
    height: 5px;
  }
  .outer::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .outer::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .outer table {
    width: 600px;
  }
  .overlay-swipe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: 500ms;
    text-align: center;
    padding-top: 50px;
    color: #fff;
    font-size: 1.6rem;
    z-index:2;
  }
  .overlay-swipe img{
    margin-bottom: 10px;
  }
}
