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

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

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

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

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	font-family: var(--common-font-family-mincho);
	margin-bottom: 104px;
}
#page-top #mainvisual .inner {
	position: relative;
	max-width: 1308px;
}
#page-top #mainvisual .image {
	width: 48%;
}
#page-top #mainvisual .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page-top #mainvisual .block {
	position: absolute;
	width: 53%;
	top: 66px;
	right: 24px;
}
#page-top #mainvisual .block .info {
	max-width: 526px;
	margin-bottom: 56px;
}
#page-top #mainvisual .block .info .label {
	line-height: 1.8;
	margin-bottom: 8px;
}
#page-top #mainvisual .block .info .site-title {
	font-size: 2.9vw;
	line-height: 1.6;
	margin-bottom: 24px;
}
#page-top #mainvisual .block .info .lead {
	line-height: 2;
}
#page-top #mainvisual .block .info .parts-btn {
	margin: 0 0 0 auto;
}
#page-top #mainvisual .block .video {
	max-width: 594px;
	width: 86%;
	margin: 0 0 0 auto;
}
#page-top #mainvisual .block .video a {
	display: block;
	transition: all .3s;
}
#page-top #mainvisual .block .video a:hover {
	opacity: 0.8;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    margin-bottom: 88px;
}
#page-top .sec-title {
    text-align: center;
}
#page-top .parts-btn {
	margin: 0;
}

/*============================================================
 お知らせ
*============================================================*/
#page-top #sec-news .heading {
	margin-bottom: 24px;
}
#page-top #sec-news .sec-title {
	margin-bottom: 0;
}

/*============================================================
 治療内容
*============================================================*/
#page-top #sec-care .row1 {
	gap: 40px;
	height: 300px;
}
#page-top #sec-care .row1 .title {
	font-size: 32px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 32px;
	font-family: var(--common-font-family-mincho);
}
#page-top #sec-care .row1 .col {
	background-size: cover;
	border-radius: 8px;
	padding: 80px 18px 24px 20px;
}
#page-top #sec-care .row1 .col1 {
	width: 44%;
	background-image: url(../images/top/care-img-01.jpg);
}
#page-top #sec-care .row1 .col1 .title {
	margin-bottom: 46px;
}
#page-top #sec-care .row1 .col2 {
	width: 52%;
	background-image: url(../images/top/care-img-02.jpg);
}
#page-top #sec-care .row1 .list {
	gap: 18px;
}
#page-top #sec-care .row1 .list .item {
	display: block;
	background: rgba(255,255,255,0.7);
	border-radius: 8px;
	text-align: center;
	width: 162px;
	line-height: 1.4;
	padding: 12px 0;
	font-family: var(--common-font-family-serif);
	font-weight: 500;
	color: #3F3535;
	transition: all .3s;
}
#page-top #sec-care .row1 .list .item:hover {
	opacity: 0.8;
}
#page-top #sec-care .row2 {
	gap: 40px;
	height: 126px;
}
#page-top #sec-care .row2 .title {
	font-size: 24px;
	color: #fff;
	font-family: var(--common-font-family-mincho);
	line-height: 1.6;
	font-weight: 500;
}
#page-top #sec-care .row2 .col {
	width: calc((100% - 80px) / 3);
	background-size: cover;
	border-radius: 8px;
	display: flex;
	padding: 20px;
	align-items: center;
	position: relative;
	transition: all .3s;
}
#page-top #sec-care .row2 .col:hover {
	opacity: 0.7;
}
#page-top #sec-care .row2 .col:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translatey(-50%);
	right: 16px;
	background: url(../images/common/icon-arrow-white.svg) no-repeat center center / contain;
}
#page-top #sec-care .row2 .col1 {
	background-image: url(../images/top/care-img-03.jpg);
}
#page-top #sec-care .row2 .col2 {
	background-image: url(../images/top/care-img-04.jpg);
}
#page-top #sec-care .row2 .col3 {
	background-image: url(../images/top/care-img-05.jpg);
}

