body {
	font-family: 'Noto Serif JP', sans-serif !important;
}
@media (max-width: 768px) {
    body {
        padding-top: 56px;
    }
}

table {
	font-family: 'Noto Sans JP', sans-serif;
}
@media (min-width: 768px) {
    section h1.font-go {
        font-size: 2rem;
        font-weight: 400;
    }
}
th {
    font-weight: 400;
    font-size: 14px;
}
tbody {
    font-weight: 300;
    font-size: 14px;
}
@media (min-width: 768px) {
th {
    font-weight: 400;
    font-size: 18px;
}
tbody {
    font-weight: 300;
    font-size: 18px;
}
}
td {
	vertical-align: middle;
}
table td,
table th {
  vertical-align: middle;
  
}
table td {
    height: 6rem;
}
@media (min-width: 768px) {
	table {
		font-size: 18px;
	}
}
.font1 {
	/*font-family: "Helvetica Neue",Helvetica,Arial !important;*/
	font-family: "Roboto", sans-serif;
}
.font-go {
	font-family: 'Noto Sans JP', sans-serif;
	color: #595959 !important;
}
.weight100	 {
	font-weight:100
	}
 
.weight300	 {
	font-weight:300
	}
 
.weight400	 {
	font-weight:400
	}
 
.weight500	 {
	font-weight:500
	}
 
.weight600	 {
	font-weight:600
	}
 
.weight700	 {
	font-weight:700
	}
 
.weight900	 {
	font-weight:900
	}

h2 {
	font-size: 24px !important;
	word-break: keep-all;
	overflow-wrap: break-word;
	color: #595959 !important;
	letter-spacing: 3px;
    line-height: 36px !important;
}


.spa-wei{
    letter-spacing: 1px;
    font-weight: 300;
}

h3 {
	font-size: 20px !important;
	word-break: keep-all;
	overflow-wrap: break-word;
	color: #595959 !important;
	font-weight: 300 !important;
	line-height: 1.5 !important;
}
h4 {
	font-size: 19px !important;
	word-break: keep-all;
	overflow-wrap: break-word;
	color: #595959 !important;
	font-weight: 400 !important;
    line-height: 28px !important;
}
@media (min-width: 768px) {
    h2{
        line-height: 1.6 !important
    }
	h3 {
		font-size: 24px !important;
	}
	h4 {
		font-size: 24px !important;
	}
}
h3.h3__fs-20 {
	font-size: 20px !important;
}
@media (min-width: 768px) {
	h3.h3__fs-20 {
		font-size: 28px !important;
	}
	h3.h3__fs-28 {
		font-size: 1.75rem !important;
	}
}
p {
	line-height: 28px;
}
@media (min-width: 768px) {
	p {
		line-height: 32px;
	}
	.fs-pc {
		font-size: 18px;
	}
}
.font-color1 {
	color: #5D4D1D;
}
.font-color2 {
	color: #595757;
}
.fs-text {
    font-size: 16px;
    line-height: 40px;
    color: #595959;
    letter-spacing: 2px;
    font-weight: 300;
}
.fs-text2 {
	font-size: 16px;
	color: #595959;
	font-weight: 300;
}
.fs-text3 {
	font-size: 14px;
	color: #595959;
	font-weight: 300;
}
.fs-text4 {
	font-size: 14px;
	font-weight: 600;
}

@media (min-width: 768px) {
    .fs-text2 {
    	font-size: 20px;
    }
    .fs-text3 {
    	font-size: 16px;
    }
    .fs-text4{
        font-size: 18px;
    }
}
.fs-mini {
	font-size: 0.9rem;
}
@media (min-width: 768px) {
	.fs-mini {
		font-size: 1.25rem;
	}
}
.f-color1 {
	color: #595757;
}

/* ヘッダー */
.drawer_menu_point {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1002;
}

@media (max-width: 768px) {
    .header_fixed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000; /* ヘッダーが他の要素の前面に表示されるように設定 */
      background-color: #fff; /* ヘッダーの背景色を設定（必要に応じて変更） */
    }
}

