@charset "utf-8";
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Meiryo UI", "メイリオ", "sans-serif","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 22px;
	color: #4A381E;
	letter-spacing: 1.2px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #4A381E;
}
img {
	width: 100%;
	vertical-align: bottom;
}


#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.header-wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-left {
	width: 20%;
}
.header-right {
	width: 28%;
}
.header-reserve {
	display: block;
	background: #FF7A2D;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	padding: 8px;
	border-radius: 0 0 20px 20px;
}
.header-reserve:hover {
	background: rgba(255,122,45,0.7);
}
.header-icon {
	display: inline-block;
	color: #4A381E;
	padding: 5px;
	position: relative;
	z-index: 3;
	margin-right: 5px;
}
.header-icon::after {
	content: "";
	background: #FFFFFF;
	width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
.header-reserve span {
	font-size: 22px;
	display: block;
	padding-top: 5px;
}

/*========= スクロール途中でヘッダーが表示するためのCSS ===============*/

#fix-nav{
    /*fixedで上部固定*/
	position: fixed;
	width:100%;
    z-index: 999;/*最前面へ*/
	display: none;
}
.flex-nav {
	color:#FFFFFF;
	text-align: center;
	padding: 15px 0;
	width: 23%;
	margin-left: auto;
	background: #FEAA79;
}
#g-nav a {
	display: block;
	position: relative;
	color:#FFFFFF;
	font-weight: 600;
}
#g-nav a:hover {
	opacity: 0.7;
}
#g-nav span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding-top: 10px;
}


