:root {
	--oc-link-color: #0d6efd;
	--oc-primary-color: #233b68;

	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;
}

body {
	font-size: 16px;
	line-height: 1.8;
	max-width: 1440px;
	margin: 0 auto;
}

.text-primary-color {
	color: var(--oc-primary-color);
}

.clear-fix {
	clear: both;
}

a {
	text-decoration: none;
	color: var(--oc-link-color);
	;
}
.fc-green {
	color: var(--paradiso);	
}
.fc-black {
	color: var(--chicago);
}
.bg-green{
	background-color: var(--paradiso);
}
.font-12{
    font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: var(--paradiso);
}

img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.text-bg-top .caption {}

.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
	text-align: center;
	font-size: 20px;
	padding: 80px 10px;
}

.content-none .error-number {
	font-size: 70px;
}

.content-none .content-none-btn {
	margin: 20px auto;
	text-align: center;
}

/* common style */
.container {
    width: 100%;
}
section.site-section{
	width: 100%;
	max-width: 1440px;
}
section#contact_top {
    width: 100%;
}
section#contact_form {
	width: 100%;
	margin: 1rem 1.5rem;
}
/* OC Button Style */
.site-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 375px;
	height: 73px;
	max-width: 90%;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	transition: all 0.5s;
}

.site-btn {
	color: var(--oc-primary-color);
	border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
}

.modal-dialog {
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}

.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400;
	/* 枠の調整 */
	border-radius: 50%;
	/* 丸みの度合い */
	background: #fff;
	/* ボタンの背景色 */
}

.round_btn::before,
.round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	/* 棒の幅（太さ） */
	height: 22px;
	/* 棒の高さ */
	background: #AA8400;
	/* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* END - OC Modal Style */


/* screen - oc-mochi-web */
.only-desktop {
	display: none;
}

@media (min-width: 1200px) {
	.only-desktop {
		display: block;
	}
}

@media (max-width: 1199px) {
	.only-desktop {
		display: none;
	}
}

.only-mobile {
	display: block;
}

@media (min-width: 1200px) {
	.only-mobile {
		display: none;
	}
}

@media (max-width: 1199px) {
	.only-mobile {
		display: block;
	}
}

.oc-mochi-web {
	align-items: center;
	background-color: var(--fff);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.oc-mochi-web .header {
	align-items: flex-end;
	background-color: var(--fff);
	display: flex;
	height: 130px;
	width: 100%;
	padding: 15px 40px 15px 10px;
	max-width: 1440px;
}

.oc-mochi-web .header-1 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.oc-mochi-web .logo-wrap {
	/* flex: 0 0 auto; */
	flex: 0 0 auto;
	max-height: 81.82px;
	margin-left: -0.82px;
	position: relative;
	width: 436px;
	padding-top: 30px;
}

.oc-mochi-web .inner-menu-group {
	align-items: flex-end;
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
	position: relative;
}
.oc-mochi-web .header-nav-mobile {
	display: none;
}
.footer-mobile-menu {
	display: none;
}
@media screen and (max-width: 1266px) {
	.oc-mochi-web .inner-menu-group.header-nav-pc {
		display: none;
	}
	.oc-mochi-web .header-nav-mobile {
		display: block;
	}
	.oc-mochi-web .header {
		height: auto;
	}
	.oc-mochi-web .logo-wrap{
		padding-top: 0;
	}
	.footer-mobile-menu {
        position: fixed;
		display: flex;
        bottom: 0;
        width: 100%;
        background-color: white;
        z-index: 2;
    }
	.footer-mobile-menu a.phone-btn, .footer-mobile-menu .fill-btn, .footer-mobile-menu .reserve-btn {
        flex: 1;
        height: 70px;
    }
	.footer-mobile-menu .reserve-btn,
	.footer-mobile-menu a.phone-btn {
        padding: 0.5em;
    }
	.l-height-1425 {
		line-height: 1.425em;
	}
	.white-btn {
		color: #fff;
	}
}
@media screen and (max-width: 814px) {
	.oc-mochi-web .logo-wrap{
		width: 320px;
	}
}
@media screen and (max-width: 600px) {
	.oc-mochi-web .logo-wrap{
		width: 289px;
	}
}

.header-nav-mobile .menu-toggle {
	position: fixed;
	top: 16px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1001;
}

.header-nav-mobile .menu-toggle div {
	width: 30px;
	height: 3px;
	background: var(--paradiso);
	margin: 6px 5px;
	transition: 0.4s;
}

.header-nav-mobile .menu-checkbox {
	display: none;
}

.header-nav-mobile .menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: var(--paradiso);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: transform 0.4s ease-in-out;
	z-index: 1000;
	flex-direction: column;
}

.header-nav-mobile .menu-content {
	text-align: center;
}

.header-nav-mobile .menu-content ul {
	list-style: none;
	padding: 0;
}

.header-nav-mobile .menu-content li {
	margin: 20px 0;
}

.header-nav-mobile .menu-content a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

/* メニュー開閉のアニメーション */
.header-nav-mobile .menu-checkbox:checked~.menu-overlay {
	transform: translateY(0);
}
.header-nav-mobile .menu-checkbox:checked+.menu-toggle div{
	background: #fff;
}
.header-nav-mobile .menu-checkbox:checked+.menu-toggle div:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
	transform-origin: center;
}

.header-nav-mobile .menu-checkbox:checked+.menu-toggle div:nth-child(2) {
	opacity: 0;
}

.header-nav-mobile .menu-checkbox:checked+.menu-toggle div:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
	transform-origin: center;
}

.oc-mochi-web .upper-group {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 24px;
	position: relative;
	width: 494px;
	justify-content: flex-end;
}

.oc-mochi-web .ext-link {
	align-items: flex-start;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 24px;
	position: relative;
}

.oc-mochi-web .text-69 {
	letter-spacing: 0.56px;
	line-height: normal;
	margin-top: -1.00px;
	position: relative;
	text-align: center;
	width: fit-content;
}

.oc-mochi-web .tell {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 3.96px;
	justify-content: center;
	position: relative;
}

.oc-mochi-web .frame-3287 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.98px;
	justify-content: center;
	position: relative;
	width: 189px;
}

.oc-mochi-web .frame-3288 {
	height: 22.76px;
	position: relative;
	width: 22.76px;
}

