@charset "UTF-8";
/*mainimage
----------------------------------------------------*/
#mainimage_pc {
width: 100%;
    position: relative;
}

.mainimage_img {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    position: relative;
}

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

.mainimage_img-btn {
    position: absolute;
    right: -3px;
    bottom: 41%;
}

#mainimage_sp {
  display: none;
}



/* 準備中 */
.comingsoon_conts {
  border: 2px solid #ff2d2d;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 46px;
}

.comingsoon_conts p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff2d2d;
}


/*clinic_list
----------------------------------------------------*/
.clinic_listconts{
  width: 76%;
  margin: 0 auto;
}

.clinic_listconts a{
  display: block;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.clinic_list-isesaki a{
  background: #a4d5dc;
}

.clinic_listconts-wrap{
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 12px;
}

.clinic_listconts-ttl{
  font-family: "hannari", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.085em;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 14px;
  line-height: 1.35;
}

.clinic_listconts-ttl span{
  font-size: 32px;
}

.clinic_listconts-info p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 4px;
}

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

.clinic_list-img01{
  position: absolute;
  left: 16px;
  top: -16px;
}
/*このようなお悩みはありませんか？
----------------------------------------------------*/
.onayami_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
}

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

/*さらのて鍼灸院ってどんなとこ？
----------------------------------------------------*/
.about {
	background: #fff;
	position: relative;
	padding: 54px;
}

.about::before {
  content: "";
  position: absolute;
  top: 14px;   /* 内側の余白（調整可能） */
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 2px dashed #f2ccc4; /* 内側の点線 */
  pointer-events: none;    /* クリックなどの操作を邪魔しない */
}

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

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

.about_conts{
	  display: flex;
	gap:2rem;
}

.about_conts-img {
	order:-1;
}

/*スタッフ紹介
----------------------------------------------------*/
.top_profile {
  margin-bottom: 2em;
	--profileimg: 264px;
}

.top_profile-img {
  float: right;
  width: 242px; height: 243px;
  margin-left: 32px;
}

.top_profile-ttl01{
  background: url(../images/common/ttl_bg01.png) no-repeat left bottom;
  position: relative;
  font-size: 25px;
  font-family: "hannari", serif;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 46px;
}

.top_profile-ttl01::after{
  content: "";
  position: absolute;
  left: 0;
  right: var(--profileimg);
  bottom: -6px;
  height: 1px;
  background: #f2ccc4;
  pointer-events: none;
}


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


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

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

/*不妊治療に対する思い
----------------------------------------------------*/
.top_omoi-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_omoi-text {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

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

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


/*さらのて鍼灸院の特徴
----------------------------------------------------*/
.feature {
  counter-reset: num;
}

.top_feature-ttl01 {
  position: relative;
}

.top_featureconts {
  margin-top: 32px;
}

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

.feature_ttl {
  font-size: 24px;
  font-weight: bold;
  padding-left: 52px;
  position: relative;
  margin-bottom: 16px;
}

.feature_ttl:before {
  content: counter(num);
  counter-increment: num;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #d57580;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.feature_img {
  margin-bottom: 12px;
}

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

/*選ばれる理由
----------------------------------------------------*/
.reason {
    counter-reset: num;
}

.reason .ttl {
	font-size: 48px;
}

.reason_ttl {
  background: #f2d9d4;
  padding: 17px 20px 13px 86px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.reason_ttl:before {
	content: "";
	width: 51px;
	height: 51px;
	background: #fff;
	position: absolute;
	left: 20px;
	top:50%;
	transform: translateY(-50%); /* 円は中央で固定 */
	border-radius: 100px;
}

.reason_ttl::after{
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    font-family: "hannari", serif;
    line-height: 1;
    color: #e2949e;
    font-size: 36px;
    font-weight: bold;
    transform: translateY(calc(-50% - 5px));
    border-radius: 100px;
}



.reason_conts {
  margin-top: 32px;
}

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

/*スタッフからみなさまへ
----------------------------------------------------*/
.top_message p {
  margin-bottom: 1em;
  line-height: 2;
}

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

.message_hd {
    margin: 36px 0 36px;
}

.message_hd p {
    font-family: "hannari", serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
    line-height: 1;
}

/*メニューリスト
----------------------------------------------------*/
.top_menulist {
  display: flex;
  justify-content: space-between;
}

.top_menulist li {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.top_menulist li:last-of-type {
  margin-right: 0;
}

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

/*ニュース＆ブログ
----------------------------------------------------*/
.top_newsblog {
  display: flex;
  justify-content: space-between;
}

.top_newsblog .ttl01 {
	font-size: 26px;
}

.top_newsblog-conts {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.top_newsblog-conts:last-of-type {
  margin-right: 0;
}

.top_newsblog-singleconts dl {
  margin-bottom: 16px;
}

.top_newsblog-singleconts dl:last-of-type {
  margin-bottom: 0;
}

.top_newsblog-singleconts dl dt {
  font-weight: bold;
  line-height: 1.5;
}

.top_newsblog-singleconts dl dd {
  padding-bottom: 2px;
  border-bottom: 2px dotted #d57580;
}

.top_newsblog-singleconts dl dd a {
  text-decoration: none;
  color: inherit;
}

.top_newsblog-link {
  margin-top: 12px;
}

.top_newsblog-link a {
  display: block;
  position: relative;
  text-align: right;
  font-size: 13px;
  position: relative;
  padding-right: 16px;
}

.top_newsblog-link a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #d57580;
  position: absolute;
  right: 0;
  top: 8px;
}


