@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    margin-bottom: 0;
}
#page-top .sec-title {
}
#page-top .sec-title .en {
	color: var(--common-color-sub);
	font-size: 12px;
	margin-top: 4px;
}
#page-top .parts-btn {
	margin: 0 auto;
}


/*============================================================
 メインビジュアル
*============================================================*/
/* slick
-------------------------*/
/*#page-top #mainvisual .slider {
	margin-bottom: 0;
}
#page-top #mainvisual .slick-list {
	height: 676px;
}
#page-top #mainvisual .slick-dots {
	bottom: 24px;
}
#page-top #mainvisual .slick-dots li {
	width: 24px;
	height: 24px;
	background: #908B86;
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer;
}
#page-top #mainvisual .slick-dots li.slick-active {
	background: var(--common-color-sub);
}
#page-top #mainvisual .slick-dots li button {
	display: none;
}

#page-top #mainvisual {
	overflow: hidden;
}
#page-top #mainvisual .heading .item .block {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 676px;
}
#page-top #mainvisual .heading .item01 .block {
	background-image: url(../images/top/mainvisual-img-01.jpg);
	text-align: center;
	padding-top: 176px;
}
#page-top #mainvisual .heading .item01 .block .logo {
	width: 284px;
	margin: 0 auto 32px;
}
#page-top #mainvisual .heading .item01 .block .catch img {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
#page-top #mainvisual .heading .item02 .block01 {
	width: 50%;
	background-image: url(../images/top/mainvisual-img-02.jpg);
}
#page-top #mainvisual .heading .item02 .block02 {
	width: 50%;
	background-image: url(../images/top/mainvisual-img-03.jpg);
}
#page-top #mainvisual .heading .item02 .block01 .inner {
	padding-top: 238px;
	max-width: 514px;
	margin: 0 0 0 auto;
}
#page-top #mainvisual .heading .item02 .block01 h1 img.forSP {
	display: none;
}
#page-top #mainvisual .heading .item02 .block02 .inner {
	padding-top: 248px;
}
#page-top #mainvisual .heading .item02 .block02 h1 img.forSP {
	display: none;
}*/
#page-top #mainvisual .heading {
	height: 676px;
	background: url(../images/top/mainvisual-bg.jpg) no-repeat center center / cover;
	position: relative;
	padding-top: 80px;
}
#page-top #mainvisual .heading .logo {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 136px;
	width: 284px;
}
#page-top #mainvisual .heading .catch {
	height: 100%;
	gap: 106px;
}

#page-top #mainvisual .info {
	position: relative;
	margin-top: -118px;
}
#page-top #mainvisual .info:before {
	width: 100%;
	height: 145px;
	background: var(--common-color-background1);
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	z-index: -1;
}
#page-top #mainvisual .info .block {
	gap: 32px;
}
#page-top #mainvisual .info .block .merit {
	padding: 8px 0;
	margin-bottom: 0;
}
#page-top #mainvisual .info .block .merit > div {
	width: 124px;
}
#page-top #mainvisual .info .block .about {
	padding: 16px 0;
	position: relative;
	margin-bottom: 0;
}
#page-top #mainvisual .info .block .about:before {
	position: absolute;
	content: "";
	background: url(../images/top/mainvisual-figure-subtract.svg) no-repeat center center / contain;
	width: 16px;
	height: 16px;
	top: -12px;
	right: -9px;
}

#page-top #mainvisual .info .block .about > p {
	font-size: 12px;
	line-height: 1.6;
	max-width: 263px;
	margin-bottom: 12px;
}
#page-top #mainvisual .info .block .about > p span {
	font-weight: bold;
}
#page-top #mainvisual .info .block .schedule {
	position: relative;
	padding: 16px 0;
}
#page-top #mainvisual .info .block .schedule:before {
	width: calc(100% + 454px);
	height: 100%;
	background: var(--common-color-background1);
	position: absolute;
	content: "";
	bottom: 0;
	left: -24px;
	border-radius: 16px 0 0 0;
	z-index: 1;
}
#page-top #mainvisual .info .block .schedule img {
	position: relative;
	z-index: 2;
}