.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 3px;
    width: 95%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: initial;
}

ul.header_flex {
	padding-left: initial;
}
.header_flex li:first-child {
	width: 32%;
	margin-right: auto;
}
.header_flex li a:last-child {
	display: block;
	color: #ffffff;
}
a img {
    border-style: none;
    width: 117%;
    height: auto;
}
ol, ul {
	list-style: none;
}
.header_flex li:nth-child(2), .header_flex li:nth-child(3) {
	width: 22%;
	margin-right: 5px;
	text-align: left;
}
.header_flex li:last-child {
	background-color: #AA8631;
}
.header_flex li a:last-child {
	display: block;
	color: #ffffff;
}
p.header_tel {
	margin-bottom: 0rem;
}
.header_tel {
	font-size: 150%;
	font-weight: 500;
}
.header_tel:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	font-size: 90%;
}
.header_flex li:last-child {
	width: 15%;
	background-color: #AA8631;
	color: #ffffff;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
a:link {
	text-decoration: none;
}

.nav-link {
	color: white;
}

.navbar {
	background-color: #4e4e4e;
}

.web-reserve-btn {
	background-color: #b99252;
	color: white;
	padding: 8px 12px;
	border-radius: 4px;
}
.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: center;
}
a.nav-link {
	color: #FFF;
}
.header-box {
	background-color: #2ffe;
	text-align: center;
}
@media (max-width: 767px) {
	.header_flex li:nth-child(2), .header_flex li:nth-child(3) {
		display: none;
	}
	.header_flex li:last-child {
		display: none;
	}
	.header_flex li:first-child {
		width: 60%;
	}
}

/* ドロップダウンメニューをホバーで表示 */
.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown-toggle::after {
	content: none;
}

/* ドロップダウンメニューの位置調整（必要に応じて） */
.dropdown-menu {
	margin-top: 0;
}

/*ヒーロー*/
.desktop-only {
	display: none; /* デフォルトで非表示（モバイル） */
}
img.main-img {
	width: 100%;
}
@media (min-width: 768px) {
	img.main-img {
		width: 78%;
		padding-top: 3rem;
		margin: auto;
		display: block;
	}
}
.hero-section {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.85) 0%), url('./img/title_bg.webp');
	background-size: cover; /* 画像をコンテナ全体に拡大 */
	background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
	background-position: center center;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
/*パンくず*/
.breadcrumb_wrap {
    padding-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #595757;
}
@media (max-width: 767px) {
    .hero-section {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
    .breadcrumb_wrap {
        top: 100%;
    }
    .mainview {
        padding-top: 2rem;
    } 
    h1.h1-size {
        font-size: 130%;
        font-weight: 400;
        margin-bottom: 0;
    }
    p.h1-subsize {
        font-size: 70%;
        line-height: 18px;
    }
    .breadcrumb li {
        font-size: 80%;
    }
}

.breadcrumb {
    display: flex;
    font-size: 88%;
}
.breadcrumb li {
    padding-right: .5em;
}
.breadcrumb li a {
    text-decoration: underline;
    color: #595757;
}
.breadcrumb li:after {
    content: '>';
    padding-left: .5em;
}
.breadcrumb li:last-child::after {
    padding: 0;
    content: "";
}


/***********************CTA***********************/
.font-color1 {
	color: #5D4D1D;
	font-size: 18px;
}
.cta-btn {
    background-image: linear-gradient(to left, #867953, #ADA58C);
    padding: 25px 0 25px 0;
    font-weight: 500;
    font-size: 28px;
    color: #FFF;
    height: auto;
}
.call-txt {
	font-size: 20px;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    .call-txt {
    	font-size: 28px;
    	font-weight: 500;
    }
	.cta-btn {
		background-image: linear-gradient(to left, #867953, #ADA58C);
		padding: 34px 0 30px 0;
		font-weight: bold;
		font-size: 28px;
		color: #FFF;
		width: 45%;
		height: auto;
	}
	.cta-supplement {
        font-size: 22px;
    }
}

.image-wrapper {
	position: relative;
	display: inline-block;
}

.image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.image-wrapper::before, .image-wrapper::after {
		content: '';
		position: absolute;
		border: 1px solid #C4C4C4;
	}

	.image-wrapper::before {
		top: 0;
		left: -5%;
		width: 100%;
		height: 35%;
		border-right: none;
		border-bottom: none;
	}

	.image-wrapper::after {
		bottom: 5%;
		right: -5%;
		width: 85%;
		height: 25%;
		border-left: none;
		border-top: none;
	}
}

.wrap_anime01 {
	animation-name: anim_sc;
	transform: scale(0.85, 0.85);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@keyframes anim_sc {
	100% {
		transform: scale(1, 1);
	}
}
section#cta {
	background-color: #F2F1F0;
}
.no-pd-x {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/***********************特徴セクション************************/
.h3-mgn,
h4.h4-mgn {
    margin: 1rem 0 1.5rem 0;
}

#features h4.mb-3 {
    letter-spacing: -1px;
}
@media (max-width: 767px) {
    #features h2 {
        padding-right: 0;
        padding-left: 0;
        letter-spacing: 0px;
    }
}

*, *::before, *::after {
	box-sizing: border-box;
}

section#features {
	background-color: #F2F1F0;
	padding: 4rem 0;
	position: relative;
}

