/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "shi-r";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
}
@font-face {
  font-family: "makiba";
  src: url("../fonts/MakibaFont13.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "shi-r";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
}
@font-face {
  font-family: "makiba";
  src: url("../fonts/MakibaFont13.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	com parts  PC
------------------------------------ */
.gray {
  position: relative;
}
.gray::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #555;
  position: absolute;
  left: 0;
  top: 0;
}

.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 50px;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0;
  }
}

.news-post-item:nth-of-type(n+2) {
  margin-top: 40px;
}
.news-post-link {
  display: block;
}
.news-post-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-post-time {
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news-post-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news-post-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 23px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-post-tag-txt {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 3px 5px 2px;
  background: #222222;
  text-align: center;
  font-family: "shi-r", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2;
}
.news-post-ttl {
  width: 100%;
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .news-post-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-faq {
  width: 100%;
  max-width: 930px;
  padding: 49px 0 60px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.com-faq-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-faq-q {
  padding-left: 38px;
  font-family: "shi-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-faq-q {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-faq-q::before {
  content: "Q";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #222222;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.com-faq-a {
  margin-top: 13px;
  padding-left: 50px;
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 2.2;
  white-space: pre-line;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-faq-a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-faq-a::before {
  content: "A";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 72%;
  margin: auto;
  background: #f7f7f7;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #222222;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .com-faq-a::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.com-tel {
  text-align: right;
}
.com-tel-txt {
  font-family: "shi-r", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-tel-num {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-note {
  margin-right: -20px;
  margin-bottom: 8px;
  line-height: 1;
}

/*	top-about  PC
------------------------------------ */
#top-about .about-bg {
  position: relative;
}
#top-about .about-img {
  width: 45.8%;
  position: absolute;
  top: 143px;
  left: 0;
}
@media screen and (min-width: 1921px) {
  #top-about .about-img {
    left: calc(50% - 960px);
  }
}
#top-about .about-con {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding: 30px 0 0;
}
#top-about .about-btn {
  margin: 66px auto 0;
}
#top-about .com-txt-box {
  margin: 50px auto 0;
  text-align: center;
}

/*	top-style  pc
------------------------------------ */
#top-style .style-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 59px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top-style .style-list-item {
  width: 100%;
  max-width: 510px;
}
#top-style .style-list-item:nth-of-type(n+3) {
  margin-top: 53px;
}
#top-style .style-list-link {
  margin-top: 10px;
  padding-right: 65px;
  background: url(../img/top/sec02-arw.png) no-repeat calc(100% - 5px) center;
  font-family: "shi-r", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #top-style .style-list-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-style .style-list-link:hover {
  background-position: 100% center;
}
#top-style .style-btn {
  margin: 60px auto 0;
}

/*	top-info  PC
------------------------------------ */
#top-info .information-inner {
  padding-top: 131px;
}
#top-info .information-note {
  margin: 60px auto 0;
  padding: 8px;
  background-color: #222222;
  text-align: center;
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-info .information-note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-info .information-flex {
  margin: 60px auto 0;
}

/*	top-news  PC
------------------------------------ */
#top-news .news-inner {
  padding: 0 0 150px;
}
#top-news .news-post {
  width: 100%;
  max-width: 940px;
}
#top-news .com-btn {
  margin-left: auto;
}
#top-news .com-btn-wrap {
  margin-top: 60px;
  text-align: right;
}

/*	com-bnr  PC
------------------------------------ */
.com-bnr-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: url(../img/top/sec02-arw.png) no-repeat calc(100% - 25px) center;
}
@media screen and (min-width: 768px) {
  .com-bnr-link:hover {
    background-position: calc(100% - 20px) center;
    background-color: rgba(34, 34, 34, 0.1);
    opacity: 1;
  }
}
.com-bnr-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: -0.05em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .com-bnr-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================

sub layout  PC

========================================= */
.sub main {
  position: relative;
}

