@charset "UTF-8";

body {
    background-color: #FFDD59;
}

header {
    width: 100%;
    background-color: #FFDD59;
    position: fixed;
		z-index:100;
}
.concept-container{
	z-index:-1;
}

.header-container {
    width: 85vw;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.header-item {
    display: flex;
    padding-left: 6px;
}

#site-name {
    width: 70%;
}

main {
    width: 85vw;
    margin: 0 auto;
}

#concept-message {
    padding-top: 150px;
    margin-bottom: 60px;
}

#about-concept {
    margin-bottom: 60px;
}

#about-concept img {
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
}

#about-concept p {
    font-size: 1em;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.title {
    text-align: center;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 22px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.title p {
    font-size: 14px;
    margin: 0;
    padding-top: 3px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rinen-container {
    display: flex;
    flex-direction: column;
    margin: 40px auto;
}

.rinen-item {
    margin: 0 auto 20px auto;
}

.rinen-item h2 {
    font-size: 1em;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: dashed 1px #000;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.rinen-item p {
    font-size: 1em;
    margin: 0;
    padding-top: 10px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#message {
    font-size: 1em;
    margin: 0;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#message p {
    margin: 0;
}

#message-name {
    text-align: right;
    margin: 0;
    padding-top: 10px;
}

#info {
    background-color: #fff;
    border: solid 3px #000;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
}

#info-list {
    margin: 30px auto;
}

.info-container {
    display: flex;
    padding: 10px 0;
    border-bottom: solid 0.5px #000;
    font-size: 12px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 
}

#info-list dl dt {
    width: 30%;
}

#info-list dl dd {
    width: 70%;
    margin-left: 20px;
}

#hoken {
    margin: 10px auto;
}

.colorback-text {
    background-color: #0BE881;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.wrap-container {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
}

.wrap-item01 {
    width: 32.5%;
    height: 100%;
    margin-right: 2.5%;
}

.wrap-item02 {
    width: 42.5%;
    margin-right: 2.5%;
}

.wrap-item03 {
    width: 20%;
}

.wrap-item01 img {
    width: 100%;
}

.wrap-item02 img {
    width: 100%;
}

.wrap-item03 img {
    width: 100%;
}

.wrap-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wrap-item2 {
    width: 19%;
    margin-right: 1%
}
.wrap-item:last-child {
    margin-right: 0;
}

.wrap-item2 img {
    width: 100%;
}

#hospital-info {
    margin: 40px auto;
}
/*
.photo-container {
    display: flex;
    flex-direction: column;
}

.photo-item {
    width: 100%;
    
}

.photo-item img {
    width: 100%;
}
*/
#acces-map {
    margin-bottom: 100px;
}

#acces-map iframe {
    display: block;
    width: 85vw;
    height: 300px;
    border: solid 2px #000;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
}

#acces-map img {
    width: 60%;
    display: block;
    text-align: center;
    margin: 15px auto;
}

#daini {
    width: 85vw;
    margin: 40px auto 0 auto;
    text-align: center;
}

#daini p {
    font-size: 14px;
    margin: 0;
    padding-top: 3px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#daini img {
    width: 100%;
}

.connecter {
    width: 100%;
    margin-left: 0;
}

.connecter img {
    width: 100%;
}

footer {
    background-color: #FFC048;
}

#footer-logo {
    width: 30%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.connecter {
    width: 100%;
    margin-left: 0;
}

.connecter img {
    width: 100%;

}

#footer-list {
    background-color: #FFC048;
    width: 85vw;
    margin: 40px auto 100px auto;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
}

#footer-list p {
    color: #fff;
    padding: 10px 0 5px 0;
    border-bottom: solid 1px #fff;
}

#footer-list p a {
    text-decoration: none;
    color: #fff;
}

#advice-contents p {
    border-bottom: none;
    padding-top: 0;
}

#copyright {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    margin: 0;
}
.concept-container {
    width: 100%;
    margin-bottom: 40px;
}
.s-container{
	margin-bottom:10vw;
}
.concept-item {
    width: 100%;
}
.concept-item img {
    width: 100%;
}










