@charset "utf-8";
/* 色
  文字：fef5c9 
  ヘッダフッタ背景：fef5c9
  ボディ背景：f2ebcb;
  ボックス背景：
*/

/*** 共通 ***/
.chunk {
  display: inline-block;
}

.for-mb {
  display: none;
}

.anime {
  /*  text-align: center; */
  /*  margin-top: 50px; */
  animation-name: fade;
  animation-duration: 2.5s;
  /*  animation-iteration-count: 5; */
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  color: #6e461e;
  background-color: #f2ebcb;
  background-color: #f2ebcb;
  /*  background-color: #ffee9c; */
  font-family: 'メイリオ', sans-serif;
  padding: 0;
  margin: 0;
}

a {
  color: #6e461e;
}

img {
  width: 100%;
}

.emph {
  font-weight: bold;
}

.w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w-85 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.w-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.w-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.w-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bg-br {
  background-color: #faf5df;
}

.bg-gr {
  background-color: #f3f3f3;
}

.bg-wh {
  background-color: #fff;
}

.bg-lt-blue {
  background-color: #d1d1f3;
}

.bg-lt-green {
  background-color: #d3ffe6;
}

.bg-lt-red {
  background-color: #ffd2d2;
}

.bg-lt-yellow {
  background-color: #fdfcd4;
}

.page-wrap {
  padding: 0;
}

.page .page-wrap .content-wrapper {
  border: 1px solid #333;
  padding: 0;
}

.page-wrap .container {
  width: 100% !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#primary {
  width: 100%;
  padding: 0;
}

#primary #main {
  padding-right: 0;
}

.page-cntnr {
  margin: -1px;
}

.page-sec-cntnr {
  width: 100%;
}

.page-cntnr.top-page {}

