@charset "UTF-8";
/*************************************
	ブレイクポイント毎の表示切り替え
*************************************/
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*************************************
	フォントサイズ
*************************************/
.test1 {
  width: 10000;
}

.test2 {
  width: 20000;
}

.test3 {
  width: 30000;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto !important;
  }
}

a:hover, a:hover * {
  opacity: 0.7;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

a#btnPagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  a#btnPagetop {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  a#btnPagetop {
    width: 40px;
    height: 40px;
  }
}
a#btnPagetop.nofix {
  bottom: auto;
  position: absolute;
}

main > section {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
main > section.sideMgn {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  main > section.sideMgn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main > section.sideMgn {
    padding: 0 10px;
  }
}

footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
footer > div.upper {
  background-color: #1a1a1a;
}
footer > div.lower {
  background-color: #fff;
}
footer > div div.init {
  margin: 0 auto;
  padding: 20px;
  max-width: 1080px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (min-width: 901px) {
  footer > div.upper div.init {
    display: table;
    width: 100%;
  }
  footer > div.upper div.init > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  footer > div.upper div.init div.list {
    width: 100%;
  }
  footer > div.upper div.init div.list ul li.w30per {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  footer > div.lower div.init {
    display: table;
    width: 100%;
  }
  footer > div.lower div.init > div {
    display: table-cell;
    vertical-align: middle;
  }
}
footer div.list {
  line-height: 1;
}
footer div.list ul li {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
footer div.list ul li::before, footer div.list ul li::after {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  background-color: #fff;
  height: 100%;
  content: "";
}
footer div.list ul li::before {
  left: -0.5px;
}
footer div.list ul li::after {
  right: -0.5px;
}
footer div.list ul li a {
  display: block;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  footer div.list ul {
    display: table;
    width: 100%;
  }
  footer div.list ul li {
    display: table-cell;
    vertical-align: middle;
  }
  footer div.list ul li:first-child::before, footer div.list ul li:last-child::after {
    display: none;
  }
  footer div.list ul li a {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  footer div.list ul {
    text-align: center;
    font-size: 0;
    margin-bottom: -5px;
  }
  footer div.list ul li {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
  }
  footer div.list ul li a {
    padding: 4px 16px;
  }
}
@media screen and (min-width: 768px) {
  footer div.list {
    width: 55%;
  }
}
footer div.copy {
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  footer div.copy {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  footer div.copy {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer div.copy li img {
    width: 100%;
    max-width: 401px;
  }
}
footer div.info {
  text-align: center;
}
footer div.info ul li {
  display: inline-block;
}
footer div.info ul li.add {
  margin-right: 10px;
}
footer div.info ul li.add > p {
  display: inline-block;
}
footer div.info ul li.tel::before {
  display: inline-block;
  vertical-align: middle;
  content: url(../img/foot_tel_icon_tel.svg);
}
@media screen and (min-width: 768px) {
  footer div.info ul li.tel > a.pc,
  footer div.info ul li.tel > span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  footer div.info ul li.tel > a.sp,
  footer div.info ul li.tel > span.sp {
    display: inline-block !important;
  }
}
footer div.info ul li.tel > a {
  text-decoration: underline;
}
footer div.info ul li.tel > a:hover {
  text-decoration: none;
}
footer div.entry > a {
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  border-radius: 18px;
  border: 3px solid #3f8d0a;
  text-align: center;
  background-color: #62a237;
  width: 194px;
  height: 36px;
  position: relative;
}
footer div.entry > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/foot_btn_entry_arrow.svg) 50% 50%/100% 100% no-repeat;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer div.entry > a > p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  footer div.entry {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}