@charset "UTF-8";
.bg-color {
  background-color: #139275;
  color: #fff;
}

a:link, a:visited, a:hover {
  color: #95B537;
  text-decoration: none;
}

@media (max-width: 768px) {
  .none, #nav-f, #menuA, #menu, #seoA, #pankuzu, #navi, .seo, #fmenu, #tnavi, .tbnr, .pc, #fnavi_bg, #fnavi {
    display: none;
  }
  #head, header, #footer, footer, #wrap, #nav, #wrapA, #seo, #title, #flash, #flashA, .flashimg {
    width: 100%;
    min-width: 100%;
  }
  footer {
    padding: 0px 0;
    margin: 0;
    text-align: center;
  }
  #footer {
    padding: 24px 0;
    margin: 0 auto 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp {
    display: block !important;
    text-align: center;
    margin: 0 auto;
  }
  .pc {
    display: none !important;
    text-align: center;
  }
  .map {
    width: 100%;
    height: 300px;
  }
  .youtube_vd {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .youtube_vd iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  .single {
    width: 95%;
    margin: 0 auto;
    padding: 24px 0px;
  }
  single_none {
    width: 95%;
    margin: 0 auto;
    padding: 24px 0px;
  }
  .lsingle, .rsingle {
    float: none;
    width: 100%;
    margin-bottom: 24px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  #body {
    font-size: 1.3rem;
  }
  #fmenu-lg {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .flink0, .flink1, .flink2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .flink0 ul, .flink1 ul, .flink2 ul {
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .flink0 li, .flink1 li, .flink2 li {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .flink0 li img, .flink1 li img, .flink2 li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    float: none;
  }
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tcenter_sp {
    text-align: left;
  }
  .news {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .news dt {
    float: none;
    width: auto;
    padding-top: 5px;
    line-height: 1.3;
    text-align: center;
  }
  .news dt:after {
    content: none;
    margin-left: 0;
  }
  .news dd {
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 1.3;
  }
  .news-bl dt {
    float: none;
    width: 100%;
    color: #fff;
    margin: 2px 0 0;
  }
  .news-bl dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
  table {
    font-size: 1.3rem !important;
    margin: 16px 0;
  }
  table th {
    vertical-align: middle;
    padding: 2px 5px;
    font-weight: bold;
    line-height: 1.5;
  }
  table td {
    padding: 5px 5px;
    vertical-align: middle;
  }
  .scrollbar-x {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scrollbar-x table {
    width: 960px;
  }
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .textarea, textarea {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
  }
  .fm-text {
    text-align: left;
  }
  label.radio_text {
    margin-right: 0;
    padding-left: 20px;
    width: calc(100% - 20px);
    display: block;
  }
  label.checkbox_text {
    margin-right: 0px;
  }
}

/* 

phonemenu 

*/
#sp_navi {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sp_navi li {
  font-size: 2.2rem;
  display: block;
  width: 50%;
  cursor: pointer;
  color: #139275;
  text-align: center;
  line-height: 1.2;
  position: relative;
  padding: 5px 0;
}

#sp_navi li span {
  font-size: 1.1rem;
  display: block;
}

#sp_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}

#sp_icon, #humberger {
  display: none;
}

#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  background: #139275;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  color: #fff;
  z-index: 99998;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
          box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav ul {
  list-style: none;
  padding: 0;
}

#drawernav ul:first-child {
  margin-top: 60px;
}

#drawernav ul li a {
  background: #139275;
  color: #fff;
  font-size: 1.3rem;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#drawernav ul li a span {
  font-size: 1rem;
  margin-left: 5px;
}

#drawernav ul li a:hover {
  color: #fff;
}

#drawernav ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 10px;
}

#drawernav li ul li a {
  font-size: 1.1rem;
  color: #111;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #008EB6;
}

#drawernav li ul li a:before {
  content: "・";
  margin-right: 3px;
}

#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

.icon-menu {
  padding: 0;
  margin: 0 auto;
  height: 7px;
  text-align: center;
  width: 35px;
}

.icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

.fixed-content {
  right: inherit;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

@media (max-width: 768px) {
  #sp_icon {
    background: #139275;
    position: fixed;
    top: 2px;
    right: 62px;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sp_icon li {
    font-size: 2.2rem;
    display: block;
    width: 30px;
    height: 30px;
    padding: 13px 15px 17px;
    cursor: pointer;
    color: #111;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    position: relative;
    border-radius: 100%;
  }
  #sp_icon li span {
    font-size: 1.3rem;
    display: block;
  }
  #sp_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
  #humberger {
    background: #139275;
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    padding: 15px;
    cursor: pointer;
    z-index: 99999;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
  }
  .drawer-opened #page {
    left: -240px;
    -webkit-box-shadow: 1px 0 2px #000;
            box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger {
    background: none;
  }
  .drawer-opened #humberger .icon-bar {
    background: #fff;
  }
  .drawer-opened #humberger :nth-child(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
            transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
            transform: translate(0, -8px) rotate(-45deg);
  }
  #humberger :nth-child(3) {
    margin-bottom: 0px;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .icon-menu {
    padding: 0 1px;
    margin: 0 auto;
    height: 10px;
    text-align: center !important;
    width: 50px;
    font-size: 1.1rem;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    left: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
/*# sourceMappingURL=sp.css.map */