* {
    margin: 0;
    padding: 0;
    color: #393939;
}

.onegai-body {
width: 100%;
height: 100%;
font-family: sans-serif;
}

a {
    align-items: center;
}

li {

    text-decoration: none;
    list-style: none;
}

.sp {
    display: none;
}

.sp_br, .tel-sp {
    display: none;
}

.hamburger-menu-sp {
    display: none;
}


/*パンくず*/

.breadcrumb {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin: 15px 10%;
    padding: 0;
    list-style: none;
    }
    
    .breadcrumb li {
    display: inline-block;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
    color: #1f85a5;
    }

    .breadcrumb li a {
        color: #1f85a5;
        margin-left: 10px;
        }
    
    .breadcrumb li:after {
    /* ▶を表示*/
    content: '>';
    padding: 0 0.8em;
    color: #72a1f7;
    }
    
    .breadcrumb li:last-child:after {
    content: '';
    }

    .breadcrumb li a {
        text-decoration: none;
        }

    .breadcrumb li a:hover {
    background: #c9dbfb;
    }

    

/*ヘッダー*/


.header {
        width: 100%;
        height: 70px;
        margin: 10px 0;
}

.header-menu {
    text-align: right;
}

.header-menu a {
    margin-left: 10px;
}


.nav-list a:hover{
    color:rgb(110, 190, 219);
}

.nav-list img { -webkit-transition: all .1s; transition: all .1s;
}

.nav-list img:hover { opacity: 0.6; filter: brightness(110%); 
}


.logo {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 60px;
    margin-left: 10px;
}

.top {
    width: 100%;
}

.top img {
    vertical-align: top;
    margin: 0 10%;
    max-width: 800px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
}




/*ナビ*/

.gb-nav {
    width: 100%;
    background-color: #dbeff6;
}

.nav-list {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 18px;
    list-style: none;
}

.nav-list li {
    flex-grow: 1;
    text-align: center;
}

.nav-list li + li {
    border-left: 1px solid #1f85a5;
    }

.nav-list a {
    color: #1f85a5;
    text-decoration: none;
}

.nav-list img {
    width: 20px;
}


/*詳細*/
.detail {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.top h2 {
    margin: 15px 10px;
}

.detail img {
    margin-bottom: 10px;
    margin-bottom: 60px;
}

.summary {
    margin: 0 10% 60px 10%;
}

.headline1 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #62c3d0;/*左線*/
    margin-bottom: 40px;
}

.summary p {
    margin-bottom: 10px;
}

/*表*/

.label p {
    width: 80%;
    margin: 0 10%;
    margin-bottom: 10px;
}

