@charset "utf-8";

img[src$=".svg"] {
  width: 100%;
}

/*ヘッダー*/
.lang {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #9a003f;
}

.lang a {
  display: block;
  line-height: 30px;
  padding: 0 20px;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s;
}

.lang a:hover {
  opacity: 1;
}

.lang .on {
  opacity: 1;
}

.lang .line {
  width: 2px;
  height: 14px;
  margin-top: 8px;
  background-color: #fff;
}

header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 11;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 2px #d4d4d4 solid;
}

h1 {
  width: 330px;
  margin-left: 10px;
}

.pc_h_navi_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pc_h_navi {
  height: 40px;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pc_h_navi li {
  text-align: center;
  height: 40px;
  line-height: 16px;
  padding-top: 4px;
  border-right: 2px #000 solid;
}

.pc_h_navi span {
  font-size: 1.5rem;
}

.pc_h_navi .off {
  padding: 0px 10px;
  color: #e0e0e0;
}

.pc_h_navi li a {
  display: block;
  padding: 0px 10px;
  background: #fff;
  transition: all 0.3s;
}

.pc_h_navi li a:hover {
  color: #83cac6;
}

.h_sub a {
  line-height: 20px;
  padding: 0 10px;
  transition: all 0.3s;
}

.h_sub a:hover {
  color: #83cac6;
}

.h_btn01 {
  line-height: 60px;
  background: #83cac6;
  font-size: 1.6rem;
}

.h_btn01 a {
  display: block;
  padding: 0 10px;
  transition: all 0.3s;
}

.h_btn01 a:hover {
  background: #ace6e2;
}

.h_btn02 {
  line-height: 60px;
  background: #c7d652;
  font-size: 1.6rem;
  color: #ccc;
}

.h_btn02 a {
  display: block;
  padding: 0 10px;
  transition: all 0.3s;
}

.h_btn02 a:hover {
  background: #e1ee7b;
}

.h_btn03 {
  line-height: 60px;
  background: #fdd000;
  font-size: 1.6rem;
}

.h_btn03 a {
  display: block;
  padding: 0 10px;
  transition: all 0.3s;
}

.h_btn03 a:hover {
  background: #ffeb91;
}

.gnavi_wrap_sp {
  display: none;
}

@media screen and (max-width: 1580px) {
  h1 {
    margin-left: 5px;
  }

  .pc_h_navi .off {
    padding: 0 5px;
  }

  .pc_h_navi li a {
    padding: 0 5px;
  }

  .h_sub a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1480px) {
  .pc_h_navi span {
    font-size: 1.4rem;
  }

  .h_btn01 a {
    padding: 0 5px;
  }

  .h_btn02 a {
    padding: 0 5px;
  }

  .h_btn03 a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1420px) {
  .pc_h_navi {
    font-size: 1.1rem;
  }

  .pc_h_navi span {
    font-size: 1.1rem;
  }

  .h_btn01 {
    font-size: 1.1rem;
  }

  .h_btn02 {
    font-size: 1.1rem;
  }

  .h_btn03 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1220px) {
  h1 {
    width: 250px;
    margin: 8px auto;
  }

  .pc_h_navi_wrap {
    display: none;
  }

  .gnavi_wrap_sp {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
  }

  .gnavi_wrap_sp .gnavi_sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .gnavi_wrap_sp .gnavi_sp li {
    width: 25%;
    text-align: center;
    background: #000;
  }

  .gnavi_wrap_sp img {
    width: 60px;
    height: 60px;
  }

  .sp_navi_menu div {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-image: url(../images/common/sp_navi_o.jpg);
    background-size: cover;
    transition: all 0.3s;
  }

  .sp_navi_menu_active div {
    background-image: url(../images/common/sp_navi_c.jpg);
  }

  .sp_navilist_wrap {
    display: none;
    width: 100%;
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    background: #f2f1ec;
  }

  .sp_navilist {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: flex-end;
    -webkit-align-content: flex-end;
  }

  .sp_navilist li {
    width: 48%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    border: 2px #000 solid;
    background: #fff;
  }

  .sp_navilist .off {
    opacity: 0.3;
    padding: 5px 0;
  }

  .sp_navilist .on {
    background: #83cac6;
  }

  .sp_navilist li span {
    font-size: 1.6rem;
  }

  .sp_navilist li a {
    display: block;
    padding: 10px 0;
  }
}

/*フッター*/
footer {
  width: 100%;
  background: #fff;
}

.f_01_line {
  padding: 60px 0;
  border-top: 1px #888888 solid;
  border-bottom: 1px #888888 solid;
}

.f_wrap01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_wrap01 div {
  width: 30%;
}

.f_req_btn a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
  background: #fdd000;
  font-size: 2rem;
  transition: all 0.3s;
}

.f_req_btn a:hover {
  background: #ffeb91;
}

.f_ent_btn a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
  background: #c7d652;
  font-size: 2rem;
  transition: all 0.3s;
}

.f_ent_btn a:hover {
  background: #e6f577;
}

.f_link {
  text-align: center;
}

.f_link img {
  margin-bottom: 15px;
}

.f_link span {
  color: #0f0063;
}

.f_link a {
  transition: all 0.3s;
}

.f_link a:hover {
  color: #999;
}

.f_wrap02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.f_wrap02 div {
  width: 200px;
  margin: 40px;
}

.f_wrap02 div:nth-child(3) {
  display: none;
}

.f_copy {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.f_mail {
  display: block;
  margin-top: 10px;
  transition: all 0.3s;
}

.f_mail:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .f_copy {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 940px) {
  .f_copy {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 740px) {
  .f_01_line {
    padding: 0;
  }

  .f_wrap01 div {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .f_req {
    border-top: 1px #888888 solid;
    border-bottom: 1px #888888 solid;
  }

  .f_wrap02 div {
    width: 60%;
    margin: 30px auto 0;
  }

  .f_copy {
    margin-top: 30px;
  }
}

/*コンテンツ*/
.deco {
  width: 85px;
  margin: 0 auto;
}
