@charset "utf-8";


.content {
  max-width: 1000px;
  margin: auto;
}



.contentlist {
  text-align: center;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
}

.list {
  border: 0.5px solid;
  height: 5rem;
  border-color: white;
  list-style: none;
}


.c img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.columns .table {
  position: relative;
  margin: 0 auto;
  clear: both;
  width: 100%;
  padding-bottom: 20px;
}

.box {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
}

.boxlist {
  display: flex;
}

.box img {
  max-width: 100%;
  height: auto;
  border: 0;
  width: 35%;
}

.boxmenu {
  margin-left: 6rem;
}

.menulist {
  display: flex;
}

.menucontent {
  margin-left: 2rem;
}

h1 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: auto;
}

h2 {
  margin-bottom: 30px;
  text-align: center;
}

/*------------------------------------
    一覧アンカーボタン
-------------------------------------*/
.shop-btn{

}
.shop-btn h1{
  margin-bottom: 43px;  
}
.shop-btn .button-container {
  max-width: 1275px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0 auto;
}

.shop-btn .button-container .area-button{
  background-color: #fff;
  border-radius: 0;
  color: #555;
  display: block;
  width: calc((100%/5) - ((30px * 4)/5));
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 29px 5px 33px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.shop-btn .button-container .area-button::after{
  content: "";
  width: 12px;
  height: 6px;
  background: #A1000070;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

/*------------------------------------
    各店舗
-------------------------------------*/
.shop-list{}
.shop-list h2{margin-bottom: 60px;}

.shop-list .area-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 100px;
}

.shop-list .area-wrap .card{
  background-color: #fff;
  max-width: 50%;
  width: calc((100%/2) - (40px/2));
  margin: 0;
  padding: 30px;
  border-radius: 4px;
}

.shop-list .area-wrap .card h2{
  margin-bottom: 27px;margin-top: 0;
  color: #555;
  text-align: left;
  line-height: 1.13;
}

.shop-list .area-wrap .card hr {
  border: none;
  border-top: 1px solid #555;
  margin-bottom: 40px;
}

.shop-list .area-wrap .card .shop-content{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.shop-list .area-wrap .card .shop-content img{
  display: block;
  max-width: 100%;
  width: 37%;
  height: auto;
  margin: 0 auto;
}

.shop-list .area-wrap .card .shop-content .info{flex: 1;min-width: 250px;}
.shop-list .area-wrap .card .shop-content .info h3{margin-top: 0;margin-bottom: 0;line-height:2;font-size: 15px;color: #555;}
.shop-list .area-wrap .card .shop-content .info ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0!important;
  margin-right: 0!important;
  margin-bottom:5px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.shop-list .area-wrap .card .shop-content .info ul li{
  display: flex;
  align-items: flex-start;
  color: #555;
  font-size: 15px;
}
.shop-list .area-wrap .card .shop-content .info ul li::before{
  content: "●";
  display: inline-block;
  margin-right: 5px;
}

.shop-list .area-wrap .card .shop-content .info .point{
  font-size: 13px;
  color: #555;
  font-weight: 300;
  margin-top: 0;
}
.shop-list .area-wrap .card .shop-content .info .contact{
  margin-top: 20px;
  background-color: #f0f0f0;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 10px;
  line-height: 2;
  color: #555;
}


.button-label {
  display: block;
  letter-spacing: 0.2em;
}


@media (max-width: 1220px){
  .shop-list .area-wrap .card .shop-content img{width: 100%;}
}

@media (min-width: 768px) {
  .button-container {
    flex-direction: row;
    /* 横並びに切り替え */
    justify-content: space-between;
    flex-wrap: nowrap;
    /* 折り返し禁止 */
  }

  .area-button {
    width: auto;
    flex: 1 1 0%;
    /* 均等幅にする設定 */
    margin: 0 8px;
  }

  .area-button:first-child {
    margin-left: 0;
  }

  .area-button:last-child {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .info {
    text-align: center;
  }

  .button-container {
    flex-direction: column;
    /* 縦並びに変更 */
    align-items: center;
    /* 中央寄せ */
  }

  .area-button {
    width: 80%;
    /* 横幅いっぱいにしすぎない */
    max-width: 300px;
    /* 最大幅は制限 */
  }
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  /*------------------------------------
      一覧アンカーボタンSP
  -------------------------------------*/
  .shop-btn{}
  .shop-btn h1{margin-bottom: 43px;}
  .shop-btn .button-container {
    max-width: 100%;
    width: 100%;
    gap: 15px;
    flex-direction: row;
  }

  .shop-btn .button-container .area-button{
    color: #555;
    width: calc((100%/2) - (15px/2));
  }

  .shop-btn .button-container .area-button::after{}

  /*------------------------------------
      各店舗SP
  -------------------------------------*/
  .shop-list{}
  .shop-list h2{margin-bottom: 30px;}

  .shop-list .area-wrap{display: block;}
  .shop-list .area-wrap .card{
    max-width: 100%;
    width:100%;
    margin: 0 auto 30px;
    padding: 20px;
  }

  .shop-list .area-wrap .card h2{margin-bottom: 15px;}
  .shop-list .area-wrap .card hr {margin-bottom: 15px;}
  .shop-list .area-wrap .card .shop-content{display: block;}
  .shop-list .area-wrap .card .shop-content img{width: 100%;margin-bottom: 20px;}

  .shop-list .area-wrap .card .shop-content .info{min-width:auto;width: 100%;}
  .shop-list .area-wrap .card .shop-content .info h3{}
  .shop-list .area-wrap .card .shop-content .info ul{}
  .shop-list .area-wrap .card .shop-content .info ul li{text-align: left;}
  .shop-list .area-wrap .card .shop-content .info ul li::before{}

  .shop-list .area-wrap .card .shop-content .info .point{text-align: left;}
  .shop-list .area-wrap .card .shop-content .info .contact{text-align: left;}
}