@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-wrap {
  background-color: #FEF7E7;
  height: 620px;
  display: flex;
  justify-content: center;
  padding-top: 8rem;
}
@media screen and (max-width: 991.98px) {
  .mainimage-wrap {
    height: 560px;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap {
    height: 420px;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-wrap {
    height: 350px;
  }
}
.mainimage-wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .inner {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-wrap .inner {
    margin-top: 2rem;
  }
}
.mainimage-wrap .inner .catch {
  padding-right: 10rem;
}
@media screen and (max-width: 991.98px) {
  .mainimage-wrap .inner .catch {
    padding-right: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .inner .catch {
    padding-right: 0;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .inner .catch img {
    height: 25px;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-wrap .inner .catch img {
    height: 22px;
  }
}
.mainimage-wrap .inner .images {
  width: 500px;
}
@media screen and (max-width: 991.98px) {
  .mainimage-wrap .inner .images {
    width: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-wrap .inner .images {
    width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-wrap .inner .images {
    width: 240px;
  }
}
.mainimage-wrap .inner .images .slick-slide img {
  max-width: 100%;
}

/*----------------------------------------------------
  URL変更
----------------------------------------------------*/
.url-change-block {
  border: 1px solid #E53828;
  padding: 3rem 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .url-change-block {
    padding: 2rem 0;
    margin-bottom: 4rem;
  }
}
.url-change-block p {
  text-align: center;
  color: #E53828;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .url-change-block p {
    font-size: 1.6rem;
  }
}
.url-change-block p a {
  display: inline-block;
  word-break: break-all;
  color: #E53828;
  text-decoration: none;
}

.about-wrap {
  margin-bottom: 10rem;
}
.about-wrap .images-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .images-area {
    margin-bottom: 3rem;
  }
}
.about-wrap .images-area img {
  display: block;
  height: auto;
  margin: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .images-area img {
    margin: 0 1rem;
  }
}
.about-wrap .images-area img.masuzushi {
  width: 106px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .images-area img.masuzushi {
    width: 58px;
  }
}
.about-wrap .images-area img.buri {
  width: 165px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .images-area img.buri {
    width: 90px;
  }
}
.about-wrap .images-area img.tulip {
  width: 111px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .images-area img.tulip {
    width: 60px;
  }
}
.about-wrap .images-area img.raicho {
  width: 82px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .images-area img.raicho {
    width: 44px;
  }
}
.about-wrap p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .about-wrap p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
  }
}
@media print {
  .about-wrap p {
    text-align: left;
  }
}
.about-wrap a.shop-banner {
  display: flex;
  width: 600px;
  border: 2px solid #E53828;
  text-decoration: none;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner {
    width: auto;
    flex-direction: column;
  }
}
.about-wrap a.shop-banner:hover {
  opacity: 0.7;
}
.about-wrap a.shop-banner .logo {
  width: 178px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .logo {
    width: 100%;
  }
}
.about-wrap a.shop-banner .logo img {
  display: block;
  margin: 1.5rem auto;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .logo img {
    width: 110px;
    margin: 1rem auto;
  }
}
.about-wrap a.shop-banner .contents {
  flex: 1;
  background-color: #E53828;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .contents {
    padding: 0;
  }
}
.about-wrap a.shop-banner .contents p {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .contents p {
    display: none;
  }
}
.about-wrap a.shop-banner .contents .button {
  display: block;
  color: #E53828;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 1.7rem 2rem 1.5rem 4rem;
  position: relative;
  letter-spacing: -1px;
  background: url(../images/home/ico_cart_red.svg) no-repeat center left 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .contents .button {
    color: #fff;
    font-size: 2rem;
    background: url(../images/home/ico_cart.svg) no-repeat center left 1.5rem;
    background-size: 28px;
    background-color: #E53828;
  }
}
.about-wrap a.shop-banner .contents .button::before, .about-wrap a.shop-banner .contents .button::after {
  content: "";
  background-color: #E53828;
  height: 25px;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .contents .button::before, .about-wrap a.shop-banner .contents .button::after {
    background-color: #fff;
  }
}
.about-wrap a.shop-banner .contents .button::before {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .about-wrap a.shop-banner .contents .button::before {
    display: inline-block;
    right: 2.5rem;
  }
}
.about-wrap a.shop-banner .contents .button::after {
  right: 1rem;
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
/*----------------------------------------------------
  事業案内
----------------------------------------------------*/
.business-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.business-area > div {
  width: 50%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .business-area > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 3rem;
  }
}
.business-area > div .business-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.business-area > div .business-block img.ph-shop {
  width: 100%;
  height: auto;
  display: block;
}
.business-area > div .business-block .inner {
  background-color: #fff;
  padding: 3rem 4rem 4rem;
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  .business-area > div .business-block .inner {
    padding: 3rem;
  }
}
.business-area > div .business-block .inner .shop-name {
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 5rem;
  line-height: 1.4;
  padding-right: 6rem;
  background: no-repeat top right;
  background-size: 50px;
}
@media screen and (max-width: 767.98px) {
  .business-area > div .business-block .inner .shop-name {
    font-size: 1.4rem;
  }
}
.business-area > div .business-block .inner .shop-name span {
  display: block;
  font-size: 1.7em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .business-area > div .business-block .inner .shop-name span {
    font-size: 1.5em;
  }
}
.business-area > div .business-block .inner .shop-name + p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
.business-area > div .business-block .inner ul.link-list {
  list-style: none;
  padding-left: 0;
  margin-top: 4rem;
}
.business-area > div .business-block .inner ul.link-list li {
  margin-right: 1.5rem;
  display: inline-block;
}
.business-area > div .business-block .inner ul.link-list li a {
  display: block;
}
.business-area > div .business-block .inner ul.link-list li a img {
  display: block;
  width: 30px;
  height: auto;
}
.business-area > div .business-block.nihonbashi .shop-name {
  background-image: url(../images/home/logo_nihonbashi.png);
}
.business-area > div .business-block.totoyama .shop-name {
  background-image: url(../images/home/logo_totoyama.png);
}
.business-area > div .business-block.sachinokowake .shop-name {
  background-image: url(../images/home/logo_sachinokowake.png);
  background-position: top 10px right;
}

/*----------------------------------------------------
  会社案内
----------------------------------------------------*/
table.tbl-company {
  width: 100%;
  margin-bottom: 8rem;
}
table.tbl-company tr {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company tr {
    border: none;
  }
}
table.tbl-company tr:last-child {
  border-bottom: 0;
}
table.tbl-company th, table.tbl-company td {
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company th, table.tbl-company td {
    width: 100%;
    float: left;
    padding: 1.5rem;
  }
}
table.tbl-company th {
  text-align: right;
  font-weight: 700;
  width: 160px;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company th {
    width: 100%;
    text-align: center;
    background-color: #F3F2EC;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 500px;
}
@media screen and (max-width: 767.98px) {
  .map-wrap {
    padding-top: 300px;
  }
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=home.css.map */