@charset "utf-8";
/* CSS Document */
.tblTime td {
  font-family: dnp-shuei-mgothic-std, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
}
/*-------------------------
first
--------------------------*/
.featureNum {
  text-align: center;
  position: relative;
  z-index: 9;
  line-height: 1;
  color: var(--c-pink);
  padding-left: 4px;
}
.featureNum::after {
  content: '';
  width: 70px;
  height: 70px;
  background-image: url("../../img/page/about/img-homAbt_btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.featureNum em {
  display: block;
  font-size: 5rem;
}
/*-------------------------
about
--------------------------*/
/*-------------------------
news
--------------------------*/
/*-------------------------
menu
--------------------------*/

/*漢方内科*/
.kanpoImg {
  background-image: url("../../img/page/menu/img-kanpo-02.jpg");
  background-size: cover;
}
.policy {
  background: rgba(255, 255, 255, 0.7);
  padding: var(--w-30);
}
.whiteBackGround {
  background: rgba(255, 255, 255, 0.5);
  padding: var(--w-30);
}
p.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  align-items: center;
  justify-content: center;
}
p.icon img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 50px;
}
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-bottom: 1px dotted #aaa;
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #E0C364;
  transition: all 0.3s;
  font-weight: bold;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: 300;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5em;
  margin: 0.3em 0 0 -1.2em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #E0C364;
  border-radius: 0.5em 0.5em 0 0;
  font-weight: bold;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
.lifeStyleBox .decBox {
  position: relative;
  margin-bottom: var(--w-80);
}
.lifeStyleBox .decBox:not(:last-child)::before, .lifeStyleBox .decBox:not(:last-child)::after {
  content: "";
  width: min(5vw, 60px);
  height: 1px;
  background: #EC7591;
  position: absolute;
  left: 50%;
}
.lifeStyleBox .decBox:not(:last-child)::before {
  transform-origin: right center;
  transform: translateX(-100%) rotate(20deg);
}
.lifeStyleBox .decBox:not(:last-child)::after {
  transform-origin: left center;
  transform: rotate(-20deg);
}
.lifeStyleBox h4 {
  font-size: var(--fs-22);
  color: var(--c-pink);
  font-weight: bold;
  margin: var(--w-30) 0 var(--w-20);
}
.lifeStyleBox h4 span {
  color: #FFF;
  background-color: var(--c-pink);
  padding: var(--w-10) var(--w-12);
  border-radius: 2vw;
  font-size: var(--fs-18);
  margin-right: 25px;
}
.lifeStyleBox h5 {
  color: #EC7591;
  font-weight: 600;
  font-size: var(--fs-20);
  margin-bottom: 20px;
	border-bottom: 1px dotted #EC7591;
	padding-bottom: 5px;
}

/*-------------------------
staff
--------------------------*/
.staff-greeting {
  position: relative;
}
.staff-greeting::before {
  position: absolute;
  background-color: var(--bg-grayge);
  content: "";
}
.staff-greeting__image {
  z-index: 1;
  position: absolute;
  top: 0;
}
.staff-greeting__image::before {
  z-index: -1;
  position: absolute;
  content: "";
  background: var(--bg-grad);
}
.staff-greeting__textWrapper {
  position: relative;
  font-weight: 500;
}
.c-contentBox {
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.staff__star01, .staff__star02 {
  z-index: 1;
  position: absolute;
}
.staff-greeting__name--small, .staff-greeting__name {
  text-align: right;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  /*-------------------------
menu(PC)
--------------------------*/
 /*-------------------------
menu(PC)
--------------------------*/
  /*	漢方内科*/
  .strongBox {
    height: 200px;
  }
	  /*	女性のライフスタイルと漢方*/
	.lifeStyleBox .decBox:not(:last-child)::before, .lifeStyleBox .decBox:not(:last-child)::after {
  bottom: max(-4.16vw, -50px);
}
  /*------------------------
staff(PC)
--------------------------*/
  .staff-greeting {
    margin-bottom: 8rem;
    padding-bottom: 8rem;
  }
  .staff-greeting::before {
    top: 3.5rem;
    right: 8rem;
    width: 102.4rem;
    height: calc(100% - 8rem);
    border-radius: var(--w-40);
  }
  .staff-greeting__image {
    left: 0;
  }
  .staff-greeting__image::before {
    top: -1.6rem;
    right: 4rem;
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    border-radius: var(--w-40);
  }
  .staff-greeting__image img {
    width: 39.4rem;
    height: auto;
    border-radius: var(--w-40);
  }
  .staff-greeting__textWrapper {
    position: relative;
    top: 8.8rem;
    width: calc(100% - 20rem);
    margin-left: 20rem;
    padding: 6.8rem 8rem 6rem 28rem;
    border-radius: var(--w-40);
  }
  .staff-greeting__name {
    margin-top: 0.7rem;
    font-size: 2.2rem;
  }
  .staff-greeting__name--medium {
    font-size: 2.0rem;
    margin-right: 15px;
  }
  .staff-greeting__name--small {
    margin: 0.7rem 0;
    font-size: 1.7rem;
  }
  .staff__star01 {
    left: 18rem;
    width: 20rem;
    height: auto;
    top: 49rem;
  }
  .staff__star02 {
    left: 16.3rem;
    width: 12rem;
    height: auto;
    top: 67.8rem;
  }

  /*-------------------------
about(PC)
--------------------------*/
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /*-------------------------
menu(SP)
--------------------------*/
		/*	女性のライフスタイルと漢方*/
	.lifeStyleBox h4 span {
		line-height: 2.5;
	}
	.lifeStyleBox .decBox:not(:last-child)::before, .lifeStyleBox .decBox:not(:last-child)::after {
  bottom: -24px;
	}
/*------------------------
staff(SP)
--------------------------*/
  .staff-greeting {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .staff-greeting::before {
    top: 3.8rem;
    right: -1.9rem;
    width: 100%;
    height: 29rem;
  }
  .staff-greeting__image {
    left: -1.9rem;
  }
  .staff-greeting__image::before {
    top: 1.6rem;
    left: 0;
    width: calc(100% + 0.8rem);
    height: calc(100% - 0.8rem);
    border-radius: var(--w-10);
  }
  .staff-greeting__image img {
    width: 26rem;
    height: auto;
    border-radius: var(--w-10);
  }
  .staff-greeting__textWrapper {
    position: relative;
    top: 19.2rem;
    margin-bottom: 19.2rem;
    padding: 9.6rem 2rem 4rem;
    border-radius: var(--w-10);
  }
  .staff__green01, .about__green01 {
    z-index: 2;
    top: 8rem;
    right: -1.8rem;
    width: 14rem;
    height: auto;
  }
  .staff__star01 {
    left: 18rem;
    width: 17.1rem;
    height: auto;
    top: 7.2rem;
  }
  .staff__star02 {
    left: 21.3rem;
    width: 6.6rem;
    height: auto;
    top: 24.6rem;
  }

  /*-------------------------
about(SP)
--------------------------*/
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}