@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
/*	
	///////レスポンシブ用指定///////
*,
*:before,
*:after {
	box-sizing:inherit;
}
html {	
	
	box-sizing:border-box;
	font-size:62.5%;
	
}
*/
body {
  /*
  ///////レスポンシブ用指定///////
  
  font-size:1.4rem;
  
  */
  line-height: 1.9;
  font-size: 14px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  color: #333;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  /*
  ///////レスポンシブ用指定///////
  
  max-width:100%;
  height:auto;
  box-sizing:content-box;
  
  */
  vertical-align: middle;
  line-height: 1;
}

/*
	///////レスポンシブ用指定///////
	
	※AndroidChromeで文字サイズが大きくなるバグを無効化
	
h1, h2, h3, h4, h5, h6 {
	max-height:100%;
}
*/
input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}

.dummy {
  text-decoration: line-through !important;
  color: #f00 !important;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* Layout */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 800;
}
/* Base */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.4rem;
  font-family: 'Meiryo', 'メイリオ', 'sans-serif','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  color: #222;
}

img {
  width: 100%;
  backface-visibility: hidden;
}

a,
a img {
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
}

::-moz-selection {
  color: #FFF;
  background: rgba(68, 178, 62, 0.7) !important;
}

::selection {
  color: #FFF;
  background: rgba(68, 178, 62, 0.7) !important;
}

/*==============================
共通要素
==============================*/
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.logo a:hover img,
.logo a:focus img,
.logo a:active img {
  opacity: 1;
}

.sp-tel {
  display: none;
}

.pc-tel {
  display: inline;
}

br.br-sp {
  display: none;
}

br.br-pc {
  display: inline;
}

.hidden-pc {
  display: none;
}

.hidden-sp {
  display: block;
}

/*btn*/
.more {
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 6px 7px 6px 0;
  text-align: center;
  color: #fff;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-position: 100% 0;
  border: 1px solid #222;
  transition-duration: .2s;
}
.more:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: .2s;
}

a:hover .more {
  color: #222;
  background-position: 0;
}
a:hover .more:after {
  border-color: #222;
}

