@charset "utf-8";
/* CSS Document */
html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
}
body {
    color: #333333; /* RGB */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Yu Gothic", YuGothic, "ＭＳＰゴシック", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3 {
    text-align: center;
    font-size: clamp(2.4rem, calc(0.25vw + 2.0rem), 2.8rem);
    color: #00A400;
    padding-bottom: 50px;
    line-height: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
h4 {
    text-align: center;
    font-size: clamp(1.8rem, calc(0.25vw + 1.4rem), 2.0rem);
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
}
p {
    font-size: clamp(1.5rem, calc(0.25vw + 1.3rem), 1.8rem);
    text-align: justify;
}
.none {
    display: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}
footer .totop {
    left: initial;
    margin-left: calc(95% - 54px);
}
section {
    width: 90%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}
/*ここからトップ画像*/
.fv {
    background-image: url("../img/gastroenterology/fv.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 1200px;
    min-width: 900px;
    height: 680px;
    margin: 0 auto;
    position: relative;
}
.fv p {
    position: absolute;
    top: 70px;
    left: 90px;
    font-size: clamp(2.8rem, calc(0.25vw + 2.0rem), 3.2rem);
    color: #14688A;
    letter-spacing: 0.15em;
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff;
    line-height: 5.5rem;
}
.fv span {
    font-size: clamp(4.8rem, calc(0.5vw + 2.0rem), 5.2rem);
    font-weight: 400;
}
.fv_message1 {
    color: #FFA629;
}
.fv_message2 {
    color: #FF9A90;
}
.fv_message3 {
    color: #13B6C2;
}
.fv_sp, .p_sp, .p_sp2, .p_sp3 {
    display: none;
}
@media(max-width: 1000px) {
    body {
        min-width: auto;
    }
    .inner-1 {
        width: auto;
    }
    .clearfix {
        flex-direction: column;
    }
    .clearfix h1 {
        order: 1;
        margin: 16px 0 8px 40px;
    }
    .clearfix nav {
        order: 2;
        margin: 16px 0 0 40px;
    }
    ul.menu {
        display: inline-flex;
        flex-wrap: wrap;
    }
    li.menu-item {
        display: inline-block;
        margin-right: 0;
    }
    .breadcrumbs {
        margin: 24px 40px;
        min-width: initial;
    }
    .fv {
        max-width: auto;
        min-width: auto;
        height: 550px;
    }
}
@media(max-width : 834px) {
    header nav .menu > li {
        margin-right: 24px;
    }
    .fv {
        height: 500px;
    }
    footer {
        height: auto;
    }
    footer .inner {
        display: flex;
        flex-direction: column;
        padding: 24px 24px 8px;
    }
    footer .info {
        display: block;
        position: static;
    }
    footer .info img {
        max-width: 100%;
    }
    footer .column-box {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }
    footer .copyright {
        display: block;
        margin-top: 16px;
        position: static;
    }
}
@media(max-width : 768px) {
    h2.title div {
        margin: 50px 30px 40px;
    }
    li {
        margin-bottom: 4px;
    }
    .breadcrumbs {
        margin: 40px;
    }
    .fv {
        background-image: url("../img/gastroenterology/fv_sp.png");
        background-size: cover;
        max-width: initial;
        min-width: auto;
        width: 100%;
        height: 850px;
    }
    .fv p {
        top: 80px;
        left: 70px;
    }
    .fv_sp, .p_sp {
        display: block;
    }
}
@media(max-width: 650px) {
    .fv {
        width: 100%;
        height: 700px;
    }
}
@media(max-width: 600px) {
    header.clearfix {
        display: block;
    }
    header img {
        max-width: 280px;
    }
    header nav .menu > li {
        margin-right: 16px;
    }
    h2.title div {
        width: auto;
        padding: 0 40px 5px;
    }
    h3 {
        padding-bottom: 30px;
    }
    .fv {
        width: 100%;
        height: 700px;
    }
}
@media(max-width: 550px) {
    .fv {
        height: 550px;
    }
    .fv p {
        top: 50px;
        left: 50px;
    }
    .fv p {
        font-size: clamp(2.0rem, calc(0.25vw + 2.0rem), 3.0rem);
        line-height: 3.8rem;
    }
    .fv span {
        font-size: clamp(3.2rem, calc(0.5vw + 2.0rem), 4.2rem);
    }
    .p_sp2 {
        display: block;
    }
}
@media(max-width: 450px) {
    .breadcrumbs {
        margin: 56px 40px 0;
    }
    .fv {
        height: 490px;
    }
}
@media(max-width: 390px) {
    .clearfix h1 {
        margin: 16px 24px 8px;
    }
    .clearfix nav {
        margin: 16px 24px 8px;
    }
    .breadcrumbs {
        margin: 56px 24px 0;
    }
    header img {
        max-width: 280px;
    }
    .fv {
        height: 450px;
    }
    .fv p {
        top: 30px;
        left: 30px;
    }
}
/*ここから疾病について*/
.disease {
    margin: 100px auto;
}
.disease h3 {
    font-size: clamp(2.8rem, calc(0.25vw + 2.0rem), 3.2rem);
    color: #14688A;
    font-weight: 600;
    line-height: 3.2rem;
}
.disease ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 30px;
}
.disease ul li {
    width: 230px;
    height: 160px;
    background-color: #14688A;
    border-radius: 5px;
    color: #FFF;
    padding: 56px 26px 0;
    margin: 20px 20px 40px;
}
.disease ul li p {
    text-align: left;
    line-height: 2.0rem;
}
.disease .list_1, .disease .list_2, .disease .list_3, .disease .list_4, .disease .list_5 {
    position: relative;
}
.disease .list_1::before, .disease .list_2::before, .disease .list_3::before, .disease .list_4::before, .disease .list_5::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 90px;
    height: 90px;
    top: -30%;
    left: 30%;
}
.disease .list_1::before {
    background-image: url("../img/gastroenterology/胃腸.png");
}
.disease .list_2::before {
    background-image: url("../img/gastroenterology/肝臓.png");
}
.disease .list_3::before {
    background-image: url("../img/gastroenterology/膵臓.png");
}
.disease .list_4::before {
    background-image: url("../img/gastroenterology/胆嚢.png");
}
.disease .list_5::before {
    background-image: url("../img/gastroenterology/消化器がん.png");
}
.disease .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
/*ここから内視鏡検査の重要性について*/
.endoscopy {
    margin-bottom: 150px;
}
.endoscopy h4 {
    margin-bottom: 40px;
}
.endoscopy h4 span {
    font-size: clamp(2.6rem, calc(0.25vw + 2.0rem), 3.2rem);
    line-height: 2.8rem;
    font-weight: 600;
    color: #14688A;
}
.cancer p, .data p {
    text-align: center;
}
.cancer h4, .data h4 {
    line-height: 3.0rem;
}
.cancer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 10px;
}
.cancer ul li {
    margin: 0 10px 10px 0;
    padding: 20px 15px 5px;
    border-radius: 5px;
    letter-spacing: 2px;
}
.cancer .list_1 {
    background-color: #86DDD4;
}
.cancer .list_2 {
    background-color: #FFCD29;
}
.cancer .list_3 {
    background-color: #FFA629;
}
.cancer ul li p {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 400;
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff;
}
.data {
    margin-top: 80px;
}
.data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.data ul li {
    width: 45%;
    min-width: 380px;
    height: auto;
    margin: 0 20px 20px 0;
}
.data ul li:last-child {
    margin: 0 0 20px 0;
}
.data ul li img {
    width: 100%;
    max-width: 380px;
    height: auto;
}
.data p {
    font-size: clamp(1.8rem, calc(0.25vw + 1.4rem), 2.2rem);
    margin-bottom: 5px;
}
.data p span {
    font-weight: 600;
}
.data small {
    display: block;
    margin: 20px auto 50px;
    text-align: center;
}
@media(max-width : 834px) {
    .endoscopy {
        margin-bottom: 100px;
    }
    .data ul li {
        width: 90%;
        min-width: auto;
        height: auto;
        margin: 0 auto 20px;
    }
    .data ul li:last-child {
        margin: 0 auto;
    }
}
@media(max-width : 550px) {
    .data ul li img {
        width: 100%;
        max-width: none;
        height: auto;
    }
}
/*ここから当院のポイントについて*/
.point {
    margin-bottom: 130px;
}
.point h3 {
    color: #14688A;
}
.point h4 {
    font-size: clamp(2.6rem, calc(0.25vw + 2.0rem), 3.2rem);
    color: #FFF;
    line-height: 3.4rem;
}
.point_bg {
    width: 100%;
    height: auto;
    background-color: #14688A;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 0 15px;
}
.point_bg2 {
    width: 100%;
    height: auto;
    background-color: #EEF6F8;
    padding: 50px;
    margin-bottom: 40px;
}
.img_blilci ul {
    width: 80%;
    max-width: 630px;
    height: auto;
    margin: 30px auto 0;
}
.img_blilci ul li {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}
.img_blilci ul li:last-child {
    margin-bottom: 0;
}
.img_blilci .title {
    text-align: center;
    font-size: clamp(2.2rem, calc(0.25vw + 2.0rem), 3.0rem);
    margin-bottom: 10px;
    color: #14688A;
    font-weight: 500;
}
.img_blilci ul li img {
    display: block;
    margin: 10px auto 0;
}
.point_bg2 .img_cadeye {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto 0;
}
.img_room ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.img_room ul li {
    width: 300px;
    height: 180px;
    background-color: #D5D5D5;
    margin: 0 30px 20px 0;
}
.img_room ul li:last-child {
    margin: 0 0 20px 0;
}
.img_room ul li img {
    width: 100%;
    height: auto;
}
.point_bg2 span {
    background: linear-gradient(transparent 75%, #FFCD29 10%);
    background-size: 100% 1.2em;
    background-repeat: no-repeat;
}
.performance {
    width: 400px;
    height: auto;
    margin-top: 30px;
    padding: 20px;
    background-color: #FFF;
}
.performance p {
    text-align: center;
    color: #14688A;
}
.performance ul {
    margin-top: 15px;
}
.performance span {
    font-size: 1.3rem;
}
@media(max-width : 834px) {
    .point {
        margin-bottom: 100px;
    }
    .img_room ul {
    display: block;
    margin-top: 50px;
}
    .img_room ul li, .img_room ul li:last-child {
    width: 300px;
    height: 180px;
    margin: 0 auto 20px;
}
}
@media(max-width : 768px) {
    .point_bg {
        padding: 20px 20px 15px;
    }
    .point_bg2 {
        padding: 50px 30px 30px;
    }
    .img_blilci ul {
        width: 100%;
    }
    .img_blilci ul li {
        padding: 40px 20px 20px;
    }
    .img_blilci ul li img {
        width: 100%;
        margin: 10px auto 0;
    }
}
@media(max-width : 550px) {
    .performance {
        width: 100%;
        height: auto;
    }
}
@media(max-width : 460px) {
    .performance ul li {
        line-height: 1.8rem;
        height: 40px;
    }
    .p_sp3 {
        display: block;
    }
}
/*ここから担当医のプロフィール
======フィールドグループ「診療科目」とおなじCSS*/
.container {
    padding-bottom: 60px;
}
.doctor {
    margin-bottom: 60px;
    background-color: #f2f2f2;
}
.doctor h3 {
    text-align: center;
    margin: 20px 0 30px;
}
.doctor p {
    font-size: 14px;
}
.doctor h3 p {
    display: inline-block;
    border-top: solid 1px #00a400;
    border-bottom: solid 1px #00a400;
    font-size: 20px;
    color: #00a400;
    padding: 20px 26px;
}
.doctor .description {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
}
.doctor .infos .image {
    width: 354px;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.doctor .infos .image img {
    width: 100%;
}
.doctor .infos .profile {
    width: 500px;
    float: left;
    margin-left: 46px;
    position: relative;
}
.doctor .infos .profile li {
    clear: left;
    padding: 0 8px;
    border-top: solid 1px #00a400;
}
.doctor .infos .profile li .name-1 {
    font-size: 2.1rem;
    font-weight: bold;
    margin-right: .5em;
}
.doctor .infos .profile li div {
    float: left;
    padding: 16px 0;
    width: 374px;
}
.doctor .infos .profile li div.title {
    width: 110px;
}
.doctor .infos .profile li:first-child {
    border-top: none;
    padding-bottom: 16px;
}
.doctor .schedule {
    width: 100%;
    height: 86px;
    background-color: #fff;
}
.doctor .schedule td {
    border: solid 1px #00a400;
    text-align: center;
}
.doctor .schedule .title-1 {
    background-color: #00a400;
    color: #fff;
    width: 100px;
}
.doctor .schedule .title-2 {
    width: 134px;
}
.doctor .schedule .title {
    background-color: #ffd300;
}
/*リンクボタンのエリアについて*/
.btns-area {
    text-align: center;
}
.btns-area .btns {
    display: inline-block;
}
.btns-area .btns li {
    padding: 10px;
    float: left;
    background-color: #f2f2f2;
    margin: 0 30px;
}
.btns-area .btns li a {
    display: block;
    width: 194px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 1.6rem;
    border-top: solid 1px #00a400;
    border-bottom: solid 1px #00a400;
}
/*ここから診療科目CSSのレスポンシブ対応*/
@media(max-width: 1000px) {
    .inner-3 {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .doctor {
        margin-bottom: 50px;
    }
    .doctor .infos .profile {
        margin-left: 30px;
    }
}
@media(max-width: 900px) {
    .doctor .infos .profile {
        width: 90%;
    }
    .doctor .infos .profile li div {
        width: 55%;
    }
    .profile ul {
        width: 60%;
    }
}
@media(max-width: 768px) {
    .inner-3 {
        width: 90%;
        margin: 0 auto;
        padding: 180px 0 50px;
    }
    .doctor {
        margin-bottom: 30px;
    }
    .doctor .infos .image {
        width: 230px;
        bottom: inherit;
        top: 10px;
    }
    .doctor .infos .profile {
        margin-left: 20px;
    }
    .doctor .infos .profile li div {
        width: 70%;
    }
    .profile ul {
        width: 80%;
    }
    .doctor .schedule .title-1 {
        width: 80px;
    }
    .doctor .schedule .title-2 {
        width: 80px;
    }
    .btns-area .btns li {
        padding: 10px;
        float: none;
        margin: 10px 0 20px;
    }
    .container {
        padding-bottom: 20px;
    }
}
@media(max-width: 600px) {
    .doctor .infos .image {
        width: 220px;
    }
    .doctor .infos .profile {
        margin-left: 15px;
    }
    .doctor .infos .profile li div {
        width: 65%;
    }
    .profile ul {
        width: 90%;
    }
}
@media(max-width: 460px) {
    .doctor .infos .image {
        width: 200px;
    }
    .doctor .infos .profile {
        margin-left: 10px;
        width: 95%;
    }
    .doctor .infos .profile li div {
        width: 64%;
    }
    .profile ul {
        width: 100%;
    }
}
@media(max-width: 400px) {
    .doctor .infos .image {
        width: 190px;
    }
    .doctor .infos .profile li div {
        width: 64%;
    }
}