@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
/**
 * 共通処理
 */
.b-subBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
}
.b-subBox > div {
  display: inline-block;
}
.b-subBox > div:first-child {
  margin-right: auto;
}
.b-subBox > div.child1 {
  order: 1;
  margin-left: auto;
  margin-right: 0;
}
.b-subBox > div.child2 {
  order: 0;
}
.b-subBox--text h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.b-subBox--text h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background-color: #E50012;
  margin-top: 4px;
}
.b-subBox--text p {
  font-size: 18px;
  font-weight: bold;
}
.b-subBox--link {
  position: relative;
}
.b-subBox--link a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 260px;
  height: 80px;
  background-color: #E50012;
  text-align: center;
  padding: 27px 0 0;
  color: #FFF;
  font-size: 17px;
}
.b-subBox--link a img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-subTitle h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.b-subTitle h2:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 3px;
  background-color: #E50012;
  margin-right: 10px;
  vertical-align: sub;
}
.b-subTitle a {
  display: inline-block;
  color: #000;
  margin-top: 2px;
  margin-left: 40px;
  border: 2px solid #E50012;
  border-radius: 5px;
  padding: 3px 20px;
  vertical-align: top;
}

/**
 * TOP全体レイアウト
 * - コンテンツレイアウト
 */
.b-main {
  margin-bottom: 30px;
  /*** コンテンツレイアウト ***/
}
.b-main--contents {
  width: 1000px;
  margin: 65px auto;
  overflow: hidden;
}

/**
 * 店舗コンテンツレイアウト
 * - 全体・コンテンツレイアウト
 * - 店舗画像のレイアウト
 * - 店舗情報レイアウト
 * - 店舗リンクレイアウト
 * - 店舗お知らせレイアウト
 */
