@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1024px) {
  /*	header*/
  .headernav {
    z-index: 10;
    width: 100%;
    height: 55px;
  }
  .headernav.active {
    height: 170px;
  }
  h1 {
    margin: 0 auto;
    height: 55px;
    width: 50vw;
  }
  h1 a {
    text-align: center;
    font-size: 1.65rem;
    line-height: 55px;
  }
  .head-li {
    font-size: 2vw;
    width: 100%;
    left: 0;
    top: 100px;
    background-color: #fff;
    height: 85px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    opacity: 0;
  }
  .head-li.active {
    left: 0;
    flex-wrap: wrap;
    background-color: #e0e0e0;
    opacity: 1;
  }
  .head-li.active li {
    display: block;
    width: 40vw;
    line-height: 2;
  }
  .contact {
    top: 0;
    right: 0;
    width: 70px;
    height: 55px;
    font-size: 1rem;
    line-height: 20px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .contact br, .contact .fa-angle-down {
    display: block;
  }
  .contact .fa-angle-right {
    display: none;
  }
  .contact i {
    padding: 0;
  }
  .menu-trigger, .menu-trigger span {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 30px;
    height: 24px;
    z-index: 20;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active {
    height: 29px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  .hero {
    padding-top: 55px;
    margin-bottom: 15px;
  }
  /*	header*/
  /*	main*/
  .main-wrapper {
    padding: 0 10vw;
    margin-bottom: 60px;
	font-size:1.3rem;
  }
  .sitemap {
    /*font-size: 1vw;*/
    /*margin-bottom: 60px;*/
	margin-bottom:15%;
  }
  /*	/main*/
  .area-name {
    /*font-size: 2vw;
    margin-bottom: 35px;*/
	font-size:1.6rem;
	margin-bottom:10%;
  }
  .area-name span {
    width: 10px;
    height: 10px;
  }
  h2 {
    /*font-size: 3vw;*/
	font-size:1.9rem;
    text-align: center;
    margin-bottom: 35px;
  }
  .main-img {
    display: block;
    margin-bottom: 50px;
  }
  .main-img div {
    width: 80vw;
    margin: 0 auto 20px;
  }
  .main-img div:last-of-type {
    margin: 0 auto;
  }
  h3 {
    /*font-size: 3vw;*/
	font-size:1.7rem;
    text-align: center;
  }
  .table-area > dl {
    display: block;
  }
  .dt {
    width: 100%;
    box-sizing: border-box;
    /*font-size: 1.4vw;*/
    text-align: center;
	font-size:1.25em;
  }
  .border {
    margin-left: 0;
    box-sizing: border-box;
    /*font-size: 1.2vw;*/
	font-size:1.4rem;
    line-height: 20px;
  }
  .border dt{
	  white-space:nowrap;
  }
  .table-area p {
    /*font-size: 1vw;*/
  }
  .indl-item {
    margin-bottom: 20px;
  }
  .mt {
    margin-top: 20px;
  }
  /*	footer*/
  .footer-wrapper {
    padding-bottom: 0;
  }
  .pagetop {
    width: 60px;
    height: 58px;
    padding: 22px 10px 0;
    line-height: 13.2px;
    font-size: 1.2rem;
  }
  .pagetop::before {
    width: 100px;
    height: 100px;
  }
  .download {
    display: block;
    padding-top: 75px;
  }
  .download a, .download a:last-of-type {
    width: 70.3vw;
    margin: 5px auto 0;
    font-size: 1.2rem;
  }
  .footer-area {
    display: block;
  }
  .footer-li {
    display: none;
  }
  .footer-li li {
    width: 23vw;
  }
  .copy {
    text-align: center;
    padding: 0 0 20px;
  }
  .copy a {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
.copy a.tel {
    font-size: 1.3rem;
    line-height: 20.5px;
  }
  .copy p {
    font-size: 1.3rem;
    line-height: 20.5px;
  }
  .contents {
    display: block;
  }
  .contents dt {
    width: 100%;
    margin-top: 15px;
  }
  .ml2 {
    margin-left: 50px;
  }
  #maps {
    margin-bottom: 100px;
  }
  /*	/footer*/
}