/*============================================================
 初めての方へ
*============================================================*/
#page-top #sec-first-time .sec-title {
	text-align: left;
	border-bottom: 1px solid #9F8B84;
	padding-bottom: 8px;
	line-height: 1.8;
}
#page-top #sec-first-time .block {
	gap: 56px;
}
#page-top #sec-first-time .block .image {
	width: 44%;
	margin-bottom: 0;
}
#page-top #sec-first-time .block .info {
	width: 50%;
}
#page-top #sec-first-time .block .info p {
	font-family: var(--common-font-family-mincho);
	line-height: 2.2;
	margin-bottom: 32px;
}

/*============================================================
 説明会
*============================================================*/
#page-top #sec-seminar {
	padding: 56px 0 64px;
	background: var(--common-color-background2);
	font-family: var(--common-font-family-mincho);
}
#page-top #sec-seminar .title {
	position: relative;
	margin-bottom: 16px;
}
#page-top #sec-seminar .sec-title {
	text-align: left;
	border-bottom: 1px solid #9F8B84;
	padding-bottom: 8px;
	letter-spacing: -0.02em;
	line-height: 1.8;
	margin-bottom: 0;
}
#page-top #sec-seminar .title .icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
#page-top #sec-seminar .lead {
	margin-bottom: 40px;
}
#page-top #sec-seminar .block {
	gap: 80px;
}
#page-top #sec-seminar .block-seminar .item:hover {
	opacity: 1;
}
#page-top #sec-seminar .block-seminar .item .info > .parts-btn {
	margin: 20px 0 0 auto;
}

/*============================================================
 カレンダー
*============================================================*/
#page-top #sec-calender .sec-title img {
	display: block;
	margin: 0 auto 8px;
}
#page-top #sec-calender .parts-btn {
	margin: -68px 0 56px auto;
}
#page-top #sec-calender .block .row {
	gap: 32px;
	margin-bottom: 4px;
}
#page-top #sec-calender .block .row .label {
	width: 126px;
}
#page-top #sec-calender .block .row .label p {
	height: 152px;
	background: var(--common-color-background1);
	font-size: 12px;
	text-align: center;
	font-family: var(--common-font-family-mincho);
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#page-top #sec-calender .block .row .label p span {
	font-size: 20px;
	display: block;
}
#page-top #sec-calender .block .row .data {
	width: calc(100% - 158px);
}
#page-top #sec-calender .block .row .data .item {
	flex: 1;
	text-align: center;
	padding: 8px 8px 12px;
	border-bottom: 1px solid #C6BFBD;
}
#page-top #sec-calender .block .row .data .item p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 6px;
}
#page-top #sec-calender .block .row .data .item p:last-child {
	margin-bottom: 0;
}
#page-top #sec-calender .block .row .data .item p span {
	font-size: 10px;
}
#page-top #sec-calender .block .row .data .item p.title {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--common-font-family-mincho);
}
#page-top #sec-calender .block .row:first-child {
	border-bottom: 1px solid #9F8B84;
	margin-bottom: 16px;
}
#page-top #sec-calender .block .row:first-child .data .item {
	border: none;
}

