@charset "UTF-8";
/*------------------------------------
共通の記述
------------------------------------*/
#brand_top .brand_outline .summary p a.button1 {
  display: block;
  background-color: #406d32;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  -moz-box-shadow: 3px 3px 4px rgba(31, 52, 24, 0.26);
  -webkit-box-shadow: 3px 3px 4px rgba(31, 52, 24, 0.26);
  box-shadow: 3px 3px 4px rgba(31, 52, 24, 0.26);
}
#brand_top .brand_outline .summary p a.button1 span {
  background: url(../new-misc/btn_icon1.png) 100% 4px no-repeat;
  padding-right: 21px;
}
#brand_top .brand_outline .summary p a.button1:hover {
  background-color: #50893f;
}
#brand_top .brand_outline .summary hr {
  border: none;
  border-bottom: 1px solid #222;
}
#brand_top .brand_outline .summary ul li {
  background: url(../new-misc/li_icon4.png) 0 0 no-repeat;
}
#brand_top .brand_outline .summary ul li a {
  color: #0000FF;
  margin-right: 1em;
}

.brand_page #manna {
  background: url("../business/new-brand/manna/img/manna_mainbg_02.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page #mister {
  background: url("../business/new-brand/mister/img/mister_mainbg_01.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page #tomaoni {
  background: url("../business/new-brand/tomaoni/img/tomaoni_mainbg.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page #ootoya {
  background: url("../business/new-brand/ootoya/img/ootoya_mainbg_01.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page #komeda {
  background: url("../business/new-brand/komeda/img/komeda_mainbg_01.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page #akakara {
  background: url("../business/new-brand/akakara/img/akakara_mainbg_01.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page #yakinikuking {
  background: url("../business/new-brand/yakinikuking/img/yakinikuking_mainbg_01.jpg") left top no-repeat;
  background-size: 100%;
}
.brand_page .schedule h2 {
  position: relative;
}
.brand_page .schedule section {
  border-left: 5px solid #999;
  position: relative;
}
.brand_page .schedule section:after {
  content: url("../new-misc/arrow.png");
  position: absolute;
  left: -10px;
  bottom: -15px;
}
.brand_page .schedule section:last-child {
  border: none;
}
.brand_page .schedule section:last-child:after {
  content: none;
}
.brand_page .schedule section .contents h3 {
  color: #406d32;
  font-weight: bold;
}
.brand_page .schedule section .contents time {
  display: block;
  color: #fff;
  background: #406d32;
  font-family: "Lora", serif;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
}
.brand_page .shop_data {
  background: #ecf0ea;
}
.brand_page .shop_data header {
  background: #C0CDBC;
}
.brand_page .shop_data header h3 {
  background: #406d32;
  color: #fff;
  font-family: "Lora", serif;
}
/*.brand_page .shop_data article {
  border-top: 1px solid #ccc;
}*/
.brand_page .shop_data article:first-child {
  border: none;
}
.brand_page .shop_data article h4 {
  border-bottom: 1px dotted #A4A4A4;
  font-weight: bold;
}
.brand_page .shop_data article dl {
  overflow: hidden;
  *zoom: 1;
}
.brand_page .shop_data article dl dt {
  float: left;
  clear: both;
  padding-bottom: 12px;
}
.brand_page .shop_data article dl dt:before {
  content: "●";
}
.brand_page .shop_data article dl dd {
  padding-bottom: 12px;
}
.brand_page .shop_data article dl dd a {
  color: #0000FF;
  margin-right: 1em;
}
.brand_page .shop_data article dl dd strong {
  color: #FF4D4D;
}
.brand_page footer.brand {
  overflow: hidden;
  *zoom: 1;
}
.brand_page footer.brand ul li {
  float: left;
}

.bxslider{
  position: relative;
}

.bxslider li{
  position: absolute;
  left: 0;
  top: 0;
}

.bxslider li:first-child{
  position: relative;
  z-index: 10;
}

.shoplist-caption {
  color: #ff0000;
  font-weight: bold;
}
.open-text {
  font-weight: bold;
  color: #ff0000;
}

.brand-list {
}

.brand-list ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 45px auto;
}

.brand-list ul li {
  width: 72px;
}


/*------------------------------------
640px以下（スマホ用）の記述
------------------------------------*/
@media only screen and (max-width: 740px) {
  #brand_top .brand_outline {
    margin-bottom: 35px;
  }
  #brand_top .brand_outline .summary {
    margin: 0 6%;
    margin-top: -35px;
    padding: 0;
  }
  #brand_top .brand_outline .summary p a.button1 {
    text-align: center;
    margin: 0 12%;
  }
  #brand_top .brand_outline .summary hr {
    display: none;
  }
  #brand_top .brand_outline .summary ul {
    width: 113%;
    margin-left: -6.5%;
  }
  #brand_top .brand_outline .summary ul li {
    background-color: #ecf0ea;
    background-position: 15px 8px;
    padding: 5px 5% 5px 35px;
    border-bottom: 1px dotted #AAAAAA;
    color: #222;
  }
  #brand_top .brand_outline .summary ul li a {
    display: block;
  }
  #brand_top h3 {
    padding: 0 7%;
    margin-bottom: 12px;
  }

  .brand_page > article {
    margin: 0 6%;
  }
  .brand_page .schedule {
    padding-top: 18px;
  }
  .brand_page .schedule h2 {
    width: 30%;
    margin-left: 6%;
    margin-bottom: 15%;
  }
  .brand_page .schedule h2.right {
    margin-left: 62%;
  }
  .brand_page .schedule > p {
    margin: 0 6%;
    margin-bottom: 9%;
  }
  .brand_page .schedule section {
    padding-bottom: 20px;
    padding-left: 36px;
    margin-left: 40px;
    margin-right: 6%;
    margin-bottom: 45px;
  }
  .brand_page .schedule section:last-child {
    margin-left: 45px;
  }
  .brand_page .schedule section .contents h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .brand_page .schedule section .contents time {
    padding: 25px 0 25px 0;
    font-size: 15px;
    width: 70px;
    left: -37px;
    top: -26px;
  }
  .brand_page .shop_data header h3 {
    padding: 8px 3%;
    font-size: 18px;
    width: 40%;
  }
  .brand_page .shop_data article {
    padding: 115px 0 6% 0;
    margin: -115px 6% 0 6%;
  }
  .brand_page .shop_data article h4 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 12px;
	margin-top: 30px;
}
  .brand_page .shop_data article dl dt {
    width: 25%;
  }
  .brand_page .shop_data article dl dd {
    padding-left: 26%;
  }
  .brand_page .shop_data article img {
    margin-bottom: 3%;
  }
  .brand_page footer.brand ul {
    margin: 25px 4% 35px 4%;
  }
  .brand_page footer.brand ul li {
    width: 14%;
    margin: 0 3%;
  }
  .shoplist-caption {
    font-size: 12px;
  }
  .open-text {
    font-size: 0.75em;
  }
  .brand-list ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 3% 35px 3%;
  }

  .brand-list ul li {
    width: 48px;
  }
}

