@charset "UTF-8";

body {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #272727;
	width: 100%;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
	width: 100%;
	z-index: 1;
}
a {
	color: #272727;
}
button {
  	outline: none;
}
.br_sp {
	display: none;
}
.container {
	padding: 5rem 0;
}
.container_fluid {
	padding: 5rem 0 16rem;
}
.container_top {
	padding: 5rem 0;
}

.container_bottom {
	padding-bottom: 5rem;
}

.loading{
	width:100%;
	height:100%;
	background-color:#fff;
	position:fixed;
	z-index: 30;
}

.loadingLogo {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

@keyframes fadeIn {
	0% {opacity: 0}

	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}

	100% {opacity: 1}
}
.fadein {
	opacity : 0;
	transition: all 1s;
  }

#wrap {
	overflow: hidden;
  }

h1{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
}
h2 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 2rem;
	text-align: center; 
	margin-bottom: 3.8rem;
}

h3 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	padding: 1rem 0;
}

h4{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center; 
	padding: 2rem 0;
}

.white-space-nowrap {
	white-space: nowrap;
}

/*      ヘッダー（お知らせ）        */
header {
	position: relative;
}
.rectangle {
    width: 100%;
    height: 3rem;
    background: #fff;
    position: absolute;
    bottom: -1rem;
}
/*      メインイメージ        */


.main_image {
	text-align: center;
	margin: 3rem 0;
}
.main_image img {
	width: 90%;
}
.main_image_sp {
	display: none;
}
.openhours_box {
	position: absolute;
	width: 24rem;
	height: 14rem;
	bottom: 0;
	right: 6%;
	text-align: center;
	font-size: .9rem;
}
.tel {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
	color: #f8972d;
	font-size: 2.4rem;
}
.tel a {
	text-decoration: none;
}

.top {
	width: 96%;
	margin: 0 auto;
	position: absolute;
	top: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#fix_top {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
	transition: .4s;
}

#fix_top a img {
	width: 250px;
}
#fix_top .nav_list {
	padding: 0;
	margin: 0;
}

#fix_top.fixed {
	height: 100px;
	background: #ffffffe1;
}

.logo {
	width: 18%;
}
.logo img {
	width: 90%;
}
.logo_sp {
	display: none;
}
.btn {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	padding: 1rem;
}
.btn_s {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	padding: .8em 1.4rem;
}
.more_btn {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	padding: 0 2rem;
	margin: 0;
	border: 1px solid #65bbb1;
	border-radius: 24px;
}
.color1 {
	background: #65bbb1;
	color: #fff;
	transition: .3s;
	margin: 1rem auto;
	border-radius: 10px;
	border: none;
}
.color1:hover {
	color: #fff;
	background-color: #36a99b;
}

.color2 {
	background: #f8972d;
	color: #fff;
	transition: .3s;
	margin: 1rem auto;
	border-radius: 10px;
	border: none;
}

.color2:hover {
	color: #fff;
	background-color: #ff8503;
}
.color3 {
	background: #fff;
	color: #272727;
	transition: .3s;
}

.color3:hover {
	color: #272727;
	background-color: #d0eeea!important;
}
.color_line {
	background: #3eda0a;
	color: #fff;
	border: 1px solid #3eda0a;
	transition: .3s;
	margin: 1rem auto;
	border-radius: 10px;
}
.color_line:hover {
	color: #fff;
	background: #38c609;
}

.color_insta {
	background: #fff;
	color: #272727;
	border: 1px solid #272727;
	transition: .3s;
	margin: 1rem auto;
	border-radius: 10px;
	padding: .8em;
}
.color_insta:hover {
	color: #272727;
	background: #f7f7f7;
}
.color4 {
	background: #fff;
	color: #272727;
	border: 1px solid #272727;
	transition: .3s;
	margin: 1rem auto;
	border-radius: 10px;
}
.color4:hover {
	color: #272727;
	background: #f7f7f7;
}

.color_or {
	color: #e8772b;
}
/*　　ナビゲーションメニュー　　*/
li {
	list-style: none;
}
.nav_list {
	display: flex;
	margin-bottom: 0;
	margin-right: 4rem;
	padding-top: 1rem;
}

.nav_list .nav_item a {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	transition: .3s;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 1rem 2rem;
}

.nav_list .nav_item a:hover {
	color: #6c6c6c;
	text-decoration: none;
}