.oc-mochi-web .phone {
	align-self: stretch;
	color: var(--paradiso);
	flex: 1;
	font-family: var(--font-family-lato);
	font-size: 23.7px;
	font-weight: 500;
	letter-spacing: 0.95px;
	line-height: normal;
	margin-top: -0.99px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.oc-mochi-web .frame-3315 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 9.9px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.oc-mochi-web .text-70 {
	color: var(--chicago);
	flex: 1;
	font-family: var(--font-family-noto_sans_jp);
	font-size: 13.9px;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 13.9px;
	margin-top: -0.99px;
	position: relative;
	text-align: center;
}

.oc-mochi-web .main-btn {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: 4px;
	height: 57px;
	position: relative;
	transition: all 0.2s linear;
	width: 162px;
}

.oc-mochi-web .main-btn:hover {
	transform: scale(1.1);
}

.oc-mochi-web .main-btn-1 {
	align-items: center;
	background-color: var(--paradiso);
	border-radius: 4px;
	display: flex;
	gap: 10px;
	height: 57px;
	justify-content: center;
	padding: 8px 16px;
	position: relative;
	width: 162px;
}

.oc-mochi-web .lsiconcalendar-filled {
	height: 23px;
	position: relative;
	width: 23px;
}

.oc-mochi-web .web {
	letter-spacing: 0.64px;
	line-height: normal;
	position: relative;
	text-align: center;
	width: fit-content;
}

.oc-mochi-web .frame-3317 {
	position: relative;
	width: 14px;
}

.oc-mochi-web .lower-group {
	align-items: flex-end;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 48px;
	position: relative;
}

.oc-mochi-web .menu-link {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 16px;
	position: relative;
	flex-wrap: wrap;
    justify-content: center;
}

.oc-mochi-web .link {
	letter-spacing: 0;
	line-height: 22px;
	margin-top: -1.00px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .top-kv-section {
	height: 941px;
	margin-top: 10px;
	position: relative;
	max-width: 1440px;
	width: 100%;
	padding: 24px;

}
.top-message-group {
    position: absolute;
    top: calc(0.337* 100vw);
    left: 4%;
    color: white;
	z-index: 3;
}
.top-message-group .tag-line .tag-wrap {
	background-color: #b19870;
    padding: 7px 5px;
    font-size: calc(1.5* 1vw);
}
.top-message-group .top-message-line {
	font-size: calc(4* 1vw);
    letter-spacing: 1px;
    line-height: 1em;
    margin-top: 22px;
	font-weight: bold;
}

.top-message-group .top-message-line span {
    font-size: calc(3*1vw);
}
@media screen and (min-width: 1440px) {
	.top-message-group {
		top: 486.628px;
		left: 57.5938px;
	}
	.top-message-group .tag-line .tag-wrap {
		font-size: 21.66px;
	}
	.top-message-group .top-message-line {
		font-size: 57.76px;
	}
	.top-message-group .top-message-line span {
		font-size: 43.32px;
	}
}
@media screen and (max-width: 1200px) {
	.oc-mochi-web .top-kv-section {
		height: 800px;
	}
}
@media screen and (max-width: 600px) {
	.top-message-group {
		top: calc(1.1* 100vw);
		left: 9%;
	}
	.top-message-group .tag-line .tag-wrap {
		font-size: calc(3.5* 1vw);
	}
	.top-message-group .top-message-line {
		font-size: calc(6.5* 1vw);
		line-height: 1.2em;
	}
	.top-message-group .top-message-line span {
		font-size: calc(5* 1vw);
	}
	.top-message-group p.desc {
		line-height: 0.5em;
		font-size: 14px;
	}
}
.oc-mochi-web .top-kv-image {
	height: auto;
	/* left: 0;
	position: absolute;
	top: 0; */
	max-width: 1440px;
	width: 100%;
}

.oc-mochi-web .open-hour {
	align-items: flex-end;
	background-color: var(--fff);
	border-radius: 5px;
	display: flex;
	height: 313px;
	right: 20px;
	width: 655px;
	padding: 25px 46px;
	position: absolute;
	top: 70%;
}
.oc-mochi-web .open-hour-sp.overlap-group1 {
	border-radius: 2.54px;
	height: 191px;
	left: 32px;
	position: absolute;
	top: 494px;
	width: 333px;
  }
  
  .oc-mochi-web .open-hour-sp .group-3107 {
	align-items: flex-start;
	background-color: var(--fff);
	border-radius: 2.54px;
	display: flex;
	flex-direction: column;
	left: 0;
	min-height: 191px;
	padding: 11.4px 15.2px;
	position: absolute;
	top: 0;
	width: 333px;
  }
  
  .oc-mochi-web .open-hour-sp .text-76 {
	color: var(--paradiso);
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-xxs);
	font-weight: 500;
	letter-spacing: 0.93px;
	line-height: 19.1px;
	margin-left: 23.94px;
	margin-top: 5px;
	min-height: 20px;
	white-space: nowrap;
  }
  
  .oc-mochi-web .open-hour-sp .x4-2 {
	height: 1px;
	margin-top: 3px;
	width: 293px;
  }
  
  .oc-mochi-web .open-hour-sp .overlap-group-3 {
	height: 49px;
	margin-left: 1.07px;
	margin-top: 2px;
	position: relative;
	width: 293px;
  }
  
  .oc-mochi-web .open-hour-sp .time-2 {
	display: inline-flex;
	gap: 7.98px;
	left: 9px;
	top: 0;
  }
  
  .oc-mochi-web .open-hour-sp .text_label-7 {
	letter-spacing: 0;
	line-height: 19.1px;
	margin-top: -0.53px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
  }
  
  .oc-mochi-web .open-hour-sp .x-2 {
	line-height: 19.1px;
  }
  
  .oc-mochi-web .open-hour-sp .x1-7 {
	left: 0;
	top: 24px;
	width: 293px;
  }
  
  .oc-mochi-web .open-hour-sp .x2-2 {
	left: 0;
	top: 48px;
	width: 292px;
  }
  
  .oc-mochi-web .open-hour-sp .text_label-8 {
	letter-spacing: 0.93px;
	line-height: 13.2px;
	margin-left: 2.54px;
	margin-top: 9px;
	min-height: 14px;
	white-space: nowrap;
  }
  
  .oc-mochi-web .open-hour-sp .text_label-9 {
	color: transparent;
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-xxs);
	font-weight: 400;
	letter-spacing: 0.93px;
	line-height: 17.5px;
	margin-left: 2.32px;
	margin-top: 13px;
	min-height: 54px;
	width: 292px;
  }
  
  .oc-mochi-web .open-hour-sp .span0-2 {
	color: var(--chestnut);
	font-weight: 700;
	letter-spacing: 0.11px;
  }
  
  .oc-mochi-web .open-hour-sp .span1-3 {
	letter-spacing: 0.11px;
  }
  
  .oc-mochi-web .open-hour-sp .frame-3314-1 {
	align-items: center;
	display: inline-flex;
	gap: 2.54px;
	left: 205px;
	position: absolute;
	top: 93px;
  }
  
  .oc-mochi-web .open-hour-sp .frame-3311 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5.08px;
	height: 25.4px;
	justify-content: center;
	padding: 5.08px;
	position: relative;
	width: 18.29px;
  }
  
  .oc-mochi-web .open-hour-sp .polygon-1-2 {
	height: 6.1px;
  }
  
  .oc-mochi-web .open-hour-sp .text_label-10 {
	letter-spacing: 0.93px;
	line-height: 13.2px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
  }
  
  .oc-mochi-web .open-hour-sp .frame-3313-1 {
	gap: 0.53px;
	left: 98px;
	top: 13px;
	width: 204px;
  }
  
  .oc-mochi-web .open-hour-sp .frame-3309 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 11.67px;
	position: relative;
	width: 100%;
  }
  
  .oc-mochi-web .open-hour-sp .frame-3-2 {
	gap: 5.32px;
	height: 26.6px;
	padding: 5.32px;
	width: 19.15px;
  }
  
  .oc-mochi-web .open-hour-sp .x930-2 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .x1000-12 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .x1000-13 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .x1000-14 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .x1000-15 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .x1000-16 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .x1000-17 {
	line-height: 19.1px;
	margin-bottom: -1.49px;
	margin-top: -2.55px;
  }
  
  .oc-mochi-web .open-hour-sp .frame-330-1 {
	gap: 11.7px;
  }
  
  .oc-mochi-web .open-hour-sp .ellipse-18-3 {
	background-color: var(--hippie-blue);
	border-radius: 3.46px;
	height: 6.91px;
	position: relative;
	width: 6.91px;
  }
  
  .oc-mochi-web .open-hour-sp .frame-33-1 {
	height: 26.6px;
	position: relative;
	width: 19.15px;
  }
