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

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

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

.fade {
	opacity: 0;
	transition: all 2.5s;
}
.is-fadein {
	opacity: 1;
}

.sec-title {
	text-align: center;
	margin-bottom: 40px;
}
.sec-title h2 {
	font-size: 32px;
    line-height: 160%;
	margin-bottom: 0;
}
.sec-title p {
	font-size: 16px;
	margin-top: 8px;
}
.title-en {
	color: var(--common-color-main);
	font-size: 10px;
}
.sec-sub-title {
	font-size: 16px;
}

.sec-title-block h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.sec-title-block p {
	font-size: 12px;
}

/*============================================================
 セクション共通
*============================================================*/
#page-top .section {
	margin-bottom: 0;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	position: relative;
	height: 720px;
	background-image: url(../images/top/mainvisual-bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* 笑顔になれる 笑顔がつづく */
#page-top #mainvisual .mv-cath {
	position: absolute;
	top: 128px;
	left: 0;
	width: 100%;
	height: auto;
}
#page-top #mainvisual .mv-cath .parts-boxes {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
/* 院長先生 */
#page-top #mainvisual .mv-cath .parts-boxes::before {
	content: "";
	position: absolute;
	top: -122px;
	left: -449px;
	background-image: url(../images/top/mainvisual-doc.png);
	background-size: contain;
	width: 449px;
	height: 671px;
}
/* 歯科衛生士 */
#page-top #mainvisual .mv-cath .parts-boxes::after {
	content: "";
	position: absolute;
	top: -42px;
	left: 350px;
	background-image: url(../images/top/mainvisual-dh.png);
	background-size: contain;
	width: 479px;
	height: 671px;
}
/* 医療だからこそできる審美治療 */
#page-top #mainvisual .mv-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #D6E3EF;
	padding: 16px 0;
	z-index: 4;
}
#page-top #mainvisual .mv-info .inner {
	max-width: calc(1080px + (16px * 2));
	width: 100%;
	padding: 0 16px;
}
#page-top #mainvisual .mv-info h2 {
	margin-bottom: 24px;
	color: var(--common-color-main);
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 140%;
}
#page-top #mainvisual .mv-info .parts-boxes {
	gap: 40px;
}
#page-top #mainvisual .mv-info .box {
	width: calc((100% - 40px) / 2);
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 24px;
}
#page-top #mainvisual .mv-info .label {
	width: 114px;
	height: fit-content;
	background-color: var(--common-color-main);
	border-radius: 8px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
	line-height: 140%;
	padding: 8px;
}
#page-top #mainvisual .mv-info .contents {
	color: var(--common-color-main);	
}
#page-top #mainvisual .mv-info .contents .parts-boxes {
	justify-content: space-between;
}
#page-top #mainvisual .mv-info .contents .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}
#page-top #mainvisual .mv-info .contents .lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
#page-top #mainvisual {
	
}
/* #page-top #mainvisual .bg-list .item {
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
	height: 568px;
}
#page-top #mainvisual .bg-list .item01 {
	background-image: url(../images/top/mainvisual-bg-ver01.jpg);
}
#page-top #mainvisual .bg-list .item02 {
	background-image: url(../images/top/mainvisual-bg-ver02.jpg);
} */


/*============================================================
 一人ひとりと向き合い笑顔を生み出す医院
*============================================================*/
#page-top #sec-about {
	text-align: center;
	padding: 80px 0;
}
#page-top #sec-about h2 {
	font-size: 48px;
	color: var(--common-color-main);
	line-height: 1.6;
	margin-bottom: 40px;
}
#page-top #sec-about h2 .forPC {
	display: inline;
}
#page-top #sec-about p {
	line-height: 2;
}

