@charset "utf-8";
/*---------------------------------------------------------
Theme Name: skdc1.0
Description:
Author: JAMD STUDIO
License:
License URI:
Version: 1.0
---------------------------------------------------------*/
/*==========================================================================

   frontpage

==========================================================================*/
.top-kv {
    position: relative;
}
.top-section {
    padding: 50px 0;
}
.top-section.section--nopadding {
	padding: 0;
}

.top-schedule {
    position: absolute;
    right: 35px;
    bottom: 0;
    transform: translate(0%, 50%);
}
.top-schedule .m-schedule {
    padding: 40px 62px 22px;
}


.top-news {
	min-height: 135px;
	margin-right: 635px;
    padding: 18px 30px;
}
.top-news-header {
	margin-bottom: 7px;
    padding: 2px 0 2px 4px;
    font-weight: 600;
    color: var(--key-color);
    border-left: 3px solid var(--key-color);
}
.top-news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
}
.top-news__post-date {
    font-size: 15px;
    font-weight: 600;
}
.top-news__post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-statement-col {
	position: relative;
    width: 50%;
}
.top-statement-article {
    position: absolute;
    width: 191.3125%;
    top: 30px;
    left: 8.6875%;
    z-index: 2;
}
.top-statement-header {
    color: var(--key-color);
}
.top-statement__heading-en {
    font-size: 83px;
}
.top-statement__heading-ja {
    margin-top: 15px;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.25;
}
.top-statement__text {
    font-size: 15px;
    line-height: 1.7;
}

.top-greeting {
    background: var(--key-color);
}
.top-greeting-row {
    flex-direction: row-reverse;
}
.top-greeting-col {
    position: relative;
    width: 50%;
}
.top-greeting-article {
    position: absolute;
    top: 50%;
    left: -22.2%;
    transform: translate(0, -50%);
    padding: 31px 60px 26px;
    background: #fff;
    z-index: 2;
}
.top-greeting-article-header {
    font-size: 36px;
}
.top-greeting-article__text {
    line-height: 2;
}
.top-greeting-article__sign {
    margin-top: 42px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}
.top-greeting-article__link {
    margin-top: 26px;
    text-align: right;
}

