/*共通*/

h1 {}

h2 {}

h3::before {}

a {
    text-decoration: none;
    color: #999;
}

body {
    background: #ecece4;
    /*    font-family: ヒラギノ丸ゴ ProN;*/
    font-family: 'Noto Sans JP', sans-serif;
}

.header_top {
    width: 20%;
}

.header_top img {
    margin-left: 10px;
}

.headbtn {
    width: 25%;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
}

.headbtn p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.headbtn a {
    display: block;
    width: 100%;
    text-decoration: none;
    background: #0099FF;
    text-align: center;
    border: 2px solid #0099FF;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.3s ease;
}

.headbtn a:hover {
    background: #FFFFFF;
    color: #0099FF;
    margin-left: 0px;
    margin-top: 0px;
    border: 2px solid #0099FF;
    box-shadow: none;
}

.wrapper {
    width: 800px;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 7px;
}


/*ヘッダー*/

.header {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    z-index: 9999;
}

.header img {
    width: 70%;
}


/*トップ*/

.top {
    margin-left: 15px;
    margin-right: 15px;
}

.tenpo {
    font-weight: 100;
    padding-top: 20px;
    text-align: center;
    font-size: 25px;
}

.tenpo h1 {}

.step {
    line-height: 40px;
}

.top_1 {
    width: 50%;
    display: flex;
    margin: 0 auto;
    font-size: 24px;
    justify-content: space-around;
    margin-bottom: 10px;
}

.top_1 p {
    font-weight: bold;
    margin: 0;
    /*    font-size: 28px !important;*/
}

.pink-c {
    background: #f16c6f !important;
}

.top_1_1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px !important;
    border-radius: 50%;
    background: #ebece6;
    text-align: center;
    color: #ffffff;
    /*
    font-weight: 100;
    font-size: 28px !important;
    border-radius: 26px;
    background: #ebece6;
    color: #ffff;
    min-width: 40px;
    min-height: 40px;
    margin: 0px 10px;
*/
}

.top_1_2 {
    font-weight: 100;
    font-size: 25px !important;
    border-radius: 26px;
    background: #ebece6;
    color: #ffff;
}

.top_1_2 p {}

.top_1_3 {
    font-weight: 100;
    font-size: 25px !important;
    border-radius: 26px;
    background: #ebece6;
    color: #ffff;
}

.top_1_3 p {}

.top_1_4 {
    font-weight: 100;
    font-size: 25px !important;
    border-radius: 26px;
    background: #ebece6;
    color: #ffff;
}

.top_1_4 p {}

.top_2 {
    text-align: center;
    margin-top: 20px;
}

.top_2 h2 {}


/*ログインページ*/

.account {
    text-align: center;
}

.account input {
    font-size: 15px;
}

.text2 {
    width: 300px;
    height: 30px;
    padding: 5px;
    margin-bottom: 20px;
    border: none;
    border: solid 1px #ecece4;
    border-radius: 5px;
}

.list_item {
    text-align: center;
}

.other {
    text-align: center;
}

.other input {
    -webkit-appearance: checkbox !important;
}

.kakutei2 {
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px 50px;
    border: solid 2px;
    background: #4da6ff;
    color: #ffffff;
    opacity: 1;
    transition: .3s;
    -webkit-appearance: none;
}

.kakunin3 {
    text-align: center;
    padding-bottom: 20px;
}

.kakunin3 input:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #0099FF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}

.kakunin03 {
    text-align: center;
    padding-bottom: 20px;
}

.kakunin03 a {
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px 50px;
    border: solid 2px;
    opacity: 1;
    border: 2px solid #0099FF;
    color: #0099FF;
    transition: .3s;
    -webkit-appearance: none;
}

.kakunin03 a:hover {
    background: #0099FF;
    color: #FFFFFF;
    border: 2px solid #0099FF;
    box-shadow: none;
}

.menu_name {
    display: none;
}

.auto {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    word-break: break-all;
}

.auto::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
}

.log:checked+.auto::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -5px;
    width: 10px;
    height: 25px;
    transform: rotate(40deg);
    border-bottom: 5px solid #d01137;
    border-right: 5px solid #d01137;
}