/*============================================================
 診療案内
*============================================================*/
#page-top #sec-medical-info {
	padding: 24px 0 88px;
	background: url(../images/top/medical-info-bg.png) no-repeat center calc(50% + 70px) / cover;
}
#page-top #sec-medical-info .sec-title {
	margin-bottom: 64px;
}
#page-top #sec-medical-info .item {
	background: #fff;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
	transition: all .3s;
}
#page-top #sec-medical-info .item:hover {
	opacity: 0.7;
}
#page-top #sec-medical-info .col2 {
	gap: 48px;
	margin-bottom: 40px;
}
#page-top #sec-medical-info .col2-item {
	width: 100%;
	max-width: 456px;
	text-align: center;
}
#page-top #sec-medical-info .col2-item .contents {
	padding: 32px 44px 40px;
}
#page-top #sec-medical-info .col2-item .contents .icon {
	padding: 22px;
	width: 212px;
	background: #fff;
	border-radius: 16px;
	position: relative;
	margin: -84px auto 0;
}
#page-top #sec-medical-info .col2-item .contents .icon:before {
	content: "";
	position: absolute;
	background: url(../images/top/medical-info-icon-subtract-01.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	top: 36px;
	left: -16px;
}
#page-top #sec-medical-info .col2-item .contents .icon:after {
	content: "";
	position: absolute;
	background: url(../images/top/medical-info-icon-subtract-02.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	top: 36px;
	right: -16px;
}
#page-top #sec-medical-info .col2-item .contents h3 {
	font-size: 32px;
	margin-bottom: 0;
}
#page-top #sec-medical-info .col3 {
	gap: 48px;
}
#page-top #sec-medical-info .col3-item {
	width: 288px;
	padding: 20px 24px;
}
#page-top #sec-medical-info .col3-item h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 8px;
}

/*============================================================
 さいわいデンタルクリニックだからできること
*============================================================*/
#page-top #sec-point {
	background: url(../images/top/point-bg.png) no-repeat center center / cover;
	padding: 80px 0 120px;
}
#page-top #sec-point .sec-title {
	margin-bottom: 56px;
}
#page-top #sec-point .block {
	gap: 24px;
	position: relative;
}
#page-top #sec-point .block-02:before {
	content: "";
	position: absolute;
	background: url(../images/top/point-line-01.svg) no-repeat;
	background-size: contain;
	width: 172px;
	height: 135px;
	right: 366px;
	top: -68px;
	z-index: 1;
}
#page-top #sec-point .block-03:before {
	content: "";
	position: absolute;
	background: url(../images/top/point-line-02.svg) no-repeat;
	background-size: contain;
	width: 172px;
	height: 135px;
	left: 380px;
	top: -50px;
	z-index: 1;
}
#page-top #sec-point .block-img {
	width: 41%;
	position: relative;
}
#page-top #sec-point .block-01 .block-img:before {
	content: "";
	position: absolute;
	background: url(../images/top/point-text-01.svg) no-repeat;
	background-size: contain;
	width: 270px;
	height: 114px;
	top: -17px;
	right: -79px;
	transform: rotate(-1.703deg);
}
#page-top #sec-point .block-02 .block-img:before {
	content: "";
	position: absolute;
	background: url(../images/top/point-text-02.svg) no-repeat;
	background-size: contain;
	width: 112px;
	height: 107px;
	bottom: -20px;
	left: -10px;
}
#page-top #sec-point .block-03 .block-img:before {
	content: "";
	position: absolute;
	background: url(../images/top/point-text-03.svg) no-repeat;
	background-size: contain;
	width: 251px;
	height: 180px;
	bottom: -84px;
	left: -50px;
}
#page-top #sec-point .block-contents {
	width: 55%;
	margin-top: 100px;
}
#page-top #sec-point .block:nth-child(odd) .block-img {
	order: 2;
}
#page-top #sec-point .block:nth-child(odd) .block-contents {
	order: 1;
}
#page-top #sec-point .block-contents h3 {
	font-size: 32px;
	margin-bottom: 24px;
}
#page-top #sec-point .block-contents h3 small {
	font-size: 20px;
}

/*============================================================
 CTA
*============================================================*/
#page-top #sec-cta {
	padding: 40px 0;
	background: #CBD9E5;
}
#page-top #sec-cta .inner {
	/* max-width: 1200px; */
}
#page-top #sec-cta .block {
	gap: 48px;
	margin-bottom: 64px;
}
#page-top #sec-cta .block-img {
	width: 30%;
}
#page-top #sec-cta .block-contents {
	width: 64%;
}
#page-top #sec-cta .block-contents h2 {
	font-size: 32px;
	text-align: left;
	color: #2D4968;
	margin-bottom: 24px;
}

#page-top #sec-cta .parts-btn {
	width: 287px;
}
#page-top #sec-cta .parts-btn.line {
	background: #00B900;
}
#page-top #sec-cta .parts-btn.line:hover{
	background: #00B900;
}
#page-top #sec-cta .parts-btn.line:hover a {
	opacity: 0.6;
}
#page-top #sec-cta .parts-btn.line a {
	text-align: right;
	padding-right: 60px;
}
#page-top #sec-cta .parts-btn.line img {
	width: 53px;
	position: absolute;
	top: 1px;
	left: 5px;
}