.top-treatment {
    background: var(--key-color);
}
.top-treatment-archive-list {
    flex-wrap: wrap;
    gap: 10px;
}
.top-treatment-header {
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.top-treatment-archive-item {
    flex-direction: column;
    display: flex;
    width: calc((100% - 10px * 2) / 3);
    padding: 38px 20px 30px;
    background: #fff;
}
.top-treatment-archive-item__thumb {
	margin-bottom: 30px;
    text-align: center;
}
.top-treatment-archive-item__title {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: var(--key-color);
}
.top-treatment-archive-item__text {
    margin-bottom: 3em;
    line-height: 1.7;
}
.top-treatment-archive-item__link {
    margin: auto auto 0;
}
.top-treatment-archive-item__link .btn01 {
    display: block;
    width: 217px;
    padding: 9px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.top-treatment-archive__link {
    margin: 46px 48px 0 auto;
    text-align: right;
}

.top-about {
}
.top-about-header {
    font-size: 36px;
    text-align: center;
}
.top-about-archive {
    margin-bottom: 50px;
}
.top-about-archive-list {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.top-about-archive-item {
    width: calc((100% - 10px) / 2);
    border: 1px solid var(--key-color);
}
.top-about-archive-item__thumb img {
    width: 100%;
}
.top-about-archive-item-body {
	padding: 24px 30px 72px;
}
.top-about-archive-item__title {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    color: var(--key-color);
}
.top-about-archive-item__text {
    line-height: 1.7;
}
.top-about-archive__link {
    margin: 46px 48px 0 auto;
    text-align: right;
}
.top-signpost {
    padding-bottom: 40px;
}
.top-signpost .btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 38px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.top-banner__list {
    width: 380px;
    margin: 0 auto 60px;
}


/*==========================================================================

   page

==========================================================================*/
.page-header {
	position: relative;
    margin-bottom: 50px;
    padding: 32px;
    font-size: 56px;
    color: #fff;
    background: var(--key-color);
}
.page-header__schedule {
    position: absolute;
    top: 0;
    right: 30px;
}
.page-header__schedule .m-schedule {
    padding: 20px 13px;
}
.page-header__schedule .m-schedule-table thead th,
.page-header__schedule .m-schedule-table thead td {
    padding: 0 6px 12px;
    font-size: 13px;
}
.page-header__schedule .m-schedule-table thead th,
.page-header__schedule .m-schedule-table tbody th {
    width: 112px;
}
.page-header__schedule .m-schedule-table tbody th,
.page-header__schedule .m-schedule-table tbody td {
    padding: 5px 6px 0;
}
.page-header__schedule .m-schedule-table-label + td {
    padding-left: 17px !important;
}
.page-header__schedule .m-schedule-table tbody th.m-schedule-table-label {
    padding-right: 20px;
    font-size: 15px;
}
.page-header__schedule .m-schedule-notes {
	font-size: 10px;
}



.page-body {
    /* overflow: hidden; */
}
.page-content.content--template01 {
    padding: 30px 30px 60px;
    line-height: 1.84;
    background: var(--key-bg-color);
}

.page-content.content--template01 h2 {
	margin-top: 1em;
	font-size: 36px;
}
.page-content.content--template01 p {
	margin-top: 1.5em;
}
.page-content.content--template01 h2:first-child,
.page-content.content--template01 p:first-child {
	margin-top: 0;
}


/*==========================================================================

   company

==========================================================================*/
.p-company-section + .p-company-section {
    margin-top: 50px;
}
.p-company-director {
    display: flex;
}
.p-company-director-aside {
    width: 50%;
}
.p-company-director-main {
    width: 50%;
    padding: 35px 30px;
    color: #fff;
    background: var(--key-color);
}
.p-company-director__division {
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 600;
}
.p-company-director__name {
    font-size: 36px;
    font-weight: 400;
}
.p-company-director__desc {
	margin-top: 16px;
	padding-top: 15px;
	font-weight: 600;
	line-height: 1.84;
	border-top: 1px solid #fff;
}
.p-company-director__desc dl {
    display: flex;
    gap: 12px;
}
.p-company-director__desc dt {
    width: 5em;
    text-align: right;
}
.p-company-director__desc dd {
    flex: 1;
}
.p-company-director-archive {
    padding: 45px 0 50px;
    text-align: center;
    background: var(--key-bg-color);
}
.p-company-director-archive-section {
    width: 500px;
    margin: 0 auto;
}
.p-company-director-archive-section + .p-company-director-archive-section {
    margin-top: 30px;
}
.p-company-director-archive-header {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--key-color);
    border-bottom: 1px solid #000;
}
.p-company-director-archive-body {
    font-weight: 500;
    line-height: 1.84;
}
.p-company-director-archive {
    padding: 45px 0 50px;
    text-align: center;
    background: var(--key-bg-color);
}
.p-company-director-archive-section {
    width: 500px;
    margin: 0 auto;
}
.p-company-director-archive-section + .p-company-director-archive-section {
    margin-top: 30px;
}
.p-company-director-archive-header {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--key-color);
    border-bottom: 1px solid #000;
}
.p-company-director-archive-body {
    font-weight: 500;
    line-height: 1.84;
}
.p-company-doctor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	padding: 0 1px;
}
.p-company-doctor-item {
    width: calc((100% - 10px) / 2);
    background: var(--key-color);
}
.p-company-doctor-item-main {
	padding: 30px 30px 42px;
	color: #fff;
}
.p-company-doctor-item__name {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 500;
}
.p-company-doctor-item__desc {
    font-weight: 500;
    line-height: 1.65;
}
.p-company-doctor-item__desc .link02 {
    margin-top: 8px;
    font-size: 12px;
}

.p-company-facility {
    padding: 50px 0 100px;
    background: var(--key-bg-color);
}
.p-company-facility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.p-company-facility-item {
    width: calc((100% - 10px) / 2);
    background: #fff;
}
.p-company-facility-item-main {
	padding: 30px 30px 39px;
}
.p-company-facility-item__title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
}
.p-company-facility-item__desc {
    font-weight: 500;
    line-height: 1.65;
}

