/* base ------------------------------*/
html {
	font-size: 100%;
}

body {
	font-family: "M PLUS 1p", serif;
	font-size: 16px;
	color: #2b2b2b;
}

body img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold !important;
}

form {
	position: relative;
	z-index: 3;
}

.section-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.section-inner2 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
}

.section-title {
	/*margin-top: 40px;*/
	color: #ead24b;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: "Al Nile";
}

.fz-60 {
	font-size: 60px;
}

.section-title::before {
	content: url(../images/title-dot.png);
	margin-right: 20px;
}

.section-title::after {
	content: url(../images/title-dot.png);
	margin-left: 20px;
}

.section-sub-title {
	font-family: "M PLUS 1p";
	font-size: 28px;
	font-weight: normal;
	color: #7e7e7e;
	text-align: center;
	margin-bottom: 60px;
}

.pc-hide {
	display: none;
}

.left_area {
	float: left;
	width: 48%;
	box-sizing: border-box;
}

.right_area {
	float: right;
	width: 48%;
	box-sizing: border-box;
}

/* フッター ------------------------------*/

.footer {
	font-family: "M PLUS 1p";
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	margin-top: 67px;
}

.footer-inner {
	background: #f8f3e5;
}

.map {
	padding-top: 40px;
}

.footer-infomation {
	padding: 84px 0 130px;
	display: flex;
	justify-content: space-around;
}

.footer-info img {
	width: 300px;
	margin-bottom: 15px;
}

.footer-info-p {
	font-size: 22px;
	font-family: "Noto Sans Javanese";
}

.tel-info {
	margin-bottom: 28px;
}

.footer-schedule {
	overflow: scroll;
	-ms-overflow-style: none;
}

.footer-schedule::-webkit-scrollbar {
	display: none;
}

.schedule-table {
	width: 100%;
	min-width: none !important;
}

.footer-nav-wrap {
	max-width: 960px;
	margin: 0 auto;
}

footer .nav {
	height: 125px;
	display: flex;
	/*justify-content: space-around;*/
	align-items: center;
}

footer .nav li {
	border-right: 2px solid #e6a096;
	padding: 0 30px;
}

footer .nav li:last-child {
	border-right: none;
}

footer .nav li a {
	color: #2b2b2b;
}



.copylight {
	width: 100%;
	/*height: 75px;*/
	padding: 30px 0;
	background-color: #f0c0b9;
	text-align: center;
	color: #fff;
}

small {
	font-family: "Noto Sans Javanese";
	display: block;
	color: #fff;
	padding-top: 25px;
}

/* ヘッダー ------------------------------*/

/* 予約 ------------------------------*/

.reservation-wrap {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 8%;
	display: flex;
}

.reservation-wrap a {
	color: #fff;
}

.reservation {
	width: 160px;
	height: 105px;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 30px 30px;
	text-align: center;
	transition: 0.3s;
}

.reservation:hover {
	opacity: 0.7;
}

.reservation_img {
	padding: 10px 0;
}

.reservation_img img {
	width: 50px;
	text-align: center;
}

.fa-phone-alt,
.fa-desktop {
	font-size: 38px;
	margin: 15px 0 25px;
}

.tel {
	background-color: #e6a096;
}

.online {
	background-color: #f0c0b9;
}

/* ナビゲーション ------------------------------*/

@media screen and (min-width: 1025px) {
	.nav.nav_sp {
		display: block !important;
	}
}

.list {
	margin: 120px 10% 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-family: "M PLUS 1p";
}

.list-item {
	font-size: 16px;
	padding: 0 0.5em;
}

.list-item a {
	color: #2b2b2b;
	transition: 0.3s;
}

.list-item a:hover {
	color: #ead24b;
	opacity: 0.7;
}

.logo {
	width: 398px;
}

.burger-btn {
	display: none;
}

/* メインビジュアル ------------------------------*/

.mv {
	position: relative;
}

.main-copy {
	writing-mode: vertical-rl;
	position: absolute;
	top: 25%;
	left: 24%;
	font-size: 36px;
	font-weight: bold;
}

/* スライドショー ------------------------------*/
.swiper-slide {
	position: relative;
}

.top .swiper-container .swiper-wrapper .swiper-slide .text {
	font-size: 1.88vw;
}

