@charset "UTF-8";
/* ▼▼▼ 店舗一覧・来店予約
=====================================*/
.sub_ttl.txt_centerd {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sub_ttl.txt_centerd {
    margin-bottom: 25px;
  }
}

.area_wrap {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .area_wrap {
    margin-top: 50px;
  }
}
.area_wrap .results {
  border-bottom: 1px solid #DDDAD7;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area_wrap .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
  }
}
.area_wrap .results h3 {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_wrap .results h3 {
    text-align: left;
  }
}
.area_wrap .results p {
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .area_wrap .results p {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static;
  }
}
.area_wrap .results p strong {
  font-size: 27px;
  padding: 0 0.2em;
}
.area_wrap h4 {
  margin: 55px 0 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .area_wrap h4 {
    margin: 25px 0 20px;
  }
}

.item {
  background: #fff;
  border-radius: 20px;
  padding: 25px 8%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .item {
    padding: 20px;
  }
}
.item h5 {
  color: #6E725C;
  font-size: 18px;
}
.item .data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .item .data_wrap {
    display: block;
  }
}
.item .data_wrap table {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.item .data_wrap table th, .item .data_wrap table td {
  border-bottom: 1px solid #DDDAD7;
  padding: 15px 0;
  vertical-align: top;
}
.item .data_wrap table th {
  width: 100px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .item .data_wrap table {
    display: block;
    margin-bottom: 15px;
  }
  .item .data_wrap table tbody, .item .data_wrap table tr, .item .data_wrap table th, .item .data_wrap table td {
    display: block;
    width: 100%;
  }
  .item .data_wrap table th {
    border: none;
    padding-bottom: 5px;
  }
  .item .data_wrap table td {
    padding-top: 0;
  }
}
.item .data_wrap .btn_wrap {
  margin-top: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item .data_wrap .btn_wrap {
    margin-top: 0;
  }
}
.item .data_wrap .btn_wrap .btn {
  width: 180px;
}
.item .data_wrap .btn_wrap .btn:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item .data_wrap .btn_wrap .btn:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .item .data_wrap .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .item .data_wrap .btn_wrap .btn.reserve {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

/* 詳細 */
.contents_wrap {
  display: grid;
  grid-template-columns: 44% 51%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap .ph_area {
    margin-bottom: 50px;
  }
  .contents_wrap .ph_area .sub_ttl {
    font-size: 22px;
    text-align: center;
  }
}
.contents_wrap .ph_area .sticky {
  position: sticky;
  top: 96px;
}
@media screen and (max-width: 767px) {
  .contents_wrap .ph_area .sticky {
    position: static;
  }
}
.contents_wrap .ph_area .mainImg {
  margin-bottom: 15px;
  aspect-ratio: 14/10;
}
.contents_wrap .ph_area .mainImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents_wrap .ph_area .img_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 10px;
  margin-bottom: 27px;
}
.contents_wrap .ph_area .img_list .img_box {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 14/10;
}
.contents_wrap .ph_area .img_list .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents_wrap .article {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contents_wrap .article {
    margin-bottom: 50px;
  }
}
.contents_wrap .article h3 {
  padding-left: 12px;
  margin: 35px 0 15px;
  font-size: 20px;
  position: relative;
}
.contents_wrap .article h3::before {
  content: "";
  background: #A2A595;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0;
}
.contents_wrap .shop_data {
  background: #fff;
  padding: 10px 30px;
  margin-top: 28px;
}
.contents_wrap .shop_data table {
  display: block;
  width: 100%;
}
.contents_wrap .shop_data table tr:not(:last-of-type) td {
  border-bottom: 1px solid #DDDAD7;
}
.contents_wrap .shop_data table tbody, .contents_wrap .shop_data table tr, .contents_wrap .shop_data table th, .contents_wrap .shop_data table td {
  display: block;
  width: 100%;
}
.contents_wrap .shop_data table th {
  padding: 15px 0 5px;
  font-weight: 500;
}
.contents_wrap .shop_data table td {
  padding-bottom: 15px;
}
.contents_wrap .shop_data .g_map {
  width: 100%;
  aspect-ratio: 1.2/1;
}
.contents_wrap .shop_data .g_map iframe {
  width: 100%;
  height: 100%;
}
.contents_wrap .sns_list, .contents_wrap .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents_wrap .sns_list {
  gap: 10px 15px;
}
.contents_wrap .staff {
  gap: 10px 13px;
}
.contents_wrap .staff li {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.contents_wrap .staff li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* カラーボックス */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.5);
}

#cboxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}

.btn_close {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: relative;
}
.btn_close::before, .btn_close::after {
  content: "";
  height: 20px;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.btn_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ▼▼▼ 連携店舗一覧
=====================================*/
#seminar .subject {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
#seminar .subject span > span {
  font-size: 10px;
}
#seminar .lead {
  margin-bottom: 25px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #seminar .lead {
    text-align: left;
  }
}
#seminar .lead .mid {
  font-weight: 500;
}
#seminar .box {
  background: #fff;
  border-radius: 20px;
  width: min(100%, 891px);
  padding: 30px 20px;
  margin: 0 auto;
}
#seminar .box h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #seminar .box h2 {
    font-size: 17px;
  }
}
#seminar .box table {
  border: 1px solid #DDDAD7;
  width: min(100%, 707px);
  margin: 0 auto;
}
#seminar .box table th, #seminar .box table td {
  padding: 10px 20px;
  vertical-align: middle;
}
#seminar .box table th {
  background: #DDDAD7;
  font-weight: 500;
  width: 128px;
}
#seminar .box table td {
  line-height: 2;
}
#seminar .box table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
#seminar .box table tr:not(:last-of-type) td {
  border-bottom: 1px solid #DDDAD7;
}
#seminar .box .sp_scroll {
  padding-bottom: 10px;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  #seminar .box .sp_scroll table {
    width: 707px;
  }
}
#seminar .box .notes_list {
  margin-top: 5px;
  font-size: 12px;
}
#seminar .box .notes_list li {
  padding-left: 1.5em;
  position: relative;
}
#seminar .box .notes_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#seminar .box .txt {
  margin-top: 25px;
  color: #6E725C;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#seminar .area_wrap {
  margin-top: 60px;
}