/* メインビジュアル 動画 */
.main-visual{
    padding-top: 80px;
    background: url(../images/s-mainvisual.png) no-repeat center center / cover;
}

.main-visual-inner{max-width: 1200px;margin: auto;height: 470px;display: flex;align-items: center;justify-content: center;flex-direction: column;}

.main-visual-inner h2{font-size: 40px;font-family: yu-mincho-pr6n, sans-serif;font-weight: 400;font-style: normal;}

.main-visual-inner span{font-size: 60px;font-family: 'Cinzel', serif;letter-spacing: 7px;}

/* Medical */
.medical{
    width: 100%;
    padding: 80px 0;
    background: url(../images/greeting_bg.png) no-repeat center center / cover;
}

.medical-inner{
    max-width: 1200px;
    margin: auto;
}

.medical-box01{
    line-height: 1.8;
    font-size: .9em;
    margin: 0 0 50px;
    display: flex;
    gap: 20px;
}

.medical-box01 img{
    width: 25vw;
    min-width: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.medical-box01 p{
    width: 100%;
}

.medical-box02{
    line-height: 1.8;
    font-size: .9em;
    margin: 0 0 50px;
    display: flex;
    gap: 20px;
}

.medical-box02 img{
    width: 55%;
    margin: auto;
    display: block;
}

.medical-box02 p{
    width: 45%;
}

.medical-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FEE7D4 60%);
    border-bottom: 1px solid #8A5E61;
    display: flex;
}

.medical-title .ja {
    font-size: 1.8rem;
    color: #58462c;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    display: flex;
    align-items: end;
    margin: 0 0 7px 20px;
    height: 60px;
}

.medical-contents{
    background-color: #fff;
    padding: 50px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    font-size: 1.2em;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 50px;
}

.medical-contents p{font-family: zen-kaku-gothic-new, sans-serif;font-weight: 500;font-style: normal;font-size: 12px;color: #333333;text-align: right;margin: 0 0 10px;}

.implant-price-case{
    width: 100%;
    font-size: .9em;
    font-weight: 500;
    border: 2px #ccbf94 solid;
}

.implant-price-case th{
    background-color: #e7ddb6;
    padding: 20px;
    text-align: center;
    border: 2px #ccbf94 solid;
}

.implant-price-case td{
    padding: 20px;
    border: 2px #ccbf94 solid;
    text-align: center;
}

.implant-price-box p{
    margin: 0 0 30px;
}

.implant-price-box img{
    width: 80%;
    display: block;
    margin: 0 auto 50px;
}

.implant-price-list01 li{
    list-style: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.implant-box02{
    text-indent: -1em;
    padding-left: 1em;
}

.implant-list{
    width: 100%;
}

.implant-list{
    list-style:disc;
    list-style-position:inside;
}

.implant-list li{
    margin: 0 0 10px 1em;
}

@media screen and (max-width: 896px) {
    /* メインビジュアル 動画 */
.main-visual{
    padding-top: 80px;
    background: url(../images/s-mainvisual.png) no-repeat center center / cover;
}

.main-visual-inner{padding: 80px 0;max-width: 100%;margin: auto;text-align: center;height: 300px;}

.main-visual-inner h2{
    font-size: 1.2em;
    font-family: yu-mincho-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

.main-visual-inner span{
    font-size: 3em;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
}

/* パンくず */
.breadcrumb{
    display: flex;
    max-width: 1200px;
    margin: auto;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.breadcrumb li{
    margin-right: 10px;
    position: relative;
    color: #58462c;
    font-size: .9em;
    line-height: 4;
}

.breadcrumb li a{
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb li + li::before{
    content: ">";
}

.breadcrumb li a {
    color: #856f28;
}

/* Medical */
.medical{
    width: 100%;
    padding: 80px 0;
    background: url(../images/greeting_bg.png) no-repeat center center / cover;
}

.medical-inner{
    max-width: 1200px;
    margin: auto;
}

.medical-box01{
    line-height: 1.8;
    font-size: .9em;
    margin: 0 0 50px;
    display: flex;
    gap: 20px;
}

.medical-box01 img{
    width: 25vw;
    min-width: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.medical-box01 p{
    width: 100%;
}

.medical-box02{
    line-height: 1.8;
    font-size: .9em;
    margin: 0 0 50px;
    display: flex;
    gap: 20px;
}

.medical-box02 img{
    width: 55%;
    margin: auto;
    display: block;
}

.medical-box02 p{
    width: 45%;
}

.medical-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FEE7D4 60%);
    border-bottom: 1px solid #8A5E61;
    display: flex;
}

.medical-title .ja {
    font-size: 1.5rem;
    color: #58462c;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    display: flex;
    align-items: end;
    margin: 0 0 7px 20px;
    height: 60px;
}

.medical-contents{
    background-color: #fff;
    padding: 20px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    font-size: 1.2em;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 50px;
}

.medical-contents p{
    margin: 0 0 20px;
    line-height: 1.5;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #333333;
    text-align: right;
}

.implant-price-case{
    width: 100%;
    font-size: .9em;
    font-weight: 500;
    border: 2px #ccbf94 solid;
}

.implant-price-case th{
    background-color: #e7ddb6;
    padding: 10px;
    text-align: center;
    border: 2px #ccbf94 solid;
}

.implant-price-case td{
    padding: 10px;
    border: 2px #ccbf94 solid;
    text-align: center;
    vertical-align: middle;
}

.implant-price-box p{
    margin: 0 0 30px;
}

.implant-price-box img{
    width: 80%;
    display: block;
    margin: 0 auto 50px;
}

.implant-price-list01 li{
    list-style: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.implant-box02{
    text-indent: -1em;
    padding-left: 1em;
}

.implant-list{
    width: 100%;
}

.implant-list{
    list-style:disc;
    list-style-position:inside;
}

.implant-list li{
    margin: 0 0 10px 1em;
}
}