@media screen and (max-width: 1420px) {
	.oc-mochi-web .open-hour {
		top: 560px;
		height: 300px;
		width: 600px;
	}
}
@media screen and (max-width: 1010px) {
	.oc-mochi-web .open-hour {
		top: 490px;
	}
}
@media screen and (max-width: 799px) {
	.oc-mochi-web .open-hour {
		top: 430px;
	}
}
.oc-mochi-web .top-kv-image-sp{
	display: none !important;
}
.oc-mochi-web .open-hour-sp{
	display: none;
}


.oc-mochi-web .overlap-group6 {
	/* height: 261px;
	position: relative;
	width: 559px; */
}

.oc-mochi-web .groups {
	height: 254px;
	left: 22px;
	position: absolute;
	top: 22px;
	width: 559px;
}

.oc-mochi-web .flex-col {
	align-items: flex-start;
	flex-direction: column;
	gap: 7px;
	left: 0;
	min-height: 44px;
	top: 0;
	width: 551px;
}

.oc-mochi-web .text-71 {
	color: var(--paradiso);
	font-family: var(--font-family-noto_sans_jp);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.44px;
	line-height: 36px;
	margin-left: 22px;
	white-space: nowrap;
}

.oc-mochi-web .x4 {
	height: 1px;
	object-fit: cover;
	width: 551px;
}

.oc-mochi-web .overlap-group {
	height: 87px;
	left: 2px;
	position: absolute;
	top: 51px;
	width: 551px;
}

.oc-mochi-web .time {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	left: 16px;
	position: absolute;
	top: 0;
	width: 94px;
}

.oc-mochi-web .text_label {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .x {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	position: relative;
}

.oc-mochi-web .x1 {
	height: 1px;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 43px;
	width: 551px;
}

.oc-mochi-web .ellipse-18-1 {
	top: 62px;
}

.oc-mochi-web .flex-col-1 {
	align-items: flex-start;
	left: 2px;
	min-height: 110px;
	top: 144px;
	width: 551px;
}

.oc-mochi-web .x2 {
	height: 1px;
	object-fit: cover;
	width: 551px;
}

.oc-mochi-web .text_label-2 {
	letter-spacing: 1.12px;
    line-height: 26px;
    width: 100%;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oc-mochi-web .text_label-3 {
	color: transparent;
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-l);
	font-weight: 400;
	letter-spacing: 1.28px;
	line-height: 26px;
	margin-left: 3px;
	margin-top: 12px;
	min-height: 53px;
}

.oc-mochi-web .span0 {
	color: var(--chestnut);
	font-weight: 700;
	letter-spacing: 0.20px;
}

.oc-mochi-web .span1 {
	letter-spacing: 0.20px;
}

.oc-mochi-web .hours {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.oc-mochi-web .frame-3 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 50px;
	justify-content: center;
	padding: 10px;
	position: relative;
	width: 36px;
}

.oc-mochi-web .polygon-1 {
	align-self: stretch;
	height: 12px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .text_label-1 {
	letter-spacing: 1.12px;
	line-height: 26px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .days {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1px;
	left: 155px;
	position: absolute;
	top: 14px;
	width: 384px;
}

.oc-mochi-web .frame-330 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 22px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 600px) {
	.oc-mochi-web .top-kv-image{
		display: none !important;
	}
	.oc-mochi-web .open-hour {
        top: 616px;
        height: 300px;
        width: 85%;
    }
	.oc-mochi-web .groups {
		width: 95%;
	}
	.oc-mochi-web .flex-col {
		width: 100%;
	}
	.oc-mochi-web .open-hour-sp{
		display: none;
	}
	.oc-mochi-web .top-kv-image-sp{
		display: block !important;
		width: 100%;
	}
	.oc-mochi-web .overlap-group {
		width: 100%;
	}
	.oc-mochi-web .flex-col-1 {
		width: 100%;
	}
	.oc-mochi-web .open-hour {
		padding: 19px 20px;
		width: 95%;
	}
	.oc-mochi-web .text-71,.oc-mochi-web .text_label,.oc-mochi-web .x {
		font-size: 11px;
	}
	.oc-mochi-web .days {
        left: 29%;
        width: 75%;
		top: 16px;
    }
	.oc-mochi-web .frame-330{
		gap: 5px;
	}
	.oc-mochi-web .frame-3{
		padding: 4px;
	}
	.oc-mochi-web .frame-3 .notosansjp-normal-chicago-16px {
		font-size: 11px;
		text-align: center;
	}
	.oc-mochi-web .frame-3 {
		width: 30px;
	}
}
.oc-mochi-web .x930 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: -2.00px;
	margin-top: -4.00px;
	position: relative;
}

.oc-mochi-web .x1000 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: -2.00px;
	margin-top: -4.00px;
	position: relative;
}

.oc-mochi-web .ellipse-18 {
	background-color: var(--hippie-blue);
	border-radius: 6.5px;
	height: 13px;
	position: relative;
	width: 13px;
}

.oc-mochi-web .frame-33 {
	height: 50px;
	position: relative;
	width: 36px;
}

.oc-mochi-web .about-clinic-section {
	align-items: flex-start;
	display: flex;
	gap: 38px;
}
.cancel-banner {
    border: 1px solid green;
    padding: 2rem;
}
span.cancel-banner-ttl {
    font-weight: bold;
    color: var(--sandal);
}
.page-header h1.page-title {
    font-size: 2rem;
    margin: 1rem auto 2rem;
}
.oc-mochi-web .frame-3-1 {
	align-items: flex-start;
	display: inline-flex;
	flex-direction: column;
	gap: 27px;
	position: relative;
	width: 47%;
}

.oc-mochi-web .midashi {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: center;
	padding: 10px;
	position: relative;
}

.oc-mochi-web .line-4 {
	height: 1px;
	object-fit: cover;
	position: relative;
	width: 22px;
}