section#features hr.sp-hr {
    margin-bottom: 1rem;
    margin-top: 2rem;
}
section#features hr.sp-hr.add-sphr {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.add-space {
    margin: 2rem 0;
}
@media (min-width: 768px) {
	.add-space {
		margin: 5rem 0 5rem 0;
	}
}

.features-flex {
	position: relative;
	text-align: center;
	max-width: 800px; 
	margin: 0 auto;
}
.features-flex::before {
    content: "";
    position: absolute;
    left: 19%;
    width: 76%;
    height: 2px;
    background-color: #ccc;
}
.features-flex::after {
	content: "";
	position: absolute;
	left: 5%; 
	width: 90%; 
	height: 2px; 
	background-color: #ccc; 
}

.features-flex::before {
	top: 15%; /* 上ラインの位置 */
}

.features-flex::after {
	bottom: 15%; /* 下ラインの位置 */
}

/* ラベルのスタイル */
.features-flex .label {
	position: absolute;
	top: 30px;
	left: 10%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-weight: 300;
	font-style: italic;
	color: #ADA58C;
	/*background-color: #ffffff;*/
	padding: 0 0.5rem;
	z-index: 1;
}

hr.add-m {
	margin-top: 2rem;
}

/* テキストのスタイル */
.features-txt {
	display: inline-block;
	font-size: 20px;
	color: #595959;
	margin: 1.6rem 0;
	position: relative;
	padding: 1.5rem 0;
}
@media (min-width: 768px) {
	.bg-white > .features-flex {
		margin-top: 3rem !important;
		margin-bottom: 3rem;
	}
	.features-flex .label {
		font-size: 3.5rem;
		left: 12%;
	}
	.features-txt {
		margin: 1rem 0;
		font-size: 28px;
	}
	.features-flex::after {
		left: 10%;
		width: 85%;
	}
	.left-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.left-content2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features-flex .label {
		font-size: 2.5rem;
	}
	.features-flex .label {
		top: 20px;
	}
	.left-border {
		margin-right: 2rem;
	}
}

.box-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* min-height: 6vh; */
}
.box-syle {
	background-color: #2E4669;
	color: #FFF;
	text-align: center;
	width: 80%;
	margin: 1% 0;
	padding: 2% 0;
	font-size: 0.81rem;
	clip-path: polygon(5% -10%, 100% 0%, 100% 70%, 95% 110%, 0% 100%, 0% 20%);
}
.hosoku {
	font-size: 0.75rem;
}
.hosoku p {
	line-height: 1rem;
}
#features div.bg-white{
    margin-bottom: 3.5rem;
}

/***********************治療法***********************/

p > .u-line {
    text-decoration: underline !important;
    color: #000;
}

