@charset "utf-8";
.tel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.tel a{
    text-decoration: none;
}
.owned-box .unit-layout_box{
    width: 100%!important;
}

  .list-container a {
    display: block;
    height: 100%;
    padding: 0; 
    text-decoration: none;
    box-sizing: border-box;
  }
  .list-container a:hover{
    opacity: 0.8;  
  }
  p.m-icbox-arrow:after {
    height: 8px;
    margin-top: 9px;
  }
  
.number {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #4489d0;
    background-image: url('../img/tel_icon.png');
    background-position: top 7px left ;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 30px;
}
.division {
    padding-bottom: 5px;
}
div.m-inlinebox ul li {
    width: 25%;
}
div.m-inlinebox ul li a {
    padding:15px 0 15px 45px;
    font-weight: normal;
}
div.m-inlinebox ul li a:after {
    top: 20px;
    left: 20px;
}

ul.tel {
    margin-top: 10px;
}
h3.m-heading-03 {
    margin-top: 80px;
    margin-bottom: 20px;
}
.owned-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.owned-box {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e3e3e3;
}
.owned-box:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.owned-img {
    width: auto;
    float: left;
}
.owned-sub {
    width: calc(100% - 120px);
    float: right;
}
.owned-sub h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    color: #1c587e;
    margin-top: -7px;
}
.owned-sub p {
    font-size: 13px;
}
.owned-sub p.owned-hotspring {
    font-size: 12px;
    line-height: 1.3em;
}
.cate {
    font-size: 12px;
    color: #b0b0b0;
    margin-top: 3px;
    margin-bottom:8px;
}
.link {
    text-align: right;
}
.link a {
    font-size: 13px;
    color: #4489d0;
    text-decoration: none;
}
.owned-sub .link {
    margin-top: 8px;
}


/* 追加修正 */
section {
  width: 100%;
}

.list-container a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
.list-container a:hover{
  opacity: 0.8;  
}
p.m-icbox-arrow:after {
  height: 8px;
  margin-top: 9px;
}


@media screen and (min-width: 768px) {
    .owned-box {
        width: 48%;
    }
    .owned-box:nth-last-child(2) {
        border-bottom: 1px solid #e3e3e3;
    }
}

@media screen and (max-width: 767px) {
    div.m-inlinebox ul li {
        width: 50%;
    }
    div.m-inlinebox ul li a {
        padding: 0 20px 0 45px;
    }
    .owned-box {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
  span.m-heading-img_inner {
    padding-left: 40px;
  }
  .m-contents_inner {
    margin-bottom: 80px;
  }

  h1.m-heading-img {
    /* min-height: 140px; */
    background: url("/shop/img/shop-main-img-sp.png") no-repeat;
    padding: 0;
    width: calc(100% + 30px);
    background-size: 100%;
    overflow: hidden;
  }
  /* h1 .m-heading-img_contents {
    background: linear-gradient(270deg, transparent 70%, rgba(28, 88, 126, .7));
  } */

  .m-inlinebox ul li {
    width: 50%;
  }

  .unit-layout_primary.unit-layout_box {
    margin-bottom: 0;
  }

  .linehalf-box02 div a:after{
    border-width: 1px 0px 0px 0px;
    }

  .linehalf-box02 div:nth-child(n+2) {
    border-width: 0px 0px 1px 0px;
  }

  .mask01:after{
    background-size: 31px;
  }
  .mask02:after{
    background-size: 32px;
  }
  .mask04:after{
    background-size: 20px;
  }
  p.m-panel_description {
    display: block;
  }

  /**** 店舗案内 ****/
  .access_txt {
    height: auto;
  }
}