/*
Theme name: yushokai theme
description: yushokai theme
*/

@charset "utf-8";

/*-------------------- top --------------------*/

.top {
    position: relative;
    padding: 0 80px;
    display: flex;
    height: 100vh;
    align-items: center;
    background-image: url(../images/top/top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* .top::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(144deg, #D83B01 0%, #52596C 100%);
    z-index: 5;
    opacity: 0.5;
} */

.top-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.top-header .top-header-content-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 50px 0 0;
}

.top-header .top-header-content {
    display: flex;
    align-items: center;
}

.top-header .top-header-content.left {
    padding-left: 80px;
}

.top-header .top-header-content .company-name {
    display: block;
    width: 297px;
}

.top-header .top-header-content .company-name img {
    display: block;
    width: 100%;
    height: auto;
}

.top-header .top-header-content.right {
    padding-right: 65px;
    color: #FFFFFF;
}

.top-header .top-header-content .contact-link {
    display: block;
    font: 400 22px/30px 'Noto Serif', serif;
    letter-spacing: 0.66px;
    margin-right: 65px;
}

.top-header .top-header-content .tel-link {
	position: relative;
    padding-left: 55px;
    font: 400 24px/30px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.2px;
}
.top-header .top-header-content .tel-link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background-image: url(../images/material/call_header.png);
    background-size: contain;
    background-position: center;
}

.top .top-catch {
    position: relative;
    font: 400 50px/80px 'Noto Serif', serif;
    letter-spacing: 5px;
    color: #FFFFFF;
    z-index: 10;
}

.top .top-info {
    position: absolute;
    bottom: 60px;
    left: 80px;
	padding-left: 33px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.top .top-info .top-info-heading {
    display: flex;
    flex-direction: column;
}

.top .top-info .top-info-title {
    font: 400 28px/40px 'Times New Roman', serif;
    letter-spacing: 2.9px;
	color: #ffffff;
    padding-left: 1.5em;
    margin-bottom: 0;
    position: relative;
}

.top .top-info .top-info-title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: auto 0;
    background-image: url(../images/material/information.png);
    background-size: contain;
    background-position: center;
}

.top .top-info .title-caption {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.top .top-info .title-caption span {
    display: inline-block;
    font: 400 18px 'Noto Serif', serif;
    letter-spacing: 2.2px;
    border-bottom: 1.5px solid #fff;
    padding: 0 2em;
    white-space: nowrap;
}

.top .top-info .top-info-content {
    font: 400 16px/40px 'Noto Sans JP', sans-serif;
    margin: 0 65px;
    letter-spacing: 0.48px;
	color: #ffffff;
}

.top-info-link {
    position: relative;
    display: block;
    width: 170px;
    height: 40px;
    background-color: #221D1A;
    padding: 0 20px;
    font: 400 16px/40px 'Noto Serif', serif;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    border-radius: 5px;
}

.top-info-link::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #FFFFFF;
}

.global-menu {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 50px 100px;
}

.global-menu .global-menu-content {
    display: block;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.54px;
    color: #303233;
}

@media screen and (max-width:1200px) {
    .top {
        padding: 0 25px;
        margin-bottom: 325px;
    }
    .top-header {
        padding: 0 25px;
        top: 17.5px;
    }
    .top-header .top-header-content-wrap {
        display: none;
    }
    .top .top-catch {
        font: bold 16px/30px 'Noto Serif', serif;
        letter-spacing: 1.0px;
    }
    .top .top-info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 35px 25px 55px;
        background-color: #FFF;
        flex-flow: column;
        justify-content: center;
        transform: translateY(100%);
    }
    .top .top-info .top-info-title {
        font: 400 28px/30px 'Times New Roman', serif;
        letter-spacing: 2.8px;
        margin-bottom: 15px;
        color: #333;
    }
    .top .top-info .title-caption {
        color: #333;
        margin-bottom: 20px;
    }
    .top .top-info .title-caption span {
        font: 400 18px 'Noto Serif', serif;
        letter-spacing: 1.2px;
        padding: 0 1.5em;
        border-bottom: 1.5px solid #333;
    }

    .top .top-info .top-info-content {
        line-height: 30px;
        margin: 0 0 15px 0;
        color: #333;
    }
    .global-menu {
        display: none;
    }
}

/*-------------------- schedule --------------------*/

.schedule {
    position: relative;
    padding: 70px 140px 90px;
    display: flex;
    margin-bottom: 310px;
    background: rgba(82, 89, 108, 0.2);
}