.page-sec {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .page-sec {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .page-sec {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .page-sec {
    width: 1170px;
  }
}

.page-sec-cntnr.u-br-l-br {
  background-image: url(https://iharabc.webnet.jp/wp-content/uploads/nami1_br_wide.png), url(https://iharabc.webnet.jp/wp-content/uploads/nami2_br_wide.png);
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.page-sec-cntnr.u-br-l-gr {
  background-image: url(https://iharabc.webnet.jp/wp-content/uploads/nami1_br_wide.png), url(https://iharabc.webnet.jp/wp-content/uploads/nami2_gr_wide.png);
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.page-sec-cntnr.u-gr-l-br {
  background-image: url(https://iharabc.webnet.jp/wp-content/uploads/nami1_gr_wide.png), url(https://iharabc.webnet.jp/wp-content/uploads/nami2_br_wide.png);
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.page-sec-cntnr.u-gr-l-gr {
  background-image: url(https://iharabc.webnet.jp/wp-content/uploads/nami1_gr_wide.png), url(https://iharabc.webnet.jp/wp-content/uploads/nami2_gr_wide.png);
  background-position: left top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.page-sec-cntnr.l-br {
  background-image: url(img/misc/1x/nami2_br_wide.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-sec-cntnr.l-gr {
  background-image: url(img/misc/1x/nami2_gr_wide.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-hdr {
  width: 100%;
  color: #800;
  text-align: center;
  padding: 10px 0 20px;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-hdr .wrap {
  width: 200px;
}

.sec-hdr.title-2ch img {
  width: 60px;
}

.sec-hdr.title-4ch img {
  width: 125px;
}

.sec-hdr.title-5ch img {
  width: 145px;
}

.sec-hdr.title-6ch img {
  width: 185px;
}

.sec-hdr.title-7ch img {
  width: 220px;
}

/*** ヘッダー ***/
/* ヘッダーバー */
.main-header {
  background-color: #fef5c9;
}

.shfb-header.shfb-desktop {
  background-color: #fef5c9;
}

.sticky-header-active .has-sticky-header .shfb-main_header_row {
  background-color: #fef5c9;
}



.pc-hdr-bar-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1170px;
  margin: 0 auto;
}

.hdr-bar {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #cabf90;
  background-color: #ffee9c;
  padding: 10px;
  display: flex;
  align-items: center;
}

.hdr-bar .logo-wrapper {
  flex: 2;
}

.hdr-logo-cntnr {
  display: flex;
  align-items: flex-end;
}

.hdr-logo-cntnr .bara {
  width: 70px;
  margin-right: 5px;
}

.hdr-logo-cntnr .logo {}

.navi-box-cntnr {
  display: flex;
  justify-content: space-around;
}

.navi-box-cntnr .navi-box {
  min-width: 7rem;
}

.navi-box-cntnr .navi-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6e461e;
}

.navi-box-cntnr .navi-box .icon-wrap {
  width: 48px;
  height: 48px;
  position: relative;
}

.navi-box-cntnr .navi-box a .icon-wrap .icon-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .0;
  transition: all 0.5s;
}

.navi-box-cntnr .navi-box a .label {
  transition: all 0.5s;
}

.navi-box-cntnr .navi-box .label {
  letter-spacing: 0.1rem;
}

.cntct-cntnr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 20px;
  line-height: 1.5;
  margin-bottom: -5px;
}

.cntct-cntnr a {
  color: #6e461e;
}

.cntct-cntnr .catch {
  font-size: 1.2rem;
}

.cntct-cntnr .phone {
  font-size: 2.0rem;
  font-weight: bold;
}

.cntct-cntnr .phone i {
  margin-right: 3px;
}

.pc-hdr-bar-wrap {
  display: none;
}

.shfb-row.shfb-cols-layout-equal-tablet.shfb-cols-2 {
  width: 100%;
  grid-template-columns: none;
}

.shfb-rows .container {
  background-color: #fef5c9;
}

.mb-hdr {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background-color: #fef5c9;
  margin-bottom: 20px;
}

.mb-menu-toggle {
  width: 50px;
  height: 50px;
  padding-top: 30px;
  display: flex;
  font-size: 2.0rem;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  color: #d65050;
  background-color: #fef5c9;
  border: none;
}

.mb-offcanvas-menu {
  position: fixed;
  top: 0;
  left: -300px;
  /* 初期は画面外 */
  width: 100%;
  max-width: 300px;
  height: 100%;
  transition: left 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  background-color: #faf5df;
}

.mb-offcanvas-menu.open {
  left: 0;
  /* 表示 */
}

.mb-offcanvas-menu-inner {
  padding: 70px 0;
}

.mb-offcanvas-menu-logo-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 30px;
}

.mb-offcanvas-menu-logo {
  width: 100%;
  max-width: 200px;
}

.mb-offcanvas-menu-close {
  color: #d65050;
  font-size: 1.8rem;
  border: none;
  background-color: #faf5df;
  padding: 0;
}

.mb-offcanvas-menu-menu {
  display: flex;
  flex-direction: column;
}

.mb-offcanvas-menu-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 30px;
  color: #000;
}

.mb-offcanvas-menu-item:first-of-type {
  border-top: 1px solid #ccc;
}

.mb-offcanvas-menu-item-img img {
  padding-bottom: 5px;
  width: 25px;
}

.mb-offcanvas-menu-item-lbl {
  padding-left: 8px;
}

@media screen and (min-width: 991px) {
  .pc-hdr-bar-wrap {
    display: flex;
  }

  .mb-hdr {
    display: none;
  }
}

/* ヘッダー画像 */
.page-header-cntnr {
  position: relative;
}

.page-header-cntnr .hdr-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header-cntnr .hdr-img-title {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  padding: 10px;
  border-radius: 10px;
}

.kansentaisaku-logo {
  position: absolute;
  right: 10%;
  top: 5%;
  width: 150px;
  height: 150px;
}

/* モバイル */
.mb-hdr-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -15px;
  margin-top: 10px;
  padding-top: 3px;
  letter-spacing: 0.1rem;
  background-color: #f3f3f3;
  font-size: 2.2rem;
  font-weight: bold;
}

.mb-hdr-phone i {
  margin-right: 5px;
}

.sydney-offcanvas-menu.toggled .mobile-header-item .site-logo {
  max-width: 200px;
}

.sydney-offcanvas-menu {
  background-color: #faf5df;
  padding: 30px 0;
}

.sydney-offcanvas-menu .sydney-svg-icon {
  width: 24px;
  height: 24px;
}

.sydney-offcanvas-menu svg {
  fill: #f00;
}

.sydney-offcanvas-menu #mainnav {
  background-color: #faf5df;
}

.sydney-offcanvas-menu #mainnav ul {
  background-color: #faf5df;
}

.sydney-offcanvas-menu #mainnav ul li {
  background-color: #faf5df;
}

.sydney-offcanvas-menu #mainnav ul li a {
  background-color: #faf5df;
  border-style: none;
  border-bottom: 1px solid #ccc;
  color: #6e461e;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.sydney-offcanvas-menu #mainnav ul li a .icon {
  width: 24px;
  margin-right: 10px;
}

.sydney-offcanvas-menu #mainnav ul li a:first-of-type {
  border-top: 1px solid #ccc;
}

#masthead-mobile a:not(.button) {
  margin-right: 30px;
}

.main-header .sydney-svg-icon svg {
  fill: #f00;
  width: 48px;
  height: 48px;
}

.header-search {
  display: none;
}

@media screen and (max-width: 559px) {
  #masthead-mobile a:not(.button) {
    margin-right: 20px;
  }

  .site-logo img {
    width: 200px;
  }
}

#mainnav-mobi.syd-hidden {
  display: block;
  background-color: transparent !important;
}

