@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: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_mainttl {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  font-family: "hannari", serif;
}

.second_ttl01 {
  background: url("../images/second/bg_second_ttl01.png") no-repeat left 7px;
  font-family: "hannari", serif;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px dotted #f8dfe0;
  padding-left: 12px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.second_ttl02 {
  font-family: "hannari", serif;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  position: relative;
  margin-bottom: 16px;
}

.second_ttl02:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e2949e;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.second_ttl03 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #e2949e;
  position: relative;
  padding-left: 16px;
  border-bottom: 2px dotted #e2949e;
}

.second_ttl03:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e2949e;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100px;
}

.second_ttl04 {
  font-size: 15px;
  font-weight: bold;
  color: #e2949e;
  text-decoration: underline;
}

.second_conts {
  margin-top: 32px;
}

.second_conts:first-of-type {
  margin-top: 0;
}

.second_conts p {
  margin-bottom: 1em;
}

.second_conts p:last-of-type {
  margin-bottom: 0;
}

.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;
}

/*たまご堂の歴史
----------------------------------------------------*/
.history_conts {
  display: flex;
  flex-direction: column;
}

.history_conts-img {
  order: 1;
}

.history_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.history_conts-text {
  order: 2;
  width: calc(100% - 60px);
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  padding: 32px;
}

.history_conts-text p {
  font-size: 21px;
  font-family: "hannari", serif;
  line-height: 1.7;
  margin-bottom: 1em;
}

.history_conts-text p:last-of-type {
  margin-bottom: 0;
}

.history_conts-ttl01 {
  font-size: 44px;
  font-family: "hannari", serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 24px;
}

/*不妊鍼灸体験施術の流れ
----------------------------------------------------*/
.flow {
  counter-reset: num;
}

.flow_conts {
  margin-top: 32px;
}

.flow_conts:first-of-type {
  margin-top: 0;
}

.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: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d57580;
  padding-bottom: 4px;
  margin-bottom: 12px;
  padding-left: 4em;
  position: relative;
}

.flow_ttl:before {
  display: flex;
  justify-content: center;
  content: "流れ" counter(num);
  counter-increment: num;
  background: #d57580;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  width: 4em;
  position: absolute;
  left: 0;
  top: 3px;
}

.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: 32px;
}

.menu_conts:first-of-type {
  margin-top: 0;
}

.menu_catch {
  color: #d64254;
  font-weight: bold;
  text-decoration: underline;
}

.menu_tbl01 {
  display: block;
  margin-bottom: 16px;
}

.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: 10em;
  background: #fff1c1;
}

.menu_tbl01 tbody tr td {
  width: calc(100% - 10em);
  background: #fff;
}

/*アクセス
----------------------------------------------------*/
.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: 2px dotted #5c3e26;
  border-radius: 8px;
}

.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;
  border-bottom: 1px solid #d57580;
  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: #d57580;
  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;
}

/*お問い合わせ
----------------------------------------------------*/
.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;
}

.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;
}

.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-top: 24px;
}

.form_confirm 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_confirm 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;
}

/*個人情報保護方針
----------------------------------------------------*/
.privacy_conts {
  margin-top: 24px;
}

/*サイトマップ
----------------------------------------------------*/
.sitemap_conts ul li {
  border-bottom: 1px dashed #d57580;
  padding-bottom: 8px;
  margin-bottom: 12px;
}


/*新着情報・ブログ
----------------------------------------------------*/
.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;
}