@charset "UTF-8";

body {
    font-size: 20px;
    line-height:1.5;
    color: #555;
    font-family: sans-serif;
    position: relative;
}

a {
    color: #555;
    font-size: 16px;
    text-decoration:none;
}

a:hover {
    opacity: 0.6;
    border-bottom: 1px solid #e6f0f0;
}

.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
    overflow: hidden
}

img {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    max-width: 980px;
}

.clear::after {
    content: "";;
    clear: both;
    display: block;
}

span {
    font-size: 40px;
    padding-left: 10px;
}

.wrapper {
    width: 90%;
    max-width:970px;
}


/*===============================
header
================================*/

.header-title {
    font-size: 20px;
    font-weight: bold;
    height: 1.6%;
    display: flex;
    padding-top: 20px;
}

.tel{
    display: flex;
    position: fixed;
    right: 50px;
    top: 30px;
    width: 250px;
    height: 80px;
    border-radius: 50px;
    background-color: rgba(100,192,171,0.95);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: left;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-size: 0.85em;
}


tel:hover {
    opacity: 0.7;
}

img.logo {
    width: 2.0em;
    vertical-align: middle;
    margin: 20px;
}

.header-nav-menu{
    display: flex;
    justify-content: space-around;
    margin: 20px;
}

/*==================================
section
===================================*/
.section {
    padding: 60px;
}

.section-title {
    font-family: "Yu Mincho","YuMincho" ,sans-serif;
    font-size: 38px;
    text-align: left;
    margin : 40px 0 40px 40px;
}

/*==================================
top
===================================*/

.top {
    background-image: url(../img/hospital.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 600px;
}

.top-title {
    font-family: "Yu Mincho","YuMincho" ,sans-serif;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: 20%;
}

.top-sub-title {
    font-family: "Yu Mincho","YuMincho" ,sans-serif;
    color: #fff;
    font-size: 25px;
    text-align:center;
    margin-top: 10px;
}

/*==================================
news
===================================*/
.news {
    color: #de4d4d;
    font-size: 20px;
    align-items: center;
    margin: 22px 0 8px 0;
}
.news-title {
    display: flex;
    justify-content: left;
}

a.news {
    margin-left: 50px;
    margin-top: 0.8px;
}

/*=============================
menu
==============================*/

img.icon {
    width: 3.8em;
    vertical-align: middle;
}

.menu {
    background-color: #e6f0f0;
    width: 100%;
    height: auto;
    padding: 10px ;
}

.menu-flex {
    display: flex;
    justify-content: space-between;
    margin: 50px;
}

.menu-icon {
    padding: 20px;
    background-color: #fff;
    position: relative;
    border: 1.5px solid #3e9c9e ;
    border-radius: 20px;
}

a.menu-item {
    font-size: 16px;
    padding-bottom: 10rem;
    font-weight: 700;
    text-align: center;
}

/*============================
about
==============================*/

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.5em;
    line-height: 2.0;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

img.about-png {
    width: 58%;
    margin-bottom: 40px;
    height: 248px;
    margin: auto;
}


/*=============================
information
==============================*/
.information {
    background-color: #e6f0f0;
    height: 100%;
    padding: 50px;
}

span.small {
    font-size: 16px;
    display:block;
}

.table {
    padding-top: 1em;
}

.table-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.week {
    color: #fff;
}

.time {
    background-color: #fff;
}
th {
    background-color: #555;
    font-size: 25px;
}

td {
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    letter-spacing: 0;
}

.info-box {
    display: inline-block;
    font-weight: bold;
    padding-left: 10%;
    margin: 20px 0 20px 0;
}

/*=============================
guidance
==============================*/

.guidance {
    display: flex;
    margin: 60px;
}

.guidance-map-img {
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    margin-bottom: 50px;
}

/*=============================
footer
==============================*/
.big {
    background-color: rgba(100,192,171,0.95);
    background-repeat: repeat-x;
    width: 100%;
}

.footer-nav {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

a.footer {
    font-size: 13px;
    position: relative;
    text-decoration:underline ;
}

.copy {
    font-size: 10px;
    text-align: center;
    line-height: 1.0;
    margin:35px;
}

/*=============================
スマホ用の表示
==============================*/


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

.clear::after {
    content:none ;
}


body {
    font-size: 0.8em;
    line-height:1.2;
}

a {
    text-align:center;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-size: 1em;
}

span {
    font-size: 2em;
    text-align: center;
    padding: 0%;
}

p {
    font-size: 1em;
}

img {
    width: 100%;
    height: auto;
}

/*=============================
header
==============================*/

.header {
    padding: 0%;
}

.header-title {
    font-size: 1.2em;
    font-weight: normal;
    align-items: center;
}

.header-nav-menu{
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.3rem;
}

.tel {
    display: none;
}

img.logo {
    width: 1.0em;
    height: 1.0rem;
    margin: 1px 0;
}

/*==================================
section
===================================*/


.section-title {
    font-size: 1.5em;
}

/*==================================
top
===================================*/

.top {
    height: 300px;
}

.top-title {
    font-size: 2rem;
    margin-top: 20%;
}

.top-sub-title {
    font-size: 0.8rem;
}


/*==================================
news
===================================*/
.news {
    font-size: 1rem;
}

.news-title {
    display: block;
    text-align: center;
}

/*=============================
menu
==============================*/

.menu {
    padding: 5px;
}

.menu-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 90%;
    margin: 10px auto;
}

.menu-icon {
    flex-basis: 45%;
    height: auto;
    width: 100%;
}

a.menu-item {
    font-size: 1rem;
    font-weight: normal;
}

/*=============================
about
==============================*/
.about {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3;
    margin: auto;
    justify-content: center;
}

img.about-png {
    width: 100%;
    height: auto;
    margin: 0 ;
}

/*===========================
information
==============================*/

.information {
    padding-top: 20px;
    margin: auto;
    width:  100%;
    height: auto;
}

span.small {
    font-size: 0.7rem;
    display:block;
}


.table-box {
    width: 100%;
}

th {
    font-size: 0.9rem;
}

td {
    font-size: 0.6rem;
}

.info-box {
    font-size: 0.8em;
}



/*=============================
guidance
==============================*/

.guidance {
    margin: auto;
}

.guidance-map-img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}


/*==================================
footer
===================================*/

.big {
    padding: 0;
    margin: auto;
}

.footer-nav {
    flex-wrap: wrap;
    gap: 2em;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}

a.footer {
    width: 25%;
    flex-basis: 45%;
}
.copy {
    font-size: 0.5rem;
}

}