@charset "UTF-8";
/* 共通
 
====================================================*/
 @media screen and (max-width: 767px){
	 .pc_only{display: none;}
}

.sp_only{display: none;}
 @media screen and (max-width: 767px){
	 .sp_only{display: block;}
}

 @media screen and (max-width: 767px){
	 #pc_only{display: none;}
}

#sp_only{display: none;}
 @media screen and (max-width: 767px){
	 #sp_only{display: block;}
}

@media screen and (min-width: 768px){
.layout2 header h1 {
    	padding: 5px 32px 0!important;
	}
}
@media screen and (max-width: 767px){
	header h1 img {
		width: 40.8vw;
	}
}

/* 文字リンク */
p a{
	border-bottom: 1px solid #c1a530;
    color: #c1a530!important;
    font-weight: bold;
}

/* フッターのテキストリンク */
footer .address a {
    text-decoration: underline;
    color: #785a53!important;
    border-bottom: unset!important;
    font-weight: normal!important;
}

.left {
    text-align: left!important;
}


/* TOP
 
====================================================*/
/********** 当サロンについて *********/
 @media screen and (max-width: 767px){
	.about_txt {
		width: 85.33333vw;
		margin: 8.53333vw auto 0!important;
		text-align: left!important;
	 }
}

/********** 施術案内 *********/
.multiBlock {
    margin: 60px auto 0!important;
}

.sejutsu_2 {
    margin: 0 auto;
}

/********** 料金/メニュー 角丸 *********/
.border_rounded{
  border:1.2px solid rgba(120,90,83, 0.2);
  /*display:inline-block;*/
  border-radius:20px;
  overflow:hidden;
  display: flex;
  max-width: 1032px !important;
  margin: 40px auto!important;
  background-color: rgba(120,90,83, 0.2);
}
 @media screen and (max-width: 820px){
	.border_rounded {
		width: 95%;
	 }
}
 @media screen and (max-width: 767px){
	.border_rounded {
		width: 85.33333vw!important;
	 }
}

table {
  overflow: hidden;
  border: none;
  margin: 0;
}
 @media screen and (max-width: 767px){
	 table {border-style: none!important;}
}

/********** アクセス *********/
.access{
	display: flex;
    justify-content: center;
}

.map{
	filter: grayscale(50%);
	width: 85.3333vw;
	height: 550px;
}
 @media screen and (max-width: 767px){
	 .map{
		height: 250px;
	}
}

#access_table1{
	margin-top: 60px;
}

 @media screen and (max-width: 767px){
	#access_table1 dt,#access_table2 dt,#access_table3 dt {
		padding: 0 4.26666vw!important;
	 }
}

#access_table1 dt p,#access_table2 dt p,#access_table3 dt p {
    font-weight: bold;
    font-size: 18px;
}

.toppage > p#access_txt{
    width: 1032px!important;
    margin: 40px auto 0!important;
}
 @media screen and (max-width: 767px){
	.toppage > p#access_txt{
		width: 85.33333vw!important;
	 }
}

/********** 予約 *********/
.yoyaku_link{
	margin: 6vw auto 0 !important;
	/*gap: 2.5rem!important;*/
	justify-content: center!important;
}

#yoyaku_title h2 span{
	color: #ffffff!important;
}

.bgBlock p.yoyaku_link_txt{
	margin-bottom: 1em!important;
}