/*============================================================
 阪大卒 歯科のスペシャリストにより医療
*============================================================*/
#page-top #sec-about {
	position: relative;
	padding: 80px 0 92px;
}
#page-top #sec-about:before {
	position: absolute;
	content: "";
	background: url(../images/top/about-bg.svg) no-repeat center center / contain;
	width: 1278px;
	height: 585px;
	top: 0;
	left: 46%;
	transform: translatex(-50%);
	z-index: -1;
}
#page-top #sec-about .inner {
	max-width: 1366px;
	padding: 0;
}
#page-top #sec-about .block {
	gap: 50px;
	justify-content: end;
}
#page-top #sec-about .block .image {
	width: 41%;
	margin-bottom: 0;
}
#page-top #sec-about .block .info {
	width: 55%;
}
#page-top #sec-about .block .info .title {
	background: #A8A8A8;
	padding: 28px 32px 40px;
	margin-bottom: 40px;
}
#page-top #sec-about .block .info .title h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
	font-family: "Noto Serif JP", serif;
}
#page-top #sec-about .block .info > p {
	max-width: 624px;
}

/*============================================================
 院長紹介
*============================================================*/
#page-top #sec-message {
	background: var(--common-color-background1);
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
#page-top #sec-message .sec-title {
	text-align: center
}
#page-top #sec-message .sec-title img {
	margin: 0 auto;
}
#page-top #sec-message .block {
	gap: 72px;
	margin-top: -40px;
}
#page-top #sec-message .block .image {
	width: 42%;
	margin-bottom: 0;
}
#page-top #sec-message .block .info {
	width: 51%;
	padding-right: 56px;
}
#page-top #sec-message .block .info .name {
	padding-bottom: 6px;
	border-bottom: 1px solid var(--common-color-sub);
	margin-bottom: 16px;
}
#page-top #sec-message .block .info .name h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 8px;
}
#page-top #sec-message .block .info .name h3 span {
	font-size: 16px;
}
#page-top #sec-message .block .info .name p {
	color: var(--common-color-sub);
	font-size: 14px;
}
#page-top #sec-message .block .info .history {
	margin-bottom: 16px;
}
#page-top #sec-message .block .info .history dt {
	float: left;
	width: 132px;
	text-align: right;
	font-size: 14px;
	color: #3E3E3E;
}
#page-top #sec-message .block .info .history dd {
	margin-left: 156px;
	font-size: 14px;
	color: #3E3E3E;
}
#page-top #sec-message .block .info .belong p:nth-child(1) {
	margin-bottom: 8px;
	font-weight: bold;
}
#page-top #sec-message .block .info .belong p:nth-child(2) {
	font-size: 14px;
}


/*============================================================
 だからこそ大事にしている３つのワード
*============================================================*/
#page-top #sec-3words {
	background: linear-gradient(180deg, #F0EFED 13.5%, #FFFFFF 58.7%);
	padding: 80px 0;
	position: relative;
	z-index: 3;
}
#page-top #sec-3words h2 {
	margin-bottom: 40px;
	text-align: center;
}
#page-top #sec-3words h2 img {
	margin: 0 auto;
}
#page-top #sec-3words .list {
	margin-bottom: 40px;
}
#page-top #sec-3words .item {
	text-align: center;
	margin-bottom: 40px;
}
#page-top #sec-3words .item:last-child {
	margin-bottom: 0;
}
#page-top #sec-3words .item h3 {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 8px;
}

/*============================================================
 5つのポイント
*============================================================*/
#page-top #sec-point {
	position: relative;
	z-index: 2;
	padding-top: 270px;
	margin-top: -160px;
	margin-bottom: 80px;
}
#page-top #sec-point:before {
	position: absolute;
	content: "";
	background: url(../images/top/point-bg.svg) no-repeat center center / contain;
	width: 1366px;
	height: 825px;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
	z-index: -1;
}
#page-top #sec-point h2 {
	text-align: center;
	margin-bottom: 64px;
}
#page-top #sec-point .list {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
#page-top #sec-point .item {
	margin: 0 auto 88px;
	max-width: 1366px;
	gap: 56px;
}
#page-top #sec-point .item:last-child {
	margin-bottom: 0;
}
#page-top #sec-point .item .image {
	width: 48%;
}
#page-top #sec-point .item .info {
	width: 40%;
}
#page-top #sec-point .item .info h3 {
	margin-bottom: 16px;
}
#page-top #sec-point .item .info .parts-btn {
	margin: 16px 0 0 0;
}
#page-top #sec-point .item:nth-child(1) .info .parts-btn {
	width: 304px;
}