.oc-mochi-web .about-clinic-1 {
	letter-spacing: 0;
	line-height: normal;
	margin-right: -1.00px;
	margin-top: -1.00px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .frame-3289 {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 32px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .text {
	color: var(--sandal);
	font-family: var(--font-family-noto_sans_jp);
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0.68px;
	line-height: 61.2px;
	margin-top: -1.00px;
	position: relative;
	/* width: 528px; */
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .text{
		line-height: 180%;
		font-size: 24px;
	}
}
.oc-mochi-web .text-10 {
	align-items: flex-start;
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
	position: relative;
}

.oc-mochi-web .text-2-2 {
	letter-spacing: 0.34px;
	line-height: 30.6px;
	margin-top: -1.00px;
	position: relative;
	width: fit-content;
}

.oc-mochi-web .text-1 {
	letter-spacing: 0.34px;
	line-height: 30.6px;
	position: relative;
	width: fit-content;
}

.oc-mochi-web .mochi-section {
	margin-top: 72px;
	max-width: 991px;
	margin-right: 14px;
	margin-left: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.oc-mochi-web .mochi-section {
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.oc-mochi-web .mochi-section {
		margin-top: 167px;
	}
	
}
.oc-mochi-web .mask-group {
	height: auto;
	/* width: 425px; */
}

.oc-mochi-web .overlap-group7 {
	align-items: flex-start;
	/* background-color: var(--aqua-haze-2); */
	display: flex;
	flex-direction: column;
	gap: 68px;
	padding: 5% 5%;
	max-width: 1440px;
}

.oc-mochi-web .feature-section {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 54px;
	position: relative;
	
}

.oc-mochi-web .section-title-wrap {
	align-items: flex-start;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 1px;
	position: relative;
	width: 174px;
}

.oc-mochi-web .midashi-1 {
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	position: relative;
	width: 100%;
}

.oc-mochi-web .about-clinic {
	letter-spacing: 0;
	line-height: normal;
	margin-top: -1.00px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .text-5-2 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: normal;
	position: relative;
}


.oc-mochi-web .feature-cards-wrap {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 54px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .feature-row {
	align-items: stretch;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 33px 33px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.oc-mochi-web .feature-card {
	align-items: center;
	background-color: var(--fff);
	border-radius: 0px 40px 0px 0px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 27px 25px;
	position: relative;
	width: 30%;
	min-width: 320px;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .feature-card {
		padding: 0;
		margin-bottom: 1rem;
	}
	
}
.oc-mochi-web .feature-img {

}

.oc-mochi-web .text-6-1 {
	/* height: 60px; */
	letter-spacing: 0.40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	/* width: 245px;s */
}

.oc-mochi-web .text-2 {
	/* height: 104px; */
	letter-spacing: 0.28px;
	line-height: 21px;
	position: relative;
	
}

.oc-mochi-web .text-8-1 {
	height: 60px;
	letter-spacing: 0.40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	/* width: 245px; */
}

.oc-mochi-web .text-10-1 {
	height: 60px;
	letter-spacing: 0.40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 245px;
}

.oc-mochi-web .text-12 {
	height: 60px;
	letter-spacing: 0.40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 245px;
}

.oc-mochi-web .web-1 {
	height: 60px;
	letter-spacing: 0.40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 245px;
}

.oc-mochi-web .btn {
	align-items: center;
	align-self: center;
	background-color: var(--fff);
	border: 1px solid;
	border-color: var(--paradiso);
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	gap: 12px;
	height: 52px;
	justify-content: center;
	margin-left: 1.0px;
	position: relative;
	transition: all 0.2s linear;
	width: 335px;
}

.oc-mochi-web .btn:hover {
	transform: scale(1.1);
}

.oc-mochi-web .text-3 {
	letter-spacing: 0.68px;
	line-height: 17px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .vector-4 {
	position: relative;
}

.oc-mochi-web .menu {
	align-items: center;
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	margin-top: 121px;
	width: 100%;
	padding: 17px;
}

.oc-mochi-web .frame-3318 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1px;
	/* margin-left: 15.0px; */
	position: relative;
	/* width: 174px; */
}

.oc-mochi-web .text-4 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: normal;
	position: relative;
	text-align: center;
}

.oc-mochi-web .text-16 {
	letter-spacing: 0.34px;
	line-height: 30.6px;
	/* margin-left: 61.0px; */
	margin-top: 40px;
	/* min-height: 62px; */
	position: relative;
	text-align: center;
	/* width: 846px; */
}

.oc-mochi-web .frame-3343 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 82px;
	margin-top: 57px;
	position: relative;
	/* width: 1150px; */
}

.oc-mochi-web .frame-3341 {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 92px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.oc-mochi-web .frame-3339 {
	align-items: center;
	display: flex;
	flex: 1;
	flex-grow: 1;
	gap: 36px;
	justify-content: center;
	position: relative;
}

.oc-mochi-web .treatment-link {
	align-items: center;
	background-color: var(--fff);
	border: 1px solid;
	border-color: var(--celeste);
	border-radius: 4px;
	display: flex;
	gap: 10px;
	height: 180px;
	justify-content: center;
	
	position: relative;
	width: 180px;
}
@media screen  and (max-width: 1100px) {
	.oc-mochi-web .menu-link {
		gap: 9px;
	}
	.oc-mochi-web .treatment-link {
		width: 164px;
		gap: 10px;
	}
}
 /* ホバーエフェクト */
 .treatment-link {
	display: inline-block;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.treatment-link:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.oc-mochi-web .frame-3329 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 70px;
}

.oc-mochi-web .x1-1 {
	height: 44.69px;
	position: relative;
	width: 46px;
}

.oc-mochi-web .text-5 {
	align-self: stretch;
	letter-spacing: 0.34px;
	line-height: 25.5px;
	text-align: center;
	position: relative;
	word-break: keep-all;
}

.oc-mochi-web .group-28 {
	background-color: var(--paradiso);
	border-radius: 100px;
	height: 26px;
	position: relative;
	width: 26px;
}

.oc-mochi-web .vector {
	height: 9px;
	left: 6px;
	position: absolute;
	top: 8px;
	width: 14px;
}

.oc-mochi-web .frame-3330 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 87px;
}

.oc-mochi-web .x1-2 {
	height: 52.21px;
	position: relative;
	width: 61px;
}

.oc-mochi-web .frame-3331 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 121px;
}

.oc-mochi-web .x1-3 {
	height: 50.07px;
	position: relative;
	width: 29px;
}

.oc-mochi-web .text-19 {
	align-self: stretch;
	letter-spacing: 0.34px;
	line-height: 20.4px;
	position: relative;
	text-align: center;
}

.oc-mochi-web .frame-3340 {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 36px;
	position: relative;
}

.oc-mochi-web .frame-3332 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 70px;
}

.oc-mochi-web .x1-4 {
	height: 48.9px;
	position: relative;
	width: 60px;
}

.oc-mochi-web .menu-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.oc-mochi-web .x1-5 {
	max-height: 51px;
	position: relative;
	max-width: 61px;
}

.oc-mochi-web .frame-3342 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 23px;
	justify-content: center;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}

.oc-mochi-web .btn-1 {
	align-items: center;
	background-color: var(--paradiso);
	border: 1px solid;
	border-color: var(--paradiso);
	border-radius: 4px;
	display: flex;
	gap: 12px;
	height: 52px;
	justify-content: center;
	position: relative;
	width: 335px;
	transition: all 0.2s linear;
}

.oc-mochi-web .text-6 {
	color: var(--fff);
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-xl);
	font-weight: 500;
	letter-spacing: 0.68px;
	line-height: 17px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .vector-1 {
	position: relative;
}

.oc-mochi-web .btn-2 {
	align-items: center;
	background-color: var(--fff);
	border: 1px solid;
	border-color: var(--paradiso);
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	gap: 12px;
	height: 52px;
	justify-content: center;
	position: relative;
	transition: all 0.2s linear;
	width: 335px;
}

.oc-mochi-web .btn-1:hover, .oc-mochi-web .btn-2:hover {
	transform: scale(1.1);
}

