/* --------------------------------------------------
brand
-------------------------------------------------- */

.block_jukichi .img_logo_wrap{
  background: #581F23;
}
.block_sushi_misakimaru .img_logo_wrap{
  background: #B93B3F;
}
/* --------------------------------------------------
others_clm2 (index.html)
-------------------------------------------------- */
.others_clm2{
  display: flex;
  flex-wrap: nowrap;
}
.others_clm2 .img_logo_wrap{
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.others_clm2 .img_logo_wrap:after{
  content: "";
  display: block;
  background: url(/corporate/common/images/icon_arrow_wh.svg) center/ 17px 5px no-repeat var(--bg_dark_color);
  position: absolute;
  border-radius: 2px;
  right: -8px;
  bottom: 5px;
}
.others_clm2 .img_logo_wrap img{
  object-fit: contain;
}
.others_clm2 .img_logo_wrap img.pd0{
  padding: 0;
}
@media print, screen and (min-width:768px){
  .others_clm2{
    margin-bottom: 45px;
  }
  .others_clm2 .img_logo_wrap:after{
    width: 45px;
    height: 25px;
  }
  .others_clm2 .img_logo_wrap img{
    width: 345px;
    height: 150px;
    padding: 20px 50px;
  }
  .others_clm2 .block:last-child{
    width: calc(100% - 370px);
  }
  .others_clm2.block_sushi_misakiko .img_logo_wrap img{
    padding: 20px 25px;
  }
  .others_clm2.block_jukichi .img_logo_wrap img,
  .others_clm2.block_ks .img_logo_wrap img,
  .others_clm2.block_delisea .img_logo_wrap img,
  .others_clm2.block_tachigui_misaki .img_logo_wrap img{
    padding: 10px 25px;
  }
  .others_clm2.block_yuraku .img_logo_wrap img,
  .others_clm2.block_nihonbashi_sui .img_logo_wrap img,
  .others_clm2.block_misakiya .img_logo_wrap img{
    padding: 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .others_clm2{
    margin-bottom: 25px;
  }
  .others_clm2 .img_logo_wrap{
    width: 125px;
    height: 125px;
    padding: 10px;
  }
  .others_clm2 .img_logo_wrap:after{
    width: 33px;
    height: 20px;
    background-size:  14px 4px;
  }
  .others_clm2 .block:last-child{
    width: calc(100% - 140px);
  }
}
/* --------------------------------------------------
mv wrap
-------------------------------------------------- */

.mv_wrap .block.logo img{
  object-fit: contain;
}
@media print, screen and (min-width:768px){
  .mv_wrap{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .mv_wrap{
    margin-bottom: 30px;
  }
  .mv_wrap .block.pic{
    width: 520px;
  }
  .mv_wrap .block.logo{
    width: 380px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv_wrap .block.logo img{
    width: 330px;
    height: 180px;
  }
  .mv_txt_wrap{
    margin-bottom: 80px;
  }
  .mv_txt_wrap .btn_center{
    margin-top: 50px;
  }
  .mv_wrap+.section_wrap{
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv_wrap{
    flex-wrap: wrap;
  }
  .mv_wrap .block.pic img{
    width: 100%;
    height: auto;
  }
  .mv_wrap .block.logo{
    text-align: center;
    margin: 35px 0;
  }
  .mv_wrap .block.logo img{
    width: 240px;
    height: 90px;
  }
  .mv_wrap .block.logo.sp_h120 img{
    height: 120px;
  }
  .mv_txt_wrap{
    margin-bottom: 50px;
  }
  .mv_txt_wrap_sp{
    margin-top: 20px;
  }

  .mv_txt_wrap .btn_center{
    margin-top: 40px;
  }
  .mv_wrap+.section_wrap{
    margin-top: 20px;
  }
}

/* --------------------------------------------------
brand logo size
-------------------------------------------------- */

.mv_wrap.block_sushi_misakimaru .img_logo_wrap{
  padding: 20px;
}
@media print, screen and (min-width:768px){
}
@media screen and (max-width: 767px) {
}

/* --------------------------------------------------
shop list
-------------------------------------------------- */
.cont_shop_list .def_wrap{
  padding-left: 0;
  padding-right: 0;
}
.cont_shop_list .def_ttl .icon_arrow{
  display: inline-block;
  padding-right: 30px;
  position: relative;
  text-decoration: underline;
}
.cont_shop_list .def_detail{
  font-size: 1.4rem;
  line-height: 1.8;
}
.cont_shop_list .def_ttl .icon_arrow:hover{
  text-decoration: none;
}
.cont_shop_list .def_ttl .icon_arrow:after {
  width: 20px;
  height: 20px;
  right: 0;
  top: 1px;
}
@media print, screen and (min-width:768px){
  .section_wrap .annotation_underttl{
    margin-bottom: 50px;
  }
  .cont_shop_list .def_ttl .icon_arrow:after {
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .annotation_underttl{
    margin-bottom: 30px;
  }
  .cont_shop_list .def_ttl .icon_arrow:after {
    top: 1px;
  }
}

/* --------------------------------------------------
menu
-------------------------------------------------- */
@media print, screen and (min-width:768px){
  .cont_menu_btn.flex_wrap{
    justify-content: center;
  }
  .cont_menu_btn.flex_wrap .block{
    width: 400px;
  }
  .cont_menu_btn.flex_wrap .block:last-child{
    margin-right: 0;
  }
  .cont_menu_btn{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cont_menu_btn{
    margin-bottom: 40px;
  }
}