/* フロートサイドメニュー
/*modal=======================*/
#c-modal {
  position: fixed;
  bottom: 13%;
  right: 0;
  z-index: 500;
  width: 85%;
  margin: 0 auto;
  height: auto;
  max-width: 480px;
}
.banner_box {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.banner_box:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: all 0.5s;
}
.banner_unit01 {
  width: 60%;
  padding: 1rem;
  color: #000;
  background-color: #fff;
}
.banner_txt1 {
  font-weight: 400 !important;
  margin-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1;
}
.banner_txt2 {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 500;
}
.banner_txt3 {
  margin-bottom: 0;
  font-size: 0.8rem;
  display: inline-block;
  color: #333;
  border-bottom: solid 1px #333;
  font-weight: 400;
}
.banner_unit02 {
  width: 40%;
}
.banner_unit02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-modal_close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -17px;
  left: -17px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 1.1em;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  #c-modal {
    bottom: 25%;
  }
  /*  .banner_box {
    height: 170px;
  }*/
  .banner_unit01 {
    padding: 2rem;
  }
  .banner_txt2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #c-modal {
    bottom: 9%;
  }
  .banner_unit01 {
    padding: 1.8rem 2rem 2rem 2.8rem;
  }
  .banner_txt1 {
    margin-bottom: 1rem;
  }
  .banner_txt2 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .banner_txt3 {
    font-size: 0.9rem;
  }
  #c-modal_close {
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25px;
  }
}
/*modal-end=======================*/
/* サイトの一番上に戻る */
.pageup {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.pageup img {
  display: block;
  width: 15px;
}
.pageup:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 1200px) {
  .pageup {
    bottom: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pageup {
    display: none !important; /*非表示 */
  }
}
/* fotter 固定メニュー
---------------------------------*/
/*トップ*/
.footer_menu {
  display: none;
}
@media screen and (max-width: 576px) {
  .footer_menu {
    width: 100%;
    height: 60px;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 900;
    background-color: #1a1a1a;
  }
  .footer_menu i {
    margin-bottom: 4px;
    padding-top: 2px;
        font-size: 1.2rem;
  }
  .footer_menu a {
    width: calc(100% / 3);
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer_menu a.link-insta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer_menu a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer_menu a .f-eng {
    font-size: 0.7rem;
    margin-bottom: -6px;
  }
}
/*トップ以外*/
.footer_menu_page {
  display: none;
}
@media screen and (max-width: 576px) {
  .footer_menu_page {
    width: 100%;
    height: 60px;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 900;
    background-color: #1a1a1a;
  }
      .footer_menu_page i {
    margin-bottom: 4px;
    padding-top: 2px;
          font-size: 1.2rem;
  }
  .footer_menu_page a {
    width: calc(100% / 3);
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer_menu_page a.link-insta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer_menu_page a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer_menu_page a .f-eng {
    font-size: 0.7rem;
    margin-bottom: -6px;
  }
}
/* Footer
----------------------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  color: #000;
  padding-bottom: 80px;
  background-color: #fff;
}
/* FOOTER TOP */
.footer__top {
  width: 95%;
  max-width: 1768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #808590;
  color: #fff;
  padding: 110px 9.1% 102px;
  margin-bottom: 78px;
}
.footer__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.footer__top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__top ul li + li {
  padding: 10px 0;
  padding-left: 12%;
  margin-left: 10%;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}
.footer__top .c-title1, .footer__top .c-title1 .f-eng {
  color: #fff;
}
.footer__top .c-title1 .f-eng {
  margin-bottom: 18px;
}
.footer__top .c-info {
  font-size: 1.143rem;
}
.footer__top .c-phone {
  display: block;
  font-weight: 300;
  font-size: 2.643rem;
  letter-spacing: 0;
}
.footer__top .c-phone span {
  display: inline-block;
  font-size: 1.786rem;
}
.footer__btns {
  width: 40.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.78);
}
.footer__btns a {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.071rem;
  letter-spacing: 0;
  padding: 20px 44px 26px 30px;
}
.footer__btns a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.78);
}
.footer__btns .icon {
  display: inline-block;
  width: 18px;
}
@media screen and (max-width: 1800px) {
  .footer__top {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer__top ul li + li {
    padding-left: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1500px) {
  .footer__btns a {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .footer__top {
    padding: 50px 5%;
  }
  .footer__btns {
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__btns a {
    width: 100%;
  }
  .footer__btns a + a {
    border-left: unset;
    border-top: 1px solid rgba(255, 255, 255, 0.78);
  }
}
@media screen and (max-width: 1100px) {
  .footer__top {
    display: block;
    width: 90%;
  }
  .footer__top ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__top ul li + li {
    border-left: unset;
  }
  .footer__btns {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .footer__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 700px;
    width: 100%;
  }
  .footer__btns a {
    width: 50%;
  }
  .footer__btns a + a {
    border-top: unset;
    border-left: 1px solid rgba(255, 255, 255, 0.78);
  }
}
@media screen and (max-width: 991px) {
  .footer__top {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer__top ul li + li {
    margin-left: 0;
    padding: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding-bottom: 100px;
  }
  .footer__top {
    padding-top: 30px;
    margin-bottom: 35px;
  }
  .footer__top .c-title1 {
    font-size: 1rem;
  }
  .footer__top .c-title1 .f-eng {
    margin-bottom: 0;
  }
  .footer__top .c-info {
    font-size: 1rem;
  }
  .footer__top .c-phone {
    font-size: 2.143rem;
    margin-bottom: -5px;
  }
  .footer__top .c-phone span {
    font-size: 1.3rem;
  }
  .footer__btns {
    max-width: 300px;
    margin-top: 20px;
  }
  .footer__btns a {
    width: 100%;
  }
  .footer__btns a + a {
    border-left: unset;
    border-top: 1px solid rgba(255, 255, 255, 0.78);
  }
}
/* FOOTER BOTTOM */
.footer__bottom {
  max-width: 1620px;
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__col + .footer__col {
  margin-top: 34px;
}
.footer__logo-wrapper {
  padding-top: 14px;
}
.footer__logo {
  width: 229px;
  margin-bottom: 10px;
}
.footer__logo-txt {
  font-weight: 400;
  font-size: 0.929rem;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin-bottom: 0;
}
.footer__socials {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.footer__socials a {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 21px;
}
.footer__socials a:hover {
  opacity: 1;
  background-color: #333;
  color: #fff;
}
.footer__socials a.link-facebook, .footer__socials a {
  font-size: 1.286rem;
}
.footer__bottom .c-nav1 li {
  margin-right: 27px;
}
.footer__bottom .c-nav1--small li {
  margin-right: 0;
  margin-left: 32px;
}
.footer__bottom .c-nav1--small a {
  font-size: 0.929rem;
  letter-spacing: 0;
}
.footer__bottom .c-copy-right {
  margin-left: 32px;
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  .footer__bottom .c-nav1 li {
    margin-right: 15px;
  }
  .footer__bottom .c-copy-right, .footer__bottom .c-nav1--small li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer__col + .footer__col {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom .c-nav1 {
    margin-bottom: 30px;
  }
  .footer__bottom .c-copy-right, .footer__bottom .c-nav1--small li {
    margin-left: 0;
  }
  .footer__bottom .c-nav1--small {
    margin-bottom: 0;
  }
  .footer__bottom .c-nav1--small li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer__logo {
    width: 200px;
  }
  .footer__socials {
    margin-top: 10px;
  }
  .footer__socials a {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
  }
  .footer__bottom .c-nav1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__socials {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer__bottom .c-nav1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom .c-nav1 li {
    margin: 0 8px;
  }
  .footer__bottom .c-nav1--small {
    margin-bottom: 10px;
  }
  .footer__bottom .c-copy-right {
    margin-top: 0;
  }
}