.schedule-left {
    width: 50%;
}

.schedule-left h2 {
    font: 400 50px 'Times New Roman', serif;
    letter-spacing: 5px;
    color: #080402;
    margin-bottom: 10px;
}

.schedule-left .title-caption {
    color: #333;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
}

.schedule-left .title-caption span {
    display: inline-block;
    font: 400 22px 'Noto Serif', serif;
    letter-spacing: 2.2px;
    border-bottom: 1.5px solid #333;
    padding: 0 2em;
    white-space: nowrap;
}

.schedule-left table {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    background-color: #FFFFFF;
}

.schedule-left table thead tr {
    height: 43px;
}

.schedule-left table tbody tr {
    height: 85px;
}

.schedule-left table td {
    position: relative;
    letter-spacing: 0.54px;
    color: #080402;
    font: 500 18px/30px YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    vertical-align: middle;
    border: 1px solid #DCDDE1;
}

.schedule-left table td .square {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: #0D1F3C;
    border-radius: 50%;
}

.schedule-left table td .notes {
    position: absolute;
    top: 5px;
    left: 5px;
    font: 400 14px/20px 'Noto Sans JP', sans-serif;
    color: #080402;
}

.schedule-left table th {
    width: 130px;
    font: 400 18px 'Noto Sans JP', sans-serif;
    color: #080402;
    vertical-align: middle;
    border: 1px solid #DCDDE1;
}

.schedule-left h3 {
    font: 400 16px/33px 'Noto Sans JP', sans-serif;
    letter-spacing: 0.48px;
    color: #080402;
}

.schedule-left h3 .underline {
    text-decoration: underline;
    margin: 0 5px;
}