.p-company-flow {
    margin: 0;
	padding: 50px 0 100px;
    background: var(--key-color);
}
.p-company-section + .p-company-section.p-company-flow {
    margin-top: 0;
}
.p-company-flow .heading02 {
    color: #fff;
    background-image: url(assets/common/img/icon07_white.webp);
}
.p-company-flow-list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.p-company-flow-item {
    display: flex;
    align-items: center;
	background: #fff;
}
.p-company-flow-item-aside {
    width: 300px;
}
.p-company-flow-item-main {
    flex: 1;
    padding: 0 30px;
}
.p-company-flow-item__title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.p-company-flow-item__title__label {

    color: var(--key-color);
}
.p-company-flow-item__title__value {
    position: relative;
    width: 29px;
    height: 29px;
    margin: 0 6px 0 4px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    overflow: hidden;
    z-index: 2;
}
.p-company-flow-item__title__value::before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9999px;
    background: var(--key-color);
    overflow: hidden;
    z-index: -1;
}
.p-company-flow-item__title__text {
    position: relative;
    top: -4px;
    font-size: 36px;
}
.p-company-flow-item__text {
    line-height: 1.65;
}


/*==========================================================================

   treatment

==========================================================================*/
.p-treatment-section {
    margin-bottom: 50px;
}

.p-treatment-section-row {
    display: flex;
	padding-left: 16.40625vw;
}
.p-treatment-section__thumb {
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
	top: -10px;
    width: 430px;
    height: 287px;
    text-align: center;
	align-content: center;
    background: #fff;
    border: 4px solid var(--key-color);
    z-index: 2;
}
.p-treatment-section-col.col--main {
	flex: 1;
}
.p-treatment-section__content {
    position: relative;
    padding-right: 16.40625vw;
    padding-left: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.84;
    background: var(--key-bg-color);
}
.p-treatment-section__content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -220px;
    width: 100%;
    height: 100%;
    background: var(--key-bg-color);
    z-index: -1;
}
.p-treatment-section__content p + p {
    margin-top: 1.25em;
}
.p-treatment-index {
    margin-top: 30px;
}
.p-treatment-index-item {
    padding: 3px 0 6px;
    border: 1px solid #D5D5D5;
    background: #fff;
}
.p-treatment-index-item + .p-treatment-index-item {
    margin-top: 9px;
}
.p-treatment-index-item-header {
    display: inline-block;
    padding: .25em 1.25em;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: var(--key-color) url(assets/common/img/icon07_white.webp) no-repeat 5px center / 7px;
}
.p-treatment-index-item-body {
    padding: 0 9px;
    font-size: 15px;
    font-weight: 500;
}


/*==========================================================================

   QA

==========================================================================*/
.page-qa-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 50px;
}
.page-qa-item {
    width: 100%;
    padding: 30px;
    font-weight: 500;
    line-height: 1.84;
    background: var(--key-bg-color);
}
.page-qa__q {
	position: relative;
    margin-bottom: 1.25em;
	padding-left: 36px;
    font-size: 18px;
}
.page-qa__a {
	position: relative;
	padding-top: 6px;
	padding-left: 36px;
    color: var(--key-color);
}
.page-qa__q::before,
.page-qa__a::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: 300;
	line-height: 1;
}
.page-qa__q::before {
    content: "Q";
}
.page-qa__a::before {
    content: "A";
}


/*==========================================================================

   blog

==========================================================================*/
.section-blog {
    background: var(--key-bg-color);
}
.archive-blog-item {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.archive-blog-item + .archive-blog-item {
    margin-top: 30px;
}
.archive-blog-item__date {
    margin-bottom: 6px;
    font-size: 11px;
}
.archive-blog-item__title {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
	line-height: 1.65;
}
.archive-blog-item__title a {
    color: var(--key-color);
}
.archive-blog-item__desc {
    line-height: 1.84;
}
.single-blog-article__date {
    margin-bottom: 6px;
    font-size: 12px;
}
.single-blog-article__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
    color: var(--key-color);
}
.single-blog-article-content {
    line-height: 1.84;
}

