@charset "UTF-8";
/* 
 style info : グループ企業・店舗TOPページ共通スタイル

2018/9/27
 */
/*----------------------------------------------------
	ページ毎
----------------------------------------------------*/
/*グループ企業・店舗TOP
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .group_top {
    padding-bottom: 80px;
  }
}
/*グループ企業一覧
-----------------------------------------*/
.group_company table.company {
  margin-bottom: 60px;
}
.group_company table.company th {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .group_company table.company th {
    width: 100%;
  }
}

.group_company td.logo {
  width: 250px;
  border: none;
}

.group_company td.logo img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .group_company table.company {
    margin-bottom: 40px;
  }
  .group_company td.logo {
    width: 100%;
    text-align: center;
  }
  .group_company td.logo img {
    width: 250px;
  }
}
/*グループ営業収益
-----------------------------------------*/
.group_revenues {
  /*padding-bottom:80px;*/
}

.group_revenues table {
  margin-top: 60px;
}

.group_revenues th, .group_revenues td {
  text-align: center;
}

.group_revenues th {
  width: 40%;
}

.group_revenues tr:first-of-type th, .group_revenues tr:first-of-type td {
  background: none;
  border-bottom: none;
}

.group_revenues tr td:first-of-type {
  border-right: 1px solid #b3a9a6;
}

.group_revenues tr:first-of-type td {
  background: #ffe2d6;
  border-right: 1px solid #fff;
}

.group_revenues tfoot tr:first-of-type td {
  background: none;
  text-align: right;
}

.group_revenues table tbody tr:last-of-type th, .group_revenues table tbody tr:last-child td, .group_revenues table tbody tr:last-child td:last-of-type {
  border-bottom: 1px solid #b3a9a6;
}

@media screen and (max-width: 768px) {
  .group_revenues {
    /*padding-bottom:40px;*/
  }
  .group_revenues th, .group_revenues td {
    display: table-cell;
  }
  .group_revenues th {
    white-space: normal;
  }
  .group_revenues td {
    width: 29%;
  }
  .group_revenues tfoot td {
    width: 100%;
  }
}
/*グループ店舗一覧
-----------------------------------------*/
.shop_list {
  padding: 10px 0 50px 10px;
  overflow: hidden;
}

.group_shop tr td:last-of-type {
  white-space: nowrap;
}

.indent {
  float: left;
}

.select-label {
  margin: 0 0 0 20px;
}

.group_shop h5 {
  font-size: 2.4rem;
  margin: 0 0 40px 0;
  line-height: 40px;
  padding: 0 10px;
  font-weight: normal;
}

h5.maruetsu {
  border-left: 15px solid #00734d;
  color: #00734d;
}

h5.kasumi {
  border-left: 15px solid #e60012;
  color: #e60012;
}

h5.maxvalu {
  border-left: 15px solid #b61354;
  color: #b61354;
}

/*2024.10.3追加*/
h5.inageya {
  border-left: 15px solid #009844;
  color: #009844;
}

/*ここまで 2024.10.3追加*/
.group_shop table {
  border-top: 1px solid #b3a9a6;
  border-bottom: 1px solid #b3a9a6;
  margin: 0 0 60px;
}

.group_shop table a {
  color: #000;
  padding: 0 20px 0 0;
  background: url(../img/common/icon-link.png) right center no-repeat;
}

.group_shop table th {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .group_shop select {
    box-sizing: content-box;
    width: 40%;
    padding: 1px;
  }
  .shop_list {
    padding: 0 0 20px;
  }
  .indent {
    float: none;
  }
  .select-label {
    margin: 0;
  }
  .group_shop h5 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    line-height: 30px;
    padding: 0 10px;
  }
  .group_shop table {
    table-layout: fixed;
    border-bottom: 0;
  }
  .group_shop table th {
    width: 100%;
  }
  .group_shop table th, .group_shop table td {
    white-space: normal;
  }
}
/*Fact 動画
-----------------------------------------*/
.movie_wrap video {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

/*商品券
-----------------------------------------*/
.gift_wrap h3 span {
  padding-left: 10px;
  font-weight: normal;
  font-size: 1.6rem;
}

.gift_wrap table th, .gift_wrap table td,
.gift_wrap table tr:last-child th, .gift_wrap table tr:last-child td {
  border: 1px solid #b3a9a6;
}

.gift_wrap table th {
  font-weight: bold;
  font-size: 1.8rem;
}

.gift_wrap table dt {
  font-size: 1.8rem;
  /*border-bottom:1px solid  #b3a9a6;*/
}

.gift_wrap table dt, .gift_wrap table dd {
  padding-bottom: 4px;
}

.gift_wrap table dt:nth-of-type(n+2) {
  margin-top: 20px;
}

.gift_wrap table dd span {
  padding-left: 10px;
  font-size: 1.4rem;
}

.gift_wrap .othershop {
  /*background: linear-gradient(transparent 60%, #fff099 60%);*/
  border-bottom: 1px solid #33b963;
}

@media screen and (max-width: 768px) {
  .gift_wrap table th {
    white-space: normal;
  }
  .gift_wrap table th span {
    display: block;
  }
}

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