@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  transition : .25s;
  line-height: 1.5;
}
body{
  animation: fadein 3s forwards;
  text-size-adjust: 100%!important;
  -webkit-text-size-adjust: 100%!important;
  -ms-text-size-adjust: 100%!important;
  -moz-text-size-adjust: 100%!important;
}
.dpib{
  display: inline-block !important;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
li {list-style: none;}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {opacity: 0.7;}
a:hover p:hover {opacity: 0.7;}
a:hover img:hover {opacity: 0.7;}
html {font-size: 62.5%;}
body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "yugothic-r";
}
header {
  height: auto;
  border-bottom: 1px solid #508e0d;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 1);
  padding: 0 3%;
}
header .head_inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding:　10px 0 0px;
}

@media screen and (max-width: 767px) {
  header .head_inner {
    display: block;
    position: relative;
    padding: 15px 5px;
  }
}

header .head_fl {
  display: flex;
  align-items: center;
}
header .head_fl .container{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 767px) {
  header .head_fl {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  header .head_fl_in {
    position: absolute;
    top: 20px;
    left: 60%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

header .head_fl h1 {
  color: #2c2c2c;
  font-size: 1.4rem;
}
header .head_fl .logo {
  margin-right: 10px;
}
header .head_fl .logo,header .head_fl .logo img {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header .head_fl .logo {
    max-width: 100px;
  }
  header .head_fl h1 {
    font-size: 1rem;
  }
}

header .head_fl .fs-change-wrap {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  header .head_fl .fs-change-wrap {
    display: block;
    text-align: center;
  }
}

header .head_fl .fs-change-wrap .fs-change-txt {
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #241408;
  margin-right: 10px;
  margin-top: 3px;
}

header .head_fl .fs-change-wrap .change_btn_wrap {
  position: relative;
  width: 135px;
  height: 27px;
  background: #e9e9e9;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  header .head_fl .fs-change-wrap .change_btn_wrap {
    width: 124px;
    height: 24px;
  }
}

header .head_fl .fs-change-wrap .size-btn {
  position: absolute;
  left: 0;
}

header .head_fl .fs-change-wrap .size-btn button {
  background: none;
  border: none;
  width: auto;
  text-align: center;
  border-radius: 15px;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  background: #e9e9e9;
  line-height: 1;
}
.accordion_flex{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  header .head_fl .fs-change-wrap .size-btn button {
    font-size: 1.2rem;
  }
}

header .head_fl .fs-change-wrap .size-btn.active button {
  background-color: #508e0d;
  color: #fff;
  z-index: 10;
  position: relative;
}

header .head_fl .fs-change-wrap .size-btn.medium button {
  padding: 6px 18px;
  cursor: pointer;
}

header .head_fl .fs-change-wrap .size-btn.large {
  left: 54px;
}

@media screen and (max-width: 767px) {
  header .head_fl .fs-change-wrap .size-btn.large {
    left: 50px;
  }
}

header .head_fl .fs-change-wrap .size-btn.large button {
  padding: 6px 12px;
  margin-left: 5px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  header .head_fl .fs-change-wrap .size-btn.large button {
    padding: 6px 0;
    width: 70px;
  }
  header .head_fl .fs-change-wrap .fs-change-txt{
    font-size: 10px;
  }
}

header .head_fl_tel {
  font-size: 3rem;
  margin-top: 5px;
}

header .head_fl_tel span {
  font-size: 1.6rem;
  margin-right: 10px;
}

header .head_fr {
  width: 30%;
  max-width: 660px;
}

header .head_fr_in {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .head_fr_in .icon_insta {
  margin: 0 20px 0 10px;
}

header .head_fr_in .document_btn {
  font-size: 1.5rem;
  padding: 10px;
  border-radius: 2px !important;
  color: #000;
  border-radius: 5px;
  border-bottom:2px solid #b3dc17;
  text-align: center;
  margin-right: 1em;
  line-height: 1;
  font-weight: bold;
  margin: 0px;
}
header .head_fr_in .document_btn img{
  margin-right: 5px;
}

header .head_fr_in .contact_btn {
  font-size: 1.8rem;
  padding: 10px 1em;
  border-radius: 30px;
  color: #fff;
  border-radius: 5px;
  background-color: #508e0d;
  font-weight: bold;
  min-width: 120px;
  text-align: center;
  line-height: 1;
}

header .navToggle {
  background: #508e0d;
  border-radius: 5px;
  position: fixed;
  right: 13px;
  top: 18px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 100000;
  text-align: center;
}

header .navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  right: 6px;
}

header .navToggle span:nth-child(1) {
  top: 11px;
  width: 25px;
}

header .navToggle span:nth-child(2) {
  top: 20px;
  width: 20px;
}

header .navToggle span:nth-child(3) {
  top: 29px;
}

header .navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

header .navToggle.active span:nth-child(1) {
  top: 20px;
  right: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

header .navToggle.active span:nth-child(2) {
  display: none;
}

header .navToggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
}

header nav.globalMenuSp {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

header nav.globalMenuSp .cover_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
}

header nav.globalMenuSp ul {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

header nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: relative;
}

header nav.globalMenuSp ul li.no_icon a:after, header nav.globalMenuSp ul li.no_icon a:before {
  display: none;
}

header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

header nav.globalMenuSp ul li a {
  display: block;
  color: #2c2c2c;
  padding: 20px 50px 20px 20px;
  font-size: 1.8rem;
  text-align: left;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

header nav.globalMenuSp ul li a.op {
  background: #508e0d;
  color: #fff;
}

header nav.globalMenuSp ul li .spop-btn {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 30px;
  height: 30px;
}

header nav.globalMenuSp ul li .spop-btn:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  content: "";
  background: #2c2c2c;
  height: 20px;
  width: 1px;
}

header nav.globalMenuSp ul li .spop-btn:after {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -1px;
  content: "";
  background: #2c2c2c;
  height: 1px;
  width: 20px;
  margin-top: 1px;
}

header nav.globalMenuSp ul li .spop-btn.op:before {
  display: none;
}

header nav.globalMenuSp ul li .spop-btn.op:after {
  background: #fff;
}

header nav.globalMenuSp ul li.contact a {
  background: #00bf15;
}

header nav.globalMenuSp ul li > ul {
  display: none;
}

header nav.globalMenuSp ul li > ul li a {
  padding-left: 40px;
  position: relative;
  font-size: 1.6rem;
}

header nav.globalMenuSp ul li > ul li a span {
  font-family: "yugothic-r";
}

header nav.globalMenuSp ul li > ul li a:before, header nav.globalMenuSp ul li > ul li a:after {
  display: none;
}

header nav.globalMenuSp.active {
  transform: translateY(0%);
  padding-top: 56px;
}

header nav.globalMenuSp .change_lang_sp {
  display: flex;
  justify-content: center;
  padding: 15px;
  background: #fff;
  z-index: 100;
  position: relative;
  padding-bottom: 80px;
}

header nav.globalMenuSp .change_lang_sp a {
  width: 30%;
  color: #fff;
  background: #101e63;
  padding: 5px 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 1.4rem;
}
header .pc-nav {
  width: 100%;
}
.pc-nav ul {
  display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
  margin-top:10px;
}
.pc-nav ul li {
  /* max-width: 150px; */
  width: 100%;
  text-align: right;
  margin: 0px 5px;
  position: relative;
  transition: .0s;
  background-color: #fff;
}
/* .pc-nav ul li :after{
  content:'';
  position: absolute;
  right:-6px;
  height: 100%;
  width: 2px;
  top:0px;
  background-color:#68ae28;
} */
.pc-nav ul li:last-of-type :after{
  display: none;
}
.m5p{margin: 5% auto;}
.pc-nav ul li a {
  font-size: 1.6rem;
  text-align: center;
  color: #2c2c2c;
  background-color: rgba(217,237,146,.4);
  padding: 10px 0;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
}
.pc-nav ul li:nth-of-type(2n) a{
  background-color: rgba(164,198,129,.4);
}
.pc-nav ul li a.g_nav{
  position: relative;
  border-left: solid 1px #e9e9e9;
}
.pc-nav ul li:nth-child(4) a.g_nav{
  border-right: solid 1px #e9e9e9;
}
.pc-nav ul li a small{
  font-weight: normal;
}
.pc-nav ul li .en_s{
  color: #508e0d;
  font-family: "yugothic-r";
  font-size: 10px;
}
/* .pc-nav ul li a:hover {
  color: #508e0d;
} */

.pc-nav ul li.current a {
  position: relative;
}

/* .pc-nav ul li.current a:before {
  position: absolute;
  height: 0;
  width: 100%;
  border-bottom: 4px solid #508e0d;
  content: "";
  left: 0;
  bottom: 0;
} */

.pc-nav ul li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;

}
.pc-nav ul li .megamenu ul li a{
  background-color: #fff;
}
.pc-nav ul li:hover .megamenu ul li a{
  background:none ;
}
.pc-nav ul li:hover .megamenu ul li a span{
  font-size: 1rem;
}

.pc-nav .megamenu {
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  transition: all 0.2s ease-in;
  z-index: 999;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.pc-nav .megamenu .container {
  display: block;
  text-align: left;
  padding: 50px 0;
}

.pc-nav .megamenu .container .nav_flex {
  display: flex;
  align-items: center;
}

.pc-nav .megamenu .container h3 {
  font-size: 3rem;
  color: #2c2c2c;
  font-family: "游明朝体","Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  min-width: 230px;
}

.pc-nav .megamenu .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  width: 100%;
}

.pc-nav .megamenu .container ul li {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-right: 60px;
  margin-bottom: 20px;
}

.pc-nav .megamenu .container ul li a {
  min-width: 120px;
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 10px;
  text-align: left;
}

.pc-nav .megamenu .container ul li a:before {
  display: none;
}

.pc-nav .megamenu .container ul.column2 li,.pc-nav .megamenu .container ul.column3 li {
  margin:0px;
  padding:20px;
  text-align: left;
}
.pc-nav .megamenu .container ul.column3 li {width: calc(100% / 2);}
.pc-nav .megamenu .container ul.column2 li {width: calc(100% / 2);}
footer {
  width: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 20px;
  }
  header nav.globalMenuSp ul {
    background: rgba(255, 255, 255, 1);
  }
}
footer .f_logo {
  max-width: 320px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  footer .f_logo {
    max-width: 50%;
    margin: 0 auto 20px;
  }
}