/*------------------------------------
740px以上用（PC用）の記述
------------------------------------*/
@media print, screen and (min-width: 741px) {
  #brand_top .brand_outline {
    width: 1024px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 45px;
  }
  #brand_top .brand_outline .slide {
    width: 275px;
    float: left;
    padding-left: 25px;
  }
  #brand_top .brand_outline .slide img {
    width: 275px;
  }
  #brand_top .brand_outline .summary {
    width: 679px;
    padding-right: 25px;
    float: right;
  }
  #brand_top .brand_outline .summary p a.button1 {
    width: 168px;
  }
  #brand_top .brand_outline .summary ul li {
    background-position: 0 4px;
    padding: 0 20px;
    line-height: 2;
  }
  #brand_top h3 {
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
    margin-bottom: 35px;
  }

  .brand_page {
    width: 1024px;
    margin: 0 auto;
  }
  .brand_page .schedule {
    margin-top: 35px;
    padding-top: 80px;
  }
  .brand_page .schedule h2 {
  margin-left: 55px;
  margin-bottom: 101px;
  }
  .brand_page .schedule h2.right {
    margin-left: 682px;
  }
  .brand_page .schedule > p {
    margin: 45px 60px;
  }
  .brand_page .schedule section {
    margin: 0 45px 75px 85px;
    padding-left: 65px;
  }
  .brand_page .schedule section:last-child {
    margin-left: 90px;
    padding-bottom: 35px;
  }
  .brand_page .schedule section .contents {
    float: left;
    width: 410px;
    margin-right: 25px;
  }
  .brand_page .schedule section .contents h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .brand_page .schedule section .contents time {
    width: 100px;
    font-size: 18px;
    line-height: 1;
    padding-top: 37px;
    padding-bottom: 37px;
    left: -52px;
    top: -40px;
  }
  .brand_page .shop_data {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 20px;
    clear: both;
  }
  .brand_page .shop_data header h3 {
    font-size: 26px;
    padding: 12px;
    width: 250px;
  }
  .brand_page .shop_data article {
    padding: 30px 0;
    margin: 0 30px;
    overflow: hidden;
    *zoom: 1;
  }
  .brand_page .shop_data article h4 {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .brand_page .shop_data article dl {
    float: left;
    width: 420px;
    margin-left: 10px;
  }
  .brand_page .shop_data article dl dt {
    width: 110px;
  }
  .brand_page .shop_data article dl dt.address {
    margin-bottom: 3em;
  }
  .brand_page .shop_data article img {
    width: 240px;
    float: left;
    margin-left: 20px;
  }
  .brand_page .shop_data article div.gmap {
    float: left;
    margin-left: 20px;
  }
  .brand_page footer.brand {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .brand_page footer.brand ul {
    margin: 0 15%;
  }
  .brand_page footer.brand ul li {
    width: 20%;
    text-align: center;
  }
  .brand_page footer.brand ul li img {
    width: 50%;
  }
  .gmap{
    height: 220px;
    width: 240px;
  }
  .shoplist-caption {
    position: relative;
    top: -10px;
    font-size: 13px;
  }
  .open-text {
    font-size: 19px;
  }
}

/*店舗情報に注釈追加 - 20231122*/
.caution {
  width: 296px;
  margin-left: auto;
  margin-top: -10px;
  text-indent: -14px;
  padding-left: 14px;
}
@media only screen and (max-width: 740px) {
  .caution {
    width: fit-content;
    margin-left: 14px;
  }
}

/*求人・採用情報ページへのリンクボタン追加 - 20240620*/
.recruit-btn__area {
  margin-top: -3em;
  margin-bottom: 5em;
}
.recruit-btn__area.tomaoni, .recruit-btn__area.ootoya {
  margin-top: 0;
} 
.recruit-btn__area .recruit-btn {
  display: flex;
  justify-content: center;
}
.recruit-btn__area .recruit-btn a {
  display: block;
  background-color: #e73743;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  width: 300px;
  font-size: 1.2em;
}
.recruit-btn__area .recruit-btn a span {
  background: url(/new-misc/btn_icon1.png) 100% 4px no-repeat;
  padding-right: 21px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 740px) {
  .recruit-btn__area {
    margin-top: -1.5em;
    margin-bottom: 3.5em;
  }
  .recruit-btn__area.tomaoni, .recruit-btn__area.ootoya {
    margin-top: -3.5em;
  } 
  .recruit-btn__area .recruit-btn a {
    width: fit-content;
    padding: 10px 15px;
    font-size: 1.1em;
  }
  _::-webkit-full-page-media, _:future, :root .recruit-btn__area .recruit-btn a span {
    top: -1px;
  }
}

@media only screen and (max-width: 740px) {
  dt.indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .brand_page .shop_data article dl dd {
    padding-left: 30%;
  }
}

/*新店舗OPEN表示*/
.new-open {
  position: relative;
}
.new-open::before {
  position: absolute;
  left: -65px;
  bottom: -3px;
  content: 'New!!';
  font-size: 1.3em;
  color: #f00;
  font-weight: bolder;
  animation: blinking 1.5s infinite;
}
.new-open_text {
  color: #f00;
  font-weight: bolder;
  font-size: 0.85em;
  margin-left: 1em;
  animation: blinking 1.5s infinite;
}
@keyframes blinking {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
@media only screen and (max-width: 740px) {
  .new-open::before {
    display: none;
  }
  .new-open::after {
    position: absolute;
    content: 'New!!';
    font-size: 1.1em;
    color: #f00;
    font-weight: bolder;
    animation: blinking 1.5s infinite;
    top: 5px;
    left: 16em;
  }
  .new-open_text {
    margin-left: 0;
  }
}