.oc-mochi-web .doctors-message {
	align-items: flex-start;
	display: flex;
	gap: 68px;
	/* height: 739px; */
	justify-content: flex-end;
	margin-left: 16.0px;
	margin-top: 160px;
	/* min-width: 1166px; */
	padding: 50px 0;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .doctors-message {
		margin-top: 40px;
	}
}
.oc-mochi-web .text-11 {
	align-items: flex-start;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
	position: relative;
	/* width: 512px; */
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .frame-3-1 {
		width: 100%;
		padding: 0 16px;
	}

	.oc-mochi-web .doctors-message {
		flex-direction: column;
	}
}
.oc-mochi-web .text-25 {
	align-self: stretch;
	letter-spacing: 0.28px;
	line-height: 25.2px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .text-2-1 {
	align-self: stretch;
	letter-spacing: 0.28px;
	line-height: 25.2px;
	position: relative;
}

.oc-mochi-web .group-container {
	align-self: center;
	height: auto;
	position: relative;
	width: 46%;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .group-container {
		width: 100%;
	}
	
}

.oc-mochi-web .mask-group-1 {
	/* height: 549px; */
	width: 482px;
}

.oc-mochi-web .overlap-group-1 {
	height: 166px;
	right: 0;
	position: absolute;
	bottom: -35px;
	width: 263px;
}

.oc-mochi-web .rectangle-3412 {
	background-color: var(--fff);
	height: 126px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 263px;
}

.oc-mochi-web .frame-3345 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
	left: 32px;
	position: absolute;
	top: 67px;
	/* width: 124px; */
}

.oc-mochi-web .text-29 {
	align-self: stretch;
	letter-spacing: 0.32px;
	line-height: 28.8px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .frame-3344 {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.oc-mochi-web .text-30 {
	align-self: stretch;
	color: var(--paradiso);
	font-family: var(--font-family-noto_sans_jp);
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.52px;
	line-height: 39px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .mochizuki-shota {
	align-self: stretch;
	color: var(--chicago);
	font-family: var(--font-family-lato);
	font-size: var(--font-size-l);
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 24px;
	position: relative;
}

.oc-mochi-web .doctor {
	color: var(--fff);
	font-family: var(--font-family-lato);
	font-size: 32px;
	font-weight: 700;
	left: 83px;
	letter-spacing: 0.64px;
	line-height: 57.6px;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 139px;
}

.oc-mochi-web .news {
	align-items: flex-start;
	display: flex;
	margin-top: 46px;
	width: 100%;
	max-width: 996px;
}

.oc-mochi-web .overlap-group3 {
	align-items: flex-start;
	background-color: var(--wild-sand);
	border-radius: 0px 60px 0px 0px;
	display: flex;
	justify-content: flex-end;
	padding: 8% 10%;
}

.oc-mochi-web .frame-625238 {
	align-items: center;
	display: inline-flex;
	gap: 9%;
	position: relative;
}

.oc-mochi-web .frame-625237 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 39px;
	position: relative;
	width: 30%;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .frame-625238 {
		flex-direction: column;
		gap: 20px;
	}
	.oc-mochi-web .frame-625237 {
		align-items: flex-start;
		width: 80%;
		gap: 20px;
	}
	.oc-mochi-web .text-4 {
		font-size: 28px;
	}
}
.oc-mochi-web .frame-3318-1 {
	align-items: flex-start;
	align-self: stretch;
	flex: 0 0 auto;
	width: 100%;
}

.oc-mochi-web .midashi-2 {
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	position: relative;
	width: 100%;
}

.oc-mochi-web .btn-3 {
	align-items: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--paradiso);
	display: flex;
	gap: 12px;
	height: 52px;
	position: relative;
	width: 130px;
}

.oc-mochi-web .text-38 {
	letter-spacing: 0.64px;
	line-height: 16px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .vector-2 {
	position: relative;
}

.oc-mochi-web .posts {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	/* width: 640px; */
}

.oc-mochi-web .posts-item {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 20px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .news-link {
	align-items: flex-start;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	position: relative;
	padding: 10px;
	transition: all 0.2s linear;
}
.oc-mochi-web .news-link:hover{
    background: white;
}
.oc-mochi-web .date {
	letter-spacing: 0.60px;
	line-height: 15px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .tag {
	align-items: center;
	background-color: var(--paradiso);
	border-radius: 4px;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	padding: 4px 12px;
	position: relative;
}

.oc-mochi-web .text-7 {
	letter-spacing: 0.60px;
	line-height: 15px;
	margin-top: -1.00px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .text-4-1 {
	align-self: stretch;
	letter-spacing: 0.64px;
	line-height: 20px;
	position: relative;
}

.oc-mochi-web .line-4-1 {
	align-self: stretch;
	height: 1px;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.oc-mochi-web .faq {
	align-items: flex-start;
	display: flex;	
	margin-top: 140px;
	max-width: 1232px;
	width: 100%;
}

.oc-mochi-web .overlap-group2 {
	height: 812px;
	position: relative;
	max-width: 1232px;
	width: 100%;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .overlap-group2 {
		height: 950px;
	}
	
}
.oc-mochi-web .rectangle-307 {
	background-color: var(--twilight-blue);
	height: 716px;
	left: 99px;
	position: absolute;
	top: 96px;
	max-width: 1133px;
	width: 100%;
}

.oc-mochi-web .mask-group-2 {
	width: 50%;
}

.oc-mochi-web .rectangle-3416 {
	background-color: var(--fff);
	border-radius: 0px 60px 0px 0px;
	padding: 7rem 1.5rem;
	right: 47px;
	position: absolute;
	top: 175px;
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.oc-mochi-web .text-13 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 20px;
}

.oc-mochi-web .frame-3346 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .text-31 {
	letter-spacing: 0.40px;
	line-height: 36.0px;
	width: fit-content;
}

.oc-mochi-web .text-3-1 {
	letter-spacing: 0.40px;
	line-height: 36.0px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .text-35 {
	align-self: stretch;
	letter-spacing: 0.34px;
	line-height: 30.6px;
	position: relative;
	text-align: center;
}

.oc-mochi-web .btn-4 {
	align-items: center;
	background-color: var(--paradiso);
	border: 1px solid;
	border-color: var(--paradiso);
	border-radius: 4px;
	display: flex;
	gap: 12px;
	height: 52px;
	justify-content: center;
	width: 335px;
}
@media screen and (max-width: 808px) {
	.oc-mochi-web .btn-4 {
		width: 100%;
	}
	.faq-image-wrap {
		left: 10%;
	}
	.oc-mochi-web .mask-group-2 {
		left: 10%;
		width: 80%;
	}
	.oc-mochi-web .rectangle-307{
		left: 0;
		height: 920px;
	}
	.oc-mochi-web .text-35 {
		text-align: left;
	}
	.oc-mochi-web .text-31 {
		font-size: 18px;
	}
	.oc-mochi-web .rectangle-3416{
		left: 10%;
		top: 242px;
		width: 80%;
		padding: 3rem 1.5rem;
	}
}

.oc-mochi-web .overlap-group8 {
	position: relative;
	max-width: 1150px;
	width: 100%;
	margin: 2rem auto;
}

.oc-mochi-web .frame-625257 {
	
}
.oc-mochi-web .footer {
	width: 100%;
	margin-top: 115px;
}

@media screen and (max-width: 808px) {
	.oc-mochi-web .footer {
		margin-top: 140px;
	}
	
}
.oc-mochi-web .footer-cta-wrap {
	background-color: var(--aqua-haze);
	border-radius: 0px 60px 0px 0px;
	display: flex;
	max-width: 1147px;
	flex-direction: column;
	margin: 1rem;
	justify-content: center;
	align-items: center;
	padding: 3rem 1rem;
	margin: 1rem;
}
@media screen and (max-width: 600px) {
	.oc-mochi-web .footer-cta-top{
		flex-direction: column;
		align-items: center;
	}
}

.footer-cta-top {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
    justify-content: center;
}
.oc-mochi-web .btn-5 {
	align-items: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--paradiso);
	display: inline-flex;
	gap: 12px;
	height: 52px;
	position: relative;
}

.oc-mochi-web .text-48 {
	color: transparent;
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-xl);
	font-weight: 500;
	letter-spacing: 0.68px;
	line-height: 17px;
	position: relative;
	text-align: center;
	width: fit-content;
}

.oc-mochi-web .span {
	color: var(--chicago);
	letter-spacing: 0.12px;
}

.oc-mochi-web .span1-1 {
	color: var(--sandal);
	letter-spacing: 0.12px;
}

.oc-mochi-web .frame-3286 {
	align-items: center;
	background-color: var(--paradiso);
	border-radius: 4px;
	display: flex;
	gap: 10px;
	height: 76px;
	justify-content: center;
	/* left: 649px; */
	padding: 8px 16px;
	/* position: absolute; */
	/* top: 309px; */
}

.oc-mochi-web .web-2 {
	letter-spacing: 0.40px;
	line-height: normal;
	position: relative;
	text-align: center;
	width: fit-content;
}

.oc-mochi-web .frame-3317-1 {
	width: 15px;
}

.oc-mochi-web .flex-col-2 {
	align-items: center;
	gap: 44px;
	left: 0;
	min-height: 201px;
	top: 0;
	width: 1150px;
}

.oc-mochi-web .frame-3318-2 {
	align-items: center;
	max-width: 1150px;
}

.oc-mochi-web .text-45 {
	letter-spacing: 0;
	line-height: normal;
	position: relative;
	text-align: center;
	width: fit-content;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .text-45 {
		font-size: 28px;
	}
	
}
.oc-mochi-web .web-3 {
	letter-spacing: 0.34px;
	line-height: 30.6px;
	text-align: center;
}
.oc-mochi-web .group-294 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	left: 0;
	/* min-height: 502px; */
	/* position: absolute; */
	/* top: 590px; */
	max-width: 1110px;
	width: 100%;
}

.oc-mochi-web .frame-8 {
	height: 91px;
	margin-left: 2.09px;
	position: relative;
	width: 485px;
}

.oc-mochi-web .frame-625239 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-left: 1px;
	margin-top: 19px;
	position: relative;
	width: 346px;
}

.oc-mochi-web .text-47 {
	align-self: stretch;
	letter-spacing: 1.28px;
	line-height: 26px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .jr-5 {
	align-self: stretch;
	letter-spacing: 1.28px;
	line-height: 26px;
	position: relative;
}

.oc-mochi-web .group-292 {
	height: 208px;
	margin-left: 3px;
	margin-top: 32px;
	position: relative;
	width: 555px;
}

.oc-mochi-web .overlap-group-2 {
	height: 152px;
	
	width: 553px;
}

.oc-mochi-web .time-1 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	
	width: 94px;
}

.oc-mochi-web .x-1 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	position: relative;
}

.oc-mochi-web .x1-6 {
	
	
	object-fit: cover;
	
	width: 551px;
}

.oc-mochi-web .x4-1 {
	
	
	object-fit: cover;
	
	width: 551px;
}

.oc-mochi-web .x2-1 {
	
	
	object-fit: cover;
	
	top: 151px;
	width: 551px;
}

.oc-mochi-web .frame-3313 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1px;
	
	width: 384px;
}

.oc-mochi-web .x930-1 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: -2.00px;
	margin-top: -4.00px;
	position: relative;
}

