@charset "UTF-8";
@font-face {
  font-family: 'hannari';
  src: url("../fonts/hannari.eot");
  src: url("../fonts/hannari.eot?iefix") format("eot"), url("../fonts/hannari.woff") format("woff"), url("../fonts/hannari.ttf") format("truetype");
  font-display: swap;
}
/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  box-sizing: border-box;
  margin: 8px auto 0;
}
#breadcrumb ul {
  display: flex;
}
#breadcrumb ul li {
  font-size: 13px;
  color: #333;
}
#breadcrumb ul li a {
  font-size: 13px;
}
#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
}
#breadcrumb ul li:last-of-type:after {
  content: none;
}
#second_mainimage {
  background: url("../images/second/bg_mainimage.png") no-repeat center center/cover;
  min-height: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second_mainttl {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  font-family: "hannari", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.second_mainttl .en {
  font-size: 24px;
  display: block;
}
.second_ttl01 {
  font-family: "hannari", serif;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #583c1b;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.second_ttl02 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
}
.second_ttl02::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #fce6e9;
  position: absolute;
  left: 0;
  top: 7px;
}
.second_ttl03 {
  background: #fce6e9;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #dd8f98;
  position: relative;
  text-align: center;
  padding: 4px 30px;
}
.male .second_ttl03 {
  background: #d1e5f4;
  color: #5d93bc;
}
.second_ttl04 {
  font-size: 15px;
  font-weight: bold;
  color: #e2949e;
  text-decoration: underline;
}
.second_conts, .second .profile_conts {
  margin-top: 32px;
}
.second_conts:first-of-type, .second .profile_conts:first-of-type {
  margin-top: 0;
}
.second_conts p, .second .profile_conts p {
  margin-bottom: 1em;
}
.second_conts p:last-of-type, .second .profile_conts p:last-of-type {
  margin-bottom: 0;
}
.second_conts_sub_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
.second_conts.note ul {
  margin-bottom: 1em;
}
.tbl01 {
  display: block;
  margin-bottom: 16px;
}
.tbl01 tbody {
  display: block;
}
.tbl01 tbody tr {
  display: flex;
  border-top: 1px solid #583c1b;
}
.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #583c1b;
}
.tbl01 tbody tr th, .tbl01 tbody tr td {
  display: block;
  box-sizing: border-box;
  padding: 12px;
}
.tbl01 tbody tr th {
  width: 15em;
  background: #fff1c1;
}
.tbl01 tbody tr td {
  width: calc(100% - 10em);
  background: #fff;
}
.box01 {
  border: 12px solid #fce6e9;
  padding: 30px;
  background: #fff;
  margin: 1em 0 24px;
}
.box01:last-child {
	margin-bottom: 0;
}
.box01_ttl {
  font-size: 18px;
	line-height: 1.6;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
.box01_ttl.circle_none {
	padding-left: 0;
}
.box01_ttl:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #fff1c1;
  position: absolute;
  left: 0;
  top: 6px;
}
.box01_ttl.circle_none:before {
	content: none;
}
.box01 ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.box02 {
  background: #fcebed;
  padding: 30px 40px 40px;
}
.box02_ttl {
  font-size: 34px;
  font-family: "hannari", serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.box02_sub_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.box02_sub_ttl span {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.box02_inner {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
.box02_inner_ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.6;
}
.box02_inner .txt01 {
  padding: 15px 30px 24px;
  line-height: 1.5;
  background: #e56a78;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: "hannari", serif;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 4px;
}
.box02_inner .txt02 {
  line-height: 1.5;
  font-size: 18px;
  font-family: "hannari", serif;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  margin-left: 10px;
}
.box02_inner .txt02_wrap {
  /*width: 91%;*/
  margin: 0 auto;
}
.box02_inner .txt02 span {
  font-size: 24px;
}
.box02_div {
  margin-bottom: 24px;
}
.box02_inner .txt03 p {
  font-size: 21px;
  font-family: "hannari", serif;
  margin-bottom: 1em;
  text-align: center;
}
.box02_div:last-child {
  margin-bottom: 0;
}
.box02_inner img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.box02 .note {
  font-size: 14px;
  text-align: center;
}
.offer {
  background: url(../images/common/bg01.png);
}
.offer_inner01_txt {
  background: #fff;
  padding: 30px 30px 0;
}
.offer_inner01_txt .img_f-l {
  margin-bottom: 0;
}
.offer_inner01_txt p {
  font-size: 18px;
  font-weight: bold;
}
.offer_inner01_ttl {
  background: #e68690;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  font-family: "hannari", serif;
  line-height: 1.3;
  padding: 20px 20px 30px;
}
.offer_ttl01 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-family: "hannari", serif;
  margin: 30px 0;
}
.offer_ttl01_wrap {
  position: relative;
}
.offer_ttl01_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.offer_ttl01_wrap:before, .offer_ttl01_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #5c3e26;
}
.offer_ttl01_wrap:after {
  transform: rotate(35deg);
  right: -1em;
}
.offer_inner02_ttl {
  background: #bcada3;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 18px 0;
}
.offer_inner02 .contact_btn {
  text-align: center;
  background: #fff;
  padding: 30px;
}
.offer_inner02 .contact_formbtn {
  margin-bottom: 0;
}
.offer_inner03 {
  background: #fff;
  box-shadow: #dd8f98 10px 10px;
  margin-top: 30px;
  padding: 30px 40px;
}
.offer_inner03_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.offer_inner03 ul li {
  font-size: 16px;
  font-weight: bold;
  list-style-type: disc;
  margin-left: 1em;
}
.point_txt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-family: "hannari", serif;
}
.point_txt_wrap {
  position: relative;
}
.point_txt_wrap:before {
  transform: rotate(-35deg);
  left: -1em;
}
.point_txt_wrap:after {
  transform: rotate(35deg);
  right: -1em;
}
.point_txt_wrap:before, .point_txt_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #5c3e26;
}
/*初めての方へ
----------------------------------------------------*/
.tel a {
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}