/*エラー*/

.errors {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.kakunin2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.kakunin2 a {
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 50px;
    border: solid 2px;
    background: #4da6ff;
    color: #ffffff;
    opacity: 1;
    transition: .3s;
}

.kakunin2 a:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #0099FF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}

.error_btn {
    width: 40%;
    margin: 0 auto;
    line-height: 60px;
    padding-bottom: 80px;
}

.error_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #0099FF;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #0099FF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.2s ease;
}

.error_btn a:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #0099FF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}


/*○○しましたページ*/

.kanryou {}

.kanryou_1 {
    width: 100%;
    height: 350px;
    background: gray;
}

.kanryou_1 img {}

.kanryou_2 {
    margin-top: 80px;
    text-align: center;
}

.kanryou_2 p {
    font-size: 35px;
}

.kanryou_3 {}

.kanryou_3 a {
    width: 25%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
    display: block;
    text-align: center;
    transition: 0.5s;
    color: #ffffff;
    background-color: gray;
}

.kanryou_3 a:hover {
    background-color: rgb(98, 98, 98);
}


/*マイページ*/

.myname {
    font-size: 25px;
    margin-top: -10px;
    font-weight: bold;
}

.notes {
    text-align: center;
    font-size: 13px;
}

.mycode {
    font-size: 25px;
    font-weight: bold;
}

.verifi_1_3 {
    width: 520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.verifi_1_3 p {
    font-size: 20px;
}

.menu_btn {
    width: 40%;
    margin: 0 auto;
    line-height: 60px;
}

.menu_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #0099FF;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #0099FF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.2s ease;
}

.menu_btn a:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #0099FF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}

.mb17 {}

.mb17 ul {
    display: flex;
}

.mb17 .list_item {
    margin: 0 20px 20px 0;
    padding: 0;
}

.mb17 label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
}

.mb17 .option-input {
    position: relative;
    margin: 0 2rem 0 0;
    cursor: pointer;
    padding-top: 5px;
}

.mb17 .option-input:before,
.mb17 .option-input:after {
    position: absolute;
    z-index: 1;
    top: -18px;
    left: -2px;
    width: 26px;
    height: 26px;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
}

.mb17 .option-input:after {
    z-index: 0;
    top: -20px;
    left: -0.25rem;
    width: 30px;
    height: 30px;
    background: #d01137;
}

.mb17 .option-input:checked:before {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-width: 0.625rem;
    border-color: #da3c41;
}


/*予約内容詳細*/

.top_3 {
    padding-top: 20px;
    text-align: center;
}


/*ログアウト*/

.logout {
    width: 40%;
    margin: 0 auto;
    line-height: 60px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.logout a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    border: 2px solid #ECECE4;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.2s ease;
}

.logout a:hover {
    background: #DADADA;
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    border: 2px solid #FFFFFF;
    box-shadow: none;
}


/*新規登録*/

.new_account {
    width: 60%;
    margin: 0 auto;
}

.mb15 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.mb15 span {
    margin: 0;
    padding: 0;
}

.mb19 {
    position: relative;
    cursor: pointer;
    width: 40%;
    margin: 0 auto;
}

.mb19 span {
    margin: 0;
    padding: 0;
}

.arrow_box {
    display: none;
    position: absolute;
    padding: 12px;
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    background: #95caff;
    width: 350px;
}

.arrow_box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #95caff;
    margin-left: -15px;
}

.arrow_box2 {
    display: none;
    position: absolute;
    padding: 12px;
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    background: #95caff;
    width: 340px;
    margin-left: 235px;
}

.arrow_box2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #95caff;
    margin-left: -15px;
}

.mb15:hover .arrow_box {
    display: inline-block;
    top: -85px;
    left: -30px;
}

.mb19:hover .arrow_box2 {
    display: inline-block;
    top: -120px;
    left: -260px;
}

.mb16 {
    font-weight: bold;
}

.mb16 input {
    font-size: 20px;
}

.mb17 {
    font-weight: bold;
}

