@charset "UTF-8";
/*
footer {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box
}

footer {
    display: block;
    box-sizing: border-box
}
*/
.l_contents {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#footerBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 100px 0;
  gap: 20px;
  padding: 0;
}
#footerBtns li {
  width: 300px;
  border: solid 1px #cccccc;
  list-style: none;
}
#footerBtns li img {
  width: 100%;
}
#footerBtns li a {
  display: block;
  transition: 0.5s all;
}
#footerBtns li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #footerBtns {
    margin: 50px auto;
    max-width: 94%;
    flex-direction: column;
  }
  #footerBtns li {
    width: 55vw;
    min-width: 200px;
  }
}

.l_footer ul,
.l_footer ol {
  list-style: none;
  text-align: left;
}

.l_footer_bgBlue {
  background-color: #1b1c80;
}

.l_footer_pagetop {
  color: #fff;
  display: block;
  border-bottom: 1px solid #515298;
  padding: 13px 0;
  text-align: center;
  line-height: 1;
}

.l_footer_pagetop i {
  font-size: 26px;
}

.l_footer_link {
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}

.l_footer_link_list {
  width: 25%;
  margin-top: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 160%;
}
.l_footer_link_list.last {
  color: #ffffff;
  flex-grow: 1;
}

.l_footer_link_list:last-child {
  color: #ffffff;
  flex-grow: 1;
}

.l_footer_link_list + .l_footer_link_list {
  border-left: 1px solid #515298;
  padding-left: 50px;
}

.l_footer_link_list li + li {
  margin-top: 5px;
}

.l_footer_link_list a {
  color: #fff;
  text-decoration: none;
  transition: all 250ms;
}

.l_footer_link_list a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.l_footer_link_logo {
  width: 12%;
  text-align: right;
}

.l_footer_link_logo img {
  width: 100px;
  height: auto;
}

.l_footer_company {
  padding: 35px 0;
}

.l_footer_company_logo {
  margin-bottom: 10px;
  text-align: center;
}

.l_footer_company_logo img {
  width: 200px;
  height: auto;
}

.l_footer_company_address {
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

.l_footer_company_license {
  color: #888;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.l_footer_company_copyright {
  display: block;
  font-size: 13px;
  text-align: center;
}

.c_mincho {
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
}

.c_gothic {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Anton", Verdana, Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  footer {
    font-size: 12px;
  }
  .l_contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l_footer_pagetop {
    padding: 5px 0;
  }
  .l_footer_pagetop i {
    font-size: 36px;
  }
  .l_footer_link {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .l_footer_link_list {
    width: 50%;
  }
  .l_footer_link_list + .l_footer_link_list {
    border-left: 0;
    padding-left: 0;
  }
  .l_footer_link_list:nth-child(n+3) {
    margin-top: 15px;
  }
  .l_footer_link_list li + li {
    margin-top: 15px;
  }
  .l_footer_link_logo {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .l_footer_company {
    width: 100%;
    padding: 30px 0;
  }
  .l_footer_company .l_contents {
    padding: 0;
  }
  .l_footer_company_logo img {
    width: 187px;
  }
  .l_footer_company_address {
    margin-bottom: 25px;
  }
  .l_footer_company_license {
    text-align: left;
    font-size: 10px;
  }
  .l_footer_company_copyright {
    font-size: 10px;
  }
}

.l_footer_pagetop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.l_footer_bgBlue {
  background-color: #333;
}

.l_footer_link_list + .l_footer_link_list {
  border-left: 1px solid #999;
}

.l_footer_link_list {
  width: 20%;
  margin-bottom: 15px;
  float: left;
}

@media (max-width: 768px) {
  .l_footer_link_list {
    width: 90%;
    margin: 10px auto 30px auto;
    float: none;
    border: none !important;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 160%;
  }
}
.l_footer_link_list:nth-child(6) {
  clear: both;
  border: none;
  padding-left: 0;
}

.SNS {
  width: auto;
  max-width: 1200px;
  margin: 60px auto 30px;
  overflow: hidden;
}

.SNS .snsWrap {
  width: 48%;
}

.SNS .snsWrap.l {
  float: left;
}

.SNS .snsWrap.r {
  float: right;
}

.facebook {
  text-align: center;
}

.sns_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  margin-bottom: 20px;
  margin-top: 50px;
}

.sns_title span {
  margin: auto;
  display: block;
  width: 70px;
  height: 2px;
  background: #333;
  margin-top: 6px;
}

.sns_title + p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

#instafeed {
  font-size: 0;
  overflow: hidden;
}