#mainnav-mobi #primary-menu {
  margin-top: 10px;
}

#mainnav-mobi #primary-menu li {
  border-top-style: none;
}

#mainnav-mobi #primary-menu li a {
  border-top: #ccc solid 1px;
  display: flex;
  align-items: center;
}

#mainnav-mobi #primary-menu li a .icon {
  margin-right: 10px;
}

#mainnav-mobi #primary-menu li a .icon img {
  width: 25px;
}

#mainnav-mobi #primary-menu li a .txt {
  color: #000;
  font-weight: normal;
}

.sydney-offcanvas-menu svg {
  max-width: 32px;
  width: 32px;
  height: 32px;
}

/*** フッター ***/
.mb-ftr-menu {
  display: none;
}

.mb-ftr-menu a .ftr-navi-box {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}

.mb-ftr-menu .ftr-navi-box .icon-wrap {
  position: relative;
  margin-right: 10px;
}

.mb-ftr-menu .ftr-navi-box .icon-wrap img {
  width: 32px;
}

.mb-ftr-menu .ftr-navi-box .icon-overlay {
  display: none;
  position: absolute;
}

.site-info {
  padding-bottom: 0;
}

.site-footer {
  color: #643e2f;
  background-color: #fef5c9;
}

.site-footer a {
  color: #643e2f;
}

.ftr-cntnr {
  color: #643e2f;
  background-color: #cabf90;
  background-color: #ffee9c;
  background-color: #fef5c9;
  display: flex;
  padding: 10px 30px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}

.ftr-cntnr .office-info-navi-cntnr {
  flex: 1;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto;

}

.ftr-cntnr .office-info-navi-cntnr .ftr-navi-box-cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}

.ftr-cntnr .office-info-navi-cntnr .ftr-navi-box-cntnr .ftr-navi-box {
  display: flex;
  align-items: flex-end;
  min-width: 7rem;
}

.ftr-cntnr .office-info-navi-cntnr .ftr-navi-box-cntnr .ftr-navi-box .icon-wrap {
  width: 32px;
  height: 32px;
  position: relative;
}

.ftr-cntnr .office-info-navi-cntnr .ftr-navi-box-cntnr .ftr-navi-box .icon-wrap .icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.0;
  transition: all 0.5s;
}

.ftr-cntnr .office-info-navi-cntnr .ftr-navi-box-cntnr .ftr-navi-box .label {
  margin-left: 5px;
  transition: all 0.5s;
}

.ftr-cntnr .office-info-navi-cntnr .office-info-cntnr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .logo-wrapper {
  max-width: 350px;
}

.ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .logo-wrapper.ftr {
  margin-bottom: 10px;
}

.ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .phone {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}

.ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .phone i {
  margin-right: 3px;
}

.ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .addr {
  letter-spacing: 0.1rem;
}

.ftr-cntnr .oper-info-cntnr {
  flex: 1;
  order: 2;
  padding-top: 20px;
  padding-bottom: 10px;
}

.ftr-cntnr .oper-info-cntnr .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ftr-cntnr .oper-info-cntnr .inner .oper-hour-tbl {
  border-radius: 20px;
  background-color: #fff;
  width: 90%;
}

.tbl-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 1.05rem;
}

.tbl-row.hdr {
  color: #fff;
  background-color: orange;
  /*  background-color: #ff89f0; */
  border-radius: 20px 20px 0 0;
}