.mb18 {
    font-weight: bold;
    margin-bottom: 40px;
}

.mb18 input {
    width: 85%;
    font-size: 20px;
    text-align: center;
    border: solid 1px #ecece4;
    padding-left: 5px;
    border-radius: 5px;
}

.text3 {
    width: 85%;
    height: 30px;
    padding-left: 5px;
    margin-bottom: 10px;
    border: none;
    border: solid 1px #ecece4;
    border-radius: 5px;
}

.text4 {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    margin-bottom: 10px;
    border: none;
    border: solid 1px #ecece4;
    border-radius: 5px;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #B54A4A;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

.radio-inline__input:focus+.radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}


/*メニュー*/

.menu {
    position: relative;
    margin: 0 auto;
    border-top: none;
    outline: 0;
    cursor: pointer;
}

.menu .name {
    /*
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 0em;
    border-bottom: solid 1px;
    font-size: 19px;
    font-weight: normal;
    color: #575556;
    cursor: pointer;
*/
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
    padding-bottom: 5px;
    border-bottom: solid 2px;
}


}
.menu .name:hover,
.menu .name:active,
.menu .content-entry.open .name {
    /*  color: white;*/
}
.menu .name:hover i:before,
.menu .name:hover i:active,
.menu .content-entry.open i {
    /*  color: white;*/
}
.name {
    position: relative;
    font-weight: bold !important;
}
.name:after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 10%;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    color: gray;
}
.name.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(180deg);
    top: 10%;
}
.menu-content {
    width: 80%;
    display: none;
    margin: 0 auto;
}
.menu-content a {
    display: inline-block;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 25%;
    font-size: 15px;
    text-align: center;
    border: 2px solid #4da6ff;
    cursor: pointer;
    padding: 10px 60px;
    background: #4da6ff;
    color: #ffffff;
    opacity: 1;
    transition: .3s;
    -webkit-appearance: none;
}
.menu-content a:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #4da6ff;
}
.menu-content1 {
    width: 80%;
    display: none;
    margin: 0 auto;
    margin-top: 30px;
}
.menu-content1 a {
    display: inline-block;
    border-radius: 10px;
    margin-left: 25%;
    font-size: 20px;
    text-align: center;
    border: 2px solid #4da6ff;
    cursor: pointer;
    padding: 10px 80px;
    background: #4da6ff;
    color: #ffffff;
    opacity: 1;
    transition: .3s;
    -webkit-appearance: none;
}
.menu-content1 a:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #4da6ff;
}
CSS for CodePen .menu {
    width: 300px;
    margin: 1.875em auto;
}

/*check*/
.menu_name {
    display: none;
}
.checkbox-parts {
    left: 40px;
    position: relative;
    word-break: break-all;
}
.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    margin-left: -60px;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
}
.menu_name:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -60px;
    width: 37px;
    height: 39px;
    font-size: 35px;
    padding-top: 3px;
    padding-left: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #ffff;
    background: #F16C6F;
}
.price {
    margin-left: 40px;
    color: #ff606a;
    font-size: 21px;
    display: flex;
    margin-top: -16px;
    line-height: 1;
}
.yen {
    letter-spacing: 10px;
    font-size: 20px;
}
.left {
    color: #000000;
}
.price_1 {
    line-height: 0;
    font-size: 30px !important;
    font-weight: bold;
}
.price_2 {
    color: #000000;
    padding-left: 10px;
}
.yen_2 {
    color: #000000;
}
.menu {
    position: relative;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    border-top: none;
    outline: 0;
    cursor: pointer;
}