.top .swiper-container .swiper-wrapper .swiper-slide .text {
	/* font-family: 'M PLUS 1p'; */
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	/* writing-mode: vertical-rl; */
	font-size: 36px;
	display: inline-block;
}

.top .swiper-container .swiper-wrapper .swiper-slide .text .item1 {
	position: absolute;
	top: 25%;
	left: 24%;
}

.top .swiper-container .swiper-wrapper .swiper-slide .text .item2 {
	position: absolute;
	top: 30%;
	left: 21%;
}


/* インフォメーション ------------------------------*/

.info {
	max-width: 1320px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 50px;
}

.info-inner {
	padding: 20px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.info-inner::-webkit-scrollbar {
	display: none;
}

.info-heading {
	color: #ead24b;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.info-td {
	padding: 27.5px 0;
}

.date {
	padding-right: 40px;
}

.info_table td {
	padding: 27.5px 0;
	border-bottom: 1px solid #ddd;
}

.info-inner-text p {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	/*font-family: "游ゴシック体";*/
}


/* スケジュール表 */
.schdule-table {
	border: 1px solid #e6a096;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px;
	overflow: hidden;
	font-family: "M PLUS 1p";
}

.schedule-p {
	margin-top: 15px;
}

.schdule-thead-th {
	padding: 15px 8px;
	width: 12.29vw;
	background-color: #e6a096;
	color: #fff;
	font-weight: bold;
	width: 12.29vw;
	text-align: center;
}

.schedule-tbody-th,
.schedule-tbody-td {
	padding: 10px 8px;
	border-bottom: 1px solid #e6a096;
	background-color: #fff;
	text-align: center;
}

.line-none {
	border: none;
}

/* クリニックの特徴 ------------------------------*/

.feature {
	background-image: url(../images/kamaboko-pr.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 170px;
	position: relative;
}

.feature-inner {
	background: #fbfaff;
}

.feature-inner::after {
	content: "";
	position: absolute;
	right: 0;
	left: -0%;
	top: 100%;
	z-index: 5;
	display: block;
	height: 150px;
	background-size: 150px 100%;
	background-image: linear-gradient(135deg, #fbfaff 25%, transparent 25%), linear-gradient(225deg, #fbfaff 25%, transparent 25%);
	background-position: 0 0;
}

.dot-blue {
	position: absolute;
	width: 12%;
	top: 95%;
	left: 8%;
	z-index: 10;
}

.dot-purple {
	position: absolute;
	width: 12%;
	bottom: -10%;
	left: 40%;
	transform: rotate(20deg);
	z-index: 10;
}

.dot-blue2 {
	position: absolute;
	width: 12%;
	top: 100%;
	right: 8%;
	z-index: 10;
}

.feature-wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 80px;
}

.feature-item {
	max-width: 30%;
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 30px;
}

.feature-image img {
	border-radius: 30px 30px 0 0;
	height: 230px;
	object-fit: cover;
}

.feature-content p {
	/*font-family: "游ゴシック体";*/
	line-height: 1.5;
	padding: 0 20px 45px 20px;
}

.feature-content-title {
	text-align: center;
	font-size: 28px;
	color: #7e7e7e;
}

.eature-content-p {
	font-size: 20px;
}

.feature_icon {
	position: relative;
	z-index: 3;
	background-position: center center;
	background-size: cover;
	width: 93px;
	height: 97px;
	margin: -50px auto 0;
}

.feature_icon.icon01 {
	background-image: url(../images/feature_icon01.png);
}

.feature_icon.icon02 {
	background-image: url(../images/feature_icon02.png);
}

.feature_icon.icon03 {
	background-image: url(../images/feature_icon03.png);
}

.feature_icon.icon04 {
	background-image: url(../images/feature_icon04.png);
}

.feature_icon.icon05 {
	background-image: url(../images/feature_icon05.png);
}

.feature_icon.icon06 {
	background-image: url(../images/feature_icon06.png);
}

.feature .dot-line {
	background-image: url(../images/dot-line.png);
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	padding: 180px;
	position: relative;
	background-color: #fbfaff;
}

/* 診療内容 ------------------------------*/

.care-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	gap: 30px 100px;
}

.care-item {
	width: 250px;
}

.care-item:nth-child(3n) {
	margin-right: 0;
}

.care-image-wrap {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	height: 228px;
	z-index: 1;
}

.care-image01 {
	background-image: url(../images/balloon_icon01.png);
}

.care-image02 {
	background-image: url(../images/balloon_icon02.png);
}

.care-image03 {
	background-image: url(../images/balloon_icon03.png);
}

.care-image04 {
	background-image: url(../images/balloon_icon04.png);
}

.care-image-wrap p {
	font-family: M PLUS 1p;
	text-align: center;
	padding-top: 75px;
	font-size: 20px;
	color: #7e7e7e;
}

.care-text-wrap {
	position: relative;
	background-image: url(../images/balloon_text_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -130px;
	min-height: 250px;
	z-index: 0;
}

.care-text {
	position: absolute;
	width: 250px;
	top: 120px;
}

.care-text p {
	font-family: M PLUS 1p;
	font-size: 18px;
	color: #6091d2;
	text-align: center;
}

.link-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 0 0 auto;
	padding: 1em 2em;
	max-width: 300px;
	color: #f8c6bf;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #f8c6bf;
	transition: 0.3s;
	text-decoration: none;
}

.link-btn a::before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 2px;
	background-color: #f8c6bf;
	transition: 0.3s;
}