/* 当店でのお支払い方法 */
#page-top #sec-cta .payment {
	margin-bottom: 48px;
}
#page-top #sec-cta .payment .block-contents {
	width: 100%;
}
#page-top #sec-cta .payment h2 {
	text-align: center;
	margin-bottom: 8px;
}
#page-top #sec-cta .payment p {
	color: #2D4968;
	text-align: center;
}
#page-top #sec-cta .payment .block-contents p {
	font-size: 18px;
}
#page-top #sec-cta .block-card {
	margin: 16px 0;
	flex-wrap: nowrap;
	gap: 16px;
}
#page-top #sec-cta .block-card .card {
	padding: 16px;
	background: #FFFFFF;
	border-radius: 8px;
}
#page-top #sec-cta .payment p.type,
#page-top #sec-cta .payment .block-note p {
	font-family: var(--common-font-family-sub);
}
#page-top #sec-cta .payment p.type {
	font-weight: 700;
	font-size: 18px;
	line-height: 180%;
	color: #212121;
	margin-bottom: 24px;
}
#page-top #sec-cta .payment .block-note p {
	text-align: left;
	font-weight: 400;
}
/*============================================================
 代表者挨拶 
*============================================================*/
/* インスタのボタンカスタマイズ */
#sb_instagram #sbi_load .sbi_load_btn {
	background: transparent;
	border-radius: 64px;
	width: 185px;
	height: 48px;
	border: 2px solid #3E3E3E;
	color: #3E3E3E;
	margin-top: 48px;
	padding: 12px;
	font-size: 14px;
}

#page-top #sec-message {
	padding: 80px 0;
}
#page-top #sec-message .insta {
	margin-bottom: 104px;
}
#page-top #sec-message .insta h2 {
	text-align: center;
}
#page-top #sec-message .sec-lead {
	text-align: center;
	font-size: 48px;
	margin-bottom: 40px;
}
#page-top #sec-message .block {
	gap: 64px;
}
#page-top #sec-message .block-img {
	width: 240px;
}
#page-top #sec-message .block-contents {
	width: calc(100% - 304px);
}
#page-top #sec-message .block-contents h4 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 14px;
}
#page-top #sec-message .block-contents .title-en {
	margin-bottom: 14px;
}
#page-top #sec-message .block-contents .text {
	font-size: 14px;
}
/* バナー */
#page-top #sec-message .banner {
	width: 100%;
	justify-content: center;
	margin-bottom: 104px;
}
#page-top #sec-message .banner a {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
}

/*============================================================
 医院情報
*============================================================*/
#page-top #sec-information {
	background: linear-gradient(229.17deg, rgba(180, 223, 246, 0.2) 20.03%, rgba(219, 254, 232, 0.2) 46.25%, rgba(252, 250, 220, 0.2) 75.35%) , url(../images/top/information-bg.png);
	background-size: cover;
	background-position: center center;
	padding: 64px 0 64px;
}
#page-top #sec-information .inner {
	max-width: var(--common-inner-max-width-wide);
}
#page-top #sec-information .news {
	margin-bottom: 80px;
}
#page-top #sec-information .news .wrap {
	gap: 130px;
	margin-bottom: 32px;
}
#page-top #sec-information .news .sec-title-block {
	width: 80px;
}
#page-top #sec-information .news .news-list {
	width: calc(100% - 210px);
	margin-top: -16px;
}
#page-top #sec-information .news .item {
	border-bottom: 1px solid rgba(45, 73, 104, 0.4);
}
#page-top #sec-information .news .parts-btn {
	margin: 0 auto;
}

