@charset "utf-8";

/* html {
    scroll-padding-top: 110px;
} */


body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden; /* スクロールを無効化 */
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

article {
    max-width: 1100px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}



/*------------- 共通 --------------*/

h2 {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
}

h2.en-title {
    font-size: 28px;
    line-height: 30px;
    color: #4EB4B8;
}

.en-title-initials {
    color: #4E62B8;
}

.h2-subtext {
    font-size: 18px;
    color: #412C19;
}

.ja-title {
    font-size: 30px;
    line-height: 50px;
}

.bold {
    font-weight: bold;
}

/* グロナビ */

.nav-global__lists {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.a-nav-global__list {
    font-size: 18px;
    color: #412C19;
    transition: 1ms;
}

.drop-menu {
    font-size: 18px;
    color: #412C19;
    transition: 1ms;
}

.drop-menu:hover {
    color: #4E62B8;
    font-weight: bold;
}

.nav-global__list {
    width: 215px;
    text-align: center;
    border-right: 1px solid #412C19;
    border-left: 1px solid #412C19;
}

.nav-global__list+.nav-global__list {
    border-left: 0;
    border-right: 1px solid #412C19;
}


.a-nav-global__list:hover {
    color: #4E62B8;
    font-weight: bold;
}

.nav-global__triangle {
    font-size: 14px;
    color: #4EB4B8;
}

.a-nav-global__list:hover .nav-global__triangle {
    color: #4E62B8;
}

/* ドロップダウンメニュー */
.dropdown__lists {
    width: max-content;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
}

.drop-menu {
    position: relative;
}

.dropdown__lists {
    background-color: #EEF5F5;
    left: -7px;
    position: absolute;
    top: 27px;
    visibility: hidden;
    /* 下層メニューを非表示 */
    width: max-content;
    z-index: 1000;
}

.nav-global__list:hover .dropdown__lists {
    visibility: visible;
    /* 下層メニューを表示 */
}

.dropdown__lists a {
    color: #412C19;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-size: 18px;
    transition: 1ms;
}

.dropdown__lists a:hover {
    color: #4E62B8;
}

.dropdown__list {
    width: 385px;
    border-bottom: 2px dashed #BCBCBC;
    padding: 13px 0;
}

.dropdown__list:last-child {
    border-bottom: none;
}

/* ボタン */

.btn-view a {
    background-color: #4EB4B8;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 230px;
    height: 58px;
    line-height: 58px;
}

.btn-view a:hover {
    background-color: #4E62B8;
}

/* 固定リンクボタン */
.fixed-btn-container {
    position: absolute;
    right: 0;
    bottom: 30px;
    position: fixed;
}

.fixed-btn {
    width: 140px;
    height: 140px;
    background-color: #4EB4B8;
    border-radius: 10px 0 0 10px;
    text-align: center;
    align-content: center;
    margin-bottom: 25px;
}

.fixed-btn p {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}

.fixed-btn:hover {
    background-color: #4E62B8;
}


/*------------- 下層ページ共通 --------------*/

/*---- ヘッダー ----*/
.header {
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    padding-bottom: 30px;
    width: 100%;
}

.subpage-header-title {
    display: flex;
    max-width: 1780px;
    width: 92vw;
    margin: 30px auto 20px auto;
    box-sizing: border-box;

    padding-left: 70px;
}

.header-title-sub {
    font-size: 18px;
    color: #412C19;
    padding-top: 30px;
    /* margin-left: 30px; */
}

.subpage-title {
    font-size: 50px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    text-align: center;
    line-height: 350px;
    color: #412C19;
    margin-top: 30px;
}

.subpage-header-mv-container {
    padding-top: 170px;
}

.subpage-header-mv {
    background-image: url(../img/mv-sub.jpg);
    max-width: 1780px;
    width: 92vw;
    height: 350px;
    margin: 0 auto;
    border-radius: 0 0 80px 80px;
    background-size: cover;
    background-position: center;
}

/* パンくず */
.breadcrumbs {
    font-size: 16px;
    font-weight: 300;
    margin: 20px auto 0 auto;
}

.breadcrumbs__list {
    display: flex;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs li:after {
    content: '＞ ';
    padding: 0 5px;
}

.breadcrumbs li:last-child:after {
    content: '';
}


/*------------- フッター --------------*/

footer {
    background-color: #EFEFEF;
    padding-top: 50px;
}

.footer-title {
    text-align: center;
}

.footer-title-sub {
    text-align: center;
    color: #412C19;
    font-size: 20px;
    margin-bottom: 30px;
}

.h1-footer-subtext {
    font-size: 20px;
    color: #412C19;
}

.footer-address {
    text-align: center;
}

.footer-address address {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-address a {
    font-size: 24px;
    font-weight: 800;
    color: #333333;
}

.footer-address a::before {
    content: url(../img/icon-tel.png);
    padding-right: 7px;
}

/* 幅1100px */
.footer-contents {
    display: flex;
    max-width: 1100px;
    margin: 40px auto 60px auto;
    justify-content: space-between;
}

footer h2 {
    margin-bottom: 35px;
}

footer h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

footer h3::before {
    content: "●";
    font-size: 8px;
    color: #4EB4B8;
    padding-right: 5px;
    vertical-align: middle;
}

/*---- 診療時間 ----*/

.footer-consultation-hours {
    width: 47%;
    border-right: 2px dashed #412C19;
    padding-right: 3%;
}

/* 表 */
table.time-table {
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
}

.time-table tr {
    height: 40px;
    line-height: 40px;
}

.time-table th {
    background-color: #4EB4B8;
    color: #fff;
    text-align: center;
}

.week {
    border: 1px solid #4EB4B8;
}

.week th {
    border-right: 1px solid #fff;
}

.week th:last-child {
    border-right: none;
}

.time-table td {
    background-color: #fff;
    border: 1px solid #4EB4B8;
    text-align: center;
}

td.time {
    width: 146px;
}

.footer-consultation-hours p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 28px;
    padding-left: 13px;
}

/*---- アクセス ----*/
.footer-access {
    width: 47%;
}

.footer-access p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    padding-left: 13px;
}

footer iframe {
    width: 100%;
    height: 282px;
    margin-bottom: 20px;
}

/* コピーライト */
.footer-small {
    background-color: #4EB4B8;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.footer-small small {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}


/*------------- トップ --------------*/

/*---- メインビジュアル ----*/
.header-mv {
    background-image: url(../img/header-mv.jpg);
    max-width: 1780px;
    width: 92vw;
    height: 914px;
    margin: 0 auto 37px auto;
    border-radius: 0 0 80px 80px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-mv a {
    margin: 30px 0 0 0;
}

.header-mv h1 {
    padding-top: 30px;
}

.top-header-title-sub {
    font-size: 18px;
    color: #fff;
    width: 325px;
    text-align: end;
}

.header-ul {
    font-family: "Kiwi Maru", serif;
    font-size: 26px;
    font-weight: 500;
    color: #412C19;
    display: flex;
    position: absolute;
    bottom: 283px;
    left: 50px;
}

.header-li__1 {
    width: 207px;
    height: 60px;
    line-height: 60px;
    background-color: #4EB4B8;
    text-align: center;
    border-radius: 30px;
    margin-right: 20px;
}

.header-li__2 {
    width: 238px;
    height: 60px;
    line-height: 60px;
    background-color: #85D0AD;
    text-align: center;
    border-radius: 30px;
    margin-right: 20px;
}

.header-li__3 {
    width: 260px;
    height: 60px;
    line-height: 60px;
    background-color: #C4AF6A;
    text-align: center;
    border-radius: 30px;
}

.header-catch {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-size: 74px;
    color: #412C19;
    position: absolute;
    bottom: 70px;
    left: 50px;
}

/* グロナビ固定 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-global {
    background-color: #fff;
}


/*---- INFORMATION ----*/

.information {
    margin: 100px 0;
    display: flex;
    justify-content: space-between;
}

.information .btn-view {
    margin-top: 35px;
}

dl.dl-info {
    font-weight: 16px;
    font-weight: bold;
    flex-wrap: wrap;
    max-width: 740px;
    width: 100%;
}

.dl-info a {
    color: #333333;
}

.dl-info a:hover {
    color: #4E62B8;
}

.info-section {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.info-section {
    border-bottom: dashed 2px #4EB4B8;
}

.dl-info dt {
    width: 27%;
}

.dl-info dd {
    width: 73%;
}


/*---- いびき・熟睡ができずにお悩みの方へ ----*/


.worries {
    background-color: #E0E0E0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.worries-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 60px 0;
    position: relative;
}

.worries img {
    position: absolute;
    top: 50px;
    left: 562px;
}

.worries h2 {
    margin-bottom: 30px;
}

.worries p {
    font-size: 16px;
    max-width: 510px;
    line-height: 30px;
}


.worries .btn-view {
    margin-top: 60px;
}

/*---- もし以下のような症状があれば、 ----*/

.condition {
    margin: 120px 0 125px 0;
}

.condition h2 {
    text-align: center;
    margin-bottom: 50px;
}

.condition-container {
    display: flex;
    justify-content: space-between;
}

.dl-condition {
    width: 43%;
}

.dl-condition dt {
    font-family: "Kiwi Maru", serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dl-condition__1 dt {
    color: #4EB4B8;
}

.dl-condition__2 dt {
    color: #C4AF6A;
}

.dl-condition dd {
    font-size: 20px;
    line-height: 40px;
    text-indent: -30px;
    padding-left: 30px;
}

.dl-condition__1 {
    border-right: 1px solid #707070;
    padding-right: calc(50% - 43%);
}

.dl-condition__1 dd::before {
    content: "□";
    margin-right: 10px;
    color: #4EB4B8;
}

.dl-condition__2 dd::before {
    content: "□";
    margin-right: 10px;
    color: #C4AF6A;
}

/*---- ABOUT SAS ----*/

.about-sas h2 {
    margin-bottom: 40px;
}

.about-sas-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
    justify-content: center;
}

.link-aboutsas {
    width: 348px;
    height: 282px;
    border: 1px solid #4E62B8;
    border-radius: 10px;
    color: #6A5446;
    text-align: center;
    position: relative;
}

.link-aboutsas p {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 193px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.link-aboutsas:hover {
    background-color: #EEF5F5;
}

.link-aboutsas__1 img {
    padding-top: 100px;
}

.link-aboutsas__2 img {
    padding-top: 62px;
}

.link-aboutsas__3 img {
    padding-top: 62px;
}

.link-aboutsas__4 img {
    padding-top: 84px;
}

.link-aboutsas__5 img {
    padding-top: 45px;
}

/*---- FLOW ----*/

.flow {
    background-image: url(../img/flow-back.jpg);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 538px;
    margin: 100px 0 110px 0;

    background-size: cover;
    background-position: center;
}

.flow-container {
    max-width: 1100px;
    margin: 0 auto;
}

.flow-container h2 {
    padding-top: 60px;
    margin-bottom: 45px;
}

.flow-contents-box {
    position: relative;
    max-width: 1025px;
    margin: 0 auto;
}

.flow-contents {
    position: relative;
    position: absolute;
    justify-content: center;
}

.flow-contents__2 {
    left: 220px;
}

.flow-contents__3 {
    left: 440px;
}

.flow-contents__4 {
    left: 660px;
}

.flow-contents__5 {
    left: 880px;
}

.flow-number {
    background-color: #4E62B8;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    top: 5px;
    left: -10px;
}

.flow-number p {
    font-size: 24px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    color: #fff;
}


.flow-circle {
    width: 132px;
    height: 132px;
    background-color: #fff;
    border: 1px solid #4E62B8;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.flow-item {
    padding-left: 6px;
}

.flow-contents:not(:last-child):after {
    position: absolute;
    content: "";
    top: 38%;
    left: 138px;
    width: 89.7px;
    height: 1px;
    background-color: #4E62B8;
}

p.flow-title {
    font-size: 16px;
    font-weight: bold;
    color: #412C19;
    margin-top: 18px;
    text-align: center;
}

/* ボタン */
.flow .btn-view {
    margin-top: 285px;
    text-align: center;
}


/*--- 睡眠時無呼吸症候群（SAS）の危険性がある症状 ---*/

.symptoms-link {
    margin-bottom: 110px;
}

.symptoms-link h2 {
    text-align: center;
    margin-bottom: 40px;
}

.ul-symptoms-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* justify-content: center; */
    column-gap: 20px;
    row-gap: 20px;
    margin: 0 auto;
}

.ul-symptoms-link a {
    border: 1px solid #4E62B8;
    border-radius: 5px;
    width: 508px;
    height: 59px;
    line-height: 59px;
    display: inline-block;
    color: #412C19;
    font-size: 16px;
    position: relative;
}

.ul-symptoms-link a li{
    padding-left: 30px;
}

.ul-symptoms-link a:hover {
    background-color: #EEF5F5;

}

.ul-symptoms-link li::after {
    content: "▶";
    /* font-size: 10px; */
    color: #4EB4B8;
    position: absolute;
    right: 30px;
}


/*---- FEATURES ----*/

.features {
    background-color: #EFEFEF;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 0 70px 0;
}

.features h2 {
    margin-bottom: 40px;
}

.features-container {
    width: 1100px;
    margin: 0 auto;
}


.features-contents {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0 45px 50px 45px;
}

.features-contents-1 {
    padding-top: 22px;
    margin-bottom: 25px;
}

.features-contents-number {
    font-size: 57px;
    margin-right: 10px;
    vertical-align: middle;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    color: #4EB4B8;
}

.features-contents-title {
    font-size: 27px;
    vertical-align: middle;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    color: #6A5446;
}

.features-contents-2 p {
    width: 426px;
    line-height: 33px;
}

.features-contents-2 {
    display: flex;
    justify-content: space-between;
}


/*---- GREETINGS ----*/

.greetings {
    margin: 120px 0 140px 0;
}

.greetings h2 {
    margin-bottom: 40px;
}

.greetings-container {
    display: flex;
    justify-content: space-between;
}


.greetings p {
    font-size: 16px;
    max-width: 744px;
    line-height: 33px;
}

.chairman {
    font-size: 14px;
    margin-top: 30px;
    text-align: end;
}

.name-chairman {
    font-size: 18px;
}