.p-blog-low {
    display: flex;
    gap: 10px;
}
.p-blog-col.col--main {
    width: 540px;
    padding: 30px;
    background: #fff;
}
.p-blog-col.col--main.col--news {
    width: 100%;
}
.p-blog-col.col--aside {
    width: 310px;
	padding: 14px;
    background: #fff;
}
.p-blog-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--key-color);
}
.p-blog-info__thumb {
    margin-bottom: 14px;
}
.p-blog-info__name {
    font-size: 24px;
}
.p-blog-info__name__label {
    font-size: 16px;
    margin-right: .5em;
}

.p-blog-categories-header {
    margin-bottom: 13px;
    font-weight: 600;
}
.p-blog-categories-item {
    position: relative;
	padding-left: 1em;
    font-weight: 500;
    line-height: 2;
}
.p-blog-categories-item:before {
    position: absolute;
    left: 0;
    top: 0.75em;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: url(assets/common/img/icon07.webp) no-repeat;
    background-size: 6px;
}


.single-blog-article-content h1 {
    margin-bottom: 1em;
    padding-bottom: .25em;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid var(--key-color);
}

.single-blog-article-content h2 {
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 600;
}
.single-blog-article-content ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    list-style: disc;
}
.single-blog-article-content ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
    list-style: decimal;
}
.single-blog-article-content p {
    margin-bottom: 1.5em;
}
.single-blog-article-content a {
    text-decoration: underline;
    color: var(--key-color);
}
.news-footer {
    margin-top: 3.5em;
    text-align: right;
}
.news-footer a {
    text-decoration: underline;
    color: var(--key-color);
}


/*==========================================================================

   form

==========================================================================*/
#booking-package input[type=text], #booking-package textarea {
	font-size: 16px;
}
#booking-package_calendarPage::before {
    content: "ご希望の予約⽇を選択してください";
    display: block;
    margin-bottom: 35px;
    font-size: 16px;
    text-align: center;
}
#booking-package_schedulePage .topPanel {
	display: block !important;
	text-align: center;
}
#booking-package_schedulePage .topPanel::before {
    content: "ご希望の予約⽇時を選択してください";
    display: block;
    position: relative;
    top: -10px;
    font-size: 16px;
    text-align: center;
}
#booking-package_schedulePage .selectedDate {
    display: block !important;
    width: 100%;
    text-align: center;
}
#booking-package_inputFormPanel .row {
    padding: 20px !important;
}
#booking-package input[type=text],
#booking-package textarea {
    margin-top: .75em;
    padding: .75em 0.5em;
}
#booking-package textarea {
    min-height: 4.5em;
    line-height: 1.5;
}

#booking-package_inputFormPanel .name,
#booking-package_serviceDetails .name,
#booking-package_myBookingDetailsFroVisitor .name,
#booking-package_myBookingDetails_panel .name {
    margin-bottom: .5em;
    font-weight: 600 !important;
}

#booking-package button:hover {
	cursor: pointer;
}
#booking-package_inputFormPanel .book_now_button,
#booking-package_inputFormPanel .next_page_button,
#booking-package-subscription_form .book_now_button {
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid var(--key-color);
    background: var(--key-color);
}
#booking-package_inputFormPanel .return_form_button {
    padding: 5px;
    color: #777;
    border: 1px solid #ccc;
}


/*==========================================================================

   404

==========================================================================*/
.not-found {
	text-align: center;
}
.not-found__title {
	font-size: 60px;
}
.not-found__text {
	margin-top: 39px;
	font-size: 16px;
	line-height: 2;
}
.not-found__btn {
    margin: 55px auto 0;
}
.not-found__btn .btn-outer {
	width: 260px;
	height: 62px;
	margin: 0 auto;
}

























@media screen and (max-width: 767px) {
body {
    min-width: auto;
    padding-top: 60px;
}
.br-pc {
	display: block;
}
.br-sp {
	display: block;
}
a[href^="tel:"] {
    pointer-events: auto;
}
#header {
    padding: 15px;
}
.container,
.container.container--flex {
	min-width: auto;
	width: 100%;
	padding: 0 22px;
}

