@charset "UTF-8";
@import url("./second.css");
h1.title_style01 {
  padding: 150px 0 50px;
}
@media screen and (min-width: 1201px) {
  h1.title_style01 {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 640px) {
  h1.title_style01 {
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 1201px) {
  #h1_area {
    background-image: url(../images/common/shop_info_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #ebeaf3;
  }
}

.store_info {
  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;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .store_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .store_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url(../images/common/shop_info_bg.jpg);
    background-color: #ebeaf3;
  }
}
@media screen and (min-width: 1201px) {
  .store_info h3 {
    font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 3.2rem;
    letter-spacing: 0.045em;
    line-height: 1.4;
    color: #0077c2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .store_info h3 {
    font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 3.2rem;
    letter-spacing: 0.045em;
    line-height: 1.4;
    color: #0077c2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .store_info h3 {
    font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 3.2rem;
    letter-spacing: 0.045em;
    line-height: 1.4;
    color: #0077c2;
    margin-bottom: 30px;
  }
}
.store_info .first_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 150px 50px;
  background: url(../images/robopla_bk.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .store_info .first_box {
    padding: 10% 2%;
    width: 96%;
  }
}
@media screen and (max-width: 640px) {
  .store_info .first_box {
    padding: 50px 0;
    width: 100%;
  }
}
.store_info .second_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 150px 50px;
  background: url(../images/roboclo_bk.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .store_info .second_box {
    padding: 10% 2%;
    width: 96%;
  }
}
@media screen and (max-width: 640px) {
  .store_info .second_box {
    padding: 50px 0;
    width: 100%;
  }
}
.store_info dl {
  width: 340px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .store_info dl {
    margin-bottom: 40px;
  }
}
.store_info dt img {
  border-radius: 8px;
  -webkit-box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 640px) {
  .store_info dt img {
    -webkit-box-shadow: none;
            box-shadow: none; /* 元のCSSで再定義されていなかったため、あえて消すなら none に。※元の記述は「border-radius: 8px;」のみが上書きされていました */
  }
}
.store_info .sub_title {
  padding-top: 12px;
  color: #0077c2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .store_info .sub_title {
    padding-top: 6px;
    font-size: 1.8rem;
  }
}
.store_info .sub_text {
  padding-top: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .store_info .sub_text {
    padding-top: 6px;
    font-size: 1.6rem;
  }
}
.store_info .link_button_style01 a {
  width: auto !important;
  padding: 10px 5em;
}
@media screen and (max-width: 640px) {
  .store_info .link_button_style01 a {
    width: 100% !important;
  }
}