/*クーポン*/
.no_coupon {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.no_coupon a {
    display: block;
    width: 320px;
    margin: 0 auto;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    color: #F16C6F;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.5s ease;
}
.no_coupon a:hover {
    background: #F16C6F;
    color: #FFFFFF;
    box-shadow: none;
}
.coupon_ti {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
    padding-bottom: 5px;
    border-bottom: solid 2px;
}
.coupon {
    border: solid 1px;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.coupon_content {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.coupon_content_1 {
    width: 200px;
    height: auto;
    margin-top: 20px;
    margin-left: 15px;
}
.coupon_content_2 {
    width: 550px;
    margin: 0 auto;
    margin-top: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
.coupon_content_1 img {
    width: 100%;
}
.genre {
    width: 100%;
    text-align: center;
    margin-top: -20px;
    font-size: 20px;
    font-weight: bold;
}
.genre p {
    letter-spacing: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.genre_1 {
    border-radius: 3px 3px 0px 0px;
    background: #008ae2;
    color: #fff;
}
.genre_2 {
    border-radius: 3px 3px 0px 0px;
    background: #f6ba02;
    color: #fff;
}
.genre_3 {
    border-radius: 3px 3px 0px 0px;
    background: #44b200;
    color: #fff;
}
.coupon_name {
    display: flex;
    margin-top: -10px;
    font-size: 20px;
}
.coupon_name p {
    width: 100%;
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}
.coupon_price {
    display: flex;
    margin-top: -15px;
}
.coupon_price_1 {
    font-size: 25px;
}
.coupon_price_1 span {
    font-size: 15px;
}
.right {
    line-height: 2.5;
    font-size: 20px;
    padding: 0 10px 0 10px;
}
.coupon_price_2 {
    color: red;
    font-weight: bold;
    font-size: 35px;
    margin-top: 15px
}
.coupon_price_2 span {
    font-size: 15px;
}
.coupon_coment p {
    margin-top: -30px;
}
.coupon_btn {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
}
.coupon_btn_1 {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    padding: 0px 40px;
    color: #F16C6F;
    font-weight: bold;
    line-height: 40px;
    transition: .3s;
    border: 1px solid #ffdfdf;
    background: #ffdfdf;
    border-radius: 4px;
    -webkit-appearance: none;
}
.coupon_btn_1:hover {
    color: #ffffff;
    background: #F16C6F;
    border: 1px solid #F16C6F;
}
.coupon_btn_2 {
    display: inline-block;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    padding: 0px 55px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    transition: .3s;
    border: 1px solid #F16C6F;
    border-radius: 4px;
    background: #F16C6F;
    -webkit-appearance: none;
}
.coupon_btn_2:hover {
    color: #F16C6F;
    background: #ffffff;
}
.coupon_btn_3 {
    display: inline-block;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    padding: 0px 55px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    transition: .3s;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    background: #ADADAD;
    -webkit-appearance: none;
}
.coupon_btn_3:hover {
    color: #ADADAD;
    background: #ffffff;
}

/*

.visit{
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    border-bottom: solid 2px;
    justify-content: space-around;
}

.visit p{
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: bold;
}
.visit_history {}
.visit_history label {
    display: inline;
    cursor: pointer;
}

.visit_history input[type=radio] {
    display: none;
}

.visit_history input[type=radio] + label {
    font-size: 25px;
    letter-spacing: 5pz;
}

.visit_history input[type=radio] + label:before {
    display: inline-block;
    width: 35px;
    font-family: 'Font Awesome 5 Free';
    content: "\f111";
    font-size: 25px;
    color: #666;
}

.visit_history input[type=radio]:checked + label:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    font-weight: 900;
    color: #666;
    font-size: 25px;
    border-radius: 32px;
}
*/
.tab-wrap {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: space-around;
}
.tab-label {
    width: 25%;
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}
.tab-label:not(:last-of-type) {
    /*  margin-right: 5px;*/
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tab-switch:checked+.tab-label {
    background: #616161;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
}
.tab-switch {
    display: none;
}
.tab-label {
    margin-bottom: 1rem;
    border-radius: 0;
}
.tab-label:not(:last-of-type) {
    /*    margin-right: 0;*/
}
.tab-label {
    background: #fff;
    padding: 10px 0px 10px 0;
    color: #616161;
    border: 1px solid;
    border-radius: 5px;
}
label#tab04 {
    border-left: 2px solid #616161;
    border-radius: 15px 0 0 15px;
}
label#tab06 {
    border-radius: 0 15px 15px 0;
}
.tab-switch:checked+.tab-label {
    background: #616161;
    color: #fff;
    border-color: #616161;
}

/*スタッフページ*/
.profile {
    width: 67%;
    margin: 0 auto;
    margin-top: -40px;
}
.profile a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #0099FF;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.3s ease;
}
.profile a:hover {
    background: #3DB4FF;
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}
.shimei {
    width: 67%;
    margin: 0 auto;
    display: flex;
}

/*//*/

/*
.staff_name p{
    background-image: url(../img/kondo.jpg);
    width: 140px;
    height: 140px;
    border-radius:  50%;
    background-position: unset;
    display: inline-block;
}
*/
.staff_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: bottom;
    display: inline-block;
    background-size: 210px;
    background-repeat: round;
}
.staff {
    line-height: 0;
    /*    margin-top: 20px;*/
    
    margin-left: 5%;
}
.staff_cal {
    line-height: 0;
    margin-top: 5px;
    margin-left: 5%;
}
.staff_kaku {
    line-height: 0;
    margin-top: 5px;
    margin-left: 5%;
}
.staff_1 {
    color: #f16c6f;
    margin-top: 20px;
}
.staff_2 {
    line-height: 1;
    margin-top: 15px;
    font-size: 20px !important;
}

}
.menu .staff_name {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 1em;
    font-size: 1.25em;
    font-weight: normal;
    color: gray;
    cursor: pointer;
}
.menu .staff_name:hover,
.menu .staff_name:active,
.menu .content-entry.open .staff_name {
    /*  color: white;*/
}
.menu .staff_name:hover i:before,
.menu .staff_name:hover i:active,
.menu .content-entry.open i {
    /*  color: white;*/
}
//
.staff_li {
    width: 80%;
    position: relative;
    margin: 0 auto;
    border-top: none;
    outline: 0;
    cursor: pointer;
}
.staff_li .staff_name {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    font-size: 15px;
    font-weight: normal;
    color: gray;
    cursor: pointer;
}
.staff_li .staff_name:hover,
.staff_li .staff_name:active,
.staff_li .content-entry.open .staff_name {
    /*  color: white;*/
}
.staff_li .staff_name:hover i:before,
.staff_li .staff_name:hover i:active,
.staff_li .content-entry.open i {
    /*  color: white;*/
}
.staff_name {
    position: relative;
}
.staff_name:after {
    content: "▼";
    position: absolute;
    right: 50px;
    top: 25%;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    color: gray;
}
.staff_name.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(180deg);
    top: 25%;
}
.menu-content {
    width: 94%;
    margin: 0 auto;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.staff_content {
    width: 90%;
    display: flex;
    margin: 0 auto;
}
.staff_kakutei {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

/*日付選択*/
.calender {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.calender_top {
    display: flex;
    justify-content: space-between;
}
.calender_top a {
    line-height: 7;
    font-weight: bold;
    color: #000000;
}
.calender_top p {
    color: #b92f2f;
    font-weight: bold;
    font-size: 25px;
    line-height: 2;
}
.fixheader {
    display: none;
    position: fixed;
    top: 0;
}
thead,
tbody {
    display: block;
}
tbody {
    height: 620px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
}
tbody::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}
.li {
    font-size: 20px;
    padding-top: 5px;
}
thead,
tbody,
tr,
th,
td {
    display: flex;
}
thead,
tbody,
tr {
    flex-direction: row;
    flex-wrap: wrap;
}
table {
    width: 100%;
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    border: solid 1px;
    table-layout: fixed;
}
tr {
    width: 100%;
}
td {
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    border: solid 1px;
    justify-content: center;
    align-items: center;
}
td,
th {
    padding: 6px;
    flex: 1;
    height: 20px;
    font-size: 18px;
    line-height: 2;
}
th {
    background: #f0e6cc;
}
.fix {
    width: 50px !important;
}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}
.data {
    background: #6bc9ff;
    color: #000000;
    font-size: 13px;
}
.holiday {
    border: none;
    background: gray;
    color: #ffffff;
    font-size: 25px;
}
.gray {
    background: #eee
}

/*確認*/
.verifi {
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
}
.verifi_1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.verifi_1_1 {
    border-bottom: solid 2px #ecece4;
}
.verifi_1_1 p {}
.verifi_1_2 {}
.verifi_1_2 p {
    font-size: 20px;
}
.verifi_2 {
    margin-bottom: 40px;
}
.verifi_2_1 {
    border-bottom: solid 2px #ecece4;
}
.verifi_2_1 p {}
.verifi_2_2 {
    display: flex;
    justify-content: space-between;
}
.verifi_2_3 {
    display: flex;
    justify-content: space-between;
}
.verifi_2_4 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-top: solid 2px#ecece4;
}
.verifi_2_2_2 {
    margin-top: 6px;
}
.verifi_2_2 p {
    /*    padding-top: 15px;*/
    margin-bottom: 5px;
}
.verifi_2_2_1 {
    display: flex;
}
.verifi_2_2_1 p {
    line-height: 2;
    margin-left: 20px;
}
.verifi_3 {
    margin-bottom: 40px;
    font-weight: bold;
}
.verifi_price {
    line-height: 0 !important;
    color: #f16c6f;
    font-size: 26px;
    margin-left: 0 !important;
}
.menu_ti {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.verifi_price span {
    font-size: 70%;
}
.verifi h3 {
    margin-bottom: 5px;
    font-size: 17px;
}
.staff_blank {
    font-size: 20px !important;
    margin-top: 30px;
}

/*戻る*/
.modoru {
    width: 30%;
    margin: 0 auto;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.modoru a {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    border: 3px solid #C0C0C0;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #DEDEDE;
    transition: all 0.3s ease;
}
.modoru a:hover {
    background: #DADADA;
    color: #FFFFFF;
    margin: 0 auto;
    border: 3px solid #FFFFFF;
    box-shadow: none;
}

/*送信ボタン*/
.tsugie {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 40px;
    padding-bottom: 40px;
}
.tsugie a {
    display: block;
    width: 30%;
    line-height: 40px;
    text-decoration: none;
    background: #C0C0C0;
    text-align: center;
    border: 2px solid #C0C0C0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s ease;
}
.tsugie a:hover {
    background: #FFFFFF;
    color: #C0C0C0;
    margin-left: 0px;
    margin-top: 0px;
    border: 2px solid #C0C0C0;
    box-shadow: none;
}
.soushin {
    width: 30%;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #4da6ff;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    border: 2px solid #4da6ff;
    border-radius: 5px;
    background: #4da6ff;
    -webkit-appearance: none;
}
.modoru_2 {
    width: 30%;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background: #C0C0C0;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    border: 2px solid #C0C0C0;
    border-radius: 5px;
    background: #C0C0C0;
    -webkit-appearance: none;
}
.modoru_2:hover {
    color:#C0C0C0;
    background: #ffffff;
}
.soushin:hover {
    color :#4da6ff;
    background: #ffffff;
}
.plan {
    display: inline-block;
    border-radius: 10px;
    margin-left: 25%;
    border: 2px solid #4da6ff;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    padding: 9px 60px;
    background: #4da6ff;
    color: #ffffff;
    opacity: 1;
    transition: .3s;
    -webkit-appearance: none;
}
.plan:hover {
    background: #ffffff;
    color: #0099FF;
    border: 2px solid #4da6ff;
}
.kakunin {
    width: 60%;
    margin: 0 auto;
    line-height: 50px;
    padding-bottom: 20%;
    display: flex;
}
.kakunin a {
    display: block;
    width: 30%;
    margin: 0 auto;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    border: 2px solid #C0C0C0;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 0px 0px #DEDEDE;
    transition: all 0.3s ease;
}
.kakunin a:hover {
    background: #DADADA;
    color: #FFFFFF;
    margin: 0 auto;
    border: 2px solid #FFFFFF;
    box-shadow: none;
}
.kakunin_1 {
    width: 55%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 60px;
    justify-content: space-between;
}
.kakunin_2 {
    width: 70%;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 60px;
    display: flex;
    justify-content:space-evenly;
}
.kakunin_2 a {
    display: block;
    width: 30%;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    border: 2px solid #C0C0C0;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 0px 0px #DEDEDE;
    transition: all 0.3s ease;
}
.kakunin_2 a:hover {
    background: #DADADA;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: none;
}
.kakutei {
    width: 55%;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    /*  padding       : 9px 50px;*/
    background: #529ad4;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #529ad4;
    -webkit-appearance: none;
}
.kakutei:hover {
    color: #529ad4;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}
.kakutei_1 {
    width: 45%;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    /*  padding       : 9px 50px;*/
    background: #529ad4;
    color: #ffffff;
    line-height: 2em;
    transition: .3s;
    border: 2px solid #529ad4;
    -webkit-appearance: none;
}
.kakutei_1:hover {
    color: #529ad4;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}
.naiyou {
    width: 30%;
    margin-top: 15px;
    /* margin-left: 150px; */
    /* margin-right: 70px; */
}
.naiyou_1 {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    background: #529ad4;
    color: #ffffff;
    transition: .3s;
    border: 2px solid #529ad4;
    -webkit-appearance: none;
}
.naiyou_1:hover {
    color: #529ad4;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}
.cancel {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    /*  padding       : 9px 50px;*/
    background: #ff0000;
    color: #ffffff;
    line-height: 2em;
    transition: .3s;
    border: 2px solid #ff0000;
    -webkit-appearance: none;
}
.cancel:hover {
    color: #ff0000;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}
.cancel_2 {
    width: 45%;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    /*  padding       : 9px 50px;*/
    background: #ff0000;
    color: #ffffff;
    line-height: 2em;
    transition: .3s;
    border: 2px solid #ff0000;
    -webkit-appearance: none;
}
.cancel_2:hover {
    color: #ff0000;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}

/*予約完了*/
.regi_conp {
    text-align: center;
}
.regi_conp_1 {}
.regi_conp_1 p {
    font-size: 22px;
    margin-top: 80px;
}
.seni {
    width: 40%;
    margin: 0 auto;
    line-height: 60px;
    padding-top: 5%;
    padding-bottom: 5%;
}
.seni a {
    display: block;
    width: 100%;
    height: 60px;
    text-decoration: none;
    background: #0099FF;
    text-align: center;
    color: #FFFFFF !important;
    border: 2px solid #0099FF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    transition: all 0.2s ease;
}
.seni a:hover {
    background: #ffffff;
    color: #0099FF !important;
    border: 2px solid #0099FF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}

/*フッター*/
footer {
    width: 800px;
    margin: 0 auto;
}
.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.list_li {
    width: 50%;
    padding: 20px;
    text-align: left;
    list-style: none;
    border: 1px solid white;
    box-sizing: border-box;
}
input[type="checkbox"]:checked {
    background-color: #ff636b;
    border: 0;
}

/* 汎用てきなもの
================================================== */
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body {
    margin: 0;
    min-width: 320px;
    background-color: #fafafa;
    color: #616161;
    font-weight: lighter;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content_section {
    position: relative;
    margin: 0 auto;
    padding: 50px 15px;
    width: auto;
    font-size: 16px;
}
.content_section:nth-of-type(2n) {
    background-color: whitesmoke;
}
.content_section_title {
    margin: 0 auto 45px;
    padding: 0;
    max-width: 900px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.label_list {
    margin: auto;
    padding-bottom: 45px;
    max-width: 900px;
    line-height: 1.3;
}
.label_list::after {
    display: block;
    content: '';
    clear: both;
}
.label_list_item {
    float: left;
    margin: 0 auto 16px;
    width: 25%;
    max-width: 225px;
    min-width: 145px;
}
.label_list_item label {
    position: relative;
    display: block;
    word-break: break-all;
}
.label_list_item label input[type="checkbox"]+span,
.label_list_item label input[type="radio"]+span {
    position: relative;
    padding: 0 30px 0 35px;
}

/*  DEMO 01 CHECKBOX */
.demo1 .label_list:nth-of-type(1) label input[type="checkbox"]+span::before {
    border-color: #00acc1;
}
.demo1 .label_list:nth-of-type(1) label input[type="checkbox"]:checked+span::before {
    background-color: #00acc1;
}
.demo1 .label_list:nth-of-type(2) label input[type="checkbox"]+span::before {
    border-color: #ec407a;
}
.demo1 .label_list:nth-of-type(2) label input[type="checkbox"]:checked+span::before {
    background-color: #ec407a;
}
.demo1 label span {
    display: inline-block;
}
.demo1 label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.demo1 label input[type="checkbox"]+span::before,
.demo1 label input[type="checkbox"]+span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}
.demo1 label input[type="checkbox"]+span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 2px #616161 solid;
    border-radius: 5px;
}
.demo1 label input[type="checkbox"]+span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
}
.demo1 label input[type="checkbox"]:checked+span::before {
    background-color: #616161;
}
.demo1 label input[type="checkbox"]:checked+span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
a {
    outline: none;
}
a:focus,
*:focus {
    outline: none;
}

/*モーダル用*/
.tuika {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.tuika-btn {
    width: 20%;
    margin: 0 auto;
}
.tuika-btn input {
    width: 100%;
}
.js-modal__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.js-modal__main {
    width: calc(100% - 32px);
    height: 69%;
    padding: 25px;
    bottom: -61%;
    left: 0;
    background: #fff;
    border-radius: 4px 4px 0 0;
    position: fixed;
    z-index: 11;
    opacity: 0;
    overflow: scroll;
}
.js-modal__main::-webkit-scrollbar {
    display:none;
}
.js-modal__btn {
    color:#76952f;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.js-modal__btn--close {
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
}
.js-modal__btn--close--fix {
    width: 30px;
    height: 30px;
    //background: #333;
    border-radius: 50%;
    /*  position: absolute;*/
    top: -50px;
    right: 5px;
    z-index: 101;
    cursor:pointer;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.js-modal__btn--close--fix:before {
    content:"";
    width: 20px;
    height: 20px;
    border-right:3px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top:12px;
    left:-3px;
}
.js-modal__btn--close--fix:after {
    content:"";
    width: 20px;
    height: 20px;
    border-right:3px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top:-2px;
    left:-3px;
}

/*下から上*/
@keyframes SlideUp {
    0% {
        opacity: 0;
        transform: translateY(-1%);
    }
    100% {
        opacity: 1;
        transform: translateY(-80%);
    }
}

/*上から下*/
@keyframes SlideDown {
    0% {
        opacity: 1;
        transform: translateY(-80%);
    }
    100% {
        opacity: 0;
        transform: translateY(-1%);
    }
}
.js-modal__main._slideUp {
    animation: SlideUp .5s ease-in-out forwards;
}
.js-modal__main._slideDown {
    animation: SlideDown .5s ease-in-out forwards;
}

/*スタッフ詳細*/
.staff_shousai {
    display: flex;
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 60px;
}
.staff_images {
    width: 50%;
    text-align: center;
}
.staff_images img {
    width: 60%;
    padding-top: 5px;
}
.staff_info {
    width: 50%;
}
.staff_info_1 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #f16c6f;
    margin-left: -30px;
}
.staff_info_2 {
    margin: 0;
    font-size: 25px;
    margin-left: -30px;
}
.staff_info_3 {
    width: 80%;
    margin-left: -30px;
    font-size: 14px;
}
.staff_yoyakubtn {
    width: 40%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.staff_info_4 {
    display: flex;
    color: red;
    margin-left: -30px;
}
.staff_info_4 p {
    margin: 0;
}
.staff_info_4_1 {}
.staff_info_4_1 p {
    margin-top:10px;
}
.staff_info_4_2 {
    margin-left: 10px;
}
.staff_info_4_2 span {
    font-size: 25px;
    font-weight: bold;
    margin-right: 3px;
}
.staff_info_4_2 p {}
.staff_yoyaku {
    line-height:50px;
}
.staff_yoyaku {
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#0099FF;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    transition: all 0.3s ease;
    -webkit-appearance: none;
}
.staff_yoyaku:hover {
    background:#FFFFFF;
    color:#0099FF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #0099FF;
    box-shadow:none;
}