/*	commit  PC
------------------------------------ */
#commit .commit-list {
  margin: 58px auto 0;
}
#commit .commit-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#commit .commit-list-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#commit .commit-list-item:nth-of-type(2n) .commit-r {
  margin: 26px 2.6% 0 0;
}
#commit .commit-list-item:nth-of-type(2n) .commit-con {
  margin-left: auto;
}
#commit .commit-list-item:nth-of-type(2n) h4 {
  padding-left: 40px;
}
#commit .commit-list-item:nth-of-type(2n) h4::after {
  left: auto;
  right: 0;
}
#commit .commit-list-item:nth-of-type(2n) h4 span {
  left: 3px;
}
#commit .commit-list-item:nth-of-type(2n) .com-txt-box {
  padding-left: 0;
  padding-right: 15px;
}
#commit .commit-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#commit .commit-img {
  width: 45.8%;
}
@media screen and (min-width: 1921px) {
  #commit .commit-img {
    width: auto;
  }
}
#commit .commit-r {
  width: 51.6%;
  margin-top: 26px;
  margin-left: 2.6%;
}
#commit .commit-con {
  width: 100%;
  max-width: 570px;
}
#commit .commit-con-head {
  padding-left: 50px;
  padding-bottom: 21px;
  font-family: "shi-r", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 767px) {
  #commit .commit-con-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#commit .commit-con-head::after {
  content: "";
  display: block;
  width: 990px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  left: 0;
  bottom: 0;
}
#commit .commit-con-head-num {
  letter-spacing: 0.12em;
  font-family: "shi-r", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 15px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  #commit .commit-con-head-num {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#commit .commit .com-txt {
  line-height: 2.2;
}
#commit .commit .com-txt-box {
  margin-top: 28px;
  padding-left: 18px;
}

/*	com-buy  PC
------------------------------------ */
.com-buy-bg {
  background: url(../img/commit/shop-l.jpg) no-repeat left 30px/33.1%, url(../img/commit/shop-t.jpg) no-repeat calc(50% + 125px) top, url(../img/commit/shop-r.jpg) no-repeat right bottom/29.6%;
}
@media screen and (max-width: 1697px) {
  .com-buy-bg {
    background-size: 25%, auto, 23%;
  }
}
.com-buy-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.com-buy-box {
  margin-left: 43px;
}
.com-buy .com-btn {
  display: block;
  max-width: 190px;
  margin-top: 50px;
  margin-left: auto;
}

/*	products  PC
------------------------------------ */
#products .guide-txt {
  margin-top: 40px;
  text-align: center;
  line-height: 1.9;
}
#products .list-list-item:nth-of-type(n+2) {
  margin-top: 145px;
}
#products .list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#products .list-flex-r {
  width: 100%;
  max-width: 590px;
}
#products .list-flex-head {
  text-align: left;
  line-height: 1;
  position: relative;
  left: -10px;
}
#products .list-flex-head::after {
  margin-right: auto;
  margin-left: 12px;
}
#products .list-flex-txt {
  margin-top: 37px;
  line-height: 2.2;
}
#products .list-scene {
  margin: 70px auto 0;
}
#products .list-scene-txt {
  margin: 15px auto 0;
  text-align: center;
  line-height: 2.2;
}
#products .list-gallery {
  margin: 58px auto 0;
}
#products .list-gallery-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 27px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #products .list-gallery-post article:not(:nth-of-type(4n-3)) {
    margin-left: 13px;
  }
  #products .list-gallery-post article:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
#products .list-gallery-post-item {
  width: 100%;
  max-width: 260px;
}
#products .list-gallery-ttl, #products .list-gallery-txt {
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #products .list-gallery-ttl, #products .list-gallery-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#products .list-gallery-ttl {
  margin-top: 8px;
}
#products .list-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 60px auto 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 37px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products .list-contact-con {
  margin-left: 59px;
  text-align: center;
}
#products .list-contact-con-ttl {
  font-family: "makiba", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  color: #222222;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #products .list-contact-con-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#products .list-contact-con-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 38px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products .list-contact-con-btn a:nth-of-type(n+2) {
  margin-left: 30px;
}
#products .flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
}
#products .flow-list-item {
  width: 180px;
  padding: 13px 15px 23px;
  border: 1px solid #222222;
}
#products .flow-list-item:nth-of-type(n+2) {
  margin-left: 45px;
  position: relative;
}
#products .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  margin: auto;
  background: url(../img/products/flow-arw.png) no-repeat center/contain;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
}
#products .flow-list-head {
  font-family: "shi-r", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #products .flow-list-head {
    height: 93px;
  }
}
@media screen and (max-width: 767px) {
  #products .flow-list-head {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#products .flow-list-img {
  text-align: center;
}
#products .flow-list-txt {
  margin-top: 10px;
  line-height: 1.9;
}