/*============================================================
 CTA
*============================================================*/
#page-top #sec-cta {
	background: url(../images/top/cta-bg.jpg) no-repeat center center / cover;
	min-height: 400px;
	padding: 50px 0;
}
#page-top #sec-cta .block {
	gap: 142px;
}
#page-top #sec-cta .block .heading h2 {
	font-size: 40px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	margin-top: 12px;
	margin-bottom: 16px;
}
#page-top #sec-cta .block .heading p {
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.16em;
}
#page-top #sec-cta .block .info .schedule {
	margin-bottom: 12px;
}
#page-top #sec-cta .block .info .tel .number {
	justify-content: end;
	gap: 12px;
}
#page-top #sec-cta .block .info .tel .number a img {
	width: 281px;
}

/*============================================================
 診療内容
*============================================================*/
#page-top #sec-information {
	margin-bottom: 80px;
	background: var(--common-color-background3);
}
#page-top #sec-information .block {
	gap: 64px;
	padding: 64px 0;
}
#page-top #sec-information .block .info {
	width: 41%;
}
#page-top #sec-information .block .info .sec-title {
	margin-bottom: 24px;
}
#page-top #sec-information .block .main-menu {
	width: 53%;
	gap: 40px;
}
#page-top #sec-information .block .main-menu .item {
	background: #fff;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	width: 163px;
	height: 163px;
	text-align: center;
	padding-top: 15px;
	transition: all .3s;
}
#page-top #sec-information .block .main-menu .item:before {
	top: auto;
	right: auto;
	left: 50%;
	transform: translatex(-50%);
	bottom: 10px;
}
#page-top #sec-information .block .main-menu .item:hover {
	opacity: 0.7;
}
#page-top #sec-information .block .main-menu .item .icon {
	margin-bottom: 8px;
}
#page-top #sec-information .block .main-menu .item h3 {
	color: #3F3535;
	font-weight: bold;
}
#page-top #sec-information .block .main-menu .item .en {
	color: var(--common-color-sub);
	font-size: 12px;
	font-weight: bold;
}
#page-top #sec-information .sub-menu .item {
	display: flex;
	align-items: end;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 280px;
	padding: 64px 40px 56px;
	transition: all .3s;
}
#page-top #sec-information .sub-menu .item:before {
	right: 40px;
	width: 32px;
	height: 32px;
}
#page-top #sec-information .sub-menu .item:hover {
	opacity: 0.7;
}
#page-top #sec-information .sub-menu .item:nth-child(even):before {
	right: auto;
	left: 600px;
}
#page-top #sec-information .sub-menu .item:nth-child(1) {
	background-image: url(../images/top/information-sub-menu-bg-01.jpg);
}
#page-top #sec-information .sub-menu .item:nth-child(2) {
	background-image: url(../images/top/information-sub-menu-bg-02.jpg);
}
#page-top #sec-information .sub-menu .item:nth-child(3) {
	background-image: url(../images/top/information-sub-menu-bg-03.jpg);
}
#page-top #sec-information .sub-menu .item:nth-child(4) {
	background-image: url(../images/top/information-sub-menu-bg-04.jpg);
}
#page-top #sec-information .sub-menu .item:nth-child(odd) {
	justify-content: end;
}
#page-top #sec-information .sub-menu .item .wrap {
	width: 595px;
}

/*============================================================
 ブログ
*============================================================*/
#page-top #sec-blog {
	margin-bottom: 80px;
}
#page-top #sec-blog .sec-title {
	text-align: center;
	margin-bottom: 48px;
}
#page-top #sec-blog .sec-title img {
	margin: 0 auto;
}


/*============================================================
 よくある質問
*============================================================*/
#page-top #sec-faq {
	margin-bottom: 80px;
}
#page-top #sec-faq .sec-title {
	text-align: center;
	margin-bottom: 32px;
}
#page-top #sec-faq .sec-title img {
	margin: 0 auto;
}
#page-top #sec-faq .accordion-sw {
	padding: 16px;
}
#page-top #sec-faq .accordion-content {
	padding: 0 40px 16px 56px
}
#page-top #sec-faq .accordion-sw-title {
	font-size: 16px;
}
#page-top #sec-faq .parts-btn {
	width: 208px;
}