.schedule .schedule-right {
    position: absolute;
    top: 70px;
    right: 140px;
    display: block;
    width: 488px;
    height: auto;
}
@media screen and (max-width:1257px) {
    .schedule .schedule-right{
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .schedule {
        padding: 40px 25px 60px;
        display: flex;
        margin-bottom: 0;
    }
    .schedule-left {
        width: 100%;
    }
    .schedule-left h2 {
        font: 400 28px/28px 'Times New Roman', serif;
        letter-spacing: 2.8px;
        margin-bottom: 18px;
    }
    .schedule-left .title-caption {
        text-align: center;
    }
    .schedule-left .title-caption span {
        font: 400 18px 'Noto Serif', serif;
        letter-spacing: 1.2px;
        white-space: nowrap;
        padding: 0 1.5em;
    }
    .schedule-left .table-wrap{
        width: 100%;
        overflow-x: scroll;
    }
    .schedule-left table {
        width: 525px;
        margin-bottom: 20px;
    }
    .schedule-left table thead tr {
        height: 35px;
    }
    .schedule-left table tbody tr {
        height: 70px;
    }
    .schedule-left table td {
        font: 500 14px/24px YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    }
    .schedule-left table th {
        width: 100px;
        font: 400 14px 'Noto Sans JP', sans-serif;
    }
}


/*-------------------- care --------------------*/

.care {
    position: relative;
    padding: 100px 140px 90px;
    background-color: #ffffff;
}

.care h2 {
    position: absolute;
    top: 0;
    left: 140px;
    font: 400 120px 'Times New Roman', serif;
    letter-spacing: 12px;
    color: #080402;
    transform: translateY(-58%);
}

.care .title-caption {
    color: #333;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    margin-top: -40px;
}

.care .title-caption span {
    display: inline-block;
    font: 400 22px 'Noto Serif', serif;
    letter-spacing: 2.2px;
    border-bottom: 1.5px solid #333;
    padding: 0 2em;
    white-space: nowrap;
}

.care-content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.care-content {
    width: calc(50% - 20px);
    margin-bottom: 60px;
}

.care-content-img {
    display: block;
    width: 100%;
    max-width: 540px;
    height: 340px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.care-content-title {
    margin: 30px 0;
    font: bold 28px/38px 'Noto Serif', serif;
    letter-spacing: 0.84px;
    color: #080402;
}

.care-content h3 {
    font: 400 16px/33px 'Noto Sans JP', sans-serif;
    color: #080402;
}

.care-content .more-button {
    position: relative;
    display: block;
    width: 170px;
    height: 56px;
    margin: 40px auto 0;
    background-color: #e08a09;
    padding: 0 20px;
    font: 400 16px/56px 'Noto Serif', serif;
    letter-spacing: 1.6px;
    color: #ffffff;
    border-radius: 5px;
}

.care-content .more-button::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #ffffff;
}
@media screen and (max-width:1200px){
    .care {
        position: relative;
        padding: 40px 25px 50px;
    }

    .care h2 {
        position: relative;
        top: 0;
        left: 0;
        font: 400 28px/28px 'Times New Roman', serif;
        letter-spacing: 2.8px;
        margin-bottom: 25px;
        transform: translateY(0%);
    }

    .care .title-caption {
        text-align: center;
        margin-top: 0;
    }

    .care .title-caption span {
        font: 400 18px 'Noto Serif', serif;
        letter-spacing: 1.2px;
        white-space: nowrap;
        padding: 0 1.5em;
    }


    .care-content-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .care-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .care-content-img {
        max-width: 350px;
        height: 220px;
    }

    .care-content-title {
        margin: 18px 0;
        font: bold 18px/24px 'Noto Serif', serif;
        letter-spacing: 0.54px;
    }

    .care-content .more-button {
        width: 145px;
        height: 50px;
        margin: 18px auto 0;
        padding: 0 22px;
        font: 400 14px/50px 'Noto Serif', serif;
        letter-spacing: 0;
    }

    .care-content .more-button::after {
        right: 12.5px;
    }
}

/*-------------------- access --------------------*/

.access {
    display: flex;
    justify-content: space-between;
    background: #DCDDE1;
    padding: 75px 140px 75px;
}

.access-left {
    width: 410px;
    margin-right: 40px;
}

.access-left img {
    width: 400px;
}

.access-left h2 {
    font: 400 66px 'Times New Roman', serif;
    letter-spacing: 6.6px;
    color: #080402;
    margin-bottom: 50px;
}

.access-left .address, .access-left .tel {
    font: 400 20px/30px 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    color: #080402;
}

.access-left .address {
    margin-bottom: 30px;
}
.access .attention{
    color: red;
}
.parking{
    position: relative;
    display: block;
    margin-top: 10px;
    padding-left: 42px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.parking::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    content: "";
    display: block;
    width: 27px;
    height: 24px;
    background-image: url(../images/material/car_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.access-left .address .title, .access-left .tel .title {
    display: block;
    margin-top: 18px;
    font: 400 26px 'Noto Sans JP', sans-serif;
    color: #080402;
}

.access-left .address .parking {
    position: relative;
    display: block;
    margin-top: 34px;
    padding-left: 42px;
    text-decoration: underline;
    font: 400 20px/24px 'Noto Sans JP', sans-serif;
    color: #080402;
}
.access-left .address .parking::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 27px;
    height: 24px;
    background-image: url(../images/material/car_icon.png);
	background-size:contain;
	background-position:center;
}

.access-right {
    width: calc(100% - 410px);
    text-align: center;
}

.access-right iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.access-right .access-info {
    font: 400 16px/33px 'Noto Sans JP', sans-serif;
    color: #080402;
    letter-spacing: 0.48px;
    margin-top: 40px;
}

.access-info {
	padding: 20px 0 10px 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #7c6100;
}

@media screen and (max-width:1200px){
    .access {
        flex-flow: column;
        padding: 40px 25px 50px;
    }

    .access-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .access-left h2 {
        font: 400 28px/28px 'Times New Roman', serif;
        letter-spacing: 2.8px;
        margin-bottom: 25px;
    }

    .access-left .address, .access-left .tel {
        font: 400 18px/24px 'Noto Sans JP', sans-serif;
        letter-spacing: 0.54px;
    }

    .access-left .address {
        margin-bottom: 20px;
    }

    .access-left .address .title, .access-left .tel .title {
        margin-bottom: 10px 0 0 0;
        font: 400 18px/24px 'Noto Sans JP', sans-serif;
    }

    .access-left .address .parking {
        margin-top: 10px;
        font: 400 18px 'Noto Sans JP', sans-serif;
    }

    .access-right {
        width: 100%;
    }
    .access-right .access-info {
        font: 400 14px/20px 'Noto Sans JP', sans-serif;
        margin-top: 20px;
    }
}

@media screen and (max-width:420px){
    .access-left img {
        width: 320px;
    }
}
/*-------------------- news --------------------*/
.nflash{
	padding: 75px 140px 158px;
	background-color: #feeadd;
}

.nflash h2 {
    font: 400 66px 'Times New Roman', serif;
    letter-spacing: 6.6px;
	text-align:center;
	margin-bottom: 30px;
}
.nflash .title-caption {
    color: #333;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
}

.nflash .title-caption span {
    display: inline-block;
    font: 400 22px 'Noto Serif', serif;
    letter-spacing: 2.2px;
    border-bottom: 1.5px solid #333;
    padding: 0 2em;
    white-space: nowrap;
}

.nflash .nflash-content{
	width:100%;
	max-width:540px;
	margin:0 auto;
}
.nflash .nflash-title{
	margin-bottom:40px;
}
.nflash .nflash-title .ndate{
	font-size:16px;
	margin-bottom:18px;
	border-bottom:1px solid #DCDDE1;
}

.nflash .nflash-title .ntitle{
	font-size:20px;
}
.nflash .nflash-content > a{
	display:block;
}
.nflash .nflash-content > a img{
	display:block;
	width:100%;
	height:auto;
}

@media screen and (max-width:1200px){
    .nflash {
        padding: 40px 25px 50px;
    }
	.nflash h2 {
		text-align:left;
        font: 400 28px/28px 'Times New Roman', serif;
        letter-spacing: 2.8px;
        margin-bottom: 25px;
    }

    .nflash .title-caption {
        margin-bottom: 30px;
    }

    .nflash .title-caption span {
        font: 400 18px 'Noto Serif', serif;
        letter-spacing: 1.2px;
        white-space: nowrap;
        padding: 0 1.5em;
    }

	.nflash .nflash-title .ndate{
		font-size:14px;
	}

	.nflash .nflash-title .ntitle{
		font-size:18px;
	}
}

/*-------------------- others --------------------*/

.others {
    background: rgba(82, 89, 108, 0.5);
    padding: 80px 140px 170px;
    text-align: center;
}

.others h2 {
    font: 400 66px 'Times New Roman', serif;
    letter-spacing: 6.6px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.others .title-caption {
    font: 400 22px 'Noto Serif', serif;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    margin-top: 14px;
    margin-bottom: 116px;
}

.others .title-caption span {
    display: inline-block;
    font: 400 22px 'Noto Serif', serif;
    letter-spacing: 2.2px;
    border-bottom: 1.5px solid #fff;
    padding: 0 2em;
    white-space: nowrap;
}

.others .clinic-wrap {
	max-width:1440px;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    /* margin-bottom: 130px; */
}

.others .clinic-wrap .clinic-content {
	display:block;
    width: 165px;
    text-align: center;
}

.others .clinic-content .clinic-img {
    display: block;
    width: 165px;
    height: 165px;
    margin-bottom: 22px;
    object-fit: cover;
    object-position: center;
}

.others .clinic-content .clinic-name {
    font: 400 18px/24px 'Noto Serif', serif;
    letter-spacing: 0.54px;
    color: #FDFAFA;
}

.others .clinic-link-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.others .clinic-link {
    display: block;
    width: 340px;
    height: 115px;
}

.others .clinic-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.others .clinic-item .clinic-name {
    width: 165px;
    word-break: keep-all;
}

@media screen and (max-width:1200px) {
    .others {
        padding: 40px 25px 50px;
    }

    .others h2 {
        font: 400 28px/28px 'Times New Roman', serif;
        letter-spacing: 2.8px;
        color: #FFFFFF;
        text-align: left;
    }

    .others .title-caption {
        font: 400 18px 'Noto Serif', serif;
        letter-spacing: 1.2px;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .others .title-caption span {
        font: 400 18px 'Noto Serif', serif;
        letter-spacing: 1.2px;
        white-space: nowrap;
        padding: 0 1.5em;
    }


    .others .clinic-wrap {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        margin-bottom: 60px;
    }

    .others .clinic-wrap .clinic-content {
        width: 150px;
        margin: 0 5px;
    }

    .others .clinic-wrap .clinic-content:not(:last-child){
        margin-bottom: 10px;
    }

    .others .clinic-content .clinic-img {
        width: 150px;
        height: 150px;
        margin-bottom: 18px;
    }

    .others .clinic-content .clinic-name {
        font: 400 14px/24px 'Noto Serif', serif;
        letter-spacing: 0.44px;
    }

    .others .clinic-link-wrap {
        flex-flow: column;
        justify-content: center;
    }

    .others .clinic-link {
        width: 100%;
        height: 110px;
    }
    .others .clinic-link:not(:last-child){
        margin-bottom: 14px;
    }

    .others .clinic-link img {
        object-fit:contain;
    }

    .others .clinic-item .clinic-name {
        width: 150px;
        word-break: keep-all;
    }
}