/*========= ページトップへ戻るボタン ===============*/
#page_top{
	width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 10px;
  background: #FEAA79;
  opacity: 1;
  border-radius: 50%;
	z-index: 3;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #FFF4E4;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#mainvisual {
	position: relative;
	z-index: 5;
}
.mv-cp {
	position: absolute;
    top: 28%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 40%;
}
#top-message {
	padding: 11rem 0;
	position: relative;
	background-image: url("../img/messages_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
}
.top-message-wrap {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.ttl{
	font-size: 50px;
	font-weight: 700;
	font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #0C005A;
	margin: 0 auto 50px;
	background: linear-gradient(transparent 50%, rgba(255,122,45,0.75) 38%);
    padding-bottom: 20px;
	display: inline-block;
	line-height: 20px;
}
.sub-ttl {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #0C005A;
	line-height: 55px;
}
.h2 {
	background: #FFF4E4;
	padding: 65px 0;
	text-align: center;
}
h2 {
	font-size: 50px;
	font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	position: relative;
	display: inline-block;
	z-index: 5;
}
h2::before {
	content: "";
	background-image:  url("../img/h2_01.png");
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -3%;
    transform: translate(-50%, -50%);
	z-index: -1;
}
h2::after {
	content: "";
	background-image:  url("../img/h2_02.png");
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.worry-wrap {
	background-image: url("../img/worry_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.worry-flex {
	width: 80%;
	margin: 0 auto;
	padding: 3.5rem 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.worry-flex img {
	width: 18%;
	margin: 2.5rem auto;
}
.worry01 {
	padding-bottom: 50px;
}
.worry02 {
	padding-top: 50px;
}
#reserve-top {
	background: linear-gradient(180deg, rgba(255,239,230,0.30) 0%, rgba(246,164,117,0.30) 100%);
	position: relative;
}
.reserve-top-txt {
	font-size: 50px;
	font-family: "HGSｺﾞｼｯｸM", "HGPｺﾞｼｯｸM";
	font-weight: 700;
	text-align: center;
	padding: 50px 0;
	line-height: 60px;
}
/* 三角形(下) */
#triangle-down {
	width: 0;
	height: 0;
	border-left: 350px solid transparent;
    border-right: 350px solid transparent;
    border-top: 220px solid #FF7A2D;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.reserve {
	background-image: url("../img/reserve_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.reserve-wrap {
	width: 80%;
	margin: 0 auto;
	background: #FFFFFF;
}
.reserve-inner {
	width: 85%;
	margin: 0 auto;

}
.reserve-flex {
	width: 70%;
	margin: 2rem auto;
}
.reserve-btn {
	width: 100%;
	background: #FF7A2D;
	padding: 20px 0;
}
.reserve-ttl {
	font-size: 40px;
	text-align: center;
	padding-top: 40px;
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 700;
}
.reserve-link {
	display: block;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	padding: 8px 0;
}
.reserve-link:hover {
	opacity: 0.5;
}
.reserve-link span {
	font-size: 18px;
	display: block;
	padding-top: 5px;
}
.reserve-inner p {
	text-align: center;
	padding-bottom: 40px;
}
.about-wrap {
	background-image: url("../img/point_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.about-content-inner {
	width: 80%;
	margin: 4rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
	padding: 3rem 0;
}
.about-even-inner {
	flex-direction: row-reverse;
}
.about-content, .about-even {
	position: relative;
	color: #FFFFFF;
}
.about-content::before {
	content: "";
	background: #FF7A2D;
	position: absolute;
	left: 0;
	width: 75%;
	height: 100%;
}
.about-even::before {
	content: "";
	background: #FF7A2D;
	position: absolute;
	right: 0;
	width: 75%;
	height: 100%;
}
.about-txtbox, .about-img {
	width: 48%;
	position: relative;
	z-index: 10;
}
.about-ttl {
	text-align: center;
	font-size: 40px;
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	position: relative;
	z-index: 20;
	padding: 10px 0;
	font-weight: 700;
    border-bottom: 3px solid #D4D0AC;
}
.number {
	display: block;
	font-size: 30px;
	font-family: "Britannic";
	text-align: start;
}
.about-ttl::before,
.about-ttl::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.about-ttl::before {
    background-color: #D4D0AC;
}

.about-ttl::after {
    bottom: -11px;
    background-color: #FF7A2D;
}
.about-txt {
	padding-top: 20px;
}
.about01 {
	margin: 3rem auto;
	width: 80%;
}
.about01 p {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	font-family: "A P-OTF 丸ツデイ+ ProN DB", "HG丸ｺﾞｼｯｸM-PRO", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.about01-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about01-img img {
	width: 30%;
	margin: 2rem auto;
}
.link-btn {
	width: 90%;
	margin: 2rem auto;
	background: #0C005A;
	padding: 20px 0;
}
.link-btn a {
	display: block;
	width: 90%;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 30px;
	text-align: center;
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	border: 1px solid #FFFFFF;
	position: relative;
}
.link-btn a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
    border-bottom: 25px solid #FFFFFF;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.link-btn a:hover {
	opacity: 0.5;
}
.merit-wrap {
	padding: 100px 0;
	background: linear-gradient(0deg, rgba(132,216,232,0.50) 0%, rgba(240,253,255,0.50) 100%);
}
.merit-inner {
	width: 80%;
	margin: 0 auto;
}
.merit-flex {
	display: flex;
	justify-content: center;
}
.merit-left, .merit-right {
	width: 50%;
}
.flex-even {
	flex-direction: row-reverse;
}
.merit-txtbox {
	background: #FFF4E4;
	position: relative;
	height: 100%;
	z-index: 2;
}
.merit-txtbox::after {
	content: "";
	background-image: url("../img/merit_icon.png");
	right: 0;
	position: absolute;
	width: 66%;
    height: 106%;
    top: -23px;
    z-index: -1;
}
.merit-ttl {
	font-size: 32px;
	font-weight: 700;
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #FF7A2D;
	padding: 25px 0 20px;
	width: 95%;
	margin: 0 auto;
}
.merit-txtbox p {
	width: 95%;
	margin: 0 auto;
	font-size: 20px;
}
#foregin {
	background-image: url("../img/point_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.foregin-wrap {
	width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
}
.foregin-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
h3 {
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #4A381E;
	font-size: 35px;
	margin: 40px auto;
}
.foregin-right {
	width: 45%;
}
.foregin-even {
	flex-direction: row-reverse;
}
.foregin-left {
	padding: 35px 20px;
	width: 48%;
	text-align: center;
	position: relative;
	font-size: 30px;
	z-index: 1;
}
.foregin-left::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 345px;
	background-image: url("../img/preventive01-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.foregin02::before {
	background-image: url("../img/preventive02-3.png");
}
.strong {
	font-size: 40px;
	display: inline-block;
	padding-top: 60px;
	font-weight: 600;
	position: relative;
}
.strong::after {
	content: "";
	position: absolute;
	top: 48%;
    left: -25%;
	transform: translate(-50%, -50%);
    width: 80px;
    height: 70px;
	background-image: url("../img/preventive01-2.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.strong02::after {
	background-image: url("../img/preventive02-2.svg");
	top: 33%;
    left: 104%;
}

#maintenance {
	background: #FF7A2D;
}
.maintenance-wrap {
	width: 65%;
	margin: 0 auto;
	padding: 2rem 0;
	color: #FFFFFF;
	position: relative;
	z-index: 5;
}
.maintenance-ttl {
	font-size: 35px;
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.maintenance-wrap::before {
	content: url("../img/preventive_icon01.png");
	position: absolute;
	top: 10px;
	left: -12%;
	z-index: -1;
}
.maintenance-wrap::after {
	content: url("../img/preventive_icon02.png");
	position: absolute;
	bottom: 5px;
	right: -16%;
	z-index: -1;
}
#bottom-message {
	background-image: url("../img/messages_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bottom-message-wrap {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0;
}
.bottom-message-txt {
	padding: 30px 0;
}
.flow-wrap {
	background-image: url("../img/flow_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
}
.flow-inner {
	width: 90%;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0.5rem 0;
}
.flow-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3.5rem auto;
}
.flow-num {
	font-size: 50px;
	font-family: "Pistilli Pro";
	display: inline-block;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	background: #FF7A2D;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	position: relative;
	margin-left: 20px;
}
.flow-num::before {
	content: "STEP";
	display: block;
	font-size: 16px;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.flow-even {
	background: #0C005A;
}
.flow-bg {
	width: 90%;
}
.flow-content {
	width: 95%;
	margin: 0 auto;
	background: #FFFFFF;
	border-bottom: 3px solid #D4D0AC;
}
.flow-ttl {
	font-size: 32px;
	font-family: "源ノ角ゴシック Code JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding: 10px 0 20px;
	width: 95%;
	margin: 0 auto;
	font-weight: 700;
}
.flow-content p {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.clinic-wrap {
	background-image: url("../img/worry_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.clinic-flex {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 2rem auto;
}
.clinic-left {
	width: 40%;
} 
.clinic-right {
	width: 52%;
	font-size: 20px;
	background: rgba(255,122,45,0.60);
	border-radius: 50px;
	padding: 20px 0;
}
.clinic-right dt {
	display: inline-block;
	padding: 1px 15px;
	background: #0C005A;
	color: #FFFFFF;
	text-align: center;
	border-radius: 30px;
}
.clinic-right dd {
	display: inline-block;
}
.clinic-right dl {
	margin: 0.5rem auto;
	width: 95%;
}
.biz-hour {
	width: 95%;
	background: #FFFFFF;
	border: 3px solid #D4D0AC;
	margin: 1rem auto;
}
.biz-hour th, td {
	text-align: center;
	font-weight: 500;
	padding: 0 10px;
}
.clinic-right span {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.googlemap {
	width: 90%;
	margin: 0 auto;
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
	background: #FF7A2D;
}



	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}

	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	body {
		font-size: 17px;
		color: #4A381E;
		line-height: 25px;
		letter-spacing: 1.1px;
	}
	.header-right {
		width: 35%;
	}
	.header-icon {
		padding: 2px;
		font-size: 18px;
	}
	.header-icon::after {
		width: 32px;
		height: 32px;
	}
	.header-reserve {
		font-size: 20px;
		line-height: 20px;
		padding: 11px;
	}
	.header-reserve span {
		font-size: 14px;
	}
	.flex-nav {
		padding: 5px 0;
		width: 30%;
	}
	#g-nav span {
		padding-top: 5px;
		font-size: 15px;
	}
	.mv-cp {
		top: 76%;
		left: 24%;
		width: 40%;
	}
	#top-message {
		padding: 3.5rem 0;
	}
	.ttl {
		font-size: 26px;
		line-height: 20px;
		background: linear-gradient(transparent 57%, rgba(255,122,45,0.75) 38%);
		padding-bottom: 12px;
		margin: 0 auto 20px;
	}
	.sub-ttl {
		font-size: 20px;
		line-height: 30px;
	}
	.worry-flex img {
		width: 43%;
		margin: 0.5rem auto;
	}
	.worry02 {
		padding-top: 20px;
	}
	.worry01 {
		padding-bottom: 20px;
	}
	h2 {
		font-size: 28px;
	}
	h2::after {
		right: -30%;
	}
	.reserve-top-txt {
		font-size: 32px;
	}
	.reserve-ttl {
		font-size: 30px;
	}
	.reserve-btn {
		padding: 15px 0;
	}
	.reserve-link {
		font-size: 30px;
	}
	.about-wrap {
		padding: 50px 0;
	}
	.link-btn {
		padding: 15px 0;
	}
	.link-btn a {
		font-size: 18px;
	}
	.link-btn a::after {
		border-left: 18px solid transparent;
	    border-bottom: 18px solid #FFFFFF;
	}
	.about-content-inner {
		width: 95%;
		padding: 1.5rem 0;
	}
	.about-txtbox, .about-img {
		width: 49%;
	}
	.number {
		padding-bottom: 5px;
		font-size: 18px;
	}
	.about-ttl {
		font-size: 23px;
	}
	.about01 p {
		font-size: 20px;
	}
	.merit-flex, .flex-eve {
		flex-direction: column-reverse;
		margin: 2rem auto;
	}
	.merit-left, .merit-right {
		width: 100%;
	}
	.merit-ttl {
		font-size: 28px;
	}
	.merit-txtbox p {
		width: 95%;
		padding-bottom: 25px;
	}
	h3 {
		font-size: 30px;
	}
	.foregin-left {
		font-size: 20px;
		width: 50%;
	}
	.foregin-left::before {
		width: 114%;
	    height: 345px;
	}
	.strong::after {
		width: 60px;
	    height: 50px;
	}
	.maintenance-wrap {
		width: 73%;
	}
	.maintenance-ttl {
		font-size: 30px;
	}
	#bottom-message {
		padding: 5rem 0;
	}
	.flow-inner, .clinic-wrap {
		padding: 50px 0;
	}
	.flow-ttl {
		font-size: 27px;
	}
	.clinic-flex {
		flex-direction: column;
		margin: 1rem auto;
	}
	.clinic-left {
		width: 80%;
		margin: 1rem auto;
	}
	.clinic-right {
		width: 100%;
	}
}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	.header-left {
		width: 38%;
	}
	.header-right {
		display: none;
	}
	.mv-cp {
		top: 17%;
		left: 50%;
		width: 84%;
	}
	.flex-nav {
		width: 65%;
	}
	#top-message {
		background-image: url("../img/messages_bg_sp.jpg");
	}
	.top-message-wrap, .bottom-message-wrap {
		width: 95%;
	}
	.ttl {
		font-size: 24px;
	    line-height: 29px;
		background: none;
		border-bottom: 5px solid #FF7A2D;
	}
	.sub-ttl {
		font-size: 16px;
		line-height: 20px;
	}
	h2 {
		font-size: 22px;
	}
	h2::before {
		width: 60px;
		height: 60px;
		left: 2%;
	}
	h2::after {
		width: 60px;
		height: 60px;
		right: -65px;
	}
	.h2 {
		padding: 45px 0;
	}
	.worry-flex {
		padding: 1.5rem 0;
		width: 88%;
	}
	.worry-flex img {
		width: 48%;
		margin: 0.5rem auto;
	}
	.reserve-top-txt {
		font-size: 23px;
		line-height: 35px;
		padding: 40px 0;
	}
	#triangle-down {
		border-left: 90px solid transparent;
    	border-right: 90px solid transparent;
    	border-top: 150px solid #FF7A2D;
	}
	.reserve-ttl {
		font-size: 23px;
		padding-top: 20px;
	}
	.reserve-flex {
		width: 100%;
	}
	.reserve-btn {
		width: 100%;
		margin: 1rem auto;
	}
	.reserve-link {
		font-size: 24px;
	}
	.reserve-link span {
		font-size: 15px;
	}
	.about-wrap {
		padding: 40px 0;
	}
	.about-content-inner {
		width: 95%;
		flex-direction: column-reverse;
	}
	.about-txtbox, .about-img {
		width: 90%;
	}
	.about-content::before {
		width: 95%;
	}
	.about01-img {
		flex-wrap: wrap;
	}
	.about01-img img {
		width: 49%;
		margin: 1rem auto;
	}
	.link-btn {
		padding: 10px 0;
	}
	.link-btn a {
		width: 95%;
	}
	.link-btn a::after {
		border-left: 13px solid transparent;
		border-bottom: 13px solid #FFFFFF;
	}
	.about01 {
		width: 90%;
	}
	.about-even::before {
		width: 95%;
	}
	.merit-wrap {
		padding: 50px 0;
	}
	.merit-ttl {
		font-size: 24px;
	}
	h3 {
		font-size: 23px;
		margin: 30px auto;
	}
	.foregin-flex {
		flex-direction: column-reverse;
	}
	.foregin-left, .foregin-right {
		width: 100%;
		margin: 1rem auto;
		padding: 35px 10px;
	}
	.foregin-left::before {
		background-image: url("../img/preventive01-3_sp.png");
		width: 105%;
		height: 280px;
	}
	.foregin02::before {
		background-image: url("../img/preventive02-3_sp.png");
	}
	.strong {
		font-size: 33px;
		padding-top: 45px;
	}
	.maintenance-ttl {
		font-size: 27px;
	}
	.maintenance-wrap {
		background: rgba(255,255,255,0.60);
		color: #4A381E;
		padding: 2rem 1rem;
	}
	.flow-flex {
		flex-direction: column;
		margin: 1.5rem auto;
	}
	.flow-num {
		margin-left: 0;
		font-size: 40px;
	}
	.flow-num::before {
		font-size: 14px;
	}
	.flow-bg {
		width: 100%;
		margin: 20px auto;
		padding: 10px 0;
	}
	.clinic-right dd {
		display: block;
	}
	.biz-hour th, td {
		padding: 0 1px;
	}
	.clinic-right {
		border-radius: 25px;
		font-size: 17px;
	}
}










