﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

img {
    line-height: 0;
}

div.reserv {
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

/* スマホ用のスタイル記述 */
/* 共通用のスタイル記述 */
body {
    font-family: 'Roboto', Arial, 'Noto Sans Japanese',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*background-color: #D5E6DE;*/
    color: #000000;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 0.05em;
}

a:hover {
    opacity: 0.5;
}

.Alert {
    margin: 8px;
    padding: 8px;
    border: 1px solid #dc0000;
    background-color: #fff;
}

.Alert__text {
    color: #dc0000;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
}

/* ★★★★★★★★★★　header　★★★★★★★★★★ */
header {
    width: 100%;
    background-color: #227D51;
    padding: 0px 0px 10px 0px;
}
/*
.header_inner {
    width: 90%;
    margin: 0px 5%;
}
.header_tel {
    position: absolute;
    top: 0;
    right: 10px;
    float: none;
    margin: -4px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-size: 8px;
    text-align: center;
    line-height: 1.2em;
    color: #227D51;
    border-radius: 2px;
    background: #ffffff url(./svg/1_tel.svg) no-repeat 11px 8px;
    background-size: 26px 26px;
}
    .header_tel a {
        display: block;
        padding: 35px 10px 3px 10px;
        color: #227D51;
    }

.header_mypage {
    position: absolute;
    top: 0px;
    right: 10px;
    float: none;
    margin: -4px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-size: 8px;
    text-align: center;
    line-height: 1.2em;
    color: #227D51;
    border-radius: 2px;
    background: #ffffff;
    background-size: 26px 26px;
}
    .header_mypage a {
        display: block;
        padding: 15px 10px 10px 10px;
        color: #227D51;
        font-size: 10px;
    }
*/

/* ★★★★★★★★★★　コンテンツ　★★★★★★★★★★ */
#wrapper {
    background-color: #D5E6DE;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
section {
    width: 82%;
    margin: 20px 5%;
    padding: 4%;
    background-color: #ffffff;
    border-radius: 5px;
}
h3 {
    margin: 14px 0px 28px 0px;
    padding: 2px 0px 2px 10px;
    border-left: solid 5px #227D51;
    font-size: 16px;
    font-weight: 500;
    color: #227D51;
}

hr {
    padding: 0px 0px 0px 0px;
}

div.content_center {
    border: 1px solid #00865A;
    border-radius: 5px;
    margin: 8px auto;
    overflow-y: auto;
    padding: 12px;
    text-align: center;
    width: 320px;
}

.copyright {
    display: block !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    -moz-box-shadow: 0px -2px 12px #333333;
    -webkit-box-shadow: 0px -2px 12px #333333;
    box-shadow: 0px -2px 12px #333333;
    background-color: white
}
    .footer .btn {
        background-color: #ed8599;
        border-color: #ed8599;
        color: white;
        width: 140px;
    }

/* header */
.header {
    width: 100%;
    height: 56px;
    background-color: #ed8599;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index: 1002;
}

.head-inner {
    position: relative;
}

.menu-text {
    position: absolute;
    top: 17px;
    left: 60px;
    color: white;
    text-align: center;
    font-size: medium;
}

.menu-trigger,
.menu-trigger .hb {
    display: block;
    -webkit-transition: all .4s;
    -webkit-box-sizing: border-box;
    -moz-transition: all .4s;
    -moz-box-sizing: border-box;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 15px;
    width: 30px;
    height: 20px;
    z-index: 10001;
}

    .menu-trigger .hb {
        background-color: white;
        position: absolute;
        width: 100%;
        height: 4px;
    }

        .menu-trigger .hb:nth-of-type(1) {
            top: 0;
        }

        .menu-trigger .hb:nth-of-type(2) {
            top: 8px;
        }

        .menu-trigger .hb:nth-of-type(3) {
            bottom: 0;
        }

    .menu-trigger.hb-active span:nth-of-type(1) {
        background-color: white;
        -webkit-transform: translateY(8px) rotate(-45deg);
        -moz-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .menu-trigger.hb-active span:nth-of-type(2) {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .menu-trigger.hb-active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        background-color: white;
    }

.nav-wrap {
    display: none;
    width: 100%;
    padding-bottom: 25px;
    background-color: rgba(237,133,153,.8);
    position: absolute;
    top: 56px;
    left: 0;
}

.nav1 {
    margin-bottom: 25px;
}

    .nav1 li {
        font-weight: 700;
        border-bottom: 1px solid rgba(255,255,255,.3);
        position: relative;
    }

    .nav1 a {
        display: block;
        height: 48px;
        padding-left: 15px;
        line-height: 48px;
        text-decoration: none;
        color: #fff;
    }

    .nav1 li:after {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 19px;
        right: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.close-btn {
    display: block;
    width: 40%;
    height: 32px;
    margin: 25px auto 0;
    line-height: 32px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
}

.gradient {
    background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c0c0c0 ));
    background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
    color: #008cd6 !important;
    font-size: 24px;
    border-color: #a0a0a0;
    /* padding: 10px 30px; */
    width: 300px;
    text-decoration: underline !important;
    text-decoration-color: #008cd6;
}

.gradient2 {
    background: -moz-linear-gradient(top, #ffffff 0%, #EFFFDE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #EFFFDE ));
    background: -webkit-linear-gradient(top, #ffffff 0%, #EFFFDE 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #EFFFDE 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #EFFFDE 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #EFFFDE 100%);
    border-color: #00865A;
    color: #495057 !important;
    font-size: medium;
    min-height: 48px;
    width: 300px;
}

input, textarea {
    font-family: inherit;
}

.custom-input {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    vertical-align: middle;
}
    .custom-input:focus {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        outline: 0;
    }

.registerptinfo {
    width: 312px;
    margin: 0 auto;
}

    .registerptinfo .sec_table {
        display: table;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .registerptinfo #input_name {
        padding: 3px;
        border: solid 1px #aaa;
        border-radius: 3px;
        font-size: 13px;
        width: 250px;
        ime-mode: active;
    }

    .registerptinfo #input_tel {
        padding: 3px;
        border: solid 1px #aaa;
        border-radius: 3px;
        font-size: 13px;
        width: 200px;
    }

    .registerptinfo #textarea_msg {
        padding: 3px;
        border: solid 1px #aaa;
        border-radius: 3px;
        font-size: 13px;
        resize: none;
        width: 300px;
        height: 3em;
        line-height: 1.2;
        ime-mode: active;
    }

    .registerptinfo .p {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .registerptinfo .sec_table .terms {
        margin-top: 0px;
        margin-bottom: 0px;
        width: auto;
        text-align: center;
    }
    .registerptinfo .sec_table #a_terms {
        font-weight: bold;
        color: #0000ff;
    }

.registermemo {
    width: 312px;
    margin: 0 auto;
}
    .registermemo .sec_table {
        display: table;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .registermemo #textarea_msg {
        padding: 3px;
        border: solid 1px #aaa;
        border-radius: 3px;
        font-size: 13px;
        resize: none;
        width: 300px;
        height: 18em;
        line-height: 1.2;
        ime-mode: active;
    }

    .registermemo .p {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .registermemo .sec_table .terms {
        margin-top: 0px;
        margin-bottom: 0px;
        width: auto;
        text-align: center;
    }

    .registermemo .sec_table #a_terms {
        font-weight: bold;
        color: #0000ff;
    }

.checkptinfo {
    width: 312px;
    margin: 0 auto;
}

    .checkptinfo .sec_table {
        display: table;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .checkptinfo .hr {
        margin-top: 0px;
        margin-bottom: 10px;
        width: 300px;
    }

    .checkptinfo .label15 {
        margin-top: 0px;
        margin-bottom: 0px;
        word-wrap: break-word;
        width: 300px;
        font-size: 15px;
        line-height: 1.2;
    }

.abort {
    font-size: 1.2em;
    text-align: center;
    line-height: 0.9em;
}

    .abort .msg {
        text-align: center;
    }

    .abort .msgm {
        text-align: center;
        font-size: medium;
        line-height: 1.3em;
    }

.error {
    width: 320px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

    .error .highlightmsg {
        color: red;
        font-size: 17px;
        font-weight: bold;
        margin-top: 20px;
    }

    .error .msg {
        text-align: left;
        line-height: 1.2em;
    }

.timeout {
    width: 320px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

    .timeout .highlightmsg {
        color: red;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
    }

    .timeout .msg {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2em;
    }

.reconsultationtime {
    color: #ed8599;
    font-weight: bold;
    font-size: larger;
    margin-top: 10px;
    margin-bottom: 10px;
}

.date-time {
    margin: 0;
    font-size: 2.1em;
    line-height: 1.3em;
    font-weight: 600;
}

.str {
    font-weight: 400;
    font-size: 0.75em;
}

#messageTitle {
    margin-top: 50px;
    color: #e61f19;
    font-weight: 600;
    font-size: 1.2em;
}

.boxContainer {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

    .boxContainer img {
        width: 100px;
        height: auto;
    }

.item {
    align-self: center;
    line-height: 1.5em;
    text-align: left;
}

.footerbox {
    margin: 10px;
    text-align: center;
}

    .footerbox .footeriteml {
        float: left;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .footerbox .footeritemr {
        float: right;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .footerbox .footeritemc {
        margin-bottom: 10px;
    }

    .footerbox .btn {
        background-color: #ed8599;
        border-color: #ed8599;
        color: white;
        width: 140px;
    }

        .footerbox .btn btn-primary {
            background-color: #ed8599;
            border-color: #ed8599;
            color: white;
        }

.modal-body {
}

    .modal-body .modalmsg {
        color: #ed8599;
        font-size: 18px;
        font-weight: bold;
    }

    .modal-body .text_center {
        text-align: center;
    }

    .modal-body .btn {
        background-color: #ed8599;
        color: white;
    }

    .modal-body .footeriteml {
        float: left;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .modal-body .footeritemr {
        float: right;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .modal-body .indent {
        text-indent: -1rem;
        padding-left: 1rem;
    }

.label_title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.req {
    color: white;
    background: red;
    margin-right: 5px;
    border-radius: 3px;
    padding: 1px 1px;
    font-size: 13px;
}

.req-n {
    color: white;
    background: gray;
    margin-right: 5px;
    border-radius: 3px;
    padding: 1px 1px;
    font-size: 13px;
}

.p11 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
}

.p12 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.2;
}

.p15 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.mb05 {
    margin-bottom: 0.5em;
}
.mb1 {
    margin-bottom: 1em;
}
.mb3 {
    margin-bottom: 3em;
}

.rbsms {
    margin: 10px;
}