/*============================================================
 医院情報
*============================================================*/
#page-top #sec-clinic {
	margin-bottom: 180px;
}
#page-top #sec-clinic .sec-title {
	margin-bottom: 40px;
}
#page-top #sec-clinic .sec-title img {
	display: block;
	margin: 0 auto 8px;
}
#page-top #sec-clinic .block {
	gap: 80px;
}
#page-top #sec-clinic .block .info {
	width: 370px;
	margin-bottom: 0;
}
#page-top #sec-clinic .block .info .title {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--common-color-text);
	margin-bottom: 20px;
}
#page-top #sec-clinic .block .info .title h3 {
	font-family: var(--common-font-family-mincho);
	font-size: 24px;
	margin-bottom: 20px;
}
#page-top #sec-clinic .block .info .title p {
	font-family: var(--common-font-family-serif);
	position: relative;
	padding-left: 24px;
}
#page-top #sec-clinic .block .info .title p:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-pin.svg) no-repeat center center / contain;
	width: 18px;
	height: 20px;
	top: 6px;
	left: 0;
}
#page-top #sec-clinic .block .info .text {
	font-family: var(--common-font-family-serif);
	font-size: 14px;
	margin-bottom: 20px;
}
#page-top #sec-clinic .block .map {
	width: calc(100% - 450px);
	overflow: hidden;
}
#page-top #sec-clinic .block .map iframe {
	aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/*============================================================
 来院のご相談
*============================================================*/
#page-top #sec-contact .image {
	margin-bottom: 72px;
}
#page-top #sec-contact .block {
	gap: 40px;
	font-family: var(--common-font-family-mincho);
}
#page-top #sec-contact .block .lead {
	width: 48%;
	margin-bottom: 0;
}
#page-top #sec-contact .block .lead h2 {
	font-size: 32px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