#method .non-x-pd{
    padding-left: 0;
    padding-right: 0;
}
#cause h2 {
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    img.face {
        width: 65%;
        margin: auto;
    }
}

/***********************費用セクション***********************/
/*section#whtatis {*/
/*	background-color: #FFF;*/
/*}*/
h4.text-start {
    line-height: 28px;
}
.line-style {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	padding: 0.6em 0;
}

@media (min-width: 768px) {
	.table-pd td, 
	.table-pd th {
		padding: 1.2em !important;
	}
}
.table-pd thead th {
	background-color: #6F6D5F; /* th */
	color: #FFF;
}
/*１列目の色*/
.table-pd td:nth-child(1) {
    background-color: #FAF8F0;
}

th.custom-th-color {
    background-color: #6f6d5f !important;
    color: #FFF !important;
}
td.custom-td-color {
    background-color: #FFF !important;
}
.custom-tb-w th:first-child {
    width: 8rem !important;
}
@media (min-width: 768px) {
    .custom-tb-w th:first-child {
        width: 20rem !important;
    }
}

h3.watis-fs {
	font-size: 1.3rem !important;
}
@media (min-width: 768px) {
	h3.watis-fs {
		font-size: 1.7rem !important;
	}
}
.table-no-vertical td,
.table-no-vertical th {
	border-left: none;
	border-right: none;
}
.table-pd {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.text-start {
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    /*.table-pd th:first-child,*/
    /*.table-pd td:first-child {*/
    /*    width: 5rem;*/
    /*}*/
    .tb-1 th:first-child {
        width: 9rem;
    }
    .tb-2 th:first-child {
        width: 6.5rem;
    }
    .tb-hikaku th:first-child{
        width: 4.5rem;
    }
}
tr th.course-header {
    background-color: #6F6D5F;
    color: #FFF;
}
td.td-color {
    background-color: #FAF8F0;
}
.custom-bg-color {
    background-color: #FAF8F0;
}

/***********************ご相談***********************/
section#consultation {
	background-color: #FFF;
	color: #fff;
}
.under-line {
	position: relative;
	display: block;
	border-bottom: 1px solid #A29788;
	padding: 0 0px 1em 0;
	width: 93%;
	margin: auto;
}
@media (min-width: 768px) {
	.under-line {
		width: 100%;
	}
	.qa-title {
        font-size: 18px;
    }
}
.quota {
	width: 95% !important;
	border: 1px solid #A29788; 
	padding: 20px; 
	border-radius: 5px; 
	background-color: #65533d;
}

.text-line {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

.text-line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px; 
	background-color: #A29788; 
}

/***********************照射範囲***********************/
img.waku {
	padding: 20px;
	max-width: 90%;
	height: auto;
	border: 1px solid #C4C4C4;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 10%);
}
@media (min-width: 768px) {
	img.waku {
		padding: 100px 200px;
	}
}