.nav_list .nav_item a::after {
	position: absolute;
	left: 30%;
	bottom: 0;               /*アンダーラインがaタグの下端から現れる*/
	content: '';
	width: 40%;
	height: 2.6px;
	background: #272727;
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left center; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
	z-index: 11;
}

.nav_list .nav_item a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.home .nav_home a::after,
.clinic .nav_clinic a::after,
.point .nav_point a::after,
.treatment .nav_treatment a::after,
.price .nav_price a::after, 
.news .nav_news a::after {
	position: absolute;
	left: 30%;
	bottom: 0;               /*アンダーラインがaタグの下端から現れる*/
	content: '';
	width: 40%;
	height: 3px;
	background: #272727;
	transform: scale(1, 1);
	z-index: 11;
}


.btn_trigger {
	display: none;
}


/*      店舗案内へ        */
.clinic {
	position: relative;
	width: 100%;
}

.clinic_item {
	text-align: right;
}
.clinic_title {
	text-align: right;
	margin-top: 4rem;
}
.clinic_img1 {
	padding-bottom: 5rem;
}
.clinic_img1 img{
	width: 100%;
}

.clinic_img1_sp {
	display: none;
}
.clinic_text {
	margin: 0 0 0 auto;
	font-size: 1.1rem;
}
.clinic_img2{
	padding-bottom: 4rem;
	position: absolute;
	bottom: 0; 
	left: 10%; 
	transform: translate(-10%, -10%);
	z-index: -1;
}
.clinic_img2 img{
	width: 100%;
}
/*      当院の強み        */
.point_sec {
	background: #fff;
}
.point_inner {
	margin-bottom: 4rem;
}
.point_list {
	padding: 2rem 9rem;
	margin: 1rem auto;
	text-align: left;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	background: #fff;
}
.point_list img {
	width: 3rem;
}
.point_text {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
}
.point_item {
	text-align: left;
}

.point dl {
	text-align: left;
	padding: 1rem;
}

.point_text {
	padding-bottom: .4rem;
}

.point dd {
	font-size: 1rem;
}


/*      ご利用案内        */
.info {
	background-color: #fff;
}
.info_img {
	width: 100%;
}

.info_box a{
	text-decoration: none;
}
.info_title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #000;
	padding-top: 1.6rem;
}


/*      ページトップボタン        */
.page_top{
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 10;
} 
.page_top a{
	position: relative;
	display: block;
}
.page_top img {
	width: 54px;
	height: 54px;
}
.fa-arrow-up {
	font-size: 1rem;
	padding: .5rem ;
}
/*      フッター        */