#instafeed li {
  display: inline-block;
  width: 30%;
  overflow: hidden;
  margin: 0 1.66666666% 10px 1.66666666%;
  text-align: center;
}

#instafeed li div {
  height: 140px;
  overflow: hidden;
  background-color: #f4f4f4;
  position: relative;
}

#instafeed li span {
  display: inline-block;
  padding-left: 25px;
  background: url(_prcommon/img/common/ht.png) no-repeat left center;
  background-size: 22px;
  height: 22px;
  line-height: 22px;
}

#instafeed li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#instafeed li img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#instagram_block {
  margin-bottom: 50px;
}
#instagram_block * {
  margin: 0;
  padding: 0;
}
#instagram_block .title {
  max-width: 826px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#instagram_block .title p {
  font-size: 14px !important;
}
#instagram_block .title a {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #000000;
  text-decoration: none;
}
#instagram_block .title a span {
  display: block;
  font-size: 24px;
}
#instagram_block .title a::before {
  content: " ";
  width: 60px;
  height: 60px;
  background: url(../../images/footer/instagram/instagram.png) no-repeat;
  background-size: contain;
}
#instagram_block .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 20px;
}
#instagram_block .list .item a {
  display: block;
  /*
  background: #aaaaaa;
  &::before{
    content: ' ';
    width: 100%;
    padding-top: 125%;
    display: block;
  }
    */
}
#instagram_block .list .item a img {
  width: 100%;
}
#instagram_block .list .item a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #instagram_block .title {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 0 29px;
  }
  #instagram_block .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  #instagram_block .list .item:last-child {
    display: none;
  }
}

ul.snsbnr_box {
  width: 800px;
  max-width: 94%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.snsbnr_box li:first-child {
  width: 380px;
  max-width: 48%;
  float: left;
  margin-bottom: 30px;
}

ul.snsbnr_box li:last-child {
  width: 380px;
  max-width: 48%;
  float: right;
  margin-bottom: 30px;
}

ul.snsbnr_box li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .SNS .snsWrap {
    width: 96%;
    margin: auto;
    margin-bottom: 40px;
  }
  .SNS .snsWrap.l,
  .SNS .snsWrap.r {
    float: none;
  }
  .sns_title {
    font-size: 21px;
  }
  #instafeed li {
    width: 30%;
    height: 100px;
    margin: 0 1.66666666% 10px 1.66666666%;
  }
  #instafeed li div {
    height: 80px;
    overflow: hidden;
  }
  ul.snsbnr_box li:first-child {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  ul.snsbnr_box li:last-child {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.footer_request {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.footer_request img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .guarantee_copy {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .guarantee_copy br {
    display: none;
  }
}
.guarantee {
  max-width: 1000px;
  margin: 0 auto;
}
.guarantee img.last {
  margin: 30px -25px 0;
  min-width: calc(100% + 50px);
}
.guarantee .guarantee_scroll p {
  display: none;
}

@media screen and (max-width: 768px) {
  .guarantee {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .guarantee img {
    width: 100%;
  }
  .guarantee img.second {
    margin: 30px 0 0 -6px;
    min-width: calc(100% + 6px);
  }
  .guarantee img.last {
    margin: 30px -6px 0;
    min-width: calc(100% + 12px);
  }
  .guarantee .guarantee_scroll {
    margin: 30px 0;
  }
  .guarantee .guarantee_scroll p {
    display: block;
    font-weight: 700;
    color: #ff0000;
    text-align: left;
  }
  .guarantee .guarantee_scroll .block {
    overflow-y: scroll;
  }
  .guarantee .guarantee_scroll .block img {
    min-width: 800px;
  }
}