/***********************コース***********************/
section#corce {
	background-color: #F2F1F0;
}
.course-title {
	color: #6F6D5F;
}
@media (min-width: 768px) {
	img.img-wd {
		width: 25%;
	}
}
@media (max-width: 767px) {
    img.img-right {
        position: relative;
        right: 1.1rem;
    }
    img.img-left {
        position: relative;
        left: 2rem;
    }
    img.img-right2 {
        width: 30%;
    }
}
.white-waku {
	background-color: #fff;
	padding: 0.7rem 0;
}
@media (min-width: 768px) {
	.white-waku {
		padding: 0.5rem 0.1rem;
	}
}
.flex-corce {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.flex-corce img {
	max-width: 45%;
	height: auto;
}
.inner-border {
	width: 95% !important;
	border: 1px solid #9d9a87;
    padding: 20px 23px 10px 23px;
	margin: auto;
}
@media (min-width: 768px) {
	.row.justify-content-center {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch; /* カラムの高さを揃える */
	}

	.course-item {
		display: flex;
		flex-direction: column;
	}

	.course-box {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.course-content {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center; /* 縦方向の中央揃え */
		box-sizing: border-box; 
	}
	.inner-border.innner-addm {
		padding: 3rem;
	}
}

.innner-addm {
	width: 100% !important;
}
.inner-bg {
	background-color: #6F6D5F;
	color: #FFF;
	font-size: 1.3rem;
	padding: 0.7rem 0;
}
@media (min-width: 768px) {
	.col-12.col-md-6.text-center.inner-bg {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 30px;
	}
}

.fs-corce {
	font-size: 1.15rem;
	padding: 1rem 0;
	font-weight: 300;
}
span.price-1 {
    font-size: 2.5rem;
    color: #595959;
    font-weight: 300;
}
@media (min-width: 768px) {
	span.price-1 {
		font-size: 55px;
	}
	span.price-corce {
		font-size: 26px;
	}
}

.waku-sd {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 10%);
}
.col-12.col-md-4.text-center {
	margin: 0.5rem 0;
}
.fs-set {
	font-size: 1.15rem;
	font-weight: 600;
}
@media (min-width: 768px) {
	.fs-set {
		font-size: 1.9rem;
		font-weight: 600;
	}
	.fs-set-2 {
		font-size: 1.25rem;
	}
}
span.price-2 {
	font-size: 1.9rem;
	padding-left: 0.8rem;
}
@media (min-width: 768px) {
    span.price-2 {
		font-size: 2.5rem;
	}
	.waku-first {
		padding: 1.5rem 0.1rem;
	}
}
.course-subtitle {
    color: #595757;
    font-weight: 400;
    font-size: 14px;
}
.course-price {
    color: #595757;
    font-weight: 400;
    font-size: 14px;
}
@media (min-width: 768px) {
    .course-subtitle {
        font-size: 20px;
    }
    .course-price {
        font-size: 20px;
    }
}

/***********************施術の流れ***********************/
section#flow {
	background-color: #FAF8F0;
}
.flow-flex {
	display: flex;
	position: relative;
	align-items: center;
}
span.f-num {
	font-size: 2rem;
	font-weight: 100;
	font-style: italic;
}
@media (min-width: 768px) {
	span.f-num {
		font-size: 2.5rem;
	}
}

span.kugiri {
	display: inline-block;
	width: 1px;
	height: 2rem;
	background-color: #C1C1C1;
	margin: 0 0 0 1rem;
}
span.f-title {
	font-size: 1.3rem;
	margin: 0 0 0 1rem;
	color: #6F6D5F;
}
@media (min-width: 768px) {
	span.f-title {
		font-size: 1.5rem;
	}
}

.flow-box {
	background-color: #FFF;
	margin: 0 0 3rem 0;
	position: relative;
}
.flow-box2 {
	background-color: #FFF;
	margin: 0 0 2rem 0;
}

.flow-box::after {
	content: '';
	position: absolute;
	left: 48%;
	top: 105%;
	width: 20px;
	height: 20px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	transform: rotate(135deg);
}
.flow-box:nth-child(5)::after {
    top: 103%
}

/***********************QA***********************/
span.q-mark, span.a-mark {
	font-size: 28px;
	padding: 0 1rem;
	font-weight: 100;
	font-style: italic;
}