footer .fl {
  float: left;
  width: 40%;
}

@media screen and (max-width: 767px) {
  footer .fl {
    width: 100%;
  }
}

footer .fl .txt {
  font-size: 1.6rem;
  color: #333333;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  footer .fl .txt {
    margin-bottom: 20px;
    text-align: center;
  }
}

footer .fl .txt span {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  footer .fl .txt span {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .fl .sns {
    display: flex;
    justify-content: center;
  }
}

footer .fl .sns a {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  footer .fl .sns a {
    margin: 0 5px;
  }
}

footer .fr {
  float: right;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .fr {
    display: none;
  }
}

footer .fr ul {
  width: calc(100%/3);
}

footer .fr ul li {
  margin-bottom: 28px;
}

footer .fr ul li a {
  font-size: 1.8rem;
  color: #2c2c2c;
  font-family: "yugothic-b";
  border-bottom: 2px solid #b3dc17;
  border-radius: 2px;
  padding-bottom:5px;
}

footer .fr ul li:last-child {
  margin-bottom: 0;
}

footer .copy-wrap {
  background-image: -moz-linear-gradient(180deg, #0d8e37 0%, #508e0d 100%);
  background-image: -webkit-linear-gradient(180deg, #0d8e37 0%, #508e0d 100%);
  background-image: -ms-linear-gradient(180deg, #0d8e37 0%, #508e0d 100%);
  margin-top: 70px;
  text-align: center;
  padding: 18px 0;
}

@media screen and (max-width: 767px) {
  footer .copy-wrap {
    padding: 10px 0;
  }
}

footer .copy-wrap .container {
  position: relative;
}

footer .copy-wrap a {
  position: absolute;
  font-size: 1.4rem;
  color: #fff;
  left: 0;
}

@media screen and (max-width: 767px) {
  footer .copy-wrap a {
    position: static;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
  }
}

footer .copy-wrap .copy {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .copy-wrap .copy {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a{
  width: 60px;
  height: 60px;
  background-color: #508e0d;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: .9rem;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 30px;
    right: 30px;
    width: 50px;
  }
}

#page-top a {
  cursor: pointer;
}

#page-top a img {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  #page-top a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #page-top a:hover img:hover {
    opacity: 1;
  }
}