a.more:hover {
  background-position: 0;
}
a.more:hover:after {
  border-color: #222;
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  z-index: 60;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.12);
  min-height: 100vh;
}
.header-form {
    padding-left: 20px;
    padding-top: 20px;
}
.l-header .header-logo {
  padding: 40px 0 20px;
}
.l-header .header-logo h1 {
  text-align: center;
}
.l-header .header-logo h1 img {
  width: 97%;
  transition-duration: unset;
}
.l-header .l-navi {
  width: 100%;
}
.l-header .l-navi .accordion-list ul li {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #E9E9E9;
}
.l-header .l-navi .accordion-list ul li a {
  color: #222;
  display: block;
  line-height: 48px;
}
.l-header .l-navi .accordion-list ul.menu li a {
  padding-left: 20px;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li {
  width: 100%;
  height: auto;
  text-align: center;
  border: 0;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li:nth-child(1) a {
  background: #0f71aa;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li:nth-child(2) a {
  background: #3d5998;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li:nth-child(3) a {
  background: #42b2d8;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li a {
  line-height: 45px;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li a img {
  height: 18px;
  width: auto;
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li a:hover {
  filter: brightness(90%);
}
.l-header .l-navi .accordion-list .header-sns ul.sns-list li a:hover img {
  opacity: 1;
}
.l-header .header-contact {
  margin: 20px 0 0;
  text-align: center;
}
.l-header .header-contact a {
  position: relative;
  width: 200px;
  padding: 6px 7px 6px 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-size: 200% 100%;
  background-color: #00644e;
  background-position: 100% 0;
  border: 1px solid #00644e;
}
.l-header .header-contact a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: .2s;
}
/*.l-header .header-contact a:hover {
  color: #44B13E;
  background-position: 0;
  border: 1px solid #00479d;
}
.l-header .header-contact a:hover:after {
  border-color: #00479d;
}*/

@media only screen and (min-width: 1001px) {
  /*PC版accordion-list保護*/
  .l-header .l-navi .accordion-list {
    display: block !important;
	     font-size: 18px;
  }

  .l-header .l-navi ul.child {
    display: none !important;
  }

  /*megamenu*/
  .l-header .l-navi .accordion-list > ul > li ul.child {
    display: block !important;
    position: fixed;
    left: 200px;
    top: 252px;
    width: auto;
    z-index: 2;
    background: rgba(234, 234, 234, 0.8);
    visibility: hidden;
    opacity: 0;
    transition-duration: .2s;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
    height: auto;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li:last-child {
    border-bottom: 0;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li a {
    line-height: 48px;
    padding-right: 20px;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li a:after {
    display: none;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li a:hover {
    background: rgba(0, 0, 0, 0.02);
  }
  .l-header .l-navi .accordion-list > ul > li:hover ul.child {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transition-duration: .2s;
  }
  .l-header .l-navi .accordion-list > ul > li a {
    position: relative;
  }
  .l-header .l-navi .accordion-list > ul > li a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: .2s;
  }
  .l-header .l-navi .accordion-list > ul > li a:hover {
    background: #eaeaea;
  }
  .l-header .l-navi .accordion-list > ul > li a:hover:after {
    opacity: 0;
  }

  /*page*/
}
.l-mv {
  padding-left: 240px;
}

.l-contents {
  padding-left: 240px;
  /*ページ先頭へ戻る*/
}
.l-contents h2 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 30px;
  text-align: center;
}
.l-contents #back-to-top {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.l-contents #back-to-top.show {
  opacity: 1;
}
.l-contents #back-to-top.footer-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  transition-duration: .2s;
  text-align: center;
  background: #222;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.l-contents #back-to-top.footer-top a:hover img, .l-contents #back-to-top.footer-top a:active img, .l-contents #back-to-top.footer-top a:focus img {
  opacity: 1;
}
.l-contents #back-to-top.footer-top img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: auto;
}
.l-contents .contact {
  padding: 100px 0;
  background: url(/common/img/contact_bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}
.l-contents .contact .head {
  text-align: center;
  margin-bottom: 30px;
}
.l-contents .contact .head h3 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 30px;
}
.l-contents .contact .head p {
  margin-top: 10px;
  font-size: 18px;
}
.l-contents .contact a.more {
  display: inline-block;
  width: 460px;
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(to right, #ffffff 50%, #44b13e 50%);
  border-color: #44B13E;
}
.l-contents .contact a.more:after {
  right: 20%;
  width: 12px;
  height: 12px;
  border-width: 1.5px;
}
.l-contents .contact a.more:hover {
  color: #44B13E;
}
.l-contents .contact a.more:hover:after {
  border-color: #44B13E;
}

.l-footer {
  padding-left: 240px;
  background: #f7f7f7;
}
.l-footer .footer-area {
  padding: 36px 35px 35px 80px;
}
.l-footer .l-footer-navi {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.l-footer .l-footer-navi ul.footer-navi-list {
  display: -webkit-flex;
  display: flex;
  justify-content:  flex-end;
    flex-wrap: wrap;
  width: calc(90% - 300px);
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list {
  position: relative;
  width: 50%;
  text-align: left;
  min-width: 125px;
	padding-bottom: 10px;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child {
  width: 100%;
  position: absolute;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child > li {
  width: 100%;
  text-align: left;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child > li a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child > li a:before {
  content: ">";
  margin-right: 1em;
  font-size: 10px;
  vertical-align: text-bottom;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child > li a:hover {
  color: #44B13E;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child ul.navi-child-child > li a:before {
  content: "・";
  margin-right: 1em;
  font-size: 10px;
  vertical-align: text-bottom;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list > a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list > a:hover {
  color: #00479d;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list > a:before {
  content: ">";
  display: inline-block;
  margin-right: 0.5rem;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(3) {
  min-width: 110px;
}.l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(2) {
  width: 50%;
  min-width: 110px;
}.l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(1) {
  width: 50%;
  min-width: 110px;
}
.l-footer .l-footer-navi .footer-logo-area {
  width: 274px;

  transition-duration: .2s;
}
.l-footer .l-footer-navi .footer-logo-area .img-box img {
  width: 210px;
  height: auto;
}
.l-footer .l-footer-navi .footer-logo-area .text-box {
  margin-top: 20px;
}
.l-footer .l-footer-navi .footer-logo-area .text-box p.ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.l-footer .l-footer-navi .footer-logo-area .text-box p.add {
  display: inline-block;
}
.l-footer .l-footer-navi .footer-logo-area .text-box p.add br {
  display: none;
}
.l-footer .footer_sub-area ul.sns-list {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.l-footer .footer_sub-area ul.sns-list li {
  margin-left: 20px;
  border: 1px solid #222;
}
.l-footer .footer_sub-area ul.sns-list li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.l-footer .footer_sub-area ul.sns-list li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 18px;
  width: auto;
}
.l-footer .footer_sub-area ul.sns-list li a:hover {
  background: #ccc;
}
.l-footer .footer_sub-area ul.sns-list li a:hover img {
  opacity: 1;
}
.l-footer .footer_sub-area ul.sub-page {
  float: left;
  padding-top: 30px;
}
.l-footer .footer_sub-area ul.sub-page > li {
  font-size: 12px;
}
.l-footer .footer_sub-area ul.sub-page > li:before {
  display: inline-block;
  content: ">";
  margin-right: 8px;
}
.l-footer .footer_sub-area .copyright {
  margin-top: 20px;
  text-align: right;
}
.l-footer .l-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-family: 'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
  text-align: center;
}
.l-footer .copyright{
	background-color: #00644e;
	color: #fff;
	text-align: center;
}

/*PCfooter用*/
@media only screen and (max-width: 1420px) {
  .l-footer .l-footer-navi .footer-logo-area {
    width: 230px;
/*	 margin-top: 55px;*/
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.ttl {
    font-size: 14px;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.add {
    font-size: 12px;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.add br {
    display: inline;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.tel {
    font-size: 12px;
  }
  .l-footer .l-footer-navi ul.footer-navi-list {
    width: 80%;
	 padding-left: 60px;
  }
.l-footer .footer-area {
    padding: 36px 50px 35px 54px;
}

}
@media only screen and (max-width: 1270px) {
.l-footer {
		padding-left: 200px;
	}
  .l-footer .footer-area {
    position: relative;
    padding: 20px;
  }
  .l-footer .l-footer-navi {
    flex-wrap: wrap;
  }
  .l-footer .l-footer-navi .footer-logo-area {
    margin-top: 25px;
	  padding-left: 60px;
    width: 100%;
    order: 1;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.ttl {
    font-size: 14px;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.add {
    font-size: 12px;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.add br {
    display: inline;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.tel {
    font-size: 12px;
  }
  .l-footer .l-footer-navi ul.footer-navi-list {
    width: 100%;
  }
  .l-footer .footer_sub-area {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .l-footer .footer_sub-area ul.sub-page {
    float: none;
    text-align: right;
    padding: 0 0 20px;
  }
  .l-footer .footer_sub-area ul.sub-page li {
    font-size: 12px;
  }
.l-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 60;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.12);
}
.l-header .header-contact a {
    position: relative;
    width: 180px;
    padding: 6px 7px 6px 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-size: 200% 100%;
    background-color: #00644e;
    background-position: 100% 0;
    border: 1px solid #00644e;
}
.l-header .header-logo h1 img {
    width: 90%;
    transition-duration: unset;
}
	.l-contents {
		padding-left: 200px;
	}
/*.l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(2) {
    width: 50%;
    min-width: 110px;
}
.l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(1) {
    width: 50%;
    min-width: 110px;
}
.l-footer .l-footer-navi ul.footer-navi-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    width: calc(90% - 300px);
    flex-wrap: wrap;
}/*

}
@media only screen and (max-width: 1420px) {
	
	

	*/

  /*==============================
  共通要素
  ==============================*/
  .wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  br.br-sp {
    display: inline;
  }

  br.br-pc {
    display: none;
  }
.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
  .l-contents .contact {
    padding: 60px 0;
    background-size: 200%;
  }
  .l-contents .contact .wrap {
    width: 85%;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.82);
  }
  .l-contents .contact .head {
    z-index: 2;
  }
  .l-contents .contact .head p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-contents .contact a.more {
    min-width: 230px;
    width: 80%;
    font-size: 1.6rem;
    z-index: 1;
  }
  .l-contents .contact a.more:after {
    width: 8px;
    height: 8px;
    right: 5%;
  }
.l-footer {
    padding-left: 200px;
    background: #f7f7f7;
}
	.l-footer .l-footer-navi .footer-logo-area {
		text-align: center;
		padding-left: 0;
	}
}


@media only screen and (max-width: 640px) {
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
	  
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
	
	.header-form {
    padding-left: 20px;
    padding-top: 20px;
    display: none;
}
  .sp-tel {
    display: inline;
  }

  .pc-tel {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .hidden-sp {
    display: none;
  }

  .l-header {
    position: fixed;
    width: 100%;
    height: 60px;
	min-height: 8vh;
  }
  .l-header .header-logo {
    padding: 0 0 0 2%;
    width: calc(100% - 110px);
  }
  .l-header .header-logo h1 {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
    height: 60px;
    align-items: center;
  }
  .l-header .header-logo h1 img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .l-header .l-navi {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 5px;
    height: 0;
    width: 100%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .l-header .l-navi .accordion_btn.menu-trigger {
    margin-right: 2px;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .l-header .l-navi .accordion_btn.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #00644e;
    border-radius: 0;
    transition-duration: .2s;
  }
  .l-header .l-navi .accordion_btn.menu-trigger span:nth-of-type(1) {
    top: 16px;
  }
  .l-header .l-navi .accordion_btn.menu-trigger span:nth-of-type(2) {
    top: 23px;
  }
  .l-header .l-navi .accordion_btn.menu-trigger span:nth-of-type(3) {
    top: 30px;
  }
  .l-header .l-navi .accordion_btn.menu-trigger.active:after {
    bottom: -1px;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  .l-header .l-navi .accordion_btn.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .l-header .l-navi .accordion_btn.menu-trigger.active span:nth-of-type(2) {
    left: 25%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  .l-header .l-navi .accordion_btn.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .l-header .l-navi .accordion-list {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .l-header .l-navi .accordion-list ul.menu {
    flex-wrap: wrap;
  }
  .l-header .l-navi .accordion-list ul.menu li {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .l-header .l-navi .accordion-list ul.menu li:first-child:after {
    content: none;
  }
  .l-header .l-navi .accordion-list ul.menu li a {
    padding: 0 2%;
    line-height: 50px;
    font-family: 'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    text-align: left;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 45px;
    cursor: pointer;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span {
    transition-duration: .2s;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span:nth-last-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #999;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span:nth-last-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #999;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus.active span:nth-last-of-type(2) {
    -webkit-transform: translateY(-0.5px) rotate(90deg);
    transform: translateY(-0.5px) rotate(90deg);
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.arrow {
    width: auto;
    height: 100%;
    right: 10px;
  }
  .l-header .l-navi .accordion-list ul.menu li div.navi-icon.arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header .l-navi .accordion-list ul.menu li ul.child {
    display: none;
    position: relative;
    background: rgba(234, 234, 234, 0.8);
  }
  .l-header .l-navi .accordion-list ul.menu li ul.child li {
    border-color: rgba(0, 0, 0, 0.09);
  }
  .l-header .l-navi .accordion-list ul.menu li ul.child li:last-child {
    border-bottom: 0;
  }
  .l-header .header-contact {
    position: absolute;
    top: 5px;
    right: 57px;
    margin-top: 0;
  }
  .l-header .header-contact a {
    position: relative;
    padding: 0;
    width: 40px;
    height: 50px;
    text-align: center;
    background-image: none;
    background: none;
    border: none;
  }
  .l-header .header-contact a:after {
    display: none;
  }
  .l-header .header-contact a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 29px;
  }
  .l-header .header-contact a span {
    display: none;
  }
  .l-header .header-contact a:hover {
    filter: brightness(90%);
    border: none;
  }
  .l-header .header-contact a:hover img {
    opacity: 1;
  }

  

  .l-contents {
    padding-left: 0!important;
    /*ページ先頭へ戻る*/
  }
  .l-contents #back-to-top {
    transition: opacity 0.2s ease-out;
    opacity: 0;
  }
  .l-contents #back-to-top.show {
    opacity: 1;
  }
  .l-contents #back-to-top.footer-top {
    position: fixed !important;
    width: 40px;
    height: 40px;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 4;
    transition-duration: .2s;
    cursor: pointer;
  }
  .l-contents #back-to-top.footer-top a:hover img, .l-contents #back-to-top.footer-top a:active img, .l-contents #back-to-top.footer-top a:focus img {
    opacity: 1;
  }
  .l-contents #back-to-top.footer-top img {
    width: 20px;
    height: auto;
    transition-duration: .2s;
  }

  .l-footer {
    padding-left: 0;
  }
  .l-footer .footer-area {
    padding: 10px 2%;
  }
  .l-footer .l-footer-navi {
    min-height: auto;
  }
  .l-footer .l-footer-navi ul.footer-navi-list {
    flex-wrap: wrap;
    max-width: 100%;
	  padding-left: 0;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list {
    min-width: auto;
    width: 50%;
    text-align: left;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(1) {
    width: 50%;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(2) {
    margin: 0;
    width: 50%;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul {
    position: relative;
    padding: 0;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul li a {
    display: block !important;
    padding: 5px 0;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list a {
    display: block;
    padding: 10px;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list:nth-child(odd):last-child {
    width: 100%;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child {
    position: relative;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child ul.navi-child-child li {
    border: 0;
    padding-left: 10px;
  }
  .l-footer .l-footer-navi ul.footer-navi-list li.navi-list ul.navi-child ul.navi-child-child li a {
    font-size: 12px;
  }
  .l-footer .l-footer-navi .footer-logo-area {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0;
    padding: 30px 0;
    text-align: center;
  }
  .l-footer .l-footer-navi .footer-logo-area .img-box {
    text-align: center;
  }
  .l-footer .l-footer-navi .footer-logo-area .img-box img {
    width: 45%;
    max-width: 200px;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box p.add {
    display: block;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box a.tel {
    display: block;
    font-size: inherit;
  }
  .l-footer .l-footer-navi .footer-logo-area .text-box a.contact {
    margin-top: 20px;
  }
  .l-footer .footer_sub-area {
    position: relative;
    text-align: center;
    bottom: auto;
    right: auto;
  }
  .l-footer .footer_sub-area ul.sns-list {
    justify-content: center;
  }
  .l-footer .footer_sub-area ul.sns-list li {
    margin: 0 5px;
  }
  .l-footer .footer_sub-area ul.sub-page {
    float: none;
    padding-top: 0;
    text-align: center;
  }
  .l-footer .footer_sub-area ul.sub-page > li {
    font-size: 12px;
  }
  .l-footer .footer_sub-area ul.sub-page > li:before {
    display: inline-block;
    content: ">";
    margin-right: 8px;
  }
  .l-footer .footer_sub-area .copyright {
    text-align: center;
    font-size: 12px;
  }
}