.clinic_infolist-introduction .clinic_infolist-wrap .clinic_listconts{
  width: 100%;
}

/*スタッフ紹介
----------------------------------------------------*/
.second .profile-ttl01 {
  font-size: 25px;
}
.second .profile_conts ul li {
  list-style-type: disc;
  list-style-position: inside;
}
/*こんな悩みはありませんか？
----------------------------------------------------*/
.second .onayami_conts {
  margin-bottom: 0;
  margin-top: 30px;
}
.second .onayami_conts:after {
  content: none;
}
.second .onayami_conts .list01 {
  width: 440px;
}
/*特長
----------------------------------------------------*/
.featureconts {
  margin-top: 32px;
  border: 10px solid #f9dadf;
  background: url(../images/common/bg01.png);
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 30px;
}
.feature_ttl_num {
  font-family: "hannari", serif;
  border-radius: 4px;
  background: #dd8f98;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  margin-bottom: 10px;
}
.feature_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.feature_ttl span {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.feature_ttl_wrap {
  margin-right: 30px;
}
/*対応症状
----------------------------------------------------*/
.menu_mainimage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.menu_bnr{
  border: 12px solid #fce6e9;
  padding: 0 20px 20px;
  margin-top: 80px;
}
.menu_bnr-ttl {
  font-weight: bold;
  font-size: 28px;
  font-family: "hannari", serif;
  text-align: center;
  background: #fff7f5;
  margin: -2.4em auto 24px;
  line-height: 1.4;
  padding: 0 0;
  width: 100%;
  max-width: 600px;
}
.menu_bnr-ttl span.menu_bnr-ttl-wrap {
  color: #e2949e;
  background: linear-gradient(transparent 70%, #fff 70%);
}

.menu_bnr-ttl span.br{
  display: block;
}

.menu_memo{
  position: relative;
  padding-left: 1em;
  margin-top: 12px;
}

.menu_memo:before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}


/*男性不妊
----------------------------------------------------*/
.male .menu_tbl01 {
  margin-top: 64px;
}
.male.menu_conts {
  background: #fff;
  padding: 40px;
  border: 1px dotted #b8a8a2;
}
/*不妊鍼灸体験施術の流れ
----------------------------------------------------*/
.flow {
  counter-reset: num;
}
.flow_conts {
  margin-top: 32px;
}
.flow_conts-wrap {
  display: flex;
}
.flow_conts-img {
  width: 250px;
  margin-right: 32px;
}
.flow_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.flow_ttl {
  font-size: 21px;
  color: #dd8f98;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 12px;
  position: relative;
}
.flow_conts-text {
  width: calc(100% - 282px);
}
/*院内紹介
----------------------------------------------------*/
.gallery_wrap {
  display: flex;
  flex-wrap: wrap;
}
.gallery_conts {
  width: calc(100% / 3 - 11px);
  margin-right: 16px;
  margin-bottom: 16px;
}
.gallery_conts:nth-of-type(3n) {
  margin-right: 0;
}
.gallery_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*メニュー・料金
----------------------------------------------------*/
.menu_conts {
  margin-top: 40px;
}
.menu_conts:first-of-type {
  margin-top: 0;
}
.menu_conts .inner {
  margin-bottom: 24px;
}
.menu_catch {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.menu_tbl01 {
  display: block;
}
.menu_tbl01 tbody {
  display: block;
}
.menu_tbl01 tbody tr {
  display: flex;
  border-top: 1px solid #583c1b;
}
.menu_tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #583c1b;
}
.menu_tbl01 tbody tr th, .menu_tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 12px;
}
.menu_tbl01 tbody tr th {
  width: 12em;
  background: #fff1c1;
}
.menu_tbl01 tbody tr td {
  width: calc(100% - 12em);
  background: #fff;
}
.menu_last_txt {
  margin-top: 30px;
}
/*アクセス
----------------------------------------------------*/
.access_info-map {
  margin-bottom: 24px;
  line-height: 0;
}
.access_info-map iframe {
  width: 100%;
  min-height: 400px;
  line-height: 0;
}
.access_root {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  counter-reset: accessnum;
}
.access_rootconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
  border: 1px dotted #b8a8a2;
}
.access_rootconts:nth-of-type(1), .access_rootconts:nth-of-type(2) {
  margin-top: 0;
}
.access_rootconts:nth-of-type(2n) {
  margin-right: 0;
}
.access_root-ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 44px;
  line-height: 1.5;
  margin-bottom: 16px;
  min-height: 36px;
  padding-bottom: 8px;
}
.access_root-ttl:before {
  content: counter(accessnum);
  counter-increment: accessnum;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #dd8f98;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.access_root-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.access_root-img {
  margin-bottom: 15px;
  text-align: center;
}
/*お問い合わせ
----------------------------------------------------*/
.contact_conts {
  margin-top: 24px;
}
.contact_tel {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.contact_tel span {
  font-size: 1.4em;
  text-decoration: underline;
  line-height: 1;
}
.contact_contsbtn.contact_contsbtn-btm01{
  margin-bottom: 6px;
}

.contact_contsbtn a{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.contact_contsbtn a img{
  margin-right: 8px;
}

.contact_contsbtn-line a{
  background: #95ac5c;
}

.contact_contsbtn-reserve a{
  background: #d57580;
}

.contact_contsbtn-mail a{
  background: #fff1c1;
  color: #583c1b;
}

.contact_contsbtn-reserve-memo01{
  text-align: center;
  /* margin-bottom: 1.5em; */
  margin-bottom: 4px !important;
}

.contact_webreserve a {
  background: #d57580;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 12px;
  box-sizing: border-box;
}
.contact_webreserve a img {
  width: auto;
  max-width: 24px;
  height: auto;
  margin-right: 12px;
}

.contact_reserveconts{
  margin: 0px 0 20px;
  text-align: center;
}

.contact_reserveconts-ttl{
  font-weight: bold;
}

.tbl_contact tbody tr td input, .tbl_contact tbody tr td textarea {
  font-size: 17px;
  box-sizing: border-box;
}
.tbl_contact tbody tr td input {
  width: 100%;
}
.tbl_contact tbody tr td input.form_name {
  max-width: 20em;
}
.tbl_contact tbody tr td input.form_tel {
  max-width: 10em;
}
.tbl_contact tbody tr td input.form_mail {
  max-width: 25em;
}
.tbl_contact tbody tr td input[type="checkbox"] {
  width: 1em;
  max-width: 1em;
}
.tbl_contact tbody tr td .wpcf7-list-item {
  margin-left: 0;
}
.tbl_contact tbody tr td textarea {
  width: 100%;
  min-height: 200px;
}
.form_confirm{
  margin: 16px auto;
  text-align: center;
}
.form_submit{
  margin-top: 24px;
}
.form_submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  background: #d57580;
  color: #fff;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-appearance: none;
}
.form_submit input:disabled {
  background: #999;
}
.required {
  background: #d57580;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  padding: 0 5px;
}
.form_tbl{
  display: block;
  margin-top: 32px;
}
.form_tbl tbody{
  display: block;
}
.form_tbl tbody tr{
  display: flex;
  flex-direction: column;
  border-top: 1px solid #583c1b;
}
.form_tbl tbody tr:last-of-type{
  border-bottom: 1px solid #583c1b;
}
.form_tbl tbody tr th,
.form_tbl tbody tr td{
  box-sizing: border-box;
  padding: 12px 24px;
  text-align: left;
}
.form_tbl tbody tr th{
  background: #fff1c1;
}
.form_tbl tbody tr td{
  background: #fff;
}
.form_tbl tbody tr td input,
.form_tbl tbody tr td textarea{
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
}
.form_tbl tbody tr td input[type="checkbox"],
.form_tbl tbody tr td input[type="radio"]{
  width: 1em;
}
.form_menu{
  display: flex;
  flex-direction: column;
}
.form_menu .wpcf7-list-item{
  display: block;
  margin: 0;
  text-align: left;
}
.form_staff .wpcf7-list-item,
.form_reply .wpcf7-list-item,
.form_find .wpcf7-list-item{
  margin: 0 1em 0 0;
}
.form_find .wpcf7-list-item.last{
  width: 100%;  
}
/*個人情報保護方針
----------------------------------------------------*/
.privacy_conts {
  margin-top: 24px;
}
/*サイトマップ
----------------------------------------------------*/
.sitemap_conts ul li {
  border-bottom: 1px dashed #d57580;
  padding-bottom: 8px;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.sitemap_conts ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background: #f8e0e3;
  position: absolute;
  left: 0;
  top: 10px;
}
.sitemap_conts ul li a {
  text-decoration: none;
  color: #583c1b;
}
.sitemap_conts ul li li {
  padding-left: 0px;
  border-bottom: none;
  position: relative;
  font-weight: normal;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0;
}
.sitemap_conts ul li li::before {
  content: none;
}
.sitemap_conts ul li span {
  margin-bottom: 10px;
  display: inline-block;
}
/*新着情報・ブログ
----------------------------------------------------*/
.conts_cat ul {
  display: flex;
  flex-direction: column;
}
.conts_cat ul li {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2949e;
}
.conts_cat ul li a {
  font-size: 16px;
  text-decoration: none;
}
.conts_single h4 {
  font-family: "hannari", serif;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
}
.conts_single h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e2949e;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.conts_single h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #e2949e;
  position: relative;
  padding-left: 16px;
  border-bottom: 2px dotted #e2949e;
}
.conts_single h5:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e2949e;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100px;
}
.conts_single p {
  margin-bottom: 1em;
}
.conts_single img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wp_contactconts {
  margin-top: 80px;
}