@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
    margin: 0px;
    padding: 0px;
    background-color:#fafafa;
    background-repeat: repeat;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",arial,helvetica,sans-serif;
}

.header {
    background: #17a2e1;
    position: fixed;
    width: 100%;
    padding-top: 0px;
    z-index:10000;
    top: 0;
    border-bottom: 1px solid #000000;
}
.headerLogo {
   width: 150px;
}
.header .title {
    font-size: 30px;
    font-style: italic;
    color: #90D7ff;
    padding: 0px 14px;
}
.header .titleTxt {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
.header .headerSubTitle {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    font-size: 10px;
    margin: 0px 10px;
    line-height: 8px;
    text-align: left;
}
 
.header .menu {
    float: right;
    margin: 5px 15px 5px 5px;
}
.header .phone {
    float: right;
    margin: 0px 5px;
}
.header .menu img {
    width: 28px;
    height: 28px;
}
.header .phone img {
    width: 40px;
    height: 40px;
}
.h1Title {
   font-size: 24px;
   font-weight: bold;
   width: 100%;
   text-align: center;
   /*color: #edb918;*/
   color: #17a2e1;
   margin: 5px 0px;
   background-color:#17a2e1;
   text-stroke: 1px #FFFFFF;
   -webkit-text-stroke: 1px #FFFFFF;
}
.h2Title {
    text-align: center;
    background-color: #0054A6;
    color: #ffffff;
    font-size: 18px;
    margin-top: 0px;
}
.border {
    border-bottom: 1px solid #aaaaaa;
    
    margin: 0px 20px;
}
.topImg {
    max-width: 800px;
    margin: auto;
    margin-top: 45px;
}
.topMragin {
    margin-top: 55px;
}
.topImg img {
    height:auto;
    width: 100%;
}
.topMsg {
    /*background: #fbfbfb;*/ 
    margin: 20px;
    padding: 20px;
    font-size: 16px;
    color: #000000;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.topMsgSection {
    border: 1px solid #000000;
    margin-top: 5px;
    padding: 10px;
}
.topTable {
    border: 1px solid #000000;
    border-collapse:collapse;
    background-color: #ffffff;
    width: 90%;
    max-wdth: 500px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #555555;
    padding: 15px;
    text-align: left;
}

.topTableHead {
    background-color: #0054A6;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
}
.topTableTd {
    
}
.consultation_time td,
.consultation_time th {
    border: 1px solid #000000;
    text-align: center;
}
.consultation_time {
    border-collapse:collapse;
    margin: auto;
    max-width: 700px;
    width: 100%;
}
.consultation_time .sunday,
.consultation_time .holidays {
    color: #e60033;
}
.consultation_time .saturday {
    color: #0095d9;
}
.consultation_time .attend {
    overflow-wrap:
    break-word;
    word-break:
    break-all;
    color: #0095d9;
}
.consultation_time .time_bg,
.consultation_time .time_head_bg {
    background-color: #efefef;
}
.consultation_time .holiday_color {
    color: #ec6800;
}
.menuParent {
    max-width: 700px;
    margin: auto;
}
.menu {
    margin: 10px 20px;
    text-align: center;
}
.menuButton {
    border :1px solid #000000;
    border-radius: 5px;
    font-size: 14px;
    background : linear-gradient(rgba(255,255,255,1),rgba(223,223,223,1));
    display: inline-block;
    width: 48%;
    margin: 5px 0px;
    padding: 5px 0px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    color: #000000;
    text-decoration: unset;
    line-height: 20px;
}
.headerMenu {
    position: fixed;
    top:45px;
    right: 0px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    display: none;
    max-width: 400px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-weight: bold;
}
.headerMenuButton {
    display: block;
    border-top: 1px solid #cccccc;
    margin: 10px 20px;
    vertical-align: middle;
    padding-top: 10px;
    color: #000000;
}
.headerMenuButton.bottom {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.footer {
    background-color: #17a2e2;
    border-top: 1px solid #000000;
    padding: 10px 20px;
    font-size: 14px;
    margin: auto;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
}

.menuHeader {
    border-bottom: 1px dashed #000000;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}
.menuTitle {
    float: left;
    font-size: 15px;
    color: #000000;
    line-height: 15px;
}
.menuDescription {
    text-align: right;
    color: #000000;
    font-size: 16px;
}
.profileParent {
    max-width: 500px;
    margin: auto;
}
.profileTable {
    padding: 20px;
    font-size: 14px;
    color: #000000;
    width: 100%;
}
.staffImg {
    width: 100%;
}
.profileDescription {
    vertical-align: top;
    padding:10px;
}
.profileSummary {
    font-size: 18px;
}
.staffMsg {
    margin-top: 10px;
}

.accessAddress {
    margin-top: 20px;
    text-align: left;
}
.privacyPolicy{
    text-align: left;
}

.constImg {
    border-radius: 20px;
    max-width: 100%;
    max-height: 250px;
}

.constMsg {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
}
.beforeImg {
    max-width:160px;
}
.afterImg {
    max-width:160px;
}

.beforeAfterTable {
    width: 100%;
}

.beforeAfterTbody {
    text-align: center;
}
.constExampleInfoTable {
    width: 100%;
    border-collapse:collapse;
    margin-top: 10px;
}
.constExampleInfoTd1 {
    background-color: #cccccc;
    width: 30%
}
.constExampleInfoTd1,
.constExampleInfoTd2 {
    border: 1px solid #000000;
}
.constExampleMsg {
    margin-top: 10px;
    text-align: left;
}

.newsBody {
    margin-bottom: 10px;
}
.newsTitle {
    font-weight: bold;
}

@media screen and (min-width:768px) {
    .menuButton {
        border: 1px solid #000000;
        border-radius: 5px;
        font-size: 14px;
        background: linear-gradient(rgba(255,255,255,1),rgba(223,223,223,1));
        display: inline-block;
        width: 200px;
        margin: 5px 0px;
        padding: 5px 0px 8px;
        text-align: center;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
        color: #000000;
        text-decoration: unset;
        line-height: 20px;
    }
    .topMsg {
        /*background: #fbfbfb;*/ 
        margin: 20px;
        padding: 20px;
        font-size: 16px;
        color: #000000;
        max-width: 800px;
        margin: auto;
        text-align: center;
    }
    .map {
        height: 500px!important;
    }
}