@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/common/ttl_bg01.png) no-repeat left 3px;
  position: relative;
  font-size: 25px;
  font-family: "hannari", serif;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 0 0 12px 46px;
  border-bottom: 1px solid #f2ccc4;
}
.second_ttl02 {
  font-family: "hannari", serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 9px;
}
.second_ttl02:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #c3c1ba 0 2px, /* 点の長さ */ transparent 2px 8px /* 点と点の間隔 */ );
}
.second_ttl03 {
  background: #d98d96;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
  position: relative;
  padding: 10px 36px;
}
.second_ttl03:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -4px;
  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: #faf1d1;
}
.tbl01 tbody tr td {
  width: calc(100% - 10em);
  background: #fff;
}
/*さらのて鍼灸院の歴史
----------------------------------------------------*/
.history_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.history_conts-text {
  background: #fff;
  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: 36px;
  padding-bottom: 36px;
  position: relative;
}
.flow_conts:last-of-type {
  padding-bottom: 0;
}
.flow_conts::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #c3c1ba 0 2px, /* 点の長さ */ transparent 2px 8px /* 点と点の間隔 */ );
}
.flow_conts:last-of-type:after {
  content: none;
}
.flow_conts:first-of-type {
  margin-top: 0;
}
.flow_conts-wrap {
  display: flex;
}
.flow_conts-img {
  width: 250px;
  margin-left: 32px;
}
.flow_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.flow_ttl {
  font-size: 20px;
  font-weight: bold;
  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: #d98d96;
  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: #d57580;
  font-weight: bold;
  text-decoration: underline;
}
.menu_tbl01 {
  display: block;
  margin-bottom: 16px;
  margin-top: 24px;
}
.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: #faf1d1;
}
.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 #583c1b;
  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 #f2d9d4;
  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;
}
.access_root-img img:nth-child(2n) {
  margin-top: 16px
}
.access_parking-img {
  text-align: center;
  margin: 30px 0 48px;
}
.access_parking-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.parking_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.parking_wrap figure {
  margin-right: 58px;
  display: inline-flex; /* figure の中を縦並びにする */
  flex-direction: column;
  align-items: flex-start; /* キャプションの左端を画像に合わせる */
  flex: 0 0 auto;
  max-width: 281px;
}
.parking_wrap figure:nth-child(2n) {
  margin-right: 0;
}
.parking_wrap figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}
figcaption {
  display: block;
  width: 100%;
  margin-top: 8px;
  line-height: 1.6;
}
/*お問い合わせ
----------------------------------------------------*/
.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;
}