.access {
    background-color: #fff;
}
.access_text {
	font-size: 1.2rem;
	margin: 1rem 0 5rem;
}
.map {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.map iframe {
    width: 100%;
    height: 800px;
    margin-top: -170px;
}

footer {
	background: #f2f2f2;
}

.footer_logo{
	width: 55%;
}
.btn_box {
	text-align: left;
}
.sns_btn button {
	width: 40%;
}
.contact_btn button {
	width: 81%;
}

.ft_tel {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
}
.ft_tel a {
	text-decoration: none;
}

.copyright {
	font-size: .9rem;
}

/*   カレンダー   */
#calendar {
	margin-bottom: 3rem;
}
.fc-h-event .fc-event-title {
	white-space: normal;
	word-break: break-word;
}
.fc .fc-toolbar-title {
	font-size: 1.4rem;
}
.fc-col-header-cell {
	background: #fff;
}
.fc .fc-view-harness {
    font-size: .9rem;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
	margin-bottom: 0;
}
.fc-scrollgrid-sync-table {
	background: #fff;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 5rem;
}
@media (max-width: 1200px) and (min-width: 992px) {
	.nav_list .nav_item a {
		padding: 1rem;
	}
	.main_image {
		margin: 2rem 0;
	}
	.map {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .map iframe {
        width: 100%;
        height: 700px;
        margin-top: -170px;
    }
}
@media screen and (max-width: 992px){
	
	html {
		 font-size: 0.8rem;
	}

	h2 {
		font-size: 2rem;
		margin-bottom: 2.6rem;
	}
	h4{
		padding: 2rem 0;
		margin-bottom: 0;
	}

	.br_sp {
		display: block;
	}
	.fs-1 {
		font-size: 1rem;
		padding-bottom: 1rem;
	}
	.container {
		padding: 3rem 0;
	}
	.container_top {
		padding: 3rem 0 0 0;
	}
	.container_bottom {
		padding-bottom: 3rem;
	}
	.container_fluid {
		padding: 0;
	}
	.row {
		margin: 0;
	}
	.color2 {
		margin: 2rem auto;
	}
	.last {
		margin: 1rem auto;
	}
	.fix_top {
		display: none;
	}
	
	.fix_top a img {
		width: 250px;
	}
	.fix_top .nav_list {
		padding: 0;
	}
	.main_image {
		display: none;
	}
	
	.main_image_sp {
		display: block;
		margin-top: 84px;
		text-align: center;
	}
	.main_image_sp img {
		width: 90%;
	}
	.logo {
		margin: 0;
		display: none;
	}
	.logo_sp {
		display: block;
	}
	.logo_sp img{
		padding: 1rem;
		width: 218px;
	}
	.top {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 12;
	}
	.header_nav{
		position: fixed;
		top: 0;
		right: 0;
		text-align: left;
		width: 100%;
		height: auto;
		transition: all 0.3s;
		transform: translateX(100%);
		text-transform: uppercase;
		background: #e8772b;
		z-index: 10;
	}
	.header_nav ul{
		display: block;
		height: auto;
		padding: 0;
	}
	.nav_list{
		line-height: 1;
		margin-right: 0rem;
	}
	.nav_list .nav_item a{ 
		display: block;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		padding: 2rem;
		text-align: center;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.home .nav_home a::after,
	.clinic .nav_clinic a::after,
	.point .nav_point a::after,
	.treatment .nav_treatment a::after,
	.price .nav_price a::after, 
	.news .nav_news a::after {
		transform: scale(0, 1);
	}

 	.header_nav.active{
		display: block;
		transform: translateX(0);
	}
	.nav_list .nav_item a:hover {
		color: #fff;     /*ホバー後、x軸方向に1（相対値）伸長*/
	}

	.nav_list .nav_item a:hover::after {
		transform: scale(0, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	}
	button {
		border: none;
		outline: none;
	}
	.btn_trigger{
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 10;
		padding: 40px 15px 0;
		color: #272727;
		font-size: 8px;
		text-align: center;
		background: #fff;
	}
	.btn_trigger span{
		position: absolute;
		width: 30px;
		height: 2px;
		background: #272727;
	}

	.btn_trigger span:first-of-type{
		top: 16px;
	}
	.btn_trigger span:nth-of-type(2){
		top: 26px;
	}
	.btn_trigger span:last-of-type{
		top: 36px;
	}
	.btn_trigger, .btn_trigger span{
		display: block;
		transition: all 0.3s;
	}
	#btn.active {
		color: #fff;
		background: #e8772b;
	}
	#btn.active span:first-of-type{
		transform: translateY(10px) rotate(-45deg);
		background: #fff;
	}
	#btn.active span:nth-of-type(2){
		opacity: 0;
	}	
	#btn.active span:last-of-type{
		transform: translateY(-10px) rotate(45deg);
		background: #fff;
	}
	
	.clinic_item {
		padding: 0;
	}
	
	.clinic_title {
		text-align: left;
		padding-left: 1rem;
		margin-bottom: 3rem;
	}

	.clinic_img1 {
		display: none;
	}

	.clinic_img1_sp {
		display: block;
		padding: 0;
	}
	.clinic_img1_sp img{
		width: 80%;
	}
	
	.clinic_img2{
		position: static;
		margin: 3rem 0 0;
		padding: 0 0 0 2rem;
	}

	.clinic_img2 img{
		width: 90%;
		padding: 0;
	}
	.clinic_btn {
		text-align: center;
		display: block;
	}
	.point_list {
		padding: 1rem 2rem;
		margin: 1rem ;
	}
	.point_text {
		font-size: 1.1rem;
	}
	.point_list img {
		width: 2rem;
	}
	.point_item {
	    margin: 0;
		padding: 0;
	}

	footer {
		padding: 0;
		text-align: center;
	}
	.footer_logo {
		width: 70%;
	}
	.map {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

	.map iframe {
        width: 100%;
        height: 600px;
        margin-top: -170px;
    }
	.access_text {
		margin: 1rem 0 2rem;
	}
	.btn_box {
		text-align: center;
	}
	.sns_btn button {
		width: 48%;
	}
	.contact_btn button {
		width: 98%;
	}
	.openhours {
		margin: 0 auto;
		width: 350px;
	}
	.page_top{
		display: none;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 10;
	} 
	.page_top img {
		width: 42px;
		height: 42px;
	}
}