/*============================================================
 診療カレンダー
*============================================================*/
#page-top #sec-calendar {
	margin-bottom: 80px;
}
#page-top #sec-calendar .sec-title {
	text-align: center;
}
#page-top #sec-calendar .sec-title img {
	margin: 0 auto;
}
#page-top #sec-calendar .calendars {
	display: flex;
	gap: 40px;
	justify-content: center;
}
#page-top #sec-calendar .calendars .calendar {
	width: 48%;
}
#page-top #sec-calendar table.xo-month .month-header {
	margin: .4em 0 .4em;
    padding: .4em;
    position: relative;
    background-color: #eee;
}
#page-top #sec-calendar .holiday-titles {
	display: flex;
	gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 16px;
}

/*============================================================
 医院情報
*============================================================*/
#page-top #sec-hospital-info {
	background: var(--common-color-background2);
}
#page-top #sec-hospital-info .block {
	gap: 24px;
	padding: 80px 0;
	margin-bottom: 0;
}
#page-top #sec-hospital-info .block .info {
	width: 48%;
	margin-bottom: 0;
}
#page-top #sec-hospital-info .block .info .sec-title {
	margin-bottom: 32px;
}
#page-top #sec-hospital-info .block .info .address {
	margin-bottom: 40px;
}
#page-top #sec-hospital-info .block .info .address p {
	padding-left: 24px;
	position: relative;
	line-height: 2;
	color: #4E3838;
	margin-bottom: 24px;
}
#page-top #sec-hospital-info .block .info .address p:before {
	content: "";
	position: absolute;
	background: url(../images/top/icon-access.svg) no-repeat center center / contain;
	width: 18px;
	height: 20px;
	top: 7px;
	left: 0;
} 
#page-top #sec-hospital-info .block .info .parts-btn {
	margin: 0;
	width: 220px;
}
#page-top #sec-hospital-info .block .image {
	width: 49%;
}
#page-top #sec-hospital-info .map {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
#page-top #sec-hospital-info .map iframe {
	aspect-ratio: 16 / 9;
    width: 100%;
    height: 460px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media screen and (max-width: 1360px) {
	#page-top #mainvisual .heading .catch img {
		width: 37vw;
	}
	
	#page-top #sec-information .sub-menu .item:nth-child(even):before {
		right: 40px;
		left: auto;
	}
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1128px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .slick-dots {
		bottom: 120px;
	}
	#page-top #mainvisual .slick-dots li {
		width: 16px;
		height: 16px;
	}
	
	#page-top #mainvisual .heading .item .block {
		height: 632px;
	}
	#page-top #mainvisual .heading .item01 .block {
		padding: 182px 16px 0;
	}
	#page-top #mainvisual .heading .item01 .block .catch img {
		width: 440px;
	}
	#page-top #mainvisual .heading .item02 .block01 .inner {
		padding-top: 212px;
	}
	#page-top #mainvisual .heading .item02 .block02 .inner {
		padding-top: 216px;
	}
	
	#page-top #mainvisual .info .block {
		align-items: center;
		flex-direction: column;
	}
	#page-top #mainvisual .info .inner {
		padding: 0;
	}
	#page-top #mainvisual .info .block .about {
		display: none;
	}
	#page-top #mainvisual .info .block .merit {
		position: relative;
		z-index: 1;
	}
	#page-top #mainvisual .info .block .schedule {
		width: 100%;
		position: relative;
		margin-top: -102px;
		padding-top: 64px;
		text-align: center;
		background: var(--common-color-background1);
	}
	#page-top #mainvisual .info .block .schedule:before {
		display: none;
	}

	/*============================================================
	 阪大卒 歯科のスペシャリストにより医療
	*============================================================*/
	#page-top #sec-about .block {
		gap: 30px;
	}
	#page-top #sec-about .block .info .title h2 {
		font-size: 32px;
	}
	
	/*============================================================
	 院長紹介
	*============================================================*/
	#page-top #sec-message .block {
		gap: 40px;
		margin-top: 0;
	}
	#page-top #sec-message .block .info {
		padding-right: 0;
	}
	
	/*============================================================
	 CTA
	*============================================================*/
	#page-top #sec-cta .block {
		gap: 24px;
		justify-content: space-between;
	}
	#page-top #sec-cta .block .heading {
		width: 48%;
	}
	#page-top #sec-cta .block .heading h2 {
		font-size: 32px;
	}
	#page-top #sec-cta .block .info {
		width: 48%;
	}
	#page-top #sec-cta .block .info .schedule {
		text-align: right;
	}
	#page-top #sec-cta .block .info .tel .number a img {
		width: 250px;
	}
	
	/*============================================================
	 診療内容
	*============================================================*/
	#page-top #sec-information .block {
		align-items: baseline;
		gap: 40px;
	}
	#page-top #sec-information .block .main-menu {
		gap: 24px;
	}
	
	/*============================================================
	 医院情報
	*============================================================*/
	#page-top #sec-hospital-info .block {
		gap: 20px;
	}

}