.heading02 {
    font-size: 26px;
}
.header-logo {
    width: 150px;
}
.header-contact {
    margin-right: 44px;
}
.header-contact__tel__number {
    display: none;
}
.header-contact__btn__target {
    width: auto;
    font-size: 10px;
    color: var(--key-color);
    border: none;
    border-bottom: 3px solid var(--key-color);
    border-radius: 0;
    background: none;
}




.gnav {
	display: none;
}
.gnav2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    position: fixed;
    top: 0;
    right: 45px;
    bottom: 0;
    left: 0;
	width: calc(100% - 45px);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-left: 45px;
	padding: 73px 15px 0;
	background: var(--key-bg-color);
	z-index: 10000;
	transform: translateX(100%);
}
.gnav2-row {
    padding-bottom: 50px;
}
.gnav2-contact__tel {
    display: flex;
    justify-content: end;
	margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    text-align: right;
}
.gnav2-contact__tel .header-contact__tel__icon {
    margin-top: -4px;
    width: 18px;
}
.gnav2-contact__tel .header-contact__tel__number {
	display: inline;
    font-size: 28px;
    color: var(--key-color);
}
.gnav2-contact__btn {
    margin-bottom: 20px;
}
.gnav2-contact__btn__target {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 9999px;
}
.gnav2-schedule .m-schedule {
    padding: 15px 5px;
}
.gnav2-schedule .m-schedule-table thead th,
.gnav2-schedule .m-schedule-table thead td {
    padding: 0 3px 12px;
    font-size: 11px;
}
.gnav2-schedule .m-schedule-table tbody th,
.gnav2-schedule .m-schedule-table tbody td {
    padding: 0 3px;
}
.gnav2-schedule .m-schedule-table thead th,
.gnav2-schedule .m-schedule-table tbody th {
    width: 106px;
}
.gnav2-schedule .m-schedule-table-label + td {
    padding-left: 2px;
}

.js-gnav2-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
	/*transform: translate(0, -50%);*/
    width: 12px;
    height: 12px;
	padding: 12px;
    border-radius: 8px;
    transition: all .5s;
    cursor: pointer;
    z-index: 10001;
}
.js-gnav2-toggle span {
    display: block;
    position: absolute;
    left: 6px;
    width: 12px;
    height: 2px;
    background-color: #000;
    transition: all .5s;
}
.js-gnav2-toggle span:nth-child(1) {
    top: 6px;
 }
.js-gnav2-toggle span:nth-child(2) {
  top: 11px;
}
.js-gnav2-toggle span:nth-child(3) {
  bottom: 6px;
}
body.is-gnav2 .js-gnav2-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(-315deg);
}
body.is-gnav2 .js-gnav2-toggle span:nth-child(2) {
	opacity: 0;
}
body.is-gnav2 .js-gnav2-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(315deg);
}


body.is-gnav2 .gnav2 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.gnav2-list {
    width: 210px;
    margin-left: auto;
    font-size: 24px;
    text-align: right;
    border-top: 1px solid #DBDBDB;
}
.gnav-item {
    padding: 15px 0;
    border-bottom: 1px solid #DBDBDB;
}
.gnav2-item a {
	display: block;
	padding: 5px 0;
    transition: .3s;
}

.gnav2-overlay {
	display: none;
	z-index: 999;
}
body.is-gnav2 .gnav2-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.m-schedule-table {
    width: 100%;
    margin: 0 auto;
}
.m-schedule-table thead th,
.m-schedule-table thead td {
    font-size: 12px;
    padding: 0 4px 12px;
}
.m-schedule-table tbody th,
.m-schedule-table tbody td {
    padding: 0 4px;
}
.m-schedule-table thead th,
.m-schedule-table tbody th {
    width: 116px;
}

