@charset "UTF-8";
.contact {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .contact {
    padding-bottom: 0px;
  }
}
.contact .back {
  background-image: url(https://sumibi-chouraku.com/system_panel/uploads/images/20230110100605183798.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 404px;
}
.contact .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.contact .inner .title h2 {
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  position: relative;
}
@media (min-width: 768px) {
  .contact .inner .title h2 {
    padding-top: 80px;
  }
}
.contact .inner .title h2:after {
  content: "";
  width: 124px;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid #6B3A16;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .inner .title .text {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media (min-width: 414px) {
  .contact .inner .title .text {
    font-size: 14px;
  }
}
.contact .inner .form {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 78px;
       column-gap: 78px;
  row-gap: 40px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact .inner .form {
    flex-direction: row;
  }
}
.contact .inner .form .flexBlock {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.contact .inner .form .flexBlock img {
  width: 63px;
  height: 63px;
  -o-object-fit: initial;
     object-fit: initial;
}
.contact .inner .form .flexBlock .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .inner .form .flexBlock .textBlock .tellText {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #333333;
}
.contact .inner .form .flexBlock .textBlock .contactText {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #333333;
}
.contact .inner .form .flexBlock .textBlock .contactText:hover {
  color: #970000;
}

.contact .inner .form .flexBlock:hover .contactText,
.contact .inner .form .flexBlock:hover .contactText a,
.contact .inner .form .flexBlock:hover .contactText span {
  color: #970000 !important;
}

.contact .inner .form .flexBlock .textBlock .time {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #333333;
}

.contact .inner .contact-form .form-contents .two-column .line-form img {
  width: 19px;
  height: auto;
}

.br-768 {
  display: none;
}

.footerbr-1000 {
  display: block;
}

@media (min-width: 768px) {
  .br-768 {
    display: block;
  }
  .contact .inner .contact-form .form-contents .two-column {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .contact .inner .contact-form .form-contents {
    width: 841px;
    margin: 0 auto;
  }
  .footerbr-1000 {
    display: none;
  }
}
.footerMenu .back {
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  width: 100%;

}
@media (min-width: 868px) {
  .footerMenu .back {
    height: 414px;
  }
}
.footerMenu .inner {
  max-width: 1070px;
  width: 90%;
  margin: 0 auto;
}
.footerMenu .inner .footerContents {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 868px) {
  .footerMenu .inner .footerContents {
    padding-top: 76px;
    flex-direction: row;
  }
}
.footerMenu .inner .footerContents .addressContens .verticalImage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 868px) {
  .footerMenu .inner .footerContents .addressContens .verticalImage {
    align-items: initial;
  }
}
.footerMenu .inner .footerContents .addressContens .verticalImage a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footerMenu .inner .footerContents .addressContens .verticalImage img.companyLogo {
  width: 112px;
  height: auto;
}
.footerMenu .inner .footerContents .addressContens .verticalImage img.title-image {
  width: 238px;
}
.footerMenu .inner .footerContents .addressContens p.addressText {
  margin-top: 43px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.footerMenu .inner .footerContents .addressContens .tell {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.footerMenu .inner .footerContents .menuList p.text {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.06em;
  padding-bottom: 3px;
  color: #000000;
  position: relative;
}
.footerMenu .inner .footerContents .menuList p.text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  /*初期状態では下線非表示*/
  height: 1px;
  /*下線の高さ*/
  background: #000000;
  /*下線の色*/
  z-index: -1;
  transition: all 0.4s;
  /*アニメーション速度*/
}
.footerMenu .inner .footerContents .menuList p.text:hover:after {
  width: 100%;
}
.footerMenu .inner .footerContents .menuList .step1Menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 46px;
       column-gap: 46px;
  row-gap: 20px;
  justify-content: center;
}
.footerMenu .inner .footerContents .menuList .step1Menu .text {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  /* identical to box height */
  color: #FFFFFF;
}
.footerMenu .inner .footerContents .menuList .step1Menu .text:hover {
  transition: 0.4s;
  color: #939393;
}
.footerMenu .inner .footerContents .menuList .step2Menu {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 46px;
       column-gap: 46px;
  row-gap: 20px;
}
.footerMenu .inner .footerContents .menuList .step2Menu .text {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  /* identical to box height */
  color: #FFFFFF;
}
.footerMenu .inner .footerContents .menuList .step2Menu .text:hover {
  transition: 0.4s;
  color: #939393;
}

.sns-feild {
  margin-top: 4.5px;
  display: flex;
  justify-content: end;
}
.sns-feild .sns-facebook,
.sns-feild .sns-line,
.sns-feild .sns-insta {
  position: relative;
}
.sns-feild .sns-facebook img,
.sns-feild .sns-line img,
.sns-feild .sns-insta img {
  position: absolute;
  left: 0;
  top: -100px;
}

.li.sns-li {
  border-bottom: none;
}
.li.sns-li .sns-erea {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  -moz-column-gap: 16.5px;
       column-gap: 16.5px;
}
.li.sns-li .sns-erea .block_contents {
  position: relative;
  width: 30px;
  height: 30px;
}
.li.sns-li .sns-erea .block_contents img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.li.sns-li .sns-erea .block_contents img.image-2 {
  opacity: 0;
}
.li.sns-li .sns-erea .block_contents a:hover img.image-1 {
  opacity: 0;
  transition: 0.4s;
}
.li.sns-li .sns-erea .block_contents a:hover img.image-2 {
  opacity: 10;
  transition: 0.4s;
}
.li.sns-li .sns-erea .block_contents.line-facebook img {
  width: 25px;
  height: 25px;
}

.markon {
  margin-top: 85px;
  padding-bottom: 17px;
  text-align: center;
  position: relative;
}
@media (min-width: 868px) {
  .markon {
    margin-bottom: 17px;
    padding-bottom: 0;
  }
}
.markon p.text {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #D8D8D8;
}
.markon .back-page {
  position: absolute;
  bottom: 35px;
  right: 10px;
}
@media (min-width: 768px) {
  .markon .back-page {
    right: 0;
  }
}
.markon .back-page .pagetop .pagetop_icon {
  margin-top: 0px;
  width: 42px;
  height: 42px;
  background-image: url(https://sumibi-chouraku.com/system_panel/uploads/images/20230110091333604913.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.markon .back-page .pagetop .pagetop_icon:hover {
  width: 42px;
  height: 42px;
  transition: 0.4s;
  border: none;
  background-image: url(https://sumibi-chouraku.com/system_panel/uploads/images/20230110113839434557.png);
}

@media (min-width: 768px) {
  .footer-menu .inner .footer-flex-contents {
    flex-direction: row;
    align-items: start;
  }
  .footer-menu .inner .footer-flex-contents .menu-list .step1-menu {
    justify-content: start;
  }
  .footer-menu .inner .footer-flex-contents .menu-list .step2-menu {
    justify-content: start;
  }
  .li.sns-li .sns-erea {
    margin-top: 0;
    justify-content: end;
  }
}
.mark,
mark {
  background-color: transparent !important;
}/*# sourceMappingURL=footer.css.map */