.b-tenpo {
  margin-bottom: 30px;
  overflow: hidden;
}
.b-tenpoImg {
  width: 100%;
  max-width: 490px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.b-tenpo--contents {
  overflow: hidden;
}
.b-tenpo .tenpo-item {
  float: left;
  width: calc(100% - 490px - 30px);
}

.b-tenpoImg ul {
  width: 100%;
  display: flex;
  margin: 10px 0 0;
}
.b-tenpoImg ul li {
  display: inline-block;
  margin-right: 12px;
}
.b-tenpoImg ul li:last-child {
  margin-right: 0;
}

.item-list li {
  clear: both;
  overflow: hidden;
}
.item-list li:nth-child(1) {
  margin-bottom: 8px;
}
.item-list li:nth-child(1) b {
  font-size: 24px;
}
.item-list li:nth-child(2) {
  margin-bottom: 8px;
}
.item-list li:nth-child(2) img {
  vertical-align: text-top;
  margin-right: 8px;
}
.item-list li:nth-child(2) a {
  display: inline-block;
  font-size: 23px;
  color: #000;
  font-weight: bold;
}
.item-list li:nth-child(2) b {
  padding-left: 10px;
}
.item-list li:nth-child(6) a {
  display: inline-block;
  color: #000;
}
.item-list li:last-child {
  margin-bottom: 0;
}

.item-link {
  margin: 10px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.item-link li {
  margin-right: 8px;
}
.item-link li:nth-child(2), .item-link li:nth-child(3) {
  width: 138px;
  height: 45px;
  position: relative;
  background-color: #E50012;
  font-size: 13px;
  border-radius: 5px;
}
.item-link li:nth-child(2) a, .item-link li:nth-child(3) a {
  display: block;
  color: #FFF;
  padding: 12px 0 0 15px;
}
.item-link li:nth-child(2) img, .item-link li:nth-child(3) img {
  margin-right: 10px;
}
.item-link li:nth-child(2) a {
  padding: 12px 0 0 22px;
}
.item-link li:nth-child(3) img {
  position: relative;
  top: -4px;
}

.item-info > a {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 13px;
}
.item-info .arrow_pt-1::before {
  border: 6px solid transparent;
  border-left: 9px solid #E50012;
}

.b-map {
  margin: 20px 0 0;
}

/**
 * スタッフコンテンツレイアウト
 * - 全体・コンテンツレイアウト
 */
.b-staff {
  overflow: hidden;
  margin-bottom: 50px;
}
.b-staff .staff-list {
  display: flex;
  overflow: hidden;
  margin-top: 25px;
}
.b-staff .staff-list li {
  margin-right: 20px;
}
.b-staff .staff-list li:last-child {
  margin-right: 0;
}
.b-staff .staff-list li div {
  width: 150px;
  height: 70px;
  background: url("../../img/minimini/common/staff_back.png") no-repeat;
  text-align: center;
}
.b-staff .staff-list li div span {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  color: #FFF;
}
.b-staff .staff-list li div p {
  font-size: 20px;
  color: #FFF;
}

/**
 * メッセージコンテンツレイアウト
 * - 全体・コンテンツレイアウト
 */
.b-message {
  overflow: hidden;
  margin-bottom: 50px;
}
.b-message--contents {
  margin-top: 15px;
}
.b-message--contents img {
  margin-right: 20px;
}
.b-message--contents p {
  width: calc(100% - 150px - 60px);
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 5px;
  font-size: 14px;
}

/**
 * オンラインコンテンツレイアウト
 * - 全体・コンテンツレイアウト
 */
.b-online {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.b-online--title {
  text-align: center;
  margin-bottom: 30px;
}
.b-online--title h2 {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}
.b-online--title p {
  font-size: 18px;
  font-weight: bold;
}
.b-online > a {
  display: inline-block;
  margin: 40px 0;
}

.online-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/**
 * サポートコンテンツレイアウト
 * - 全体・コンテンツレイアウト
 */
.b-supportList {
  display: flex;
}
.b-supportList li {
  width: 100%;
  max-width: 250px;
  height: 260px;
  position: relative;
}
.b-supportList li:nth-child(1) {
  background: url("../../img/common/support/list_rental.png") no-repeat;
}
.b-supportList li:nth-child(2) {
  background: url("../../img/common/support/list_flow.png") no-repeat;
}
.b-supportList li:nth-child(3) {
  background: url("../../img/common/support/list_mamechishiki.png") no-repeat;
}
.b-supportList li:nth-child(4) {
  background: url("../../img/common/support/list_kuiki.png") no-repeat;
}
.b-supportList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.b-supportList li:hover {
  opacity: 0.8;
}
.b-supportList p {
  padding: 0 10px;
  position: absolute;
  top: 158px;
  font-size: 12px;
  color: #000;
}

/**
 * 予防コンテンツレイアウト
 * - 全体・コンテンツレイアウト
 */
.b-protect {
  overflow: hidden;
  margin: 50px 0;
}
.b-protect--title {
  text-align: center;
}
.b-protect--title h2 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
.b-protect--title p {
  font-size: 12px;
  width: 420px;
  margin: 0 auto 20px;
  text-align: left;
}

.protect-item {
  display: flex;
  justify-content: space-between;
}
.protect-item > div {
  width: 460px;
  padding: 15px;
  border: 1px solid #CCCCCC;
}
.protect-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.protect-item p {
  font-size: 13px;
}

.b-mainMenu {
  width: 100%;
  background-color: #F2F2F2;
  padding: 30px 0;
}
.b-mainMenu ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.b-mainMenu ul a {
  display: inline-block;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  /**
   * 共通処理
   */
  .b-subBox {
    width: auto;
    display: block;
    margin-bottom: 75px;
    padding: 0 36px;
  }
  .b-subBox > div {
    display: block;
    margin-bottom: 10px;
  }
  .b-subBox > div img {
    width: 100%;
  }
  .b-subBox > div:first-child {
    margin-right: 0;
  }
  .b-subBox > div.child1 {
    order: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .b-subBox > div.b-subBox--link a img {
    width: auto;
  }
  .b-subBox--text h2 {
    font-size: 28px;
  }
  .b-subBox--text p {
    font-size: 14px;
  }

  /**
   * TOP全体レイアウト
   * - コンテンツレイアウト
   */
  .b-main {
    margin-bottom: 30px;
    /*** コンテンツレイアウト ***/
  }
  .b-main--contents {
    width: 100%;
    margin: 20px auto 0;
  }

  /**
   * 店舗コンテンツレイアウト
   * - 全体・コンテンツレイアウト
   * - 店舗画像のレイアウト
   * - 店舗情報レイアウト
   * - 店舗リンクレイアウト
   * - 店舗お知らせレイアウト
   */
  .b-tenpoImg {
    float: none;
    margin: 0 auto;
  }
  .b-tenpoImg > img {
    width: 100%;
  }
  .b-tenpo .tenpo-item {
    float: none;
    width: 100%;
  }
  .b-tenpo--contents {
    padding: 0 10px;
    overflow: hidden;
  }

  .b-tenpoImg ul {
    width: 100%;
    margin: 10px 0;
    justify-content: space-between;
  }
  .b-tenpoImg ul li {
    display: inline-block;
    margin-right: 0;
  }
  .b-tenpoImg ul li img {
    width: 100%;
  }

  .item-list li {
    font-size: 14px;
  }
  .item-list li:nth-child(1) {
    margin-bottom: 4px;
  }
  .item-list li:nth-child(1) b {
    font-size: 20px;
    padding-top: 4px;
  }
  .item-list li:nth-child(2) {
    margin-bottom: 4px;
  }

  .item-link {
    display: flex;
    justify-content: left;
  }
  .item-link li {
    width: 113px;
    float: none;
    margin-right: 5px;
  }
  .item-link li img {
    width: 100%;
  }
  .item-link li:nth-child(2), .item-link li:nth-child(3) {
    width: 113px;
    height: 36px;
    font-size: 12px;
  }
  .item-link li:nth-child(2) a {
    padding: 7px 0 0 0;
    text-align: center;
  }
  .item-link li:nth-child(3) a {
    padding: 7px 0 0 0;
    text-align: center;
  }
  .item-link li:nth-child(2) a img, .item-link li:nth-child(3) a img {
    width: auto;
  }

  .item-info > div {
    display: flex;
  }

  /**
   * スタッフコンテンツレイアウト
   * - 全体・コンテンツレイアウト
   */
  .b-staff {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .b-staff .staff-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .b-staff .staff-list li {
    width: 32%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .b-staff .staff-list li div {
    width: 100%;
    height: 0;
    padding-top: 47%;
    background: url("../../img/minimini/common/staff_back.png") no-repeat;
    background-size: cover;
    position: relative;
  }
  .b-staff .staff-list li div span, .b-staff .staff-list li div p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .b-staff .staff-list li div span {
    top: 17%;
    padding-top: 0;
    font-size: 1.2rem;
  }
  .b-staff .staff-list li div p {
    top: 48%;
    font-size: 1.5rem;
  }
  .b-staff .staff-list li img {
    width: 100%;
  }

  /**
   * メッセージコンテンツレイアウト
   * - 全体・コンテンツレイアウト
   */
  .b-message {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .b-message--contents {
    margin-top: 10px;
  }
  .b-message--contents img {
    width: 25%;
    margin-right: 2%;
  }
  .b-message--contents p {
    width: 69%;
    padding: 2%;
    background-color: #F4F4F4;
    border-radius: 5px;
    font-size: 14px;
  }

  /**
   * オンラインコンテンツレイアウト
   * - 全体・コンテンツレイアウト
   */
  .b-online {
    padding: 0 10px;
  }
  .b-online--title {
    margin-bottom: 20px;
  }
  .b-online--title h2 {
    font-size: 28px;
  }
  .b-online--title p {
    font-size: 16px;
  }
  .b-online > a {
    margin: 10px 0;
    width: 100%;
  }
  .b-online > a img {
    width: 100%;
  }

  .online-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .online-list li {
    max-width: 190px;
    width: 32%;
    margin-bottom: 10px;
    margin-right: 2%;
  }
  .online-list li img {
    width: 100%;
  }
  .online-list li:nth-child(3), .online-list li:nth-child(5) {
    margin-right: 0;
  }

  /**
   * サポートコンテンツレイアウト
   * - 全体・コンテンツレイアウト
   */
  .b-supportList {
    display: flex;
    flex-wrap: wrap;
  }
  .b-supportList li {
    width: 100%;
    max-width: 50%;
    height: 0;
    position: relative;
    padding-top: calc(260 / 500 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .b-supportList li:nth-child(1) {
    background: url("../../img/common/support/list_rental.png") center center/cover no-repeat;
  }
  .b-supportList li:nth-child(2) {
    background: url("../../img/common/support/list_flow.png") center center/cover no-repeat;
  }
  .b-supportList li:nth-child(3) {
    background: url("../../img/common/support/list_mamechishiki.png") center center/cover no-repeat;
  }
  .b-supportList li:nth-child(4) {
    background: url("../../img/common/support/list_kuiki.png") center center/cover no-repeat;
  }
  .b-supportList p {
    top: 62%;
    bottom: 0;
  }

  /**
   * 予防コンテンツレイアウト
   * - 全体・コンテンツレイアウト
   */
  .b-protect {
    margin: 40px 0;
    padding: 0 10px;
  }
  .b-protect--title h2 {
    font-size: 18px;
  }
  .b-protect--title p {
    width: 95%;
  }

  .protect-item {
    display: block;
  }
  .protect-item > div {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
  }

  .b-mainMenu {
    width: 100%;
    padding: 20px 0;
  }
  .b-mainMenu ul {
    width: calc(100% - 30px);
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .b-mainMenu ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .b-mainMenu ul li a, .b-mainMenu ul li img {
    width: 100%;
  }
  .b-mainMenu ul li:nth-child(3), .b-mainMenu ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .b-staff .staff-list li div span {
    top: 13%;
    font-size: 1rem;
  }

  .b-staff .staff-list li div p {
    top: 45%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  .b-staff .staff-list li div span {
    font-size: 0.9rem;
  }

  .b-staff .staff-list li div p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 390px) {
  .b-staff .staff-list li div span {
    font-size: 0.8rem;
  }

  .b-staff .staff-list li div p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=top.css.map */