.question {
	display: flex;
	align-items: center;
	height: 4.5rem;
	background-color: #F2F1F0;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
span.answer-text {
	padding: 1rem 0;
}
.answer-content {
	display: flex;
	align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
span.a-mark,span.q-mark.font1 {
	flex-shrink: 0;
}
span.qa-title {
	color: #6F6D5F;
}

@media (min-width: 768px) {
	span.qa-title {
		font-size: 1.25rem;
	}
	span.q-mark {
		font-size: 2.5rem;
	}
	span.a-mark {
		font-size: 2.5rem;
	}
}

/***********************費用***********************/
.waku-border {
	border-bottom: 1px solid #969588;
}
.waku-price{
    padding:1rem 0;
}
section#price {
	background-color: #F2F1F0;
}
.table-supplement {
	line-height: 0.8em;
}
.table-supplement > p {
	line-height: 1.2rem;
}

.table-pd tbody tr:last-child {
	border-bottom: 1px solid #6F6D5F;
}

.table-price th {
	vertical-align: middle;
}

@media (min-width: 768px) {
	.table-price th:first-child,
	.table-price td:first-child {
		width: initial;
	}
    .table-supplement > p {
        line-height: 2rem;
        font-size: 18px;
    }
}
.table-price tr {
	height: 2rem;
}

/***********************支払い***********************/
.payment {
	width: 45% !important;
}
.row > .paymethod {
	margin: 2rem 0 0 0;
}

@media (min-width: 768px) {
	.row > .paymethod {
		margin: 0 0 0 0;
	}
	.payment {
		width: 48% !important;
	}
}
.fs-pay {
	font-size: 1rem;
}
.fs-pay2 {
	font-size: 0.8rem;
}

.table-supplement {
	font-size: 0.9rem;
	font-weight: 300;
}

.row.justify-content-center.me-md-2.py-5 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; /* 垂直方向の中央揃え */
	height: 100%;
}

.row.justify-content-center.me-md-2.py-5 > .col-11.col-md-5 {
	display: flex;
	flex-direction: column;
	justify-content: center; /* 垂直方向の中央揃え */
	align-items: center; /* 水平方向の中央揃え */
}

.payment img {
	max-width: 100%;
	height: auto;
    width: 50%;
}
img.cardimg {
    width: 41%;
}

.paymethod .fs-pay {
	font-size: 1rem;
}

.paymethod .fs-pay2 {
	font-size: 0.8rem;
	color: #595959;
}

@media (min-width: 768px) {
	.row.justify-content-center.me-md-2.py-5 {
		flex-direction: row; /* 横並び */
	}

	.row.justify-content-center.me-md-2.py-5 > .col-11.col-md-5 {
		flex: 0 0 50%; /* 各カラムを均等に横幅を占める */
		max-width: 50%;
	}

	.payment {
		width: 48% !important;
	}

	.paymethod {
		margin: 0 !important;
	}

	/* テキスト部分のスタイル調整 */
	.paymethod .fs-pay {
		font-size: 1.25rem;
	}

	.paymethod .fs-pay2 {
		font-size: 1.1rem;
		padding-top: 1rem;
	}
}

/***********************注意点***********************/
.caution-p p {
	position: relative;
	padding-left: 1.5rem;
}
.caution-p p::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 12px;
	width: 4px;
	height: 1em;
	background-color: #C4C4C4;
}
.row > h2.f-color1 {
	color: #595757 !important;
}

/***********************監修***********************/
.row .kanshu {
	font-size: 18px;
	color: #595959;
}
@media (min-width: 767px) {
	.row .kanshu {
		font-size: 1.25rem;
	}
}

.k-name {
	font-size: 1.5rem;
}
@media (min-width: 767px) {
	.k-name {
		font-size: 1.85rem;
	}
}

.k-clinic a {
	font-size: 14px;
	color: #ACA38A !important;
	font-weight: 600;
	text-decoration: underline !important;
}
hr.add-mr {
	margin: 0 0 5rem 0;
}
@media (min-width: 767px) {
	hr.add-mr {
		margin: 0 0 8rem 0;
	}
	.k-clinic {
    	font-size: 18px;
	}
	img.my-3.my-md-5.img-fluid {
        width: 35%;
    }
    .k-clinic a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .kanshu-cli {
        font-size: 14px;
        font-weight: 400;
    }
}

/***********************ヘッダー流用***********************/
/* ========================================

    con6

======================================== */

.con6_outside{
padding-top: 50px;
padding-bottom: 70px;
font-family: 'Noto Sans JP', sans-serif;
}


.con6_contents{width: 70%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;}

.con6_logo{width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;}

.con6_department{text-align: center;
margin-bottom: 20px;
font-size: 94%;}

.con6_add{text-align: center;
margin-bottom: 20px;}

.con6_access{text-align: center;
margin-bottom: 20px;
font-size: 100%;
font-weight: 500;}

