.header_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 20px 0;
  background: rgba(255, 242, 102, 0.9);
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  .header_wrap {
    padding: 5px 0;
  }
}
.header_wrap.fixed {
  background: rgba(255, 237, 51, 0.7);
}
.header_wrap.fixed .logo {
  width: 11%;
  background: none;
}
@media screen and (max-width: 1420px) {
  .header_wrap.fixed .logo {
    width: 13%;
  }
}
.header_wrap.fixed .wappen_wrap {
  left: 13.5%;
}
.header_wrap.fixed .wappen_wrap div {
  width: 9%;
}

.header {
  position: relative;
}
.header .time {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: right;
  margin: 0 50px 15px auto;
}
@media screen and (max-width: 1200px) {
  .header .time {
    margin: 0 20px 15px auto;
  }
}
.header .time .waku {
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  background-color: #e3c55b;
  margin-right: 10px;
}
.header .logo {
  width: 15%;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .header .logo {
    width: 125px;
    padding: 0px 7px 5px;
    position: static;
    margin-left: 1%;
    background: none;
  }
}
@media screen and (max-width: 740px) {
  .header .logo {
    width: 100px;
    margin-left: 3%;
  }
}
.header .wappen_wrap {
  position: absolute;
  top: -15px;
  left: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .header .wappen_wrap {
    top: 30px;
    left: calc(3% + 100px + 1%);
  }
}
.header .wappen_wrap div {
  width: 11.5%;
  position: relative;
}
.header .wappen_wrap div img {
  width: 100%;
}
@media screen and (max-width: 1420px) {
  .header .wappen_wrap div {
    width: 9%;
  }
}
@media screen and (max-width: 1080px) {
  .header .wappen_wrap div {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .header .wappen_wrap div {
    width: 66px;
  }
}
.header .wappen_wrap div:nth-of-type(1), .header .wappen_wrap div:nth-of-type(2) {
  margin-right: 5px;
}
@media screen and (max-width: 740px) {
  .header .wappen_wrap div:nth-of-type(1), .header .wappen_wrap div:nth-of-type(2) {
    margin-right: 2px;
  }
}
.header .wappen_wrap .note {
  position: absolute;
  font-size: 1rem;
  font-weight: lighter;
  bottom: 14%;
  right: 15%;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 1080px) {
  .header .wappen_wrap .note {
    bottom: 3%;
    right: 1%;
    font-size: 0.8rem;
  }
}

.gnavi {
  text-align: right;
  line-height: 1.3;
  max-width: 1150px;
  margin: 0 50px 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .gnavi {
    font-size: 1.4rem;
    margin: 0 20px 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .gnavi {
    display: none;
    max-width: 1080px;
    height: calc(100vh - 150px);
    padding: 10px 20px;
    background-color: #92a587;
    margin: 3% 0px;
  }
}
.gnavi ul {
  width: 57%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}
.gnavi ul li .none {
  cursor: default;
  opacity: 0.4;
}
@media screen and (max-width: 1200px) {
  .gnavi ul {
    width: 60%;
  }
}
@media screen and (max-width: 1080px) {
  .gnavi ul {
    width: 100%;
    display: block;
  }
  .gnavi ul li {
    text-align: center;
    line-height: 3;
    border-bottom: solid 1px #333;
  }
  .gnavi ul li a {
    display: block;
    color: #333;
  }
}
@media screen and (max-width: 1080px) {
  .gnavi .sptag {
    display: block;
  }
}

.fl_banner {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 0;
  width: 100px;
  height: auto;
}
.fl_banner img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .fl_banner {
    display: block;
    width: 70px;
    height: auto;
    bottom: 65px;
  }
}

.banner_close {
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: 9999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 740px) {
  .banner_close {
    top: -7px;
    left: -12px;
  }
}

.sp_btn {
  display: none;
  position: absolute;
  width: 44px;
  height: 32px;
}
@media screen and (max-width: 1080px) {
  .sp_btn {
    display: block;
    right: 15px;
    top: 50px;
  }
}
@media screen and (max-width: 740px) {
  .sp_btn {
    top: 35px;
  }
}
.sp_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sp_btn span:nth-of-type(1) {
  top: 0;
}
.sp_btn span:nth-of-type(2) {
  top: 12px;
}
.sp_btn span:nth-of-type(3) {
  top: 24px;
}
.sp_btn span:nth-of-type(4) {
  bottom: 0;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  background: none;
}
.sp_btn.on span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.sp_btn.on span:nth-of-type(2) {
  opacity: 0;
}
.sp_btn.on span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.footer_wrap {
  width: 100%;
  background: url(../images/common/f_bg.jpg) no-repeat;
  background-size: cover;
}

.f_link {
  padding: 65px 0;
}
@media screen and (max-width: 1080px) {
  .f_link {
    padding: 45px 3%;
  }
}
@media screen and (max-width: 740px) {
  .f_link {
    padding: 35px 3%;
  }
}
.f_link ul {
  width: 850px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .f_link ul {
    width: 100%;
  }
}
.f_link ul li {
  width: 48%;
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  .f_link ul li {
    width: 80%;
    margin: 0 auto;
  }
  .f_link ul li:first-of-type {
    margin-bottom: 20px;
  }
}
.f_link ul li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.f_link ul li a:hover img {
  opacity: 0.7;
}

.footer {
  background: rgba(255, 242, 102, 0.9);
}
.footer .base_w {
  padding: 30px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer .base_w {
    padding: 25px 3%;
  }
}
@media screen and (max-width: 740px) {
  .footer .base_w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .note {
  font-size: 1.1rem;
  padding-bottom: 0;
}
.footer .note .sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .footer .note .sp {
    display: block;
  }
}
.footer .f_left {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .footer .f_left {
    width: 70%;
  }
}
@media screen and (max-width: 740px) {
  .footer .f_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .f_navi,
.footer .f_navi2 {
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  .footer .f_navi,
  .footer .f_navi2 {
    display: none;
  }
}
.footer .f_navi li,
.footer .f_navi2 li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.footer .f_navi li a,
.footer .f_navi2 li a {
  display: block;
  text-align: center;
}
.footer .f_navi3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 740px) {
  .footer .f_navi3 {
    position: static;
    text-align: center;
  }
}
.footer .f_navi3 li {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 740px) {
  .footer .f_navi3 li {
    float: none;
    margin-bottom: 10px;
  }
}
.footer .f_right {
  width: 28%;
  min-width: 300px;
  font-size: 1.4rem;
}
@media screen and (max-width: 740px) {
  .footer .f_right {
    width: 100%;
    font-size: 1.6rem;
  }
}
.footer .f_right .f_logo {
  width: 148px;
  text-align: center;
  margin: 0 auto 15px;
}
.footer .f_right .f_logo img {
  width: 100%;
}
.footer .f_right .address {
  text-align: right;
}
@media screen and (max-width: 740px) {
  .footer .f_right .address {
    text-align: center;
  }
}
.footer .f_right .tel {
  text-align: right;
  margin-bottom: 15px;
}
@media screen and (max-width: 740px) {
  .footer .f_right .tel {
    text-align: center;
  }
}
.footer .f_right a.btn_contact {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  border: solid 1px #8c8c8c;
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .footer .f_right a.btn_contact {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0;
  background: #fff;
}

.gotop {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #959286;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.9;
}
.gotop .fas {
  color: #fff;
}
@media screen and (max-width: 740px) {
  .gotop {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.gotop:hover {
  opacity: 1;
}

.fade_top,
.fade_left,
.fade_right,
.fade_delay > * {
  -webkit-transition: 1s;
  transition: 1s;
}

.fade_top,
.fade_delay > * {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.fade_left {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.fade_right {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}/*# sourceMappingURL=base.css.map */