.tbl-cell {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.tbl-cell.label {
  flex: 2;
  text-align: center;
  display: inline-block;
}

/*.tbl-row.morning .tbl-cell:first-of-type {
  background-color: orange;
  color: white;
}  
.tbl-row.afternoon .tbl-cell:first-of-type {
  background-color: green;
  color: white;
}
*/

.tbl-row:first-of-type .tbl-cell:first-of-type {
  border-radius: 20px 0 0 0;
}

.tbl-row:last-of-type .tbl-cell:first-of-type {
  border-radius: 0 0 0 20px;
}

.tbl-cell.hour {
  flex: 1;
}

.tbl-cell.sat {
  color: #080;
}

.tbl-cell.sun {
  color: #800
}

.ftr-cntnr .oper-info-cntnr .inner .note {
  display: flex;
  justify-content: space-around;
  width: 90%;
  padding: 10px 0 0;
  font-size: 1.05rem;
  font-weight: bold;
}

.copyright {
  width: 100%;
  color: #888;
  font-size: 0.8rem;
  text-align: center;
  /*  border-top: 1px solid #ddd; */
  background-color: #faf5df;
}

/* フッター休業お知らせ */
.ftr-holiday-info {
  letter-spacing: 0.1rem;
  font-size: 2.0rem;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding: 5px;
}

.ftr-holiday-info .cntnt {
  display: inline-block;
  border-bottom: 1px solid #9d461e;
  margin-bottom: 10px;
}

@media screen and (max-width: 559px) {
  .ftr-holiday-info {
    text-align: center;
  }
}

/*** トップページ ***/
.top-slider-cntnr {
  position: relative;
}

.top-slider-cntnr .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-color: transparent;
  top: 0;
  left: 0;
}

.sec-hdr,
.top-newcomer-sec-cntnr-1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.top-newcomer-sec-cntnr-1 .tree {
  flex: 1;
  position: relative;
  margin-left: 30px;
}

.top-newcomer-sec-cntnr-1 .tree-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.top-newcomer-sec-cntnr-1 .desc {
  flex: 3;
}