.con6_access{
color: #a68b62;}

.tb_schedule_wrap{margin-bottom: 30px;}

.tb_schedule  {
	border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
    font-size: 94%;
    margin-bottom: 10px;
}

.tb_schedule th {
	text-align: center;
    vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #595757;
    color: #ffffff;
}



.tb_schedule td {
    vertical-align: middle;
    text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
    width: 10%;
    background-color: #ffffff;
    
}

.tb_schedule td.hasen{
	border-bottom-style: dashed;
    
}

.tb_schedule td.uketuke{
background-color: rgba(255,255,255,1.00);
width: 30%;
font-weight: 500;}


.woman_doc{
color: #a68b62;}


.con6_attension_box{
  border: 1px solid #595757;
 background-color: #ffffff;
  position: relative;
  margin-top: 1em;
}



.con6_attension_box h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -0.7em;
}
.con6_attension_box .con6_attension_title{
    padding-top: 0.1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.1em;
    background: #595757;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 500;
    font-size: calc(0.7rem + .6vw);
}

.con6_attension_box .con6_attension_inner{
    padding-top: 1.7em;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 1em;
    font-size: 88%;
}
table.tb_schedule th {
    font-size: 85%;
}
.con6_attension > p {
    line-height: 20px;
    font-size: 90%;
}
@media (max-width:767px){

.con6_outside{
padding-top: 30px;
padding-bottom: 30px;
}


.con6_contents{width: 90%;
max-width: 900px;
}

.con6_logo{width: 80%;}
    
.con6_department{
font-size: 75%;}

.con6_add{
    margin-bottom: 10px;
    font-size: 90%;
    line-height: 1.3rem;
}

.con6_access{
margin-bottom: 10px;
}



.tb_schedule_wrap{margin-bottom: 10px;}

.tb_schedule {
   font-size: 69%;
}

.tb_schedule td {
    width: 13%;
    
}



.tb_schedule td.uketuke{
width: 22%;}


.con6_attension_box .con6_attension_inner{
    padding-right: 15px;
    padding-left: 15px;
}
}

.con6_logo img {
    width: 100%;
    height: auto;
}

table.tb_schedule td {
    height: auto; /* または、必要な高さを指定 */
}

ul.con7_flex_box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.con7_flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con7_flex_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con7_flex_box p {
    margin: 0;
}

.con7_flex_box a {
    text-decoration: none;
    color: inherit;
}
/* -------------end------------- */



/***********************お問い合わせ 流用***********************/
@media (max-width: 767px) {
	.con7_outside {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.con7_outside {
	background-color: rgba(207, 190, 167, 0.20);
	padding-top: 90px;
	padding-bottom: 40px;
	position: relative;
}
.con_title_topout {
	position: absolute;
	top: 2em;
	transform: translateY(-50%);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.con_title {
	text-align: center;
	font-size: 188%;
	/* color: #AA8631; */
	color: #595757;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.con_title::after {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
	font-weight: 400;
	display: block;
	content: attr(data-label);
	text-align: center;
	font-size: 60%;
	color: rgba(89, 87, 87, 0.60);
}
@media (max-width: 767px) {
	.con_title {
		font-size: 135%;
		padding-top: 2.5rem;
	}
}

.con6_contents {
	width: 70%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media (max-width: 767px) {
	.con6_contents {
		width: 90%;
		max-width: 900px;
	}
}
.con7_lead {
	text-align: center;
	margin-bottom: 20px;
	font-size: 85%;
    line-height: 22px;
}
@media only screen and (max-width: 768px) {
	.miniimage {
		display: block;
		line-height: 0px;
	}
}
@media (max-width: 767px) {
	.con7_flex_box {
		font-size: 80%;
	}
}
ul.con7_flex_box {
	padding: 0;
}
.con7_flex_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
.con7_flex_box li:first-child {
	width: 50%;
	background-color: #eee7d6;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #595757;
}
.txt80per {
	font-size: 0.8rem;
	margin-bottom: 2%;
    line-height: initial;
}
span.woman_doc {
    font-size: 68%;
}
td.uketuke {
    font-size: 75%;
}
span.man_doc {
    font-size: 68%;
}
p.co-white {
    color: #FFF !important;
}
.con7_flex_tel {
	font-size: 150%;
	font-weight: 500;
	font-family: Rubik;
	color: #595757 !important;
}
.con7_flex_web {
	font-size: 150%;
	font-weight: 500;
	font-family: Rubik;
	color: #FFF !important;
}
.con7_flex_tel:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	font-size: 90%;
	margin-right: .2em;
}
.con7_flex_box li:last-child {
	width: 50%;
	background-color: #a68b62;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
}

/***********************footer***********************/
#footer_outside {
	padding-bottom: 2rem;
	padding-top: 2rem;
	background-color: #595757;
	color: #ffffff;
}
.contents {
	width: 98%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.add {
	font-size: 75%;
	text-align: center;
	color: #FFF;
}
@media (max-width: 767px) {
	.footer_sitemap_flex {
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.contents {
		width: 90%;
	}
}
.footer_sitemap_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
    padding-left: initial;
    font-size: 0.8rem;
}
.footer_sitemap_flex > li {
	width: 24%;
	font-size: 100%;
}
@media (max-width: 767px) {
	.footer_sitemap_flex > li {
		width: 48%;
		margin-bottom: 20px;
	}
}
.footer_sitemap_flex > li a {
	color: #ffffff;
}
a:link {
	text-decoration: none;
}
.footer_sitemap_flex > li ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	margin-right: .5em;
}
ul.footer_sitemap_flex ul {
	padding: 0;
}

/*********************** 追尾メニュー 流用 ***********************/
.bnr_web_yoyaku {
	position: fixed;
	right: 20px;
	bottom: 10px;
   opacity: 0;
    transition: opacity 0.5s ease-in-out;
	z-index: 99;
}
.bnr_web_yoyaku.show {
    opacity: 1;
}
.bnr_web_yoyaku > li {
	width: 9em;
	text-align: center;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	border: 1px solid #FFFFFF;
	padding: 10px;
	border-radius: 6px;
	background: #00aecc;
	font-size: 107%;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}
.bnr_web_yoyaku > li:last-child {
	margin-bottom: 0px;
}
.footer_sitemap_flex > li ul li ul {
    padding-left: 1em;
}
.bnr_web_yoyaku li a {
	display: block;
	color: #ffffff;
}
a:link {
	color: #212121;
	text-decoration: none;
}
/*********************** END ***********************/

/*端末画像制御*/
.sp-only {
	display: block;
}
.desktop-only {
	display: none;
}



/*ページトップ*/
/*@media (max-width: 767px) {*/
/*    .pagetop {*/
/*        height: 70px;*/
/*        padding: 0 0 0 70px;*/
/*        bottom: 100px;*/
/*    }*/
/*}*/
/*.pagetop {*/
/*    color: #AA8631 !important;*/
/*}*/
/*.pagetop {*/
/*    position: fixed;*/
/*    right: 5px;*/
/*    bottom: 45px;*/
/*    height: 150px;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*    transform: rotate(90deg);*/
/*    font-size: 90%;*/
/*    line-height: 1.5rem;*/
/*    padding: 0 0 0 135px;*/
/*    border-top: solid 1px;*/
/*    border-color: #AA8631;*/
/*}*/
/*.pagetop::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    left: 0px;*/
/*    width: 15px;*/
/*    border-top: solid 1px;*/
/*    border-color: #AA8631;*/
/*    transform: rotate(35deg);*/
/*    transform-origin: left top;*/
/*}*/

@media (max-width: 768px) {
	.break-on-mobile::after {
		content: "\A"; /* 改行を挿入 */
		white-space: pre; /* 改行を適用 */
	}
	.sp-only {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}

	.desktop-only {
		display: block;
	}
	.sp-hr {
		display: none;
	}
}
@media (min-width: 1001px) {
	h2 {
		font-size: 36px !important;
	}
	.desktop-only {
		display: block; /* デスクトップでは表示 */
	}
}