.link-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 70px;
	height: 2px;
	background-color: #f8c6bf;
	transition: 0.3s;
}

.link-btn a:hover::before,
.link-btn a:hover::after {
	right: 0.5em;
}

/* 院長・院内写真 ------------------------------*/

.introduction-inner {
	padding: 150px 200px 0;
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
}

.introduction-inner a {
	color: #2b2b2b;
}

.docter-image,
.equipment-image {
	max-width: 690px;
	width: 100%;
	position: relative;
	transition: 0.3s;
}

.docter-image:hover,
.equipment-image:hover {
	opacity: 0.7;
}

.docter-image img {
	width: 93%;
}

.greeting-sum {
	position: absolute;
	top: 75%;
	left: 20%;
}

.equioment-sum {
	position: absolute;
	top: 30%;
	right: 12%;
}

.greeting-sum,
.equioment-sum {
	font-size: 30px;
	font-weight: bold;
}

.docter-image img,
.equipment-image img {
	border-radius: 40px;
	max-height: 300px;
	object-fit: cover;
}

/* ----------------------------------------------- */
/* 下層ページ・診療内容 ------------------------------*/
/* ----------------------------------------------- */

/* base ------------------------------*/

.medical-page,
.greeting-page,
.about-page,
.access-page {
	font-family: "Noto Sans Javanese";
}


/* 診療内容ページ ------------------------------*/

.medical-content-title {
	font-size: 20px;
	color: #e6a096;
	padding-bottom: 25px;
}

.medical-content-item {
	padding-bottom: 25px;
}

/* 院長挨拶ページ ------------------------------*/

.greeting-wrap {
	display: flex;
	justify-content: space-around;
}

.greeting-content {
	max-width: 435px;
	margin-right: 40px;
	line-height: 1.9;
}

.greeting-docter img {
	border-radius: 42% 58% 32% 68% / 29% 49% 51% 71%;
}

.greeting-p {
	color: #e6a096;
	font-size: 20px;
	padding-top: 30px;
	text-align: center;
}

.career {
	padding-top: 80px;
}

.career-inner {
	background-color: #f5d8d4;
	border-radius: 4rem;
	margin: 30px 0;
}

.career-heading {
	color: #2b2b2b;
	font-size: 20px;
	padding: 40px 0 20px;
}

.career-box {
	display: flex;
	align-items: baseline;
	padding-bottom: 32px;
}

.career-left {
	padding: 0 0 20px 40px;
}

.career-right {
	padding-left: 20%;
}

/* 院内紹介ページ ------------------------------*/

.about-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-item:nth-child(even) {
	flex-direction: row-reverse;
}

.about-item-image img {
	border-radius: 50%;
}

.about-heading {
	color: #e6a096;
	font-size: 20px;
}

.about-item-content {
	max-width: 500px;
}

.odd {
	margin-left: 50px;
}

