@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #4d4d4d;
  margin: 5px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
	Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #EC0006; }

.drawer-menu {
  margin: 0;
  padding-top: 70px;
  list-style: none; }

.drawer-menu-item {
  font-size: 1.8rem;
  display: block;
  padding: 1.2rem .75rem 1.2rem 1.5rem;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #b3b3b3;
  line-height: 2.0; }

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0F5227; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
	Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/*!------------------------------------*\
	Left
	\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

/*!------------------------------------*\
	Right
	\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem; }

/*!------------------------------------*\
	Hamburger
	\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 10px;
  margin-right: 10px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 4rem;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 25px;
  padding-left: .75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #fff; }
  @media screen and (max-width: 960px) {
    .drawer-hamburger {
      width: 3rem; } }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #fff; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -12px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 960px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -10px; } }

.drawer-hamburger-icon:after {
  top: 12px; }
  @media screen and (max-width: 960px) {
    .drawer-hamburger-icon:after {
      top: 10px; } }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
	accessibility
	\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
	Sidebar
	\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff; }

.drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }
/*!------------------------------------*\
	Navbar
	\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%; }

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }

  .drawer-navbar .drawer-menu--right {
    float: right; }

  .drawer-navbar .drawer-menu li {
    float: left; }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }

  .drawer-navbar .drawer-hamburger {
    display: none; }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .drawer-navbar .drawer-menu {
    padding: 0; }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }
/*!------------------------------------*\
	Dropdown
	\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/*!------------------------------------*\
	Container
	\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }
/*!------------------------------------*\
	iPhone対策
	\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.swiper-container {
  margin-bottom: 30px;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 960px) {
    .swiper-container {
      margin-bottom: 30px; } }

.slide-img img {
  width: 100%; }

.swiper-slide {
  position: relative; }

.swiper-slide .slide-content {
  position: absolute;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-size: 60px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000; }
  @media screen and (min-width: 520px) and (max-width: 960px) {
    .swiper-slide .slide-content {
      bottom: 8%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #FFF;
      font-size: 30px; } }
  @media screen and (max-width: 520px) {
    .swiper-slide .slide-content {
      bottom: 8%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #FFF;
      font-size: 16px;
      text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.swiper-slide-active .slide-content {
  -webkit-animation: fadein 6s ease-in-out 0s 1 normal both;
          animation: fadein 6s ease-in-out 0s 1 normal both; }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 11s linear 0s 1 normal both;
          animation: zoomUp 11s linear 0s 1 normal both; }

.slide-img img {
  display: block; }

.flL {
  float: left; }

.flR {
  float: right; }

.clb {
  clear: both; }

.taL {
  text-align: left; }

.taR {
  text-align: right; }

.taC {
  text-align: center; }

.pl10 {
  padding-left: 10px; }

.p20 {
  padding: 10px 20px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt50 {
  margin-top: 50px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mr30 {
  margin-right: 30px; }

.ml10 {
  margin-left: 10px; }

.pt0 {
  padding-top: 0px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.strong {
  font-weight: bold; }

.bd {
  margin-top: 10px;
  border: 1px solid #b3b3b3;
  padding: 20px; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.forP {
  display: inline; }
  @media screen and (max-width: 960px) {
    .forP {
      display: none; } }

.forPT {
  display: inline; }
  @media screen and (max-width: 520px) {
    .forPT {
      display: none; } }

.forTS {
  display: none; }
  @media screen and (max-width: 960px) {
    .forTS {
      display: inline; } }

.forS {
  display: none; }
  @media screen and (max-width: 520px) {
    .forS {
      display: inline; } }

html {
  overflow-y: scroll;
  font-size: 62.5%;
  color: #333333;
  scroll-behavior: smooth; }

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'ヒラギノ角ゴ ProN W3','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0px;
  background-color: #fff;
  color: #333333;
  min-width: 1240px; }
  @media screen and (max-width: 960px) {
    body {
      min-width: 0px; } }

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.header-fixed {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 110px; }
  @media screen and (max-width: 960px) {
    .header-fixed {
      height: 90px; } }
  .header-fixed .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .header-fixed .logo img {
      width: 223px; }
    @media screen and (max-width: 960px) {
      .header-fixed .logo {
        width: 180px; } }
  .header-fixed .tel {
    position: fixed;
    top: 50px;
    left: 40px;
    width: 225px; }
    @media screen and (max-width: 960px) {
      .header-fixed .tel {
        top: 35px;
        left: 15px; } }

.header {
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: white;
  height: 90px; }
  @media screen and (max-width: 960px) {
    .header {
      height: 90px; } }
  .header .logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .header .logo img {
      width: 280px; }
    @media screen and (max-width: 960px) {
      .header .logo {
        width: 180px; } }
  .header .tel {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 225px; }
    @media screen and (max-width: 960px) {
      .header .tel {
        top: 35px;
        left: 15px; } }

.wrap, .wrap-70p, .wrap-80p {
  overflow: hidden;
  width: 1240px;
  margin: 0px auto 30px; }
  @media screen and (max-width: 960px) {
    .wrap, .wrap-70p, .wrap-80p {
      width: 96%; } }

.wrap-70p {
  width: 868px; }
  @media screen and (max-width: 960px) {
    .wrap-70p {
      width: 96%; } }

.wrap-80p {
  width: 992px; }
  @media screen and (max-width: 960px) {
    .wrap-80p {
      width: 96%; } }

.h2 {
  padding: 5px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  background: radial-gradient(#D3FFC1, #90DFA2);
  border-radius: 5px; }
  @media screen and (max-width: 960px) {
    .h2 {
      font-size: 18px;
      font-size: 1.8rem; } }

.h3 {
  margin: 10px 0 10px;
  color: #333333;
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  text-align: justify;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .h3 {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 10px; } }

.h4 {
  background: #e6e6e6;
  color: #000;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .h4 {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 10px; } }

.h5 {
  padding: 20px 0 10px;
  color: #4d4d4d;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .h5 {
      font-size: 18px;
      font-size: 1.8rem; } }

p {
  margin-top: 10px;
  color: #4d4d4d;
  padding: 0 20px;
  text-align: justify;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7; }
  @media screen and (max-width: 960px) {
    p {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 10px; } }

.news {
  float: left;
  border: 1px solid #e6e6e6;
  width: 46%;
  margin: 30px 2% 10px; }
  @media screen and (max-width: 960px) {
    .news {
      float: none;
      width: 90%;
      margin: 30px 5% 0; } }

.title {
  font-size: 16px;
  padding-left: 10px;
  color: #4d4d4d; }
  .title a:link, .title a:visited {
    line-height: 1.5;
    text-decoration: none; }
  .title a:hover {
    text-decoration: underline; }

.title span {
  font-size: 14px;
  color: #fff;
  background: #FC0107;
  padding: 3px 5px;
  border-radius: 5px; }

ul#newsList {
  margin: 0 0 15px;
  padding: 0; }

ul#newsList li {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #BABCBC;
  line-height: 150%;
  list-style-type: none; }

a {
  color: #4d4d4d;
  text-decoration: underline; }

a:hover {
  color: #4d4d4d;
  text-decoration: none; }

.to-kgk {
  width: 50%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7; }
  @media screen and (max-width: 960px) {
    .to-kgk {
      width: 90%; } }
  .to-kgk a:link, .to-kgk a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #4B6D52;
    padding: 3px 30px; }
  .to-kgk a:hover {
    color: #fff;
    background-color: #2F4234;
    text-decoration: underline; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .flex-box {
      width: 100%; } }

.flex-item {
  font-size: 14px;
  line-height: 1.5;
  width: 31.3%;
  text-align: center;
  margin: 5px 1%; }
  .flex-item a:link, .flex-item a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #779599;
    padding: 5px 0px; }
  .flex-item a:hover {
    color: #fff;
    background-color: #4F7A82;
    text-decoration: none; }
  @media screen and (max-width: 960px) {
    .flex-item {
      font-size: 12px;
      width: 45%;
      margin: 5px 2.5%; } }

.flex-border {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-border:before,
.flex-border:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666; }

.flex-border:before {
  margin-right: 1rem; }

.flex-border:after {
  margin-left: 1rem; }

.info {
  margin-top: 10px;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .info {
      margin: 0px 0px 20px 0px;
      width: 100%; } }
  .info dl {
    margin-top: 5px;
    color: #4d4d4d;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 960px) {
      .info dl {
        font-size: 14px;
        font-size: 1.4rem; } }
  .info dl dt {
    float: left;
    width: 12em;
    padding: 5px 0.5em; }
    @media screen and (max-width: 520px) {
      .info dl dt {
        float: none;
        padding: 5px 0.5em 0px; } }
  .info dl dd {
    margin-left: 0;
    padding: 5px 0.5em 5px 12em;
    border-bottom: solid 1px #b3b3b3; }
    @media screen and (max-width: 520px) {
      .info dl dd {
        padding: 0px 0.5em 5px 2em; } }

.map {
  width: 90%;
  margin: 30px auto 0; }

.footer {
  margin-top: auto;
  width: 100%;
  background-color: #0F5227; }

.footerCont {
  width: 100%;
  padding: 0px 0px 0;
  height: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .footerCont {
      width: 100%;
      height: 100px; } }
  .footerCont p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #b3b3b3;
    display: inline;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.copyright {
  padding-top: 20px;
  margin: 0px 0px 0 0px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b3b3; }

.page_top {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px; }

.page_top a {
  border: 1px solid #b3b3b3;
  background: #0F5227;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 5px; }

.page_top a:hover {
  text-decoration: none;
  background: #3E9458; }