.top-newcomer-sec-cntnr-1 .desc .line,
.top-newcomer-sec-cntnr-2 .desc .line {
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.top-catch-sec {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(https://iharabc.webnet.jp/wp-content/uploads/top_newcomer_bg.png);
  background-size: cover;
}

.catch-box {
  width: 60%;
  margin: 0 auto;
  border-radius: 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  /*  background-color: #f6f6f6;
  background-color: #fff; */
  padding: 30px;
  line-height: 2.0;
  letter-spacing: 0.2rem;
}

.catch-box .catch-hdr {
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.catch-box .catch-hdr img {
  width: 85%;
}


/* モバイル */
.catch-box .catch-hdr .mb-title_karadanoitamide_1 {
  width: 70%;
}

.catch-box .catch-hdr .mb-title_karadanoitamide_2 {
  width: 100%;
}

.catch-box .catch-body {}

.catch-box .catch-body .line {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.sec-hdr.curefit {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  /*  align-items: flex-end; */
  align-items: center;
}

.sec-hdr.curefit .logo {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

.sec-hdr.curefit .logo img {
  width: 200px;
}

.sec-hdr.curefit .title img {
  width: 620px;
}

.curefit-sec {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(https://iharabc.webnet.jp/wp-content/uploads/top_newcomer_bg.png);
  background-size: cover;
}

.curefit-charm-cntnr {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.curefit-charm-cntnr .charm-box {
  min-width: 22rem;
  text-align: center;
  color: #e95573;
  border: 3px solid #e95573;
  border: 3px solid #fface0;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
  background-color: #fdf1f4;
  margin-right: 20px;
}

.curefit-cntnr .inner {
  display: flex;
}

.curefit-cntnr .inner .img {
  flex: 1;
  margin-right: 10px;
  width: 300px;
  position: relative;
}

.curefit-cntnr .inner .img img {
  border-radius: 20px;
}

.curefit-cntnr .inner .img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  background-color: transparent;
}

.curefit-cntnr .inner .desc {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.curefit-cntnr .inner .desc .line {
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
}

.curefit-cntnr .inner .desc .line.note {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}

.curefit-cntnr .inner .desc .cntct-btn-cntnr {
  width: 100%;
  display: flex;
  justify-content: center;
}

.curefit-cntnr .inner .desc .cntct-btn-cntnr .cntct-btn {
  text-align: center;
  color: #e95573;
  color: orange;
  border: 3px solid #e95573;
  border: 3px solid orange;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px 10px;
  letter-spacing: 0.2rem;
  font-size: 2.0rem;
  background-color: #fdf1f4;
  background-color: #fef5c9;
  background-color: transparent;
  margin-right: 20px;
}

.page-sec.medicell {
  font-size: 1.05rem;
  letter-spacing: 0.1rem;
  padding-top: 30px;
}

.medicell-blc {
  margin-bottom: 30px;
}

.medicell-blc:last-of-type {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.medicell-blc-hdr-wrap {
  margin-bottom: 15px;
}

.medicell-blc-hdr-wrap::after {
  content: '';
  display: block;
  width: 30rem;
  border-bottom: 1px solid #d30f1b;
}

.medicell-blc-hdr {
  display: inline-block;
  font-size: 1.05rem;
}

.medicell-blc-hdr .star {
  color: #d30f1b;
}

.medicell-blc-desc {}

.medicell-blc-desc-line {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.medicell-effect-blc-cntnr {
  display: flex;
  justify-content: space-between;
}

.medicell-effect-line {
  margin-bottom: 5px;
}

.medicell-effect-line .num {
  font-family: 'Bookman Old Style';
  font-size: 1.3rem;
  margin-right: 3px;
}

.medicell-img-wrap {
  width: 400px;
}

@media screen and (max-width: 559px) {
  .medicell-blc-hdr-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .medicell-blc-hdr-wrap::after {
    width: 80%;
    margin: 0 auto;
  }

  .medicell-blc-hdr .star {
    display: none;
  }

  .medicell-effect-blc-cntnr {
    display: block;
  }

  .medicell-img-wrap {
    width: 95%;
    margin: 30px auto;
  }
}

.lnk-box-cntnr {
  display: flex;
  justify-content: space-around;
}

.lnk-box {
  border-radius: 20px;
  border: 15px solid #fface0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnk-box .inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.lnk-box .inner .wave-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.lnk-box .inner .txt-overlay {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.lnk-box a .wave-overlay {
  transition: all 0.8s;
}

.lnk-box a:hover .wave-overlay {
  opacity: .0;
}

.lnk-box a .txt-overlay {
  transition: all 0.8s;
}

.lnk-box a:hover .txt-overlay {
  color: orange;
}

/*** 治療内容ページ ***/
.hoken-note-cntnr {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.hoken-note-block {
  display: flex;
  letter-spacing: 0.1rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.hoken-note-block dt {
  padding: 10px;
  /* display: flex; */
  justify-content: center;
}

.hoken-note-block dt .label {
  display: inline-block;
  padding: 10px;
  font-weight: normal;
  font-size: 1.05rem;
  border-radius: 20px;
  min-width: 13rem;
  text-align: center;
}

.hoken-note-block dd {
  margin-left: 0px;
  padding: 10px;
}

.hoken-note-block dd .list-line {
  display: flex;
}

.hoken-note-block dd .list-line i {
  margin-right: 5px;
}

.sejutu-box-cntnr {
  display: flex;
  justify-content: space-between;
}

.sejutu-box-cntnr {
  /*  border: 3px solid #e7a83a; */
}

.sejutu-box-cntnr.lower {
  border-top-style: none;
}

.sejutu-box {
  min-width: 250px;
  max-width: 450px;
  border: 5px solid #e7a83a;
  padding: 10px;
  border-radius: 20px;
  margin: 10px;
}

.sejutu-box-cntnr .sejutu-box:first-of-type {
  margin-left: 0;
}

.sejutu-box-cntnr .sejutu-box:last-of-type {
  margin-right: 0;
}

.sejutu-box .caption {
  display: flex;
  align-items: center;
  padding: 10px;
}

.sejutu-box .caption .icon {
  width: 55px;
}

.sejutu-box .caption .txt {
  padding-top: 10px;
  margin-left: 5px;
}

.sejutu-box .img img {
  border-radius: 10px;
}

.sejutu-box .desc {
  padding: 10px;
}

.sejutu-box .img {
  position: relative;
}

.sejutu-box .img .sejutu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07));
}

.sejutu-note .note-cntnr {
  margin: 20px auto 0;
  padding: 20px;
  letter-spacing: 0.1rem;
  border: 5px solid #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.sejutu-note .note-cntnr .line {
  display: flex;
  line-height: 2.0;
}

.sejutu-note .note-cntnr .line span i {
  margin-right: 3px;
}

.sejutu-note .note-cntnr .line span i.fa-seedling {
  color: #d65050;
  font-weight: 900;
}

.page-sec.charge {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(https://iharabc.webnet.jp/wp-content/uploads/tree.png);
  background-size: cover, auto 60%;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, 85% center;
}

.charge-cntnr {
  font-size: 1.05rem;
  letter-spacing: 0.1rem;
}

.charge-line {
  padding: 7px 0 3px;
}

.charge-line:first-of-type {
  /*  border-bottom: 1px dashed #ccc; */
}

.charge-line i {
  margin-right: 5px;
}

.charge-line i.fa-seedling {
  color: #d65050;
  font-weight: 900;
}

.tekiyogai-note .note-cntnr,
.tekiyogai-goods .goods-cntnr {
  margin: 20px auto 50px;
  padding: 20px;
  letter-spacing: 0.1rem;
  border: 5px solid #faf5df;
  border-radius: 20px;
}

.tekiyogai-note .note-cntnr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tekiyogai-note .note-cntnr .line {
  display: flex;
  line-height: 2.0;
}

.tekiyogai-goods .goods-cntnr .line {
  line-height: 2.0;
}

.tekiyogai-note .note-cntnr .line span i {
  margin-right: 3px;
}

.tekiyogai-goods .goods-cntnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tekiyogai-goods .goods-cntnr .line i.fa-seedling {
  font-weight: 900;
  margin-right: 5px;
  color: #d65050;
}

.tekiyogai-goods .goods-cntnr .desc {
  margin-right: 20px;
}

.tekiyogai-goods .goods-cntnr .desc .line {
  display: flex;
  align-items: center;
}

.tekiyogai-goods .goods-cntnr .img {
  border-radius: 10px;
  min-width: 150px;
  position: relative;
}

.tekiyogai-goods .goods-cntnr .img img {
  border: 3px solid #fde0f2;
  border-radius: 10px;
}

.tekiyogai-goods .goods-cntnr .img .goods-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

/*** 当院についてページ ***/
.about-about-sec .inner {
  display: flex;
  align-items: center;
}

.about-about-sec .inner .about-tbl {
  /*  width: 65%; */
  flex: 3;
  margin: 0 20px auto 0;
}

.about-about-sec .about-tbl .row {
  display: flex;
  padding: 0;
  margin: 0;
  letter-spacing: 0.1rem;
  width: 100%;
}

.about-about-sec .about-tbl .row dt,
.about-about-sec .about-tbl .row dd {
  padding: 11px 10px;
}

.about-about-sec .about-tbl .row.first dt {
  border-radius: 20px 0 0 0;
}

.about-about-sec .about-tbl .row.first dd {
  border-radius: 0 20px 0 0;
}

.about-about-sec .about-tbl .row.last dt {
  border-radius: 0 0 0 20px;
}

.about-about-sec .about-tbl .row.last dd {
  border-radius: 0 0 20px 0;
}

.about-about-sec .about-tbl .row dt {
  background-color: #f3f3f3;
  min-width: 20rem;
  flex: 1;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}

.about-about-sec .about-tbl .row dd {
  background-color: #fff;
  margin: 0;
  flex: 3;
  border-bottom: 1px solid #efefef;
}

.about-about-sec .inner .building-wrapper {
  flex: 1;
  border-radius: 20px;
}

.about-about-sec .inner .building-wrapper img {
  border-radius: 20px;
}

.about-access-sec .map {
  width: 65%;
  margin: 0 auto;
}

.about-op-hour-sec .inner {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 0.1rem;
}

.about-op-hour-sec .inner .op-hour-note {}

.about-op-hour-sec .inner .op-hour-note .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.05rem;

}

.about-op-hour-sec .inner .op-hour-note .line .key {
  border-radius: 10px;
  padding: 2px 10px;
  text-align: center;
  margin-right: 10px;
  min-width: 12rem;
}

.about-op-hour-sec .inner .op-hour-tbl {
  border: none;
  font-size: 1.05rem;
}

.about-op-hour-sec .inner .op-hour-tbl tr td {
  min-width: 5rem;
  background-color: #fff;
  border: none;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 7px;
  padding-bottom: 7px;
}

.about-op-hour-sec .inner .op-hour-tbl tr td.hdr {
  background-color: orange;
  color: #fff;
  border: none;
}

.about-op-hour-sec .inner .op-hour-tbl tr td.hdr:first-of-type {
  border-radius: 10px 0 0 0;
}

.about-op-hour-sec .inner .op-hour-tbl tr td.hdr:last-of-type {
  border-radius: 0 10px 0 0;
}

.about-op-hour-sec .inner .op-hour-tbl tr td.hdr.sat {
  color: #080;
}

.about-op-hour-sec .inner .op-hour-tbl tr td.hdr.sun {
  color: #800;
}

.about-note-sec .note-cntnr {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  letter-spacing: 0.1rem;
  border: 5px solid #faf5df;
  border-radius: 20px;
}

.about-note-sec .note-cntnr .line {
  display: flex;
}

.about-note-sec .note-cntnr .line:first-of-type {
  margin-bottom: 10px;
}

.about-note-sec .note-cntnr .line span i {
  margin-right: 3px;
}

/* 当院について休業お知らせ */
.about-holiday-info {
  width: 100%;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  border: 2px solid #ffa500;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 20px;
}


/*** お問合せページ ***/
.cntct-catch-sec {
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 0.1rem;
}

.cntct-catch-sec .hdr {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cntct-catch-sec .desc {
  margin-bottom: 10px;
}

.cntct-catch-sec .desc .lst-item {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cntct-catch-sec .desc .lst-item i {
  margin-right: 3px;
}

.cntct-catch-sec .phone {
  width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
}

.cntct-catch-sec .phone i {
  margin-right: 5px;
}

.cntct-illust-sec {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10%;
  padding-top: 5%;
  background-image: url(https://iharabc.webnet.jp/wp-content/uploads/treatment_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.cntct-illust-sec .corner {
  position:
    absolute;
  width: 20%;
}

.cntct-illust-sec .corner.woman {
  left: 0;
  top: 0;
}

.cntct-illust-sec .corner.man {
  right: 0;
  top: 0;
}

.cntct-illust-sec .corner.boy {
  left: 0;
  bottom: 0;
}

.cntct-illust-sec .corner.girl {
  right: 0;
  bottom: 0;
}


/*** メディアクエリ ***/
@media screen and (max-width: 1023px) {

  .w-90,
  .w-80,
  .w-70,
  .w-60,
  .w-50 {
    width: 90%;
  }

  .page-sec {
    width: 100%;
  }

  footer .container {
    width: 100%;
    margin: 0 auto;
  }
}

.logo-wrapper.ftr.mobile {
  display: none;
}

@media screen and (max-width: 559px) {
  .for-mb {
    display: inline-block;
  }

  /* 共通 */
  .w-90,
  .w-80,
  .w-70,
  .w-60,
  .w-50 {
    width: 100%;
  }

  .pt-50 {
    padding-top: 30px;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .mtb-50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .site-info {
    padding-top: 0;
  }

  .sec-hdr {
    margin-bottom: 0;
  }

  .page-sec {
    padding-left: 0;
    padding-right: 0;
    width: 95%;
    margin: 0 auto;
  }

  /* ヘッダー */
  #masthead-mobile {
    position: sticky;
    top: 0;
  }

  /* フッター */
  footer .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ftr-cntnr {
    display: block;
    width: 95%;
    padding: 0;
  }

  .ftr-cntnr .oper-info-cntnr .inner {
    display: block;
  }

  .ftr-cntnr .oper-info-cntnr .inner .note {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .ftr-cntnr .oper-info-cntnr .inner .oper-hour-tbl {
    width: 100%;
  }

  .ftr-cntnr .office-info-navi-cntnr .ftr-navi-box-cntnr {
    display: none;
  }

  .ftr-cntnr .office-info-navi-cntnr .office-info-cntnr {
    align-items: center;
    width: 100%;
  }

  .logo-wrapper.ftr.pc {
    display: none;
  }

  .ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .logo-wrapper {
    max-width: 599px;
  }

  .ftr-cntnr .office-info-navi-cntnr .office-info-cntnr .logo-wrapper.ftr.mobile {
    display: block;
    margin-left: -10px;
  }

  .kansentaisaku-logo {
    right: 2%;
    top: 5%;
    width: 90px;
    height: 90px;
  }

  /* トップページ */
  .top-catch-sec {
    background-size: contain;
  }

  .catch-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .catch-hdr {
    margin-left: -10px;
    margin-right: -10px;
  }

  .top-newcomer-sec-cntnr-1 {
    display: block;
  }

  .top-newcomer-sec-cntnr-1 .tree {
    width: 60%;
    margin: 0 auto;
    opacity: 0.8;
  }

  .curefit-sec {
    background-size: 100% 80%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
      url(https://iharabc.webnet.jp/wp-content/uploads/top_newcomer_bg.png);
  }

  .sec-hdr.curefit {
    display: block;
  }

  .sec-hdr.curefit .logo {
    display: block;
    margin-right: 0;
  }

  .sec-hdr.curefit .title img {
    width: 100%;
  }

  .curefit-charm-cntnr {
    display: block;
  }

  .curefit-charm-cntnr .charm-box {
    font-size: 2.0rem;
    padding: 3px;
    min-width: 0;
    width: 95%;
    margin: 0 auto 5px;
  }

  .curefit-cntnr .inner {
    display: block;
  }

  .curefit-cntnr .inner .img {
    width: 100%;
    margin-bottom: 15px;
  }

  .curefit-cntnr .inner .desc .line.note {
    text-align: center;
  }

  .curefit-cntnr .inner .desc .cntct-btn-cntnr {
    margin-top: 10px;
  }

  .lnk-box-cntnr {
    display: block;
  }

  .lnk-box {
    border: 10px solid #fface0;
    width: 80%;
    margin: 0 auto 10px;
  }

  .lnk-box:last-of-type {
    margin-bottom: 0;
  }

  /* 治療内容ページ */
  .hdr-img-title.treatment img {
    width: 120px;
  }

  .hoken-note-cntnr {
    padding-left: 0;
    padding-right: 0;
  }

  .hoken-note-block {
    display: block;
  }

  .sejutu-box-cntnr {
    display: block;
  }

  .sejutu-box-cntnr .sejutu-box {
    margin-left: 0;
    margin-right: 0;
  }

  .sejutu-note .note-cntnr {
    padding: 10px;
  }

  .charge-cntnr {
    font-size: 1.0rem;
  }

  .tekiyogai-note .note-cntnr {
    padding: 10px;
    margin-top: 10px;
  }

  .tekiyogai-goods .goods-cntnr {
    display: block;
    padding: 10px;
  }

  .tekiyogai-goods .goods-cntnr .desc {
    margin-right: 0;
  }

  .tekiyogai-goods .goods-cntnr .desc .line {
    align-items: baseline;
  }

  .tekiyogai-goods .goods-cntnr .img {
    width: 80%;
    min-width: 0;
    margin: 20px auto 0;
  }

  /* 当院についてページ */
  .hdr-img-title.about img {
    width: 150px;
  }

  .about-about-sec .inner {
    display: block;
  }

  .about-about-sec .inner .about-tbl {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .about-about-sec .inner .about-tbl .row {
    display: block;
  }

  .about-about-sec .inner .about-tbl .row .chunk {
    display: inline;
  }

  .about-about-sec .inner .about-tbl .row:first-of-type dt {
    border-radius: 10px 10px 0 0;
  }

  .about-about-sec .inner .about-tbl .row:first-of-type dd {
    border-radius: 0px;
  }

  .about-about-sec .inner .about-tbl .row:last-of-type dt {
    border-radius: 0px;
  }

  .about-about-sec .inner .about-tbl .row:last-of-type dd {
    border-radius: 0 0 10px 10px;
  }

  .about-access-sec .map {
    width: 100%;
  }

  .about-op-hour-sec .inner {
    width: 100%;
  }

  .about-op-hour-sec .inner .op-hour-note {
    width: 90%;
    margin: 0 auto;
  }

  .about-op-hour-sec .inner .op-hour-note .line {
    display: block;
    margin-bottom: 10px;
  }

  .about-op-hour-sec .inner .op-hour-note .line span {
    display: block;
  }

  .about-op-hour-sec .inner .op-hour-note .line .key {
    margin-bottom: 3px;
  }

  .about-op-hour-sec .inner .op-hour-tbl {
    width: 100%;
  }

  .about-op-hour-sec .inner .op-hour-tbl tr td {
    min-width: 0;
  }

  .about-op-hour-sec .inner .op-hour-tbl tr td:first-of-type {
    max-width: 5rem;
  }

  .about-note-sec .note-cntnr {
    width: 100%;
    padding: 10px;
  }

  /* お問い合わせページ */
  .cntct-catch-sec {
    width: 100%;
    text-align: left;
  }

  .cntct-catch-sec .hdr {
    font-size: 1.8rem;
    text-align: center;
  }

  .cntct-catch-sec .desc .lst-item {
    justify-content: flex-start;
  }

  .cntct-catch-sec .phone {
    text-align: center;
    font-size: 2.0rem;
  }

  .cntct-illust-sec {
    width: 100%;
  }

  .cntct-illust-sec .corner {
    width: 25%;
  }
}

#mainnav-mobi.syd-hidden {
  display: block;
  background-color: transparent !important;
}

#mainnav-mobi #primary-menu {
  margin-top: 50px;
}

#mainnav-mobi #primary-menu li {
  border-top-style: none;
}

#mainnav-mobi #primary-menu li a {
  border-top: #ccc solid 1px;
  display: flex;
  align-items: center;
}

#mainnav-mobi #primary-menu li a .icon {
  margin-right: 10px;
}

#mainnav-mobi #primary-menu li a .icon img {
  width: 25px;
}

#mainnav-mobi #primary-menu li a .txt {
  color: #000;
  font-weight: normal;
}

.sydney-offcanvas-menu svg {
  max-width: 32px;
  width: 32px;
  height: 32px;
}