@media screen and (max-width: 900px) {
	/*============================================================
	 診療内容
	*============================================================*/
	#page-top #sec-information .sub-menu .item:before {
		right: 24px;
	}
	#page-top #sec-information .sub-menu .item:nth-child(even):before {
		right: 24px;
	}
	#page-top #sec-information .sub-menu .item:nth-child(1) .wrap img {
		width: 88%;
	}
	#page-top #sec-information .sub-menu .item:nth-child(2) .wrap img {
		width: 59%;
	}
	#page-top #sec-information .sub-menu .item:nth-child(4) .wrap img {
		width: 76%;
	}
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	/*============================================================
	 ページ内共通
	*============================================================*/
	#page-top .section .inner {
		max-width: 608px!important;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
    /*#page-top #mainvisual {
    }
	#page-top #mainvisual .slick-dots {
		bottom: 128px;
	}
	#page-top #mainvisual .slick-dots li {
		margin: 0 6px;
	}
	#page-top #mainvisual .heading .item .block {
	}
	#page-top #mainvisual .heading .item02 .block01 {
		height: 316px;
		width: 100%;
		margin-bottom: 0;
	}
	#page-top #mainvisual .heading .item01 .block .logo {
		width: 206px;
	}
	#page-top #mainvisual .heading .item01 .block {
		background-image: url(../images/top/mainvisual-img-01-sp.jpg);
	}
	#page-top #mainvisual .heading .item02 .block01 .inner {
		padding-top: 96px;
	}
	#page-top #mainvisual .heading .item02 .block01 h1 img {
		margin: 0 0 0 auto;
	}
	#page-top #mainvisual .heading .item02 .block01 h1 img.forPC {
		display: none;
	}
	#page-top #mainvisual .heading .item02 .block01 h1 img.forSP {
		display: block;
		width: 296px;
	}
	#page-top #mainvisual .heading .item02 .block02 {
		height: 316px;
		width: 100%;
	}
	#page-top #mainvisual .heading .item02 .block02 .inner {
		padding-top: 48px;
	}
	#page-top #mainvisual .heading .item02 .block01 {
		background-image: url(../images/top/mainvisual-img-02-sp.jpg);
	}
	#page-top #mainvisual .heading .item02 .block02 {
		background-image: url(../images/top/mainvisual-img-03-sp.jpg);
	}
	#page-top #mainvisual .heading .item02 .block02 h1 img.forPC {
		display: none;
	}
	#page-top #mainvisual .heading .item02 .block02 h1 img.forSP {
		display: block;
		width: 274px;
	}*/
	#page-top #mainvisual .heading {
		background: none;
		padding-top: 0;
		height: 632px;
	}
	#page-top #mainvisual .heading .logo {
		width: 160px;
		top: 89px;
	}
	#page-top #mainvisual .heading .catch {
		flex-wrap: wrap;
		gap: 0;
	}
	#page-top #mainvisual .heading .catch img {
		width: 286px;
	}
	#page-top #mainvisual .heading .catch > div {
		position: relative;
		width: 100%;
		height: 400px;
	}
	#page-top #mainvisual .heading .catch .col01 > div{
		max-width: 480px;
		margin: 166px auto 0;
		text-align: right;
		padding: 0 24px;
	}
	#page-top #mainvisual .heading .catch .col02 > div{
		max-width: 480px;
		margin: 0 auto;
		text-align: left;
		padding: 0 24px;
	}
	#page-top #mainvisual .heading .catch .col01:before {
		content: "";
		position: absolute;
		background: url(../images/top/mainvisual-bg-01-sp.png) no-repeat bottom center / cover;
		height: 400px;
		width: 100%;
		bottom: 0;
		z-index: -1;
	}
	#page-top #mainvisual .heading .catch .col02:before {
		content: "";
		position: absolute;
		background: url(../images/top/mainvisual-bg-02-sp.png) no-repeat top center / cover;
		height: 400px;
		width: 100%;
		z-index: -1;
		top: -160px;
	}
	#page-top #mainvisual .info {
		margin-top: -134px;
	}
	#page-top #mainvisual .info .block .merit > div{
		width: 120px;
	}
	#page-top #mainvisual .info .block .schedule {
		margin-top: -82px;
		padding: 53px 16px 32px;
	}
	
	/*============================================================
	 阪大卒 歯科のスペシャリストにより医療
	*============================================================*/
	#page-top #sec-about {
		padding: 48px 0 40px;
	}
	#page-top #sec-about:before {
		background-image: url(../images/top/about-bg-sp.svg);
		width: 345px;
		height: 465px;
		left: 0;
		transform: none;
	}
	#page-top #sec-about .block {
		justify-content: flex-start;
		gap: 0;
	}
	#page-top #sec-about .block .image {
		width: 350px;
	}
	#page-top #sec-about .block .info {
		width: 342px;
		margin: -80px 0 0 auto;
	}
	#page-top #sec-about .block .info .title {
		background: rgba(98,97,97,0.7);
		padding: 24px 18px 28px 24px;
		margin-bottom: 16px;
	}
	#page-top #sec-about .block .info .title img {
		max-width: 70px;
	}
	#page-top #sec-about .block .info .title h2 {
		font-size: 20px;
		margin-top: 8px;
	}
	#page-top #sec-about .block .info > p {
		font-size: 14px;
		max-width: 330px;
	}
	
	/*============================================================
	 院長紹介
	*============================================================*/
	#page-top #sec-message .sec-title img {
		margin: 0 auto;
	}
	#page-top #sec-message .block .info {
		width: 100%;
	}
	#page-top #sec-message .block .info .name {
		text-align: center;
	}
	#page-top #sec-message .block .info .name h3 {
		font-size: 24px;
	}
	#page-top #sec-message .block .info .name h3 span {
		font-size: 14px;
	}
	#page-top #sec-message .block .info .belong {
		text-align: center;
	}
	#page-top #sec-message .block .image {
		width: 225px;
	}
	
	/*============================================================
	 だからこそ大事にしている３つのワード
	*============================================================*/
	#page-top #sec-3words {
		padding-bottom: 32px;
	}
	#page-top #sec-3words h2 {
		margin-bottom: 32px;
	}
	#page-top #sec-3words h2 img {
		margin: 0;
	}
	#page-top #sec-3words .item {
		text-align: left;
	}
	#page-top #sec-3words .item h3 {
		justify-content: flex-start;
	}
	
	/*============================================================
	 5つのポイント
	*============================================================*/
	#page-top #sec-point h2 img {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}
	#page-top #sec-point .list {
		width: 100%;
		margin-left: 0;
	}
	#page-top #sec-point .item {
		max-width: 608px;
		gap: 24px;
		margin-bottom: 56px;
	}
	#page-top #sec-point .item .image {
		width: 100%;
	}
	#page-top #sec-point .item .info {
		width: 100%;
	}

	/*============================================================
	 CTA
	*============================================================*/
	#page-top #sec-cta .block {
		margin-bottom: 0;
	}
	#page-top #sec-cta .block .heading {
		width: 100%;
	}
	#page-top #sec-cta .block .heading img {
		max-width: 96px;
	}
	#page-top #sec-cta .block .heading h2 {
		font-size: 24px;
	}
	#page-top #sec-cta .block .heading p {
		font-size: 16px;
	}
	#page-top #sec-cta .block .info .schedule {
		display: none;
	}
	#page-top #sec-cta .block .info .tel {
		display: none;
	}
	#page-top #sec-cta .parts-btn {
		width: 227px;
	}
	
	/*============================================================
	 診療内容
	*============================================================*/
	#page-top #sec-information .block {
		gap: 24px;
	}
	#page-top #sec-information .block .info {
		width: 100%;
		margin-bottom: 0;
	}
	#page-top #sec-information .block .info .sec-title {
		margin-bottom: 16px;
	}
	#page-top #sec-information .block {
		padding: 48px 0;
	}
	#page-top #sec-information .block .main-menu {
		width: 100%;
		justify-content: center;
		gap: 14px;
		max-width: 400px;
		margin: 0 auto;
	}
	#page-top #sec-information .block .main-menu .item {
		width: 104px;
		height: 104px;
		padding-top: 12px;
	}
	#page-top #sec-information .block .main-menu .item .icon {
		margin-bottom: 2px;
	}
	#page-top #sec-information .block .main-menu .item .icon img {
		width: 40px;
	}
	#page-top #sec-information .block .main-menu .item:nth-child(5) .icon img {
		width: 57px;
	}
	#page-top #sec-information .block .main-menu .item h3 {
		font-size: 14px;
	}
	#page-top #sec-information .block .main-menu .item .en {
		display: none;
	}
	#page-top #sec-information .block .main-menu .item:before {
		bottom: 6px;
	}
	#page-top #sec-information .sub-menu .item {
		width: 100%;
		height: 160px;
		padding: 32px 40px;
	}
	#page-top #sec-information .sub-menu .item:nth-child(odd) {
		justify-content: flex-start;
	}
	#page-top #sec-information .sub-menu .item .wrap {
		width: initial;
	}
	#page-top #sec-information .sub-menu .item:nth-child(1) .wrap img {
		width: initial;
	}
	#page-top #sec-information .sub-menu .item:nth-child(2) .wrap img {
		width: initial;
	}
	#page-top #sec-information .sub-menu .item:nth-child(4) .wrap img {
		width: initial;
	}
	
	/*============================================================
	 ブログ
	*============================================================*/
	#page-top #sec-blog .sec-title {
		margin-bottom: 32px;
	}
	
	/*============================================================
	 よくある質問
	*============================================================*/
	#page-top #sec-faq .sec-title {
		margin-bottom: 16px;
	}
	#page-top #sec-faq .accordion-sw {
		padding: 16px 0;
	}
	#page-top #sec-faq .accordion-content {
		padding: 0 24px 16px 36px;
	}
	
	/*============================================================
	 診療カレンダー
	*============================================================*/
	#page-top #sec-calendar .calendars {
		gap: 16px;
		align-items: center;
		flex-wrap: wrap;
	}
	#page-top #sec-calendar .calendars .calendar {
		width: 100%;
	}
	
	/*============================================================
	 医院情報
	*============================================================*/
	#page-top #sec-hospital-info .inner {
		padding-top: 48px;
	}
	#page-top #sec-hospital-info .sec-title {
		text-align: center;
	}
	#page-top #sec-hospital-info .sec-title img {
		margin: 0 auto;
	}
	#page-top #sec-hospital-info .block {
		gap: 24px;
		padding: 0;
	}
	#page-top #sec-hospital-info .block .image {
		width: 120px;
	}
	#page-top #sec-hospital-info .block .image img {
		width: 120px;
		height: 160px;
		object-fit: cover;
	}
	#page-top #sec-hospital-info .block .info {
		width: calc(100% - 144px);
	}
	#page-top #sec-hospital-info .block .info .address p {
		font-size: 14px;
	}
	#page-top #sec-hospital-info .block .info .parts-btn {
		width: 173px;
	}
	#page-top #sec-hospital-info .access {
		text-align: center;
		margin-bottom: 40px;
	}
	

}

@media screen and (max-width: 480px) {
	/*============================================================
	 メインビジュアル
	*============================================================*/
	#page-top #mainvisual .heading .catch .col02:before {
		top: -130px;
	}
	/*#page-top #mainvisual .heading .item01 .block .catch img {
		width: 310px;
	}
	#page-top #mainvisual .heading .item02 .block01 .inner {
		padding-right: 0;
	}*/
	
	/*============================================================
	 診療内容
	*============================================================*/
	#page-top #sec-information .sub-menu .item {
		padding: 32px 28px;
	}
	
}