/*	greeting  PC
------------------------------------ */
#greeting .owner-bg {
  position: relative;
}
#greeting .owner-img {
  width: 45.8%;
  position: absolute;
  top: 305px;
  left: 0;
}
@media screen and (min-width: 1921px) {
  #greeting .owner-img {
    left: calc(50% - 960px);
  }
}
#greeting .owner-con {
  width: 100%;
  max-width: 550px;
  margin-top: 47px;
  margin-left: auto;
}
#greeting .owner-head {
  font-family: "shi-r", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #greeting .owner-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#greeting .owner-head-sm {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #greeting .owner-head-sm {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#greeting .owner-item01 {
  margin-top: 15px;
}
#greeting .owner-item02 {
  margin-top: 44px;
}
#greeting .owner-item-ttl {
  padding: 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #greeting .owner-item-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .owner-item-txt {
  margin-top: 10px;
  line-height: 2.2;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #greeting .owner-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .information-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#greeting .information-flex-txt-box {
  width: 100%;
  max-width: 590px;
}
#greeting .information-flex-txt-box p {
  line-height: 2.2;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #greeting .information-flex-txt-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #greeting .information-flex-txt-box p:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
#greeting .information-list {
  margin-top: 74px;
}
#greeting .information-list-item:nth-of-type(n+2) {
  margin-top: 56px;
}
#greeting .information-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#greeting .information-check-item {
  padding-left: 25px;
  background: url(../img/greeting/check.png) no-repeat left center;
  font-family: "shi-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #greeting .information-check-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#greeting .information-check-item:nth-of-type(n+2) {
  margin-left: 71px;
}
#greeting .information-class {
  margin: 11px auto 0;
}
#greeting .information-class-txt {
  margin-top: 8px;
  padding-left: 30px;
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  #greeting .information-class-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .information-table {
  width: 100%;
  border-bottom: 1px solid #222222;
}
#greeting .information-table th, #greeting .information-table td {
  vertical-align: middle;
}
#greeting .information-table th {
  padding-left: 32px;
  font-family: "shi-r", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #greeting .information-table th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#greeting .information-table td {
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  #greeting .information-table td {
    padding-right: 32px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #greeting .information-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .information-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#greeting .information-time-con {
  width: 100%;
  max-width: 620px;
}
#greeting .information-time-txt {
  margin: 8px auto 0;
  padding: 0 17px;
  line-height: 2.2;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #greeting .information-time-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .information-time-ttl02 {
  margin-top: 33px;
}
#greeting .information-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 27px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#greeting .information-case-item {
  width: 100%;
  max-width: 260px;
}
#greeting .information-case-item:nth-of-type(n+2) {
  margin-left: 13px;
}
#greeting .information-case-ttl {
  margin-top: 8px;
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #greeting .information-case-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .information-contact {
  margin: 28px auto 0;
}
#greeting .information-contact-con {
  margin-top: 18px;
  margin-left: 50px;
}
#greeting .information-contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#greeting .information-contact-txt {
  font-family: "shi-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #greeting .information-contact-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#greeting .information-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#greeting .information-tel-txt {
  font-family: "shi-r", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #greeting .information-tel-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#greeting .information-tel-num {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #greeting .information-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#greeting .information-tel-note {
  margin-left: 20px;
  line-height: 1;
}
#greeting .information-btn {
  max-width: 190px;
  margin-top: 20px;
}

/*	information  PC
------------------------------------ */
#information .store-ttl {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
#information .store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 87px auto 0;
}
#information .store-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
#information .com-table {
  max-width: 960px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #information .com-table th {
    width: 210px;
  }
}
#information .ggmap {
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #information .ggmap {
    padding-top: 400px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  line-height: 2.2;
}
#contact .contact-txt-box {
  text-align: center;
}
#contact .contact-txt-box p:nth-of-type(n+2) {
  margin-top: 25px;
}
#contact .contact-txt-lg {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt-lg {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#contact .contact-list {
  margin: 135px auto 0;
}
#contact .contact-list-flex {
  margin: 25px auto 0;
}
#contact .contact-list-item {
  padding: 46px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
#contact .contact-list-item:nth-of-type(n+2) {
  margin-top: 130px;
}
#contact .contact-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact-list-time {
  margin-left: 45px;
}
#contact .contact-btn {
  max-width: 230px;
  height: 50px;
  margin: 33px auto 0;
  background-color: #00b900;
  background-image: url(../img/top/side-arw.png);
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #contact .contact-btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-btn:hover {
    background-color: rgba(0, 185, 0, 0.8);
  }
}
#contact .required-mark {
  padding: 9px 4px;
  line-height: 1;
}
#contact .upload-item-wrap:nth-of-type(n+2) {
  margin-top: 20px;
}

/*	news  PC
------------------------------------ */
#news .detail .news-post-tag {
  margin-left: 0;
}

/*	site  PC
------------------------------------ */
#site .site-link {
  padding-left: 20px;
  background: url(../img/top/com-btn-arw.png) no-repeat left center;
}
#site .site-link::before {
  content: none;
}