#page-top #sec-information .block {
	gap: 24px;
}
#page-top #sec-information .block .sec-title-block {
	margin-bottom: 32px;
}
#page-top #sec-information .block-info {
	width: 46%;
	font-weight: 400;
}
#page-top #sec-information .block-info-access {
	padding-left: 23px;
	position: relative;
}
#page-top #sec-information .block-info-access .icon {
	position: absolute;
	top: 6px;
	left: 0;
}
#page-top #sec-information .block-info-time {
	margin-top: 16px;
}
#page-top #sec-information .block-info-row {
	margin-top: 16px;
}
#page-top #sec-information .block-info-row .title {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 4px;
}
#page-top #sec-information .block-map {
	width: 51%;
	overflow: hidden;
}
#page-top #sec-information .block-map iframe {
	width: 100%;
	aspect-ratio: 16/9;
}
#page-top #sec-information .parts-btn-group {
	justify-content: flex-start;
	margin-top: 32px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1200px) {
	/*============================================================
 	メインビジュアル
	*============================================================*/
	/* 院長先生 */
	#page-top #mainvisual .mv-cath .parts-boxes::before {
		top: -82px;
		left: -316px;
		width: 370px;
		height: 552px;
	}
	/* 歯科衛生士 */
	#page-top #mainvisual .mv-cath .parts-boxes::after {
		top: -10px;
		left: 350px;
		width: 389px;
		height: 361px;
	}

	/* #page-top #mainvisual .bg-list .item {
		background-size: 155%;
		padding-top: 24%;
		background-position: center top;
		background-color: #E0E8EB;
		height: initial;
	} */
}