.yoyaku_link_button_web::before {
  content: ''; /* 必須 */
  display: inline-block; /* インラインブロック要素にして横並びと、横幅・高さの指定をできるようにする。 */

  background-image: url(https://hiyoko-do.reserving.site/wp-content/uploads/2022/12/calender_white.svg); /* 画像URLを指定 */
  background-repeat:no-repeat;
  /* vertical-align: middle; 上下中央寄せ */
  /* 画像のサイズ */
  width: 15px;
  height: 15px;
  background-size: contain; /* 『疑似要素の大きさ = 画像の大きさ』にする */
  position: relative;
  top: 1px;
}

.yoyaku_link_button_tel::before {
  content: ''; /* 必須 */
  display: inline-block; /* インラインブロック要素にして横並びと、横幅・高さの指定をできるようにする。 */

  background-image: url(https://hiyoko-do.reserving.site/wp-content/uploads/2022/12/tel_white.svg); /* 画像URLを指定 */
  background-repeat:no-repeat;
  /* vertical-align: middle; 上下中央寄せ */
  /* 画像のサイズ */
  width: 23px;
  height: 23px;
  background-size: contain; /* 『疑似要素の大きさ = 画像の大きさ』にする */
  position: relative;
  top: 3px;
	 }

 @media screen and (max-width: 767px){
.yoyaku_link_button_tel::before {
  /* 画像のサイズ */
  width: 15px;
  height: 15px;
	 }
}

.tel_pc{
	line-height: 1.2;
}


/* iPadのみのTOP画像 */
@media screen and (min-width: 768px){
	.mv .leftImage img, .mv .leftImage video {
		object-position: 69% 100%;
	}
}

/* PCのみのTOP画像 */
@media screen and (min-width: 821px){
	.mv .leftImage img, .mv .leftImage video {
		object-position: unset;
	}
}

.subNav2 {
    border: rgb(120 90 83 / 60%) 1px solid!important;
}

.subNavBlock ul li {opacity: 1!important;}

.subNav2 ul a {
    color: rgb(120 90 83 / 60%)!important;
}


/********** 代表あいさつ *********/
 @media screen and (max-width: 768px){
	.aisatsu_img img{
		max-width: 60%!important;
		margin-bottom: 20px!important;
	}
}

.aisatsu_name{
	font-size: 1.5em!important;
	font-weight: bold;
}

/********** 営業時間非表示 *********/
.layout2 .mv p.time {
    display: none;
}



/* 施術案内
 
====================================================*/
.subNavBlock.wideNo {
	margin: 80px auto 0!important;
}
 @media screen and (max-width: 767px){
	.subNavBlock.wideNo {
		margin: 20px auto 0!important;
	}
}


/* 不妊整体
 
====================================================*/
 @media screen and (max-width: 767px){
	.wp-block-columns {
		margin: 8vw auto 0 !important;
	 }
}

/********** 子宮内へ栄養とどけて本来のチカラを取り戻す *********/
 @media screen and (max-width: 767px){
	#flex_img_right{
		flex-wrap: wrap-reverse!important;
	 }
}

/********** 不妊整体の流れ *********/
#nagare_shokai {
    margin-top: 66px !important;
}

 @media screen and (max-width: 767px){
	.space_m_sp{height: 4vh!important;}
}

 @media screen and (max-width: 767px){
	body > .layout3Wrap > p {
		margin: 8vw auto 0!important;
	 }
	 body > .layout3Wrap > ul {
		 margin: 8vw auto 0!important;
	 }
}

.flowBlock dl dt p {
    right: 1.5px;
	bottom: 1.5px;
}
 @media screen and (max-width: 767px){
.flowBlock dl dt p {
	top: 0.1vh;
	right: 0.4vw;
	}
}


/* 料金/メニュー
 
====================================================*/
#credit {
    background: #fff!important;
	max-width: 688px !important;
	margin: 80px auto 0!important;
}
 @media screen and (max-width: 767px){
	#credit {
		    width: 95%;
		    border-radius: 20px;
		    margin: 20px auto 0!important;
	 }
}

#credit div.inner h5 p,#credit div.inner ul,#credit div.inner p{
	color: #785a53!important;
}

#credit div.inner ul{text-align: center;}

#credit div.inner p a {
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
    border-bottom: 1px solid #c1a530;
    color: #c1a530!important;
	font-weight: bold;
}


#credit div.inner p a::after{
	padding: 0 0.2rem 0 0.1rem;
	display: inline-block;
	width: 0.7rem;
	content:url('/img/common/arrow-up-right-from-square-solid.svg');
}


.menu_txt{margin: 40px auto 0!important;}
@media screen and (max-width: 767px){
	.menu_txt{margin: 20px auto 0!important;}
}

.menu_txt2 {margin: 1em auto 0!important;}




/* お問い合わせ
 
====================================================*/
.layout3Wrap input[type="submit"].submitBtn:hover {
	opacity: .7;
    transition: 0.2s;
	cursor: pointer;
	cursor: hand!important;
}


/* LINEバナー
 
====================================================*/
.line_sp {
		margin-top: 1em;
	}

@media screen and (max-width: 767px){
	.line_sp {
		display: flex;
		justify-content: center;
		margin-top: 1em;
	}
}

@media screen and (max-width: 767px){
	header .sns{
		margin-top: 3.2vw!important;
	}
}