@charset "utf-8";
/* 整体・カイロプラクティック　ページ用 */

/*------------------------------------------------------------
**	archive ページ 
------------------------------------------------------------*/
#menuarchive-sec .menuarchive-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;

}
#menuarchive-sec .menuarchive-list>li {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
  width: calc(50% - 20px);
  overflow: hidden;
  height: fit-content;
}
#menuarchive-sec .menuarchive-list>li article{
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px 20px;
  height: 100%;
}
#menuarchive-sec .menuarchive-list>li .body p {
  text-align: left !important;
}
#menuarchive-sec .menuarchive-list>li figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin: 0 -20px;
}
#menuarchive-sec .menuarchive-list>li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 1s all;
}
#menuarchive-sec a:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
#menuarchive-sec .menuarchive-list .title-wrap {
  font-size: 22px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 100;
  text-align: center;
  color: #fff;
  background: rgba(52, 30, 9, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #menuarchive-sec .menuarchive-list .txt-wrap {
  line-height: 1.6;
} */
#menuarchive-sec .menuarchive-list .btn-more {
  padding: 0.7em;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: 700;
  transition:0.2s all;
  margin-top: auto;
}
#menuarchive-sec .menuarchive-list a:hover .btn-more {
  background: #eee;
  border: 1px solid #eee;
  color: #999;
}
@media screen and (max-width:767px) {
  #menuarchive-sec .menuarchive-list>li {
    width: 100%;
  }
}

/* ピックアップメニュー */
#menuarchive-sec .pickup-list li {
  background: #F0EFEF;
  border-radius: 10px;
  overflow: hidden;
}
#menuarchive-sec .pickup-list li + li{
  margin-top: 15px;
}
#menuarchive-sec .pickup-list li .top-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menuarchive-sec .pickup-list li .icon {
  background: #9886DB;
  color: #FFF;
  font-weight: 700;
  padding: 5px;
  min-width: 7em;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.2s all;
}
#menuarchive-sec a:hover .pickup-list li .icon {
  opacity: 0.5;
}
#menuarchive-sec .pickup-list li .title {
  font-weight: 700;
  flex: 1;
  padding: 5px 15px;
  display: flex;
  flex-wrap: wrap;
}
#menuarchive-sec .pickup-list li .title .txt1 {
  width: 100%;
}
#menuarchive-sec .pickup-list li .title .txt3 {
  margin-left: auto;
}
#menuarchive-sec .pickup-list li .bottom-wrap {
  padding: 10px 15px;
  font-size: 0.9em;
}

/*------------------------------------------------------------
**	single ページ 
------------------------------------------------------------*/

.single-seitai #page_header,
.single-chiropractic #page_header {
  height: 60px;
}
@media screen and (max-width:1151px) {
  .single-seitai #page_header,
  .single-chiropractic #page_header {
    height: 44px !important;
  }
}

#pagetitle-sec {
  margin: 0 0 50px;

  .title {
    font-size: 32px;
    margin: 0 0 0.5em;
  }
  .cate {
    border: 1px solid #000;
    display: inline-block;
    line-height: 1;
    padding: 0.2em 0.5em;
    letter-spacing: 0.1em;
  }
}

/* 予約ボタン */
a.btn-booking {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #F57F00;
  box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 350px;
  height: 55px;
  line-height: 55px;
  transition: all 0.3s;
}
a.btn-booking:hover {
  transform: translate(0, 3px);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* 関連記事下の自動挿入のbr無効化して間隔詰める */
.cardlink+br {
  display: none;
}

/* sec タイトル */
.menu_content .headline {
  font-size: 38px;
  color: #593306;
  text-align: center;
  margin-bottom: 50px;
}
.menu_content .headline span {
  font-size: 18px;
  display: block;
  margin-top: 15px;
}

/* メニュー、フロー */
#menu-sec .title,
#flow-sec .title {
  font-size: 22px;
  color: #ffffff;
  padding: 8px;
  white-space: normal;
  word-break: break-word;
  height: auto;
  line-height: 1.3;
  text-align: center;
  font-size: 22px;
  margin-top: -1px;
  background-color: #593306;
}
#menu-sec .post_content {
  margin: 20px auto;
}
.menu-list li {
  display: flex;
  background: #fff;
  font-size: 14px;
  border-left: 1px solid #ddd;
}
.menu-list li div {
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list li div.content {
  flex: 1;
}
.menu-list li div.content span {
  width: 100%;
}
.menu-list li div.time,
.menu-list li div.price {
  width: 20%;
  text-align: center;
  min-width: 6em;
}
.menu-list li div b {
  font-weight: 700;
}

.flow-list li {
  display: flex;
  background: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
  gap: 30px;
  align-items: center;
  line-height: 2;
}
.flow-list li dl {
  line-height: 1.4;
}
.flow-list li dt {
  font-size: 120%;
  color: #593306;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.flow-list li figure img {
  object-fit: cover;
  width: 160px;
  height: 160px;
}
@media screen and (max-width:767px) {
  .flow-list li {
    padding: 10px;
    gap: 15px;
    align-items: start;
  }
  .flow-list li figure img {
    width: 25vw;
    height: 25vw;
  }
}

/* 他のメニュー */
#single_menu_list .headline {
  font-size: 24px;
}

/* 整体とカイロのsingle固定フッター スタイルカスタム */
.single-seitai,
.single-chiropractic{
  .dp-footer-bar{
    background: orange!important;
    height: 60px;
    vertical-align: middle;
  }
  .dp-footer-bar a{
    color: #FFF!important;
    font-size: 14px!important;
    line-height: 1.2!important;
    font-weight: bold!important;
  }  
}




/* テーマのcss上書き */
/* その他のメニュー */
#single_menu_list .menu_list .title{
  font-size: clamp(12px, 3vw, 23px);
  line-height: 1.2;
}
