html {
  scroll-behavior: smooth;
}

.pc_none{display: none;}
.sp_none{display: block;}
@media (max-width: 767px) {
	.pc_none{display: block;}
	.sp_none{display: none;}
}

.contact_clms .caut {
	font-size: 15px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.contact_clms .caut {
		text-align: justify;
	}
}


.snav ul li.yono {
    font-size: 85%;
    text-align: justify;
}
.snav ul li.yono a i.logo {
    width: 18px;
    height: 15px;
	width: 100%;
    background-image: url(https://www.sugaclinic.jp/cp-bin/wordpress5/wp-content/themes/sugaclinic_original/img/common/common_ico_logo_wh.png);
}
@media (max-width: 767px) {
	/*.snav ul li.yono{
		display: none;
	}*/
	.side_nav, body .side_nav {
		top: inherit;
		transform: inherit;
	}
	.snav ul li.yono {
		font-size: inherit;
		text-align: inherit;
	}
	.snav ul li a span {
		margin-bottom: 0;
	}
}


.yono_btn {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 18;
    margin-right: 8%;
	opacity: 0;
}
.yono_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8c161d;
	border: 2px solid #8c161d;
    color: #fff;
    text-decoration: none;
    padding: 40px 20px;
    width: 500px;
    font-size: 1.2rem;
    text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.yono_btn a {
  padding: 15px 10px;
  width: 380px;
  font-size: 1.1em;
}
.yono_btn i.logo {
    height: 35px;
    width: 35px;
    background-image: url(/cp-bin/wordpress5/wp-content/themes/sugaclinic_original/img/common/common_ico_logo_wh.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    margin-left: 10px;
	z-index: 1;
}
.yono_btn a:after {
    background: #fff;
    position: absolute;
    color: #666;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.yono_btn a:hover::after {
    transform: scale(1, 1);
}
.yono_btn a:hover {
    color: #b9282b;
}
.yono_btn a span {
    z-index: 1;
}
.yono_btn a:hover i.logo{
	background-image: url(/cp-bin/wordpress5/wp-content/themes/sugaclinic_original/img/common/common_ico_logo_rd.png);
}
@media (max-width: 767px) {
	.yono_btn a {
		width: 250px;
		padding: 15px 10px;
		font-size: 1rem;
		text-align: left;
	}
	 .yono_btn a {
		width: 200px;
		font-size: .7em;
		padding: 10px 10px;
	  }
}


.yono_btn i.logo {
  width: 25px;
  height: 25px;
}
.header_info {
  left: 240px;
}
.header_logo h1 img {
  width: 180px;
}

@media (max-width: 767px) {
  .yono_btn i.logo {
    height: 20px;
    width: 20px;
    margin-left: 5px;
  }
  .header_logo h1 img{
    width: 115px;
  }
}

/* スマホ固定フッター */
@media (max-width: 767px) {
	.snav ul li a {
		height: 65px;
	}
	.snav ul li a span:not(span.sp_none) {
		display: flex;
		height: 2rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}


/*** ドクターズファイル ***/
.dc_bn {
    margin-top: 20px;
}
.dc_bn a {
    display: block;
}
.dc_bn a + a{
	margin-top: 15px;
}
@media (max-width: 767px) {
	.top_about .boxs .box:nth-child(1) {
		flex-wrap: wrap;
	}
	.dc_bn {
		display: block;
		width: 230px;
		margin: 20px auto 0;
	}
	.top_about .boxs .box .dc_bn img {
		width: 100%;
	}
}


/*** 予約 ***/
@media (min-width: 768px) {
	.reservation .contact_btn.clearfix {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.reservation .contact_btn.clearfix a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.reservation .contact_btn .btn p i.arw {
		display: block;
		margin: auto;
		margin-top: 10px;
	}
}

.inquiry_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}
.inquiry_item {
    flex: 1;
    border: 1px solid #b9282b;
    padding: 40px;
}
.inquiry_item .contact_btn a {
    width: 100%;
	margin-bottom: 0;
}
.inquiry_item .contact_btn {
    margin-top: 30px;
}

.inquiry_item:nth-of-type(2) {
    border-color: #0555a0;
}
.inquiry_item:nth-of-type(2) .contact_btn a {
    background-color: #0555a0;
}
.inquiry_item:nth-of-type(2) .contact_btn a:after {
    background-color: #004a8b;
}
@media (max-width: 767px) {
	.inquiry_item {
		width: 100%;
		flex: inherit;
		padding: 20px;
	}

}

/*** TOP診療案内メニュー ***/
.medical_menu_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3em 0;
}
.medical_menu_list .medical_item {
    width: 24%;
    text-align: center;
}
.medical_menu_list .medical_item .ico {
    background: #fff;
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    padding: 15px;
}
.medical_menu_list .medical_item h4 {
    margin-top: 15px;
}
.medical_menu_list .medical_item a {
    text-decoration: none;
	transition: .3s all;
}
.medical_menu_list .medical_item a:hover {
    opacity: .8;
	transition: .3s all;
}
.medical_menu_list .medical_item a:hover .ico {
    background: rgb(185 40 43 / 10%);
    transition: .3s all;
}
@media (max-width: 767px) {
	.medical_menu_list .medical_item {
		width: 47%;
	}
	.medical_menu_list {
		gap: 1.5em 0;
	}
}
/*** 下層診療案内メニュー ***/
.page_menu_list {
    background-color: #f9f9f9;
    padding: 40px;
}
.page>.page_inner .page_menu_list h2 {
    margin-top: 0;
}

@media (max-width: 767px) {
	.pages_tit h2 span {
		letter-spacing: .1em;
		margin-left: 5px;
	}
}

/*** 事前web問診form ***/
.symptoms_list {
    position: absolute;
    bottom: 30px;
    left: 150px;
}
.symptoms_list ul li {
    position: relative;
    padding-left: 1em;
}
.symptoms_list ul li:after {
    position: absolute;
    content: "";
    background: #145297;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
	.symptoms_list {
		bottom: 0;
		left: 20px;
		font-size: .8rem;
	}
	.symptoms_list ul li {
		line-height: 1.3;
	}
}

.mw_wp_form .symptoms .horizontal-item + .horizontal-item {
    margin-right: 20px;
    margin-left: 0 !important;
}


/*** ご予約方法 ボタン調整 ***/
.top_reserv_clm .box_btn + .box_btn {
    margin-top: 15px;
}