.m-schedule-table tbody th.m-schedule-table-label {
    padding-right: 12px;
    font-size: 15px;
}
.m-schedule-table tbody tr + tr th,
.m-schedule-table tbody tr + tr td {
    padding-top: 8px;
}
.m-schedule-table-label + td {
    padding-left: 12px !important;
}
.m-schedule-notes {
    margin-top: 10px;
    font-size: 10px;
}
.page-header {
    font-size: 28px;
}
.footer-row {
    flex-direction: column;
}
.footer-col.col--map {
    width: 100%;
}
.footer-map {
    width: 100%;
}
.footer-col.col--info {
    width: 100%;
}
.footer-access-row {
    flex-direction: column;
    gap: 23px 0;
}
.footer-access-col {
    width: 100%;
}








.top-kv {
    position: relative;
    height: calc(100svh - 60px);
    overflow: hidden;
}
.top-schedule .m-schedule {
    padding: 21px 10px;
}
.top-schedule {
    right: 50%;
    transform: translate(50%, 0);
    bottom: 30px;
    width: calc(100% - 17px* 2);
    margin: 0 auto;
    padding: 22px 5px;
}
.top-news {
	min-height: auto;
    margin: 0;
}
.top-section {
    padding: 42vw 0;
}
.top-statement-row {
    flex-direction: column-reverse;
}
.top-statement-col {
    width: 100%;
}
.top-statement-article {
    position: static;
    width: 100%;
	padding: 30px;
}
.top-statement__heading-en {
    font-size: 52px;
}
.top-statement__heading-ja {
    font-size: 20px;
}
.top-greeting {
	margin-bottom: -33%;
}
.top-greeting-article-header {
    font-size: 28px;
}
.top-greeting-col {
    width: 100%;
}
.top-greeting-article {
    position: relative;
    top: 62vw;
    left: auto;
	margin: 0 20px 0;
	padding: 35px 20px;
	transform: translate(0%, -50%);
}
.top-greeting-row {
    flex-direction: column-reverse;
}
.top-treatment-archive-list {
    gap: 20px;
}
.top-treatment-archive-item {
    width: 100%;
	padding: 50px 42px;
}
.top-about {
    padding-bottom: 14vw;
}
.top-about-archive-list {
    flex-direction: column;
    gap: 30px 0;
}
.top-about-archive-item {
    width: 100%;
}
.top-about-archive-item-thumb img {
    width: 100%;
}
.page-header__schedule {
    display: none;
}
.top-signpost {
    padding-bottom: 7vw;
}

.top-banner__list {
    width: 100%;
    margin: 0 auto 5vw;
    padding: 0 22px;
}








.p-company-director {
    flex-direction: column;
}
.p-company-director-aside {
    width: 100%;
}
.p-company-director-main {
    width: 100%;
	padding: 30px 20px;
}
.p-company-director img {
    width: 100%;
}
.p-company-director-archive-section {
    width: 100%;
    padding: 0 17px;
}
.p-company-doctor-item {
    width: 100%;
}
.p-company-doctor-item__thumb img {
    width: 100%;
}
.p-company-director__name {
    font-size: 28px;
}
.p-company-doctor-item__name {
    font-size: 26px;
}
.p-company-facility-item {
    width: 100%;
}
.p-company-facility-item__thumb img {
    width: 100%;
}
.p-company-facility-item__title {
    font-size: 22px;
}
.p-company-flow-item {
    flex-direction: column;
}
.p-company-flow-item-aside {
    width: 100%;
}
.p-company-flow-item__thumb img {
    width: 100%;
}
.p-company-flow-item-main {
	padding: 30px;
}
.p-company-flow-item__title__text {
    font-size: 26px;
}
.p-treatment-section-row {
    flex-direction: column;
    padding: 0;
}
.p-treatment-section__thumb {
    width: auto;
    height: auto;
	margin: 0 20px;
	padding: 15px 5px;
}
.p-treatment-section__thumb img {
	width: 120px;
}
.p-treatment-section__content {
    margin-top: -50px;
    padding: 70px 20px 20px;
}
.p-treatment-section__content::before {
    width: calc(100% + 40px);
    left: -20px;
}

.p-blog-low {
    flex-direction: column;
}
.p-blog-col.col--main {
    width: 100%;
}
.p-blog-col.col--aside {
    width: 100%;
}
#booking-package_calendarPage::before {
    margin-bottom: 25px;
    font-size: 13px;
}




}