@media screen and (max-width: 1040px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
	#page-top #mainvisual .mv-info .label {
		font-size: 14px;		
	}
	#page-top #mainvisual .mv-info .contents .title {
		font-size: 16px;
	}
	#page-top #mainvisual .mv-info .contents .lead {
		font-size: 14px;
	}
	#page-top #mainvisual .mv-cath .parts-boxes::after {
		top: 0;
	}
    /*============================================================
     一人ひとりと向き合い笑顔を生み出す医院
    *============================================================*/
	#page-top #sec-about h2 {
		font-size: 40px;
    }
	
	/*============================================================
     診療案内
    *============================================================*/
	#page-top #sec-medical-info .col2 {
		flex-direction: column;
		align-items: center;
	}
	#page-top #sec-medical-info .col3 {
		flex-direction: column;
		align-items: center;
	}
	#page-top #sec-medical-info .col3-item {
		width: 100%;
		max-width: 456px;
	}
	
	/*============================================================
     さいわいデンタルクリニックだからできること
    *============================================================*/
	#page-top #sec-point .block-contents {
		margin-top: 80px;
	}
	#page-top #sec-point .block-02 {
		margin-top: 0;
	}
	#page-top #sec-point .block-02:before {
		right: calc(50% - 110px);
		top: -40px;
	}
	#page-top #sec-point .block-03 {
		margin-top: -40px;
	}
	#page-top #sec-point .block-03:before {
		left: calc(50% - 90px);
		top: -80px;
	}
	
	/*============================================================
     CTA
    *============================================================*/
	#page-top #sec-cta .block {
		gap: 32px;
	}
	#page-top #sec-cta .block-contents h2 {
		font-size: 24px;
	}
	
	/*============================================================
     代表者挨拶 
    *============================================================*/
	#page-top #sec-message .sec-lead {
		font-size: 40px;
	}

	/*============================================================
     医院情報
    *============================================================*/
	#page-top #sec-information .news .wrap {
		gap: 90px;
	}
	#page-top #sec-information .news .list {
		width: calc(100% - 170px);
	}
	
	#page-top #sec-information .parts-btn-group {
		gap: 24px;
	}
	#page-top #sec-information .parts-btn-group .parts-btn {
		margin: 0;
	}
	#page-top #sec-information .block-map {
		width: 50%;
	}
	#page-top #sec-information .tel-link {
		text-decoration: underline;
	}
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	/*============================================================
	 commonカスタム
	*============================================================*/
	#main-contents {
		padding-top: 58px;
	}
	
	.sec-title h2 {
		font-size: 24px;
	}
	.sec-title p {
		font-size: 12px;
	}

	.sec-title-block {
		text-align: center;
	}
	
	/*============================================================
	 メインビジュアル
	*============================================================*/
	#page-top #mainvisual {
		height: 692px;
		background-image: url(../images/top/mainvisual-bg-sp.jpg);
		background-position: top center;
	}
	/* 笑顔になれる 笑顔がつづく */
	#page-top #mainvisual .mv-cath {
		top: 51px;
	}
	#page-top #mainvisual .mv-cath .parts-boxes {
		width: 230px;
		height: 310px;
		justify-content: space-between;
		align-items: center;
		/* gap: 170px; */
	}
	#page-top #mainvisual .mv-cath .parts-boxes .catchcopy {
		width: auto;
		height: 93px;
	}
	#page-top #mainvisual .mv-cath .parts-boxes .logo {
		/* width: 117px; */
		width: auto;
		height: 40px;
		z-index: 3;
	}
	#page-top #mainvisual .mv-cath .parts-boxes::before {
		top: 81px;
        left: -117px;
        width: 237px;
        height: 354px;
    }
	#page-top #mainvisual .mv-cath .parts-boxes::after{
		top: 118px;
        left: 80px;
        width: 255px;
        height: 237px;

	}
	/* 医療だからこそできる審美治療 */
	#page-top #mainvisual .mv-info {
		padding: 16px 0 100px;
		bottom: 0;
	}
	#page-top #mainvisual .mv-info .inner {
		padding: 0 32px;
		max-width: 390px;
	}
	#page-top #mainvisual .mv-info h2 {
		margin-bottom: 8px;
		font-size: 20px;
	}
	#page-top #mainvisual .mv-info .parts-boxes {
		gap: 30px;
	}
	#page-top #mainvisual .mv-info .box {
		width: calc((100% - 30px) / 2);
		flex-wrap: wrap;
		/* justify-content: center; */
		align-content: flex-start;
		gap: 8px;
		padding: 14px;
	}
	#page-top #mainvisual .mv-info .label {
		width: 120px;
		font-size: 12px;
	}
	#page-top #mainvisual .mv-info .contents .title {
		font-size: 13px;
		text-align: center;
	}
	#page-top #mainvisual .mv-info .contents .lead {
		font-size: 12px;
		text-align: center;
	}
	#page-top #mainvisual .mv-info .contents .parts-boxes {
		flex-wrap: nowrap;
		align-items: center;
		gap: 12px;
	}
	
	/*============================================================
	 一人ひとりと向き合い笑顔を生み出す医院
	*============================================================*/
	#page-top #sec-about {
		padding: 60px 0 40px;
	}
	#page-top #sec-about h2 {
		font-size: 32px;
		margin-bottom: 24px;
	}
	#page-top #sec-about h2 .forPC {
		display: none;
	}
	
	/*============================================================
	 診療案内
	*============================================================*/
	#page-top #sec-medical-info {
		padding-bottom: 56px;
	}
	#page-top #sec-medical-info .sec-title {
		margin-bottom: 40px;
	}
	#page-top #sec-medical-info .col2 {
		gap: 24px;
		margin-bottom: 24px;
	}
	#page-top #sec-medical-info .col2-item .contents {
		padding: 32px 32px 24px;
	}
	#page-top #sec-medical-info .col2-item .contents .icon {
		padding: 13px;
		margin-top: -90px;
	}
	#page-top #sec-medical-info .col2-item .contents h3 {
		font-size: 24px;
	}
	#page-top #sec-medical-info .col2-item .contents .icon:before,
	#page-top #sec-medical-info .col2-item .contents .icon:after {
		top: 47px;
		left: -15px;
	}
	#page-top #sec-medical-info .col2-item .contents .icon:after {
		top: 47px;
		right: -15px;
	}
	#page-top #sec-medical-info .col3 {
		gap: 24px;
	}
	
	/*============================================================
	 さいわいデンタルクリニックだからできること
	*============================================================*/
	#page-top #sec-point {
		padding: 80px 0;
	}
	#page-top #sec-point .block-contents {
		margin-top: 0;
	}
	#page-top #sec-point .block-contents {
		width: 78%;
		margin: -64px 0 0 auto;
		position: relative;
	}
	#page-top #sec-point .block-contents h3 {
		font-size: 22px;
		margin-bottom: 16px;
		line-height: 1.6;
		position: relative;
	}
	#page-top #sec-point .block-contents h3 small {
		font-size: 16px;
	}
	#page-top #sec-point .block-01 {
		margin-bottom: 60px;
	}
	#page-top #sec-point .block-01 .block-img:before {
		width: 222px;
		height: 100px;
		right: -116px;
	}
	
	#page-top #sec-point .block:nth-child(odd) .block-img {
		order: 1;
		margin: 0 0 0 auto;
	}
	#page-top #sec-point .block:nth-child(odd) .block-contents {
		order: 2;
		margin: -64px 0 0 0;
	}
	#page-top #sec-point .block-02 {
		margin-top: 0;
		margin-bottom: 60px;
	}
	#page-top #sec-point .block-02:before {
		display: none;
	}
	#page-top #sec-point .block-02 .block-img:before {
		top: 75px;
		bottom: auto;
		left: -72px;
	}
	#page-top #sec-point .block-03 {
		margin-top: 0;
	}
	#page-top #sec-point .block-03:before {
		display: none;
	}
	#page-top #sec-point .block-03 .block-img:before {
		width: 200px;
		height: 130px;
		bottom: auto;
		left: auto;
		top: -78px;
		right: -54px;
	}
	
	/*============================================================
	 CTA
	*============================================================*/
	#page-top #sec-cta .inner {
		max-width: 592px;
	}
	#page-top #sec-cta .block {
		gap: 24px;
		margin-bottom: 24px;
	}
	#page-top #sec-cta .block-contents h2 {
		margin-bottom: 0;
	}
	#page-top #sec-cta .info-sp {
		margin-bottom: 24px;
	}
	#page-top #sec-cta .info-sp .sp {
		display: none;
	}
	#page-top #sec-cta .parts-btn-group {
		gap: 24px;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn {
		margin: 0;
		width: 160px;
		order: 1;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn.line {
		order: 2;
		width: 250px;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn.line a {
		padding-right: 40px;
	}

	/* 当店でのお支払い方法 */
	#page-top #sec-cta .payment .block-contents p {
		font-size: 16px;
	}
	#page-top #sec-cta .block-card {
		flex-wrap: wrap;
	}
	#page-top #sec-cta .block-card .card {
		width: 100%;
	}
	#page-top #sec-cta .block-card .card img {
		margin: 0 auto;
	}
	#page-top #sec-cta .payment p.type {
		font-size: 16px;
		margin-bottom: 16px;
	}
	#page-top #sec-cta .payment .block-note p {
		font-size: 14px;
	}
	/*============================================================
	 代表者挨拶 
	*============================================================*/
	#page-top #sec-message {
		padding: 60px 0 40px;
	}
	#page-top #sec-message .sec-lead {
		font-size: 32px;
	}
	#page-top #sec-message .block {
		flex-direction: column;
		gap: 32px;
		max-width: 480px;
		margin: 0 auto;
	}
	#page-top #sec-message .block-img {
		margin: 0 auto;
	}
	#page-top #sec-message .block-contents {
		width: 100%;
	}
	
	/*============================================================
	 医院情報
	*============================================================*/
	#page-top #sec-information .news .sec-title-block {
		width: 100%;
		text-align: center;
	}
	#page-top #sec-information .news .wrap {
		flex-direction: column;
		gap: 24px;
	}
	#page-top #sec-information .news .news-list {
		width: 100%;
	}

	#page-top #sec-information .block {
		flex-direction: column;
		gap: 32px;
	}
	#page-top #sec-information .block-info {
		width: 100%;
	}
	#page-top #sec-information .block-map {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
	#page-top #mainvisual .bg-list .item {
		background-size: 100%;
		padding-top: 88%;
	}
	#page-top #mainvisual .bg-list .item01 {
		background-image: url(../images/top/mainvisual-bg-ver01-sp.jpg);
	}
	#page-top #mainvisual .bg-list .item02 {
		background-image: url(../images/top/mainvisual-bg-ver02-sp.jpg);
	}
	
	#page-top #sec-about p {
		font-size: 14px;
		letter-spacing: 0.2em;
	}
	
	#page-top #sec-point .block-img {
		width: 200px;
	}
	#page-top #sec-point .block-02:before {
		background: url(../images/top/point-line-01-sp.svg) no-repeat;
		width: 97px;
		height: 287px;
	}
	#page-top #sec-point .block-03:before {
		background: url(../images/top/point-line-02-sp.svg) no-repeat;
		width: 97px;
		height: 287px;
	}
	
	#page-top #sec-cta .block {
		gap: 18px;
	}
	#page-top #sec-cta .block-contents h2 {
		font-size: 18px;
	}
	#page-top #sec-cta .parts-btn-group {
		gap: 16px;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn {
		width: 120px;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn.line {
		width: 220px;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn a {
		font-size: 14px;
	}
	#page-top #sec-cta .parts-btn-group .parts-btn.line a {
		padding-right: 34px;
	}
	#page-top #sec-cta .info-sp .tab {
		display: none;
	}
	#page-top #sec-cta .info-sp .sp {
		display: block;
		width: 100%;
	}

	
}