.oc-mochi-web .ellipse-18-2 {
	top: 68px;
}


.oc-mochi-web .text_label-4 {
	letter-spacing: 1.12px;
	line-height: 26px;
	min-width: 166px;
	white-space: nowrap;
}

.oc-mochi-web .frame-3314 {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	position: relative;
}

.oc-mochi-web .text-46 {
	left: 50px;
	letter-spacing: 1.44px;
	line-height: 36px;
	position: absolute;
	top: 7px;
	white-space: nowrap;
}

.oc-mochi-web .group-293 {
	align-items: flex-start;
	background-color: var(--ecru-white);
	display: flex;
	height: 85px;
	margin-top: 12px;
	min-width: 600px;
	padding: 16px 15px;
}

.oc-mochi-web .frame-3330-1 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 560px;
}

.oc-mochi-web .text_label-5 {
	align-self: stretch;
	color: var(--chestnut);
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-l);
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 26px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .text_label-6 {
	letter-spacing: 1.28px;
	line-height: 26px;
	position: relative;
	width: 541px;
}

.oc-mochi-web .tell-1 {
	gap: 6.37px;
	left: 195px;
	top: 314px;
}

.oc-mochi-web .frame-3287-1 {
	gap: 3.18px;
	width: 304px;
}

.oc-mochi-web .frame-3288-1 {
	height: 36.61px;
	position: relative;
	width: 36.61px;
}

.oc-mochi-web .phone-1 {
	font-size: 38.2px;
	letter-spacing: 1.53px;
	margin-top: -1.59px;
}

.oc-mochi-web .frame-3315-1 {
	gap: 15.92px;
}

.oc-mochi-web .text-72 {
	color: var(--chicago);
	flex: 1;
	font-family: var(--font-family-noto_sans_jp);
	font-size: 22.3px;
	font-weight: 500;
	letter-spacing: 0.89px;
	line-height: 22.3px;
	margin-top: -1.59px;
	position: relative;
	text-align: center;
}

.oc-mochi-web .footer-links-wrap {
	background-color: var(--paradiso);
	position: relative;
	max-width: 1346px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 1rem;
	margin: 144px auto 0;
	border-radius: 0 60px 0 0;
	padding: 3rem 3rem;
	margin:1rem auto;
}
@media screen and (max-width: 600px) {
	.oc-mochi-web .footer-links-wrap{
		padding: 3rem 1rem;
		margin: 1rem 1rem;
	}
}

.footer-bottom-cta-wrap {
    background-color: white;
	width: 45%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 3rem 0;
}
.oc-mochi-web .overlap-group5 {
	align-items: flex-end;
	background-color: var(--fff);
	display: flex;
	min-width: 557px;
	padding: 56px;
}

.oc-mochi-web .btn-6 {
	align-items: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--paradiso);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 444px;
}

.oc-mochi-web .text-8 {
	letter-spacing: 0.56px;
	line-height: 14px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .span-1 {
	letter-spacing: 0.08px;
}

.oc-mochi-web .vector-5 {
	margin-right: -1.00px;
	position: relative;
}

.oc-mochi-web .tell-2 {
	gap: 7.41px;
	left: 793px;
	top: 246px;
}

.oc-mochi-web .frame-3287-2 {
	gap: 3.7px;
	width: 353.68px;
}

.oc-mochi-web .frame-3288-2 {
	height: 42.59px;
	position: relative;
	width: 42.59px;
}

.oc-mochi-web .phone-2 {
	font-size: 44.4px;
	letter-spacing: 1.78px;
	margin-top: -1.85px;
	white-space: nowrap;
}

.oc-mochi-web .frame-3315-2 {
	gap: 18.52px;
}

.oc-mochi-web .text-49 {
	color: var(--chicago);
	flex: 1;
	font-family: var(--font-family-noto_sans_jp);
	font-size: 25.9px;
	font-weight: 500;
	letter-spacing: 1.04px;
	line-height: 25.9px;
	margin-top: -1.85px;
	position: relative;
	text-align: center;
}

.oc-mochi-web .frame-container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 45%;
}