#page-top #sec-contact .block .info {
	width: 48%;
}
#page-top #sec-contact .block .info p {
	line-height: 2.2;
	margin-bottom: 24px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1128px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .block {
		top: 24px;
	}

    /*============================================================
	 治療内容
	*============================================================*/
	#page-top #sec-care .row1 {
		height: initial;
		gap: 24px;
		margin-bottom: 24px;
	}
	#page-top #sec-care .row1 .col {
		padding-top: 24px;
		padding-bottom: 32px;
		width: 100%;
	}
	#page-top #sec-care .row1 .col1 .title {
		margin-bottom: 24px;
	}
	#page-top #sec-care .row2 {
		gap: 24px;
		height: initial;
	}
	#page-top #sec-care .row2 .col {
		width: calc((100% - 48px) / 3);
	}
	
	/*============================================================
	 初めての方へ
	*============================================================*/
	#page-top #sec-first-time .block {
		gap: 32px;
	}
	
	/*============================================================
	 医院情報
	*============================================================*/
	#page-top #sec-clinic {
		margin-bottom: 80px;
	}
	#page-top #sec-clinic .block {
		gap: 36px;
	}
	#page-top #sec-clinic .block .map {
		width: calc(100% - 406px);
	}
	
	/*============================================================
	 来院のご相談
	*============================================================*/
	#page-top #sec-contact {
		margin-bottom: 0;
	}
	#page-top #sec-contact .image {
		margin-bottom: 40px;
	}
	#page-top #sec-contact .block {
		gap: 24px;
	}
	#page-top #sec-contact .block .lead {
		width: 100%;
	}
	#page-top #sec-contact .block .lead h2 {
		font-size: 24px;
	}
	#page-top #sec-contact .block .info {
		width: 100%;
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	/*============================================================
	 commonカスタム
	*============================================================*/
	#page-top #main-contents {
		padding-top: 72px;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
	#page-top #mainvisual {
		position: relative;
		margin-bottom: 64px;
	}
	#page-top #mainvisual:before {
		position: absolute;
		content: "";
		top: -72px;
		left: 0;
		background: url(../images/top/mainvisual-img-sp.jpg) center center / cover;
		width: 100%;
		height: 600px;
	}
    #page-top #mainvisual .inner{
		max-width: var(--inner-max-width);
    }
	#page-top #mainvisual .sp-head {
		text-align: center;
		margin-bottom: 448px;
	}
	#page-top #mainvisual .sp-head .label {
		font-size: 12px;
		margin-bottom: 28px;
	}
	#page-top #mainvisual .sp-head .logo {
		width: 200px;
		margin: 0 auto;
	}
	#page-top #mainvisual .block {
		position: static;
		width: 100%;
	}
	#page-top #mainvisual .block .info {
		margin-bottom: 32px;
	}
	#page-top #mainvisual .block .info .label {
		display: none;
	}
	#page-top #mainvisual .block .info .site-title {
		font-size: 32px;
	}
	#page-top #mainvisual .block .info .lead {
		font-size: 16px;
	}
	#page-top #mainvisual .block .video {
		width: 100%;
		margin: 0;
	}
	
	/*============================================================
	 ページ内共通
	*============================================================*/
	#page-top .section {
		margin-bottom: 64px;
	}
	#page-top .sec-title {
		margin-bottom: 24px;
	}

    /*============================================================
	 治療内容
	*============================================================*/
	#page-top #sec-care .row1 .title {
		font-size: 24px;
	}
	#page-top #sec-care .row2 .col {
		width: 100%;
		height: 104px;
	}
	#page-top #sec-care .row2 .title {
		font-size: 20px;
	}
	
	/*============================================================
	 初めての方へ
	*============================================================*/
	#page-top #sec-first-time .block {
		gap: 24px;
	}
	#page-top #sec-first-time .block .image {
		width: 100%;
	}
	#page-top #sec-first-time .block .info {
		width: 100%;
	}
	#page-top #sec-first-time .block .info p {
		margin-bottom: 24px;
	}
	
	/*============================================================
	 説明会
	*============================================================*/
	#page-top #sec-seminar {
		padding: 40px 0;
	}
	#page-top #sec-seminar .lead {
		margin-bottom: 16px;
	}
	
	/*============================================================
	 カレンダー
	*============================================================*/
	#page-top #sec-calender .sec-title img {
		width: 16px;
		margin: 0 auto 4px;
	}
	#page-top #sec-calender .block .row {
		gap: 0;
		margin-bottom: 0;
	}
	#page-top #sec-calender .block .row .label {
		width: 46px;
		padding-right: 14px;
		position: relative;
	}
	#page-top #sec-calender .block .row .label:before {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
		background: #9F8B84;
	}
	#page-top #sec-calender .block .row .data {
		width: calc(100% - 46px);
		padding-left: 16px;
	}
	#page-top #sec-calender .block .row .data .item {
		padding-top: 10px;
	}
	#page-top #sec-calender .block .row .label {
		min-height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#page-top #sec-calender .block .row .label p {
		background: transparent;
		font-size: 20px;
		height: initial;
	}
	#page-top #sec-calender .block .row .data .item p.title {
		font-size: 10px;
		padding: 16px 0;
		background: var(--common-color-background1);
	}
	#page-top #sec-calender .block .row:first-child {
		border: none;
		margin-bottom: 8px;
	}
	#page-top #sec-calender .block .row:first-child .label {
		min-height: initial;
	}
	#page-top #sec-calender .block .row:first-child .label:before {
		display: none;
	}
	#page-top #sec-calender .block .row:first-child .data {
		gap: 8px;
	}
	#page-top #sec-calender .block .row:first-child .data .item {
		padding: 0;
	}
	#page-top #sec-calender .block .row:last-child  .data .item {
		border: none;
	}
	#page-top #sec-calender .block .row .data .item p.title span {
		display: block;
		font-size: 16px;
	}
	#page-top #sec-calender .parts-btn {
		margin: 0px 0 16px auto;
	}
	
	/*============================================================
	 医院情報
	*============================================================*/
	#page-top #sec-clinic .sec-title img {
		width: 16px;
		margin: 0 auto 4px;
	}
	#page-top #sec-clinic .block {
		gap: 24px;
	}
	#page-top #sec-clinic .block .info {
		width: 100%;
	}
	#page-top #sec-clinic .block .info .title {
		padding-bottom: 14px;
	}
	#page-top #sec-clinic .block .info .title h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#page-top #sec-clinic .block .map {
		width: 100%;
	}
	
	/*============================================================
	 来院のご相談
	*============================================================*/
	#page-top #sec-contact .image {
		margin-bottom: 24px;
	}
	#page-top #sec-contact .block {
		gap: 16px;
	}
	#page-top #sec-contact .block .lead h2 {
		font-size: 20px;
	}

}