.even {
	margin-right: 50px;
}

/* アクセスページ ------------------------------*/

.access-address {
	font-size: 2.4rem;
	padding-top: 30px;
	padding-bottom: 5px;
	text-align: center;
}

.fa-map-marker-alt {
	margin-right: 20px;
}

.access-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.access-howto {
	margin-right: 20px;
}

.access-image01 {
	width: 23%;
	margin-right: 20px;
}

.access-image02 {
	width: 45%;
}

.howto-heading {
	color: #e6a096;
	font-size: 20px;
}

/* ----------------------------------------------- */
/* メディアクエリ スマホ------------------------------*/
/* ----------------------------------------------- */

@media screen and (max-width: 767px) {
	/* ------------------------------------- */
	/* base--------------------------------- */
	/* ------------------------------------- */

	.pc-hide {
		display: block;
	}

	.section-inner {
		padding: 0 10vw;
		margin: 0 auto;
	}

	.section-title {
		font-size: 24px;
	}

	.fz-60 {
		font-size: 30px;
	}

	.section-title::before {
		display: none;
	}

	.section-title::after {
		display: none;
	}

	.section-sub-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.left_area {
		float: none;
		width: 100%;
	}

	.right_area {
		float: none;
		width: 100%;
	}

	/* ヘッダー ------------------------------*/

	.sp-logo {
		width: 56%;
		margin: 0 auto;
		margin-top: 5%;
	}


	/* 予約 ------------------------------*/

	.reservation-wrap {
		position: static;
		max-width: 537px;
		margin: 0 auto;
		padding-top: 10px;
		display: flex;
		justify-content: space-around;
	}

	.reservation {
		width: 140px;
		height: 36px;
		border-radius: 20px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.reservation p {
		font-size: 12px;
	}

	.tel {
		margin-right: 15px;
	}

	.reservation_img {
		padding: 10px 0;
	}

	.reservation_img img {
		width: 30px;
		text-align: center;
	}

	/* ナビゲーション ------------------------------*/
	.sp-hide {
		display: none;
	}

	.nav {
		display: none;
		width: 100vw;
		height: 100vh;
		background-color: #f5d8d4;
		position: absolute;
		top: 0;
		z-index: 10;
	}

	.list {
		margin: 50px auto 0;
		width: 80vw;
		flex-direction: column;
		justify-content: center;
	}

	.list-item {
		width: 100%;
		border-bottom: 2px solid #fff;
		padding: 20px 0;
	}

	.list-item a {
		display: block;
		color: #fff;
	}

	.sp-menu {
		margin-top: 55px;
	}

	.sp-menu a {
		color: #fff;
	}

	.sp-btn {
		width: 80vw;
		height: 62px;
		margin: 0 auto;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		margin-bottom: 10px;
	}

	.sp-tel-icon,
	.sp-online-icon {
		font-size: 30px;
		margin-right: 15px;
	}

	.sp-tel {
		background-color: #e6a096;
	}

	.sp-online {
		background-color: #f0c0b9;
	}

	.sp-tel-content,
	.sp-online-content {
		text-align: center;
	}

	.sp-menu-guidance {
		width: 80vw;
		margin: 20px auto 0;
	}

	.sp-menu-guidance-p {
		color: #987a76;
		font-size: 12px;
		line-height: 2.1;
	}

	.bold {
		font-weight: bold;
	}

	/* ハンバーガー ------------------------------*/

	.burger-btn {
		display: block;
		position: absolute;
		top: 1vh;
		right: 4vw;
		cursor: pointer;
		z-index: 11;
		width: 46px;
		height: 46px;
		background-color: #e6a096;
	}

	.burger-btn .bar {
		display: block;
		height: 3px;
		width: 30px;
		background-color: #fff;
		margin: 9px;
	}

	.bar-top {
		margin-bottom: 8px;
	}

	.bar-mid {
		margin-bottom: 8px;
	}

	.burger-btn.active .bar-top {
		transform: rotate(45deg) translate(9px, 8px);
		transition: 0.3s;
	}

	.burger-btn.active .bar-mid {
		opacity: 0;
		transition: 0.3s;
	}

	.burger-btn.active .bar-bottom {
		transform: rotate(-45deg) translate(9px, -8px);
		transition: 0.3s;
	}

	body.noscroll {
		overflow: hidden;
	}

	/* フッター ------------------------------*/

	.footer {
		background-image: url(../images/footer_bg.png);
		background-repeat: repeat-x;
		background-size: 30%;
		width: 100%;
		padding-top: 3.5%;
	}

	.footer-infomation {
		padding: 84px 0 130px;
		display: block;
	}

	.footer-info {
		text-align: center;
	}

	.footer-info img {
		width: 98%;
	}

	.footer-schedule {
		overflow: scroll;
	}

	.schdule-table {
		margin: 0 auto;
	}

	.schedule-p {
		text-align: center;
	}

	.footer-nav {
		display: none;
	}


	.schdule-thead-th {
		padding: 15px 6px;
		width: 15.29vw;
		text-align: center;
	}

	.schedule-tbody-th,
	.schedule-tbody-td {
		padding: 10px 4px;
		text-align: center;
	}



	/* ------------------------------------- */
	/* index--------------------------------- */
	/* ------------------------------------- */

	/* メインビジュアル--------------------------------- */

	.main-copy {
		writing-mode: horizontal-tb;
		position: absolute;
		top: 40%;
		left: 20%;
		font-size: 18px;
		font-weight: bold;
	}

	/* スライドショー--------------------------------- */
	.top .swiper-container .swiper-wrapper .swiper-slide .text {
		/* font-family: 'M PLUS 1p'; */
		writing-mode: horizontal-tb;
		font-size: 18px;
		display: inline-block;
	}

	.top .swiper-container .swiper-wrapper .swiper-slide .text .item1 {
		position: absolute;
		top: 30%;
		left: 20%;
		display: none;
	}

	.top .swiper-container .swiper-wrapper .swiper-slide .text .item2 {
		position: absolute;
		top: 45%;
		left: 25%;
		display: none;
	}

	/* インフォメーション ------------------------------*/

	.info {
		display: block;
		margin: 0 auto;
	}

	.info-inner {
		padding: 0;
		overflow: scroll;
	}

	.info-inner table {
		margin: 0 auto;
	}

	.info-heading {
		margin-bottom: 15px;
	}

	.schedule-table {
		font-size: 14px;
	}

	/* クリニックの特徴 ------------------------------*/

	.feature {
		background-image: url(../images/kamaboko-pr.png);
		background-repeat: repeat-x;
		background-size: 30%;
		width: 100%;
		padding-top: 3.5%;
	}

	.feature-wrap {
		display: block;
	}

	.feature-item {
		max-width: 100%;
	}

	.feature-image img {
		height: 52vw;
	}

	.feature-inner::after {
		content: "";
		position: absolute;
		right: 0;
		left: -0%;
		top: 100%;
		z-index: 5;
		display: block;
		height: 100px;
		background-size: 100px 100%;
		background-image: linear-gradient(135deg, #fbfaff 25%, transparent 25%), linear-gradient(225deg, #fbfaff 25%, transparent 25%);
		background-position: 0 0;
	}

	.dot-blue {
		position: absolute;
		width: 15%;
		top: 100%;
		left: 8%;
		z-index: 10;
	}

	.dot-purple {
		position: absolute;
		width: 15%;
		top: 100%;
		left: 30%;
		transform: rotate(20deg);
		z-index: 10;
	}

	.dot-blue2 {
		position: absolute;
		width: 15%;
		top: 100%;
		right: 8%;
		z-index: 10;
	}

	.feature-content-title {
		font-size: 24px;
	}

	/* 診療内容 ------------------------------*/
	.care-content {
		gap: 0;
	}

	.care-item {
		width: 150px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.care-image-wrap p {
		padding-top: 40px;
		font-size: 18px;
	}

	.care-text-wrap {
		margin-top: -180px;
		min-height: 150px;
	}

	.care-text {
		width: 100%;
		top: 60px;
	}

	/* 院長・院内紹介 ------------------------------*/

	.introduction-inner {
		padding: 80px 4vw 0;
		display: block;
	}

	.docter-image {
		margin-bottom: 30px;
	}

	.docter-image img {
		width: 100%;
	}

	/* ------------------------------------- */
	/* 院長挨拶--------------------------------- */
	/* ------------------------------------- */

	.greeting-wrap {
		display: block;
	}

	.greeting-content {
		margin-right: 0;
	}

	.career-box {
		display: block;
		padding: 0 20px;
	}

	.career-heading {
		padding: 20px 15px 10px;
	}

	.career-right {
		padding-bottom: 20px;
	}

	.career-right {
		padding-left: 40px;
	}

	/* ------------------------------------- */
	/* 院内紹介--------------------------------- */
	/* ------------------------------------- */

	.about-wrap {
		display: block;
	}

	.about-item {
		display: block;
	}

	.even,
	.odd {
		margin: 0 auto;
	}

	.about-item-content {
		padding-bottom: 20px;
	}

	.about-heading {
		text-align: center;
		padding: 20px 0;
	}

	/* ------------------------------------- */
	/* アクセス--------------------------------- */
	/* ------------------------------------- */

	.access-address,
	.fa-map-marker-alt {
		font-size: 16px;
	}

	.fa-map-marker-alt {
		margin-right: 8px;
	}

	.access-howto {
		margin-right: 0;
	}
}

/* ----------------------------------------------- */
/* メディアクエリ タブレット------------------------------*/
/* ----------------------------------------------- */

@media screen and (max-width: 1024px) and (min-width: 768px) {
	/* ------------------------------------- */
	/* base--------------------------------- */
	/* ------------------------------------- */

	.pc-hide {
		display: block;
	}

	.section-inner {
		padding: 0 4vw;
		margin: 0 auto;
	}

	.section-title {
		font-size: 48px;
	}

	.fz-60 {
		font-size: 64px;
	}

	.section-title::before {
		display: none;
	}

	.section-title::after {
		display: none;
	}

	.section-sub-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.left_area {
		width: calc(50% - 2vw);
	}

	.right_area {
		width: calc(50% - 2vw);
	}

	/* ヘッダー ------------------------------*/

	.sp-logo {
		width: 40%;
		margin: 0 auto;
		margin-top: 5%;
	}


	/* 予約 ------------------------------*/

	.reservation-wrap {
		position: static;
		max-width: 537px;
		margin: 0 auto;
		padding-top: 10px;
		display: flex;
		justify-content: space-around;
	}

	.reservation {
		width: 280px;
		height: 72px;
		border-radius: 320px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.reservation p {
		font-size: 20px;
	}

	.tel {
		margin-right: 15px;
	}

	.reservation_img {
		padding: 10px 0;
	}

	.reservation_img img {
		width: 40px;
		text-align: center;
	}

	/* ナビゲーション ------------------------------*/
	.sp-hide {
		display: none;
	}

	.nav {
		display: none;
		width: 100vw;
		height: 100vh;
		background-color: #f5d8d4;
		position: absolute;
		top: 0;
		z-index: 10;
	}

	.list {
		margin: 50px auto 0;
		width: 80vw;
		flex-direction: column;
		justify-content: center;
	}

	.list-item {
		width: 100%;
		border-bottom: 2px solid #fff;
		padding: 20px 0;
	}

	.list-item a {
		display: block;
		color: #fff;
	}

	.sp-menu {
		margin-top: 55px;
	}

	.sp-menu a {
		color: #fff;
	}

	.sp-btn {
		width: 80vw;
		height: 62px;
		margin: 0 auto;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		margin-bottom: 10px;
	}

	.sp-tel-icon,
	.sp-online-icon {
		font-size: 30px;
		margin-right: 15px;
	}

	.sp-tel {
		background-color: #e6a096;
	}

	.sp-online {
		background-color: #f0c0b9;
	}

	.sp-tel-content,
	.sp-online-content {
		text-align: center;
	}

	.sp-menu-guidance {
		width: 80vw;
		margin: 20px auto 0;
	}

	.sp-menu-guidance-p {
		color: #987a76;
		font-size: 12px;
		line-height: 2.1;
	}

	.bold {
		font-weight: bold;
	}

	/* ハンバーガー ------------------------------*/

	.burger-btn {
		display: block;
		position: absolute;
		top: 1vh;
		right: 4vw;
		cursor: pointer;
		z-index: 11;
		width: 46px;
		height: 46px;
		background-color: #e6a096;
	}

	.burger-btn .bar {
		display: block;
		height: 3px;
		width: 30px;
		background-color: #fff;
		margin: 9px;
	}

	.bar-top {
		margin-bottom: 8px;
	}

	.bar-mid {
		margin-bottom: 8px;
	}

	.burger-btn.active .bar-top {
		transform: rotate(45deg) translate(9px, 8px);
		transition: 0.3s;
	}

	.burger-btn.active .bar-mid {
		opacity: 0;
		transition: 0.3s;
	}

	.burger-btn.active .bar-bottom {
		transform: rotate(-45deg) translate(9px, -8px);
		transition: 0.3s;
	}

	body.noscroll {
		overflow: hidden;
	}

	/* フッター ------------------------------*/

	.footer {
		background-image: url(../images/footer_bg.png);
		background-repeat: repeat-x;
		background-size: 30%;
		width: 100%;
		padding-top: 3.5%;
	}

	.footer-infomation {
		padding: 64px 0;
	}

	.footer-info {
		text-align: center;
	}

	.footer-info img {
		width: 98%;
	}

	.footer-info-p {
		font-size: 16px;
		font-family: "Noto Sans Javanese";
	}

	.footer-schedule {
		overflow: scroll;
	}

	.schdule-table {
		margin: 0 auto;
	}

	.schedule-p {
		text-align: center;
	}

	.footer-nav {
		display: none;
	}


	.schdule-thead-th {
		padding: 12px 6px;
		width: 15.29vw;
		text-align: center;
	}

	.schedule-tbody-th,
	.schedule-tbody-td {
		padding: 8px 2px;
		text-align: center;
	}



	/* ------------------------------------- */
	/* index--------------------------------- */
	/* ------------------------------------- */

	/* メインビジュアル--------------------------------- */

	.main-copy {
		writing-mode: horizontal-tb;
		position: absolute;
		top: 40%;
		left: 20%;
		font-size: 18px;
		font-weight: bold;
	}

	/* スライドショー--------------------------------- */
	.top .swiper-container .swiper-wrapper .swiper-slide .text {
		/* font-family: 'M PLUS 1p'; */
		writing-mode: horizontal-tb;
		font-size: 18px;
		display: inline-block;
	}

	.top .swiper-container .swiper-wrapper .swiper-slide .text .item1 {
		position: absolute;
		top: 30%;
		left: 20%;
		display: none;
	}

	.top .swiper-container .swiper-wrapper .swiper-slide .text .item2 {
		position: absolute;
		top: 45%;
		left: 25%;
		display: none;
	}

	/* インフォメーション ------------------------------*/

	.info {
		display: block;
		margin: 0 auto;
	}

	.info-inner {
		padding: 0;
		overflow: scroll;
	}

	.info-inner table {
		margin: 0 auto;
	}

	.info-heading {
		margin-bottom: 15px;
	}

	.schedule-table {
		font-size: 14px;
	}

	/* クリニックの特徴 ------------------------------*/

	.feature {
		background-image: url(../images/kamaboko-pr.png);
		background-repeat: repeat-x;
		background-size: 30%;
		width: 100%;
		padding-top: 3.5%;
	}

	.feature-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: 4vw;
		width: 100%;
		box-sizing: border-box;
	}

	.feature-item {
		max-width: calc(50% - 2vw);
	}

	.feature-image img {
		height: 26vw;
	}

	.feature-inner::after {
		content: "";
		position: absolute;
		right: 0;
		left: -0%;
		top: 100%;
		z-index: 5;
		display: block;
		height: 100px;
		background-size: 100px 100%;
		background-image: linear-gradient(135deg, #fbfaff 25%, transparent 25%), linear-gradient(225deg, #fbfaff 25%, transparent 25%);
		background-position: 0 0;
	}

	.dot-blue {
		position: absolute;
		width: 15%;
		top: 100%;
		left: 8%;
		z-index: 10;
	}

	.dot-purple {
		position: absolute;
		width: 15%;
		top: 100%;
		left: 30%;
		transform: rotate(20deg);
		z-index: 10;
	}

	.dot-blue2 {
		position: absolute;
		width: 15%;
		top: 100%;
		right: 8%;
		z-index: 10;
	}

	.feature-content-title {
		font-size: 24px;
	}

	/* 診療内容 ------------------------------*/
	.care-content {
		gap: 30px 50px;
	}

	.care-item {
		width: 200px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.care-image-wrap p {
		padding-top: 40px;
		font-size: 18px;
	}

	.care-text-wrap {
		background-position: center center;
		margin-top: -130px;
		min-height: 150px;
	}

	.care-text {
		width: 100%;
		top: 60px;
	}

	/* 院長・院内紹介 ------------------------------*/

	.introduction-inner {
		padding: 80px 4vw 0;
		display: block;
	}

	.docter-image {
		margin-bottom: 30px;
	}

	.docter-image img {
		width: 100%;
	}

	/* ------------------------------------- */
	/* 院長挨拶--------------------------------- */
	/* ------------------------------------- */

	.greeting-wrap {
		display: block;
	}

	.greeting-content {
		margin-right: 0;
	}

	.career-box {
		display: block;
		padding: 0 20px;
	}

	.career-heading {
		padding: 20px 15px 10px;
	}

	.career-right {
		padding-bottom: 20px;
	}

	.career-right {
		padding-left: 40px;
	}

	/* ------------------------------------- */
	/* 院内紹介--------------------------------- */
	/* ------------------------------------- */

	.about-wrap {
		display: block;
	}

	.about-item {
		display: block;
	}

	.even,
	.odd {
		margin: 0 auto;
	}

	.about-item-content {
		padding-bottom: 20px;
	}

	.about-heading {
		text-align: center;
		padding: 20px 0;
	}

	/* ------------------------------------- */
	/* アクセス--------------------------------- */
	/* ------------------------------------- */

	.access-address,
	.fa-map-marker-alt {
		font-size: 16px;
	}

	.fa-map-marker-alt {
		margin-right: 8px;
	}

	.access-howto {
		margin-right: 0;
	}
}

/* ------------------------------------- */
/* ConcreteCMS--------------------------------- */
/* ------------------------------------- */
.ccm-ui .tooltip-inner {
	background-color: #444;
}

.ccm-panel-detail {
	display: block !important;
}

.collapse:not(.show) {
	display: none;
}

/*追従バナー設置*/
.bottomLink {
	display: none;
}

@media screen and (max-width: 768px) {
	.bottomLink {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 9;
		height: 50px;
		overflow: hidden;
	}

	.bottomLink a span {
		font-size: 14px;
		display: inline-block;
	}

	.bottomLink a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #e6a096;
		/*テンプレートに合わせて色を変更*/
		text-decoration: none;
		font-size: 110%;
		width: 100%;
		height: 100%;
		border-left: 1px solid #fff;
	}
}

/*表の汎用デザイン*/
.common-table {
	width: 100%;
	margin-bottom: 40px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}

.common-table thead tr:has(> :nth-child(2)) th {
	width: 50%;
}

.common-table thead tr:has(> :nth-child(3)) th {
	width: 33.3333%;
}

.common-table thead tr:has(> :nth-child(4)) th {
	width: 25%;
}

.common-table thead tr:has(> :nth-child(5)) th {
	width: 20%;
}

.common-table th,
.common-table td {
	padding: 1vw;
	font-size: 3.5vw;
	line-height: 1.5;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

.common-table th {
	background-color: #f7f7f7;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

.common-table td {
	border-right: 1px solid #ccc;
}

@media print,
screen and (min-width: 1025px) {
	.common-table {
		width: 100%;
		margin-bottom: 40px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-collapse: collapse;
		border-spacing: 0;
	}

	.common-table th,
	.common-table td {
		padding: 8px;
		font-size: 16px;
		line-height: 1.5;
	}

	.common-table th {
		border-right: 1px solid #ccc;
	}

	.common-table td {
		border-right: 1px solid #ccc;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.common-table {
		width: 100%;
		margin-bottom: 40px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-collapse: collapse;
		border-spacing: 0;
	}

	.common-table th,
	.common-table td {
		padding: 8px;
		font-size: 16px;
		line-height: 1.5;
	}

	.common-table th {
		border-right: 1px solid #ccc;
	}

	.common-table td {
		border-right: 1px solid #ccc;
	}
}