.oc-mochi-web .frame-8-1 {
	height: 89px;
	margin-left: 1.11px;
	position: relative;
	width: 474px;
}

.oc-mochi-web .frame-625247 {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-left: 2px;
	margin-top: 20px;
	position: relative;
}

.oc-mochi-web .frame-62524 {
	align-items: center;
	background-color: var(--aqua-haze);
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: center;
	padding: 4px 6px;
	position: relative;
}

.oc-mochi-web .text-5-1 {
	letter-spacing: 0.28px;
	line-height: 17.5px;
	margin-top: -1.00px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .text-52 {
	letter-spacing: 0.28px;
	line-height: 21px;
	margin-top: -1.00px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .frame-625240 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-top: 26px;
	position: relative;
}

.oc-mochi-web .text-66 {
	align-self: stretch;
	color: var(--fff);
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-l);
	font-weight: 400;
	letter-spacing: 1.28px;
	line-height: 26px;
	margin-top: -1.00px;
	position: relative;
}

.oc-mochi-web .jr-5-1 {
	align-self: stretch;
	color: var(--fff);
	font-family: var(--font-family-noto_sans_jp);
	font-size: var(--font-size-l);
	font-weight: 400;
	letter-spacing: 1.28px;
	line-height: 26px;
	position: relative;
}

.oc-mochi-web .frame-625255 {
	align-items: flex-start;
	display: inline-flex;
	gap: 45px;
	margin-left: 2px;
	margin-top: 27px;
	position: relative;
}

.oc-mochi-web .frame-625253 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: relative;
}

.oc-mochi-web .btn-7 {
	align-items: center;
	align-self: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--geyser);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .vector-3 {
	/* left: 196px;
	position: absolute;
	top: 14px; */
}

.oc-mochi-web .frame-625252 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 14px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .btn-8 {
	align-items: center;
	align-self: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--geyser);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .frame-625251 {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.oc-mochi-web .frame-62524-1 {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: center;
	padding: 4px 6px;
	position: relative;
}

.oc-mochi-web .text-9 {
	letter-spacing: 0.24px;
	line-height: 18px;
	margin-top: -1.00px;
	position: relative;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .text-59 {
	letter-spacing: 0.24px;
	line-height: 18px;
	margin-top: -1.00px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
}

.oc-mochi-web .frame-625254 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: relative;
}

.oc-mochi-web .btn-9 {
	align-items: center;
	align-self: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--geyser);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .btn-10 {
	align-items: center;
	align-self: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--geyser);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .btn-11 {
	align-items: center;
	align-self: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--geyser);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .btn-12 {
	align-items: center;
	align-self: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--geyser);
	display: flex;
	gap: 12px;
	height: 38px;
	position: relative;
	width: 100%;
}

.oc-mochi-web .frame-3286-1 {
	align-items: center;
	background-color: var(--paradiso);
	border-radius: 3.31px;
	display: flex;
	gap: 8.27px;
	height: 63px;
	justify-content: center;
	left: 747px;
	padding: 6.61px 13.23px;
	position: absolute;
	top: 348px;
}

.oc-mochi-web .lsiconcalendar-filled-1 {
	height: 19.02px;
	position: relative;
	width: 19.02px;
}

.oc-mochi-web .web-4 {
	color: var(--fff);
	font-family: var(--font-family-noto_sans_jp);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.36px;
	line-height: normal;
	position: relative;
	text-align: center;
	width: fit-content;
}

.oc-mochi-web .frame-3317-2 {
	width: 12.4px;
}

.oc-mochi-web .midashi-3 {
	display: inline-flex;
}
.oc-mochi-web .main-btn-wrap {
    display: flex
;
    justify-content: center;
    margin: 2rem;
}
.oc-mochi-web .text-67 {
	letter-spacing: 0;
	line-height: normal;
	margin-top: -1.00px;
	position: relative;
	width: fit-content;
}

.oc-mochi-web .ellipse-18-3 {
	background-color: var(--alto);
	border-radius: 6.5px;
	height: 13px;
	left: 166px;
	position: absolute;
	width: 13px;
}

.oc-mochi-web .flex {
	display: flex;
	position: absolute;
}

.oc-mochi-web .flex-col-3 {
	display: flex;
	flex-direction: column;
	position: absolute;
}

.oc-mochi-web .frame-3287-3 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.oc-mochi-web .frame-3315-3 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	position: relative;
	width: 100%;
}

.oc-mochi-web .frame-3317-3 {
	align-self: stretch;
	position: relative;
}

.oc-mochi-web .frame-3318-3 {
	display: flex;
	flex-direction: column;
	gap: 1px;
	position: relative;
	margin-bottom: 3rem;
	margin-right: auto;
	margin-left: auto;
}

.oc-mochi-web .link-5 {
	letter-spacing: 0;
	line-height: normal;
	margin-top: -1.00px;
	position: relative;
	width: fit-content;
}

.oc-mochi-web .mask-group-3 {
	margin: 0 auto;
	display: flex;
	border-radius: 0 27px 0 0;
}
.faq-image-wrap {
	left: 0;
	position: absolute;
	top: 0;
	border-radius: 0 27px 0 0;
}
.oc-mochi-web .menu-link-6 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 auto;
	gap: 16px;
	position: relative;
}

.oc-mochi-web .midashi-4 {
	align-items: center;
	gap: 10px;
	padding: 10px;
}

.oc-mochi-web .phone-3 {
	align-self: stretch;
	color: var(--paradiso);
	flex: 1;
	font-family: var(--font-family-lato);
	font-weight: 500;
	line-height: normal;
	position: relative;
	text-align: center;
}

.oc-mochi-web .tag-3 {
	align-items: center;
	background-color: var(--paradiso);
	border-radius: 4px;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	padding: 4px 12px;
	position: relative;
}

.oc-mochi-web .tel-3 {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	position: relative;
	width: 100%;
}

.oc-mochi-web .tell-3 {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.oc-mochi-web .vector-6 {
	height: 9px;
	width: 14px;
	transition: all 0.2s linear;
}
.oc-mochi-web .btn-3:hover .vector-6{
	transform: translate(8px, 0);
}
.oc-mochi-web .x1000-12 {
	align-self: stretch;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: -2.00px;
	margin-top: -4.00px;
	position: relative;
}
@media screen and (max-width: 1100px) {
	.oc-mochi-web .footer-links-wrap {
		flex-direction: column;
	}
	.oc-mochi-web .frame-container,.footer-bottom-cta-wrap {
		width: 100%;
	}
}

/* About clinic */
#page_top_section {
    width: 100%;
    padding: 15px 40px;
}
.common-page-top-content {
    position: relative;
	text-align: center;
}
.common-page-top-content img{
	width: 100%;
}
.common-page-top-title {
    position: absolute;
    bottom: 13%;
    left: 5%;
	color: white;
	font-size: 42px;
}
p.common-page-top-title-en {
    display: flex;
    align-items: center;
	font-size: 18px;
}
p.common-page-top-title-en:before {
    border-top: 1px solid;
    content: "";
    width: 2em;
    margin-right: 1rem;
}
.common-page-top-image.mb {
	display: none;
}
@media screen and (max-width: 767px) {
	#page_top_section {
		padding: 15px 20px;
	}
    .common-page-top-right {
        flex: 0 0 auto;
        max-width: 100vw;
        object-fit: cover;
        aspect-ratio: 375 / 480;
    }
	.common-page-top-image.dt {
        display: none;
    }
	.common-page-top-image.mb {
        display: block;
    }
}