.headline2 {
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.headline2::after {
    content: '';
    background-color: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.label {
        border-collapse: collapse;
        width: 100%;
        max-width: 800px;
        margin: 0 10% 60px 10%;
        font-weight: bold;
        text-align: center;
}

.label-box {
    margin: 60px 0 60px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table01-box, .table-access {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    font-weight: bold;
    text-align: center;
    }


.table01-box th {
    background-color: #62c3d0;
    color: #fff;
    font-size: 18px;
    width: 20%;
    min-width: 4em;
    padding: 10px;
    border: solid 1.5px #62c3d0;
    }

.table01-box td {
    padding: 10px;
    border: solid 1.5px #62c3d0;
    text-align: left;
    }

.small {
    font-size: 13px;
}

.left {
    background: #dbeff6;
}


.main04 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #393939;
}

.main04-box {
    margin: 0 10% 60px 10%;
    max-width: 800px;
}

.main04-text {
    padding: 30px 60px;
    background:#dbeff6;
    text-align: justify;

}

.main04 h3 {
    font-size: 20px;
    color: #1f85a5;
    margin-bottom: 20px;
}

.main04 li {
    margin-top: 10px;
    text-indent: -4em;
    padding-left: 4em;
}


.top-btn {
    margin: 40px 20px 60px 20px;
}

.top-btn a {
    background: #63c3d0;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 20px 35px;
    font-family: "Noto Sans Japanese";
    color: #ffffff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.top-btn a:hover {
    background: #95d4dc;
    color: #FFF;
}

.top-btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.top-btn a:hover:after {
    border-color: #FFF;
}






.main06 {
    max-width: 100%;
    padding: 30px 10px 30px 10px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #dbeff6;
    color: #393939;
}

.main06-detail {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.tel-pc {
    font-size: 35px;
    font-weight: bold;
    color: #1f85a5;
}

.access-time {
    text-indent: -5em;
    padding-left: 5em;
}

.main06 p {
    margin-bottom: 10px;
}




.access-tel {
    width: 96%;
    margin: 0 2% 0 2% ;
}

.access-tel h3 {
    width: 100%;
    background-color:  #1f85a5;
    color: #ffffff;
    padding: 5px 0 5px 0;
    text-align: center;
}

.access-text {
    background-color: #ffffff;
    width: 80%;
    padding: 30px 10% 30px 10%;
}

.red {
    color: #e72921;
}

.uketuke h3 {
    width: 100%;
    background-color:  #1f85a5;
    color: #ffffff;
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
    text-align: center;
}


.uketuke img {
    width: 100%;
}

.table-access {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    font-weight: bold;
    text-align: center;
    }

.label-access {
    margin: 10px 0 0 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-access th {
    background-color: #fff8bd;
    color: #393939;
    font-size: 16px;
    width: 20%;
    min-width: 4em;
    padding: 10px;
    border: solid 1px #393939;
}

.table-access td {
    background-color: #ffffff;
    padding: 10px;
    font-size: 16px;
    border: solid 1px #393939;
    text-align: left;
}

.access-text a {
    text-decoration: none;
}

.chizu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.gg-map {
    width: 60%;
}

.koutuu {
    color: #393939;
}

footer {
    width: 100%;
    height: 150px; 
    text-align: center;
    padding: 50px 0;
    background-color: #dbeff6;
    }

    .footer-logo img{
        width: 350px;
        margin-bottom: 20px;
    }

    .hp-link {
        margin-bottom: 20px;
    }

    .hp-link img{
        width: 250px;
    }

    .footer-text {
    color: #fff;
    }

@media screen and (max-width:768px) {

    /*ハンバーガー*/
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #3584bb;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    
    #menu-btn-check {
        display: none;
    }
    
    .gb-nav, .header-menu {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #3584bb;
    }
    
    .gb-nav ul, .header-menu {
        display: block;
        padding: 70px 10px 0;
    }
    
    .gb-nav ul li, .header-menu {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    
    .gb-nav ul li a, .header-menu a {
        width: 100%;
        font-size: 20px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 15px 15px 10px 0;
        position: relative;
    }
    
    .gb-nav ul li a::before, .header-menu a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 0px;
        top: 20px;
    }
    
    .gb-nav, .header-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #3584bb;
        transition: all 0.5s;/*アニメーション設定*/
    }
    
    #menu-btn-check:checked ~ .gb-nav {
        left: 0;/*メニューを画面内へ*/
    }
    
    /**********************************/
    /*がんドック*/
    /**********************************/
    .body {
        width: 768px;
    }

    .sp, .tel-sp {
        display: block;
    }

    .sp_br, .hamburger-menu-sp {
        display: block;
    }


    .pc-br, .tel-pc, .pc {
        display: none;
    }

/*パンくず*/
.breadcrumb {
    margin: 15px 2%;
}

.breadcrumb li a, .breadcrumb li {
    font-size: 12px;
    margin-left: 0;
}

.breadcrumb li a {
    margin-left: 5px;
}


    .header {
        width: 100%;
        height: 20px;
        margin: 0;
    }

    .logo {
        width: 100%;
    }
    
    .logo img {
        height: 23px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .header-right img {
        display: none;
    }

    .top {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .top img {
        width: 100%;
        margin-bottom: 0;
        margin: 0;
    }

    .headline1 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0.1em 0.5em;/*上下 左右の余白*/
        background: transparent;/*背景透明に*/
        border-left: solid 3px #62c3d0;/*左線*/
        margin-bottom: 20px;
    }

    .headline2 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0.5em;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }
    
    .headline2::after {
        content: '';
        background-color: #4c9ac0;
        width: 1.5em;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }


    .summary {
        margin: 0 2% 40px 2%;
    }
    
    .summary p {
        width: 96%;
        margin-bottom: 10px;
    }
    
    .koumoku, .num {
        font-size: 19px;
    }

    .summary p, .text-01, .text-02, .txtcl, .price, .left, .right, .label-text01, .label-text02 {
        font-size: 14px;
    }

    .label-box p  {
    text-indent: 0em;
    padding-left: 0em;
    }

    .price {
        text-align: left;
    }

    .phrase {
        display: inline-block;
    }

    .comment li {
        text-indent: -1em;
        padding-left: 1em;
    }

    .label {
        max-width: 96%;
        margin: 0 2% 40px 2%;
    }

    .label-box {
        margin: 0 0 40px 0;
    }

    .text-02 {
        text-indent: -4em;
        padding-left: 4em;
    }

    .label-text01 {
        margin: 5px;
    }

    .label-text02 {
        text-indent: 0em;
        padding-left: 0em;
    }

    .sp-br {
        margin-left: 5em;
    }
    

    .header-right img {
        display: none;
    }

    .detail {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .top h2 {
        font-size: 20px;
        margin: 0 0 10px 5px
    }


    .main04 {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        color: #393939;
    }
    
    .main04-box {
        margin: 0 2% 60px 2%;
        max-width: 768px;
    }
    
    .main04-text {
        padding: 10px 10px;
        background:#dbeff6;
    }
    
    .main04 h3 {
        font-size: 17px;
        color: #1f85a5;
        margin-bottom: 20px;
    }
    
    .main04 li {
        margin-top: 10px;
        text-indent: -4em;
        padding-left: 4em;
    }
    
    

    .main06 {
        background:#dbeff6;
        padding: 20px 10px 40px 10px;
    }

    .main06-detail {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .uketuke {
        width: 96%;
        margin: 20px 2% 0 2%;
    }

    .access-tel {
        width: 96%;
        margin: 0 2% 0 2%;
    }

    .label-access {
        margin: 0 0 20px 0;
    }

    .access-tel h3 {
        margin-bottom: 0;
    }

    .access-text {
        padding: 20px 10% 20px 10%;
    }

    .tel-sp {
        font-size: 24px;
        font-weight: bold;
        color: #1f85a5;
    }

    .chizu {
        display: block;
    }

    .gg-map {
        width: 96%;
        margin: 20px 2% 2% 10px ;
    }
    
    .koutuu {
        color: #393939;
    }

    .innaichizu {
        width: 96%;
        margin: 20px 2% 2% 10px ;
    }

    footer {
        padding: 20px 0;
        height: 170px;
    }

    .footer-logo img {
        width: 200px;
    }

    .hp-link img {
        width: 200px;
    }

    .hp-link p {
        margin-top: 10px;
        font-size: 12px;
    }




    
}