section.facility {
    /* max-width: 1440px; */
    width: 100%;
	padding: 5rem 0 11rem;
	background-color: var(--aqua-haze);
}
.facilities {
    display: flex;
	margin: 0 auto;
    gap: 5%;
    max-width: 1440px;
    justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
}
.facilities .facility {
    width: 36%;
    position: relative;
}
.facility img {
    width: 88%;
    display: block;
}
.facility-desc-wrap {
    position: absolute;
    background-color: white;
    padding: 1rem 1rem;
    width: 80%;
    right: -37px;
    bottom: -4em;
	border-radius: 0 3rem 0 0;
}
.facilities .facility:nth-child(even) {
    padding-top: 7rem;
}
.facility-content-wrap {
    margin: 0 0 9rem;
}
.facili-title {
    font-size: 1rem;
	margin-top: 10px;
}
.installation-content-wrap {
    max-width: 1140px;
    margin: 0 auto;
}
.top-installation {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
	margin: 1rem auto 3rem;
	gap: 2rem;
}
.top-installation img {
    width: 57%;
}
.bottom-installations {
    display: flex;
    margin: 2rem;
    gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}
.bottom-installations .installation {
    width: 23%;
	min-width: 213px;
}
.bottom-installations .installation img {
    width: 100%;
}
@media screen and (max-width: 880px) {
	.facility-desc-wrap {
		position: unset;
	}	
}
@media screen and (max-width: 600px) {
	.top-installation{
		flex-direction: column;
	}
	.facilities {
		flex-direction: column;
		align-items: center;
	}
	.facilities .facility:nth-child(even){
		padding-top: unset;
	}
	.facility-desc-wrap {
		position: absolute;
		right: 0;
		width: 91%;
		border-radius: 0 3rem 0 0;
	}
	.facility img {
		width: 100%;
	}
	.facilities .facility {
		width: 80%;
		margin: 4rem 0;
	}
	.bottom-installations .installation {
		width: 100%;
	}
}

/* Treatment Menu */
section.flow {
    padding: 17px;
	margin-top: 8rem;
    margin-bottom: 8rem;
	max-width: 1040px;
}
.flow-card {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 3%;
	width: 100%;
}
.flow-title {
    display: flex;
    align-items: center;
    gap: 13px;
	margin-bottom: 1rem;
}
.flow-wrap {
    width: 100%;
}
img.flow-img {
    width: 23%;
	border-radius: 0 2rem 0 0;
}

.flow-rows {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 2rem;
	margin-top: 3rem;
}
.desc-wrap p.desc {
	margin-top: 3rem;
}
.desc-wrap p,.medical-content p {
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.32px;
}
section.medical-treatment {
    background-color: #F4F4F4;
    padding: 4rem 4%;
	margin: 0 7%;
	max-width: 1040px;
}
.desc-wrap h3,.medical-content h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 10px;
    border-left: 4px solid #3D7B87;
    color: #3D7B87;
    margin: 1rem 0 0.5rem;
}
.medical-content h4 {
	font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 10px;
    color: #3D7B87;
    margin: 1rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
	.flow-card {
		flex-direction: column;
	}	
	img.flow-img {
		width: 100%;
	}
	section.medical-treatment {
		margin: 0;
	}
}

/* Price Table */
#price_section .price-desc{
    font-size: 1.3rem;
}
#price_section .price-desc p span {
    text-decoration: underline;
    text-decoration-color: yellow;
    text-decoration-thickness: 5px;
    text-underline-offset: 2px;
}
.price-table-board .price-table {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-top: 22px;
	position: relative;
}
  

.price-table-board .price-row {
	align-items: stretch;
	align-self: stretch;
	display: flex;
	flex: 0 0 auto;
	position: relative;
	width: 100%;
}

.price-table-board .price-wrap {
	align-items: center;
	border: 1px solid;
	border-color: #d5dedf;
	display: flex;
	flex: 1;
	flex-grow: 1;
	gap: 7px;
	justify-content: flex-end;
	margin-bottom: -1.00px;
	margin-left: -1.00px;
	margin-right: -1.00px;
	margin-top: -1.00px;
	padding: 13px 24px;
	position: relative;
	width: 325px;
}
.price-table-board .price-cell {
	display: flex;
	margin-bottom: -1.00px;
	margin-left: -1.00px;
	margin-top: -1.00px;
	position: relative;
	align-items: flex-start;
	border: 1px solid #d5dedf;
    flex: 1;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
    justify-content: center;
    min-height: 100px;
	padding: 0 2rem;
}
section.price-list.price-table-board {
    margin: 6rem 2rem;
	width: 90%;
	max-width: 1040px;
}
.price-table .table-title, .medical-content h2{
    color: #3D7B87;
    font-family: var(--font-family-noto_sans_jp);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.64px;
    padding: 0.7rem 1rem;
    width: 100%;
    border-bottom: 4px solid;
    background: #EAF4F5;
	margin-bottom: 1rem;
}

/* medical page */
.oc-mochi-web .footer-cta-wrap {
    background-color: var(--aqua-haze);
    border-radius: 0px 60px 0px 0px;
    display: flex;
    max-width: 1147px;
    flex-direction: column;
    margin: 1rem;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    margin: 1rem;
}

div#page_medical_top {
    width: 96%;
    background-color: #eaf5f5;
    border-radius: 0 3rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
}
img#medical_page_top_image {
    width: 53px;
}

/* ACCESSPAGE */
.parking-eplain {
    margin: 2rem 2rem 4rem 2rem;
}
.parking-eplain .section-desc{
    max-width: 1000px;
    margin: 0 auto;
}

/* === 診療時間 表記（ラベル横並び＋平日/土曜日の2行） 2026-06-25 === */
.oc-mochi-web .clinic-hours {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	flex: 0 0 auto;
	white-space: nowrap;
	line-height: 1.25;
}
.oc-mochi-web .clinic-hours .ch-label {
	flex: 0 0 auto;
}
.oc-mochi-web .clinic-hours .ch-times {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2em;
	font-size: 0.68em;
	letter-spacing: 0;
	text-align: left;
}
.oc-mochi-web .clinic-hours .ch-row {
	display: block;
	white-space: nowrap;
}

/* 親の固定幅を解除して2行スケジュールが収まるようにする（横スペースに余裕あり） */
.oc-mochi-web .tell .frame-3287 { width: auto; }
.oc-mochi-web .frame-3287-1 { width: auto; }

/* スマホ下部固定メニュー内 */
.oc-mochi-web .clinic-hours-mobile {
	justify-content: flex-start;
	gap: 0.4em;
}
.oc-mochi-web .clinic-hours-mobile .ch-times {
	font-size: 0.66em;
}

/* フッター診療時間：SP時はラベルと時間帯を縦並びにする */
@media screen and (max-width: 600px) {
	.oc-mochi-web .frame-3315-1.frame-3315-3,
	.oc-mochi-web .frame-3315-1.frame-3315-3 .clinic-hours {
		flex-direction: column;
	}
}