@charset "UTF-8";
/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1023px), print {
  .con__tt-main {
    background: url(../../imgs/hours/mv_pc.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .con__inr {
    padding-top: 87px;
    position: relative;
  }
  .hours__wp {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .hours__tt {
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
  }
  .hours__box {
    background: #fff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
         box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 50px;
    margin-bottom: 50px;
  }
  .hours__info {
    display: table;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .hours__info_box {
    display: table-cell;
    text-align: center;
  }
  .hours__hour {
    margin-top: 40px;
    position: relative;
    z-index: 10;
  }
  .hours__hour__tt {
    display: none;
  }
  .hours__hour__table {
    border: 1px solid #DEDEDE;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .hours__hour__table .item {
    width: 50%;
    display: table-cell;
    border-right: 1px solid #DEDEDE;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: 500;
  }
  .hours__hour__table .item span {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .hours__hour__table .table {
    display: table;
    width: 100%;
  }
  .hours__hour__table .table_week {
    width: 50%;
    display: table-cell;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .hours__hour__table .table_week.pc {
    display: none;
  }
  .hours__hour__table .table_week > div {
    width: 100%;
    display: table;
  }
  .hours__hour__table .table_week > div > span {
    width: 75px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: table-cell;
    padding: 20px 0;
  }
  .hours__hour__table .table_week > div > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tt {
    display: table;
    width: 100%;
    background: #F8F8F8;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 500;
    text-align: center;
  }
  .hours__hour__table_tr {
    display: table;
    width: 100%;
  }
  .hours__hour__table_tr + .hours__hour__table_tr {
    border-top: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .item > div {
    display: table;
    width: 100%;
    text-align: left;
  }
  .hours__hour__table_tr .item > div > span {
    display: table-cell;
    width: 50%;
    padding: 20px;
  }
  .hours__hour__table_tr .item > div > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .item > div > span em {
    font-size: 11px;
  }
  .hours__hour__table_tr .table {
    display: table-cell;
  }
  .hours__hour__table_tr .table_con {
    width: 100%;
    display: table;
  }
  .hours__hour__table_tr .table_con > span {
    width: 75px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: table-cell;
    padding: 20px 0;
    text-align: center;
  }
  .hours__hour__table_tr .table_con > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_con > span i {
    font-size: 19px;
    position: relative;
  }
  .hours__hour__table_tr .table_con > span i.icon-circle {
    color: #9CC0F1;
  }
  .hours__hour__table_tr .table_con > span i.icon-circle_d {
    color: #FAA5B0;
  }
  .hours__hour__table_tr .ans-1::after {
    content: "※1";
    font-size: 11px;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 2px;
  }
  .hours__hour__table_tr .ans-2::after {
    content: "※2";
    font-size: 11px;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 2px;
  }
  .hours__hour__ans {
    margin-top: 15px;
    text-align: left;
  }
  .hours__hour__ans > ul {
    font-size: 14px;
  }
  .hours__hour__ans > ul li + li {
    margin-top: 4px;
  }
  .hours__hour__ans > ul li span::before {
    width: 2.5em;
    font-family: "icomoon";
    font-weight: normal;
    display: inline-block;
    font-size: 12px;
  }
  .hours__hour__ans > ul li:nth-child(1) span::before {
    content: "\e90a";
    color: #FAA5B0;
  }
  .hours__hour__ans > ul li:nth-child(2) span::before {
    content: "\e90b";
    color: #9CC0F1;
  }
  .hours__hour__ans > ul li:nth-child(3) span::before {
    content: "※1";
  }
  .hours__hour__ans > ul li:nth-child(4) span::before {
    content: "※2";
  }
  .consultation {
    margin: 0 auto;
    padding: 190px 0 50px;
    position: relative;
    margin-top: -190px;
  }
  .consultation__illust {
    width: 1300px;
    height: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .consultation__illust .illust-01 {
    width: 128px;
    height: 128px;
    top: 150px;
    left: 0;
  }
  .consultation__illust .illust-02 {
    width: 22px;
    height: 22px;
    top: 300px;
    left: 50px;
  }
  .consultation__illust .illust-03 {
    width: 12px;
    height: 12px;
    top: 200px;
    right: 300px;
  }
  .consultation__illust .illust-04 {
    width: 22px;
    height: 22px;
    top: 220px;
    right: 270px;
  }
  .consultation__illust .illust-05 {
    width: 30px;
    height: 30px;
    top: 330px;
    right: 80px;
  }
  .consultation__illust .illust-06 {
    width: 18px;
    height: 18px;
    top: 370px;
    right: 80px;
  }
  .consultation__illust .illust-07 {
    width: 22px;
    height: 22px;
    top: 600px;
    right: 30px;
  }
  .consultation__illust .illust-08 {
    width: 64px;
    height: 64px;
    top: 500px;
    right: 0;
  }
  .consultation__illust .illust-09 {
    width: 22px;
    height: 22px;
    top: 700px;
    left: 80px;
  }
  .consultation__illust .illust-10 {
    width: 20px;
    height: 20px;
    top: 800px;
    right: 80px;
  }
  .consultation__illust .illust-11 {
    width: 54px;
    height: 72px;
    top: 730px;
    right: 150px;
  }
  .consultation__illust .illust-11 > img {
    -webkit-transform: rotate(145deg);
       -moz-transform: rotate(145deg);
        -ms-transform: rotate(145deg);
            transform: rotate(145deg);
  }
  .consultation__illust .illust-12 {
    width: 142px;
    height: 142px;
    top: 780px;
    right: 160px;
  }
  .consultation__illust .illust-13 {
    width: 50px;
    height: 50px;
    top: 890px;
    right: 250px;
  }
  .consultation__illust .illust-14 {
    width: 95px;
    height: 68px;
    top: 930px;
    left: 600px;
  }
  .consultation__illust .illust-15 {
    width: 50px;
    height: 56px;
    top: 1050px;
    right: 70px;
  }
  .consultation__line {
    width: 630px;
    height: 336px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
  }
  .reception {
    background: url(../../imgs/common/bg02.png);
    margin: 0 auto;
    padding: 200px 0 130px;
    position: relative;
  }
  .reception::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .reception::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .reception .hours__wp {
    margin-top: -20px;
  }
  .reception .hours__hour__ans {
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 8px 2px;
         background-size: 8px 2px;
    padding-top: 40px;
  }
  .reception__illust {
    width: 1300px;
    height: 1500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .reception__illust .illust-01 {
    width: 122px;
    height: 122px;
    top: 150px;
    left: 20px;
  }
  .reception__illust .illust-02 {
    width: 22px;
    height: 22px;
    top: 270px;
    left: 20px;
  }
  .reception__illust .illust-03 {
    width: 15px;
    height: 15px;
    top: 300px;
    right: 90px;
  }
  .reception__illust .illust-04 {
    width: 22px;
    height: 22px;
    top: 330px;
    right: 70px;
  }
  .reception__illust .illust-05 {
    width: 95px;
    height: 15px;
    top: 510px;
    right: 200px;
  }
  .reception__illust .illust-05 > img {
    -webkit-transform: rotate(190deg);
       -moz-transform: rotate(190deg);
        -ms-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  .reception__illust .illust-06 {
    width: 66px;
    height: 84px;
    top: 560px;
    right: 170px;
  }
  .reception__illust .illust-06 > img {
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .calendar {
    margin: 0 auto;
    padding: 20px 0 50px;
    position: relative;
  }
  .calendar .googlecal {
    position: relative;
    z-index: 10;
  }
  .calendar__illust {
    width: 1300px;
    height: 1500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
    margin-top: -100px;
  }
  .calendar__illust .illust-01 {
    width: 50px;
    height: 50px;
    top: 120px;
    left: 110px;
  }
  .calendar__illust .illust-02 {
    width: 30px;
    height: 70px;
    top: 180px;
    left: 90px;
  }
  .calendar__illust .illust-02 > img {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .calendar__illust .illust-03 {
    width: 22px;
    height: 22px;
    top: 300px;
    left: 80px;
  }
  .calendar__illust .illust-04 {
    width: 34px;
    height: 34px;
    top: 340px;
    left: 40px;
  }
  .calendar__illust .illust-05 {
    width: 164px;
    height: 164px;
    top: 0;
    right: 0;
  }
  .calendar__illust .illust-06 {
    width: 30px;
    height: 30px;
    top: 360px;
    right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .con__tt-main {
    background: url(../../imgs/hours/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .hours__wp {
    text-align: center;
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .hours__tt {
    margin-bottom: 0.8em;
  }
  .hours__box {
    background: #fff;
    -moz-border-radius: 3rem;
         border-radius: 3rem;
    -moz-box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
         box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.7em;
  }
  .hours__info {
    position: relative;
    z-index: 10;
  }
  .hours__info_box {
    text-align: left;
  }
  .hours__info_box + .hours__info_box {
    margin-top: 1.8em;
  }
  .hours__hour {
    margin-top: 1.8em;
    position: relative;
    z-index: 10;
    text-align: left;
  }
  .hours__hour__table .item {
    font-weight: 500;
  }
  .hours__hour__table .item span {
    display: block;
  }
  .hours__hour__table_tt {
    display: none;
  }
  .hours__hour__table_tr + .hours__hour__table_tr {
    margin-top: 1.8em;
  }
  .hours__hour__table_tr .table {
    margin-top: 0.5em;
    border: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_week {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    background: #F8F8F8;
    font-weight: 500;
  }
  .hours__hour__table_tr .table_week > div {
    width: 100%;
    display: table;
  }
  .hours__hour__table_tr .table_week > div > span {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: table-cell;
    padding: 0.5em 0;
    text-align: center;
  }
  .hours__hour__table_tr .table_week > div > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_con {
    width: 100%;
    display: table;
  }
  .hours__hour__table_tr .table_con > span {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: table-cell;
    padding: 0.5em 0;
    text-align: center;
  }
  .hours__hour__table_tr .table_con > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_con > span i {
    font-size: 1.6rem;
    position: relative;
  }
  .hours__hour__table_tr .table_con > span i.icon-circle {
    color: #9CC0F1;
  }
  .hours__hour__table_tr .table_con > span i.icon-circle_d {
    color: #FAA5B0;
  }
  .hours__hour__table_tr .ans-1::after {
    content: "※1";
    font-size: 1rem;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 0.05em;
  }
  .hours__hour__table_tr .ans-2::after {
    content: "※2";
    font-size: 1rem;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 0.05em;
  }
  .hours__hour__ans {
    margin-top: 1em;
  }
  .hours__hour__ans > ul {
    font-size: 1.4rem;
    padding-left: 1.4rem;
    line-height: 1.5;
  }
  .hours__hour__ans > ul li {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
  .hours__hour__ans > ul li + li {
    margin-top: 0.2em;
  }
  .hours__hour__ans > ul li span::before {
    font-family: "icomoon";
    font-weight: normal;
    display: inline-block;
    width: 1.2rem;
  }
  .hours__hour__ans > ul li:nth-child(1) span::before {
    content: "\e90a";
    color: #FAA5B0;
  }
  .hours__hour__ans > ul li:nth-child(2) span::before {
    content: "\e90b";
    color: #9CC0F1;
  }
  .hours__hour__ans > ul li:nth-child(3) span::before {
    content: "※1";
  }
  .hours__hour__ans > ul li:nth-child(4) span::before {
    content: "※2";
  }
  .consultation {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .consultation__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -3rem;
  }
  .consultation__illust .illust-01 {
    width: 100px;
    height: 100px;
    top: 1rem;
    left: -2rem;
  }
  .consultation__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 6rem;
    right: 2rem;
  }
  .consultation__illust .illust-03 {
    width: 1.3rem;
    height: 1.3rem;
    top: 3rem;
    right: 1rem;
  }
  .consultation__illust .illust-04 {
    display: none;
  }
  .consultation__illust .illust-05 {
    display: none;
  }
  .consultation__illust .illust-06 {
    display: none;
  }
  .consultation__illust .illust-07 {
    display: none;
  }
  .consultation__illust .illust-08 {
    display: none;
  }
  .consultation__illust .illust-09 {
    display: none;
  }
  .consultation__illust .illust-10 {
    display: none;
  }
  .consultation__illust .illust-11 {
    width: 3rem;
    height: 3rem;
    top: 109rem;
    right: 1rem;
  }
  .consultation__illust .illust-12 {
    width: 10rem;
    height: 10rem;
    top: 112rem;
    right: 1rem;
  }
  .consultation__illust .illust-13 {
    width: 4rem;
    height: 4rem;
    top: 119rem;
    right: 8rem;
  }
  .consultation__illust .illust-14 {
    width: 9rem;
    height: 9rem;
    top: 127rem;
    right: -1.5rem;
  }
  .consultation__line {
    display: none;
  }
  .reception {
    background: url(../../imgs/common/bg02.png);
    margin: 7rem auto 0;
    padding: 8rem 0px 10rem;
    position: relative;
  }
  .reception::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .reception::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .reception .hours__hour__ans {
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
    padding-top: 2em;
    margin-top: 1em;
  }
  .reception .hours__hour__ans > ul {
    padding-left: 0;
  }
  .reception .hours__hour__ans > ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .reception .hours__hour__ans > ul li + li {
    margin-top: 0.4em;
  }
  .reception__illust {
    width: 100%;
    height: 200rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 3;
  }
  .reception__illust .illust-01 {
    width: 12rem;
    height: 12rem;
    top: 0rem;
    left: -2rem;
  }
  .reception__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 10rem;
    left: 1rem;
  }
  .reception__illust .illust-03 {
    display: none;
  }
  .reception__illust .illust-04 {
    display: none;
  }
  .reception__illust .illust-05 {
    width: 7rem;
    height: 1.5rem;
    top: 68rem;
    right: 6rem;
  }
  .reception__illust .illust-05 > img {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .reception__illust .illust-06 {
    width: 5.5rem;
    height: 5.5rem;
    top: 72rem;
    right: 3rem;
  }
  .calendar {
    margin: 0 auto;
    padding: 0 0 4rem;
    position: relative;
  }
  .calendar .hours__wp {
    padding-top: 3rem;
    position: relative;
    z-index: 10;
  }
  .calendar__box {
    padding: 1em !important;
  }
  .calendar .googlecal {
    position: relative;
    overflow: hidden;
    height: 35rem;
  }
  .calendar .googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
  }
  .calendar__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .calendar__illust .illust-01 {
    display: none;
  }
  .calendar__illust .illust-02 {
    width: 3.5rem;
    height: 6rem;
    top: 3rem;
    left: 2rem;
  }
  .calendar__illust .illust-03 {
    width: 1.3rem;
    height: 1.3rem;
    top: 1rem;
    left: 6rem;
  }
  .calendar__illust .illust-04 {
    width: 2.2rem;
    height: 2.2rem;
    top: 6.8rem;
    left: 1rem;
  }
  .calendar__illust .illust-05 {
    width: 12rem;
    height: 12rem;
    top: 42rem;
    right: 0;
  }
  .calendar__illust .illust-06 {
    display: none;
  }
  /* top_tb
=================================================================== */
}

@media screen and (max-width: 767px) {
  .con__tt-main {
    background: url(../../imgs/hours/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .hours__wp {
    text-align: center;
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .hours__tt {
    margin-bottom: 0.8em;
  }
  .hours__box {
    background: #fff;
    -moz-border-radius: 3rem;
         border-radius: 3rem;
    -moz-box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
         box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.7em;
  }
  .hours__info {
    position: relative;
    z-index: 10;
  }
  .hours__info_box {
    text-align: left;
  }
  .hours__info_box + .hours__info_box {
    margin-top: 1.8em;
  }
  .hours__hour {
    margin-top: 1.8em;
    position: relative;
    z-index: 10;
    text-align: left;
  }
  .hours__hour__table .item {
    font-weight: 500;
  }
  .hours__hour__table .item span {
    display: block;
  }
  .hours__hour__table_tt {
    display: none;
  }
  .hours__hour__table_tr + .hours__hour__table_tr {
    margin-top: 1.8em;
  }
  .hours__hour__table_tr .table {
    margin-top: 0.5em;
    border: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_week {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    background: #F8F8F8;
    font-weight: 500;
  }
  .hours__hour__table_tr .table_week > div {
    width: 100%;
    display: table;
  }
  .hours__hour__table_tr .table_week > div > span {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: table-cell;
    padding: 0.5em 0;
    text-align: center;
  }
  .hours__hour__table_tr .table_week > div > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_con {
    width: 100%;
    display: table;
  }
  .hours__hour__table_tr .table_con > span {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: table-cell;
    padding: 0.5em 0;
    text-align: center;
  }
  .hours__hour__table_tr .table_con > span + span {
    border-left: 1px solid #DEDEDE;
  }
  .hours__hour__table_tr .table_con > span i {
    font-size: 1.6rem;
    position: relative;
  }
  .hours__hour__table_tr .table_con > span i.icon-circle {
    color: #9CC0F1;
  }
  .hours__hour__table_tr .table_con > span i.icon-circle_d {
    color: #FAA5B0;
  }
  .hours__hour__table_tr .ans-1::after {
    content: "※1";
    font-size: 1rem;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 0.05em;
  }
  .hours__hour__table_tr .ans-2::after {
    content: "※2";
    font-size: 1rem;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 0.05em;
  }
  .hours__hour__ans {
    margin-top: 1em;
  }
  .hours__hour__ans > ul {
    font-size: 1.4rem;
    padding-left: 1.4rem;
    line-height: 1.5;
  }
  .hours__hour__ans > ul li {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
  .hours__hour__ans > ul li + li {
    margin-top: 0.2em;
  }
  .hours__hour__ans > ul li span::before {
    font-family: "icomoon";
    font-weight: normal;
    display: inline-block;
    width: 1.2rem;
  }
  .hours__hour__ans > ul li:nth-child(1) span::before {
    content: "\e90a";
    color: #FAA5B0;
  }
  .hours__hour__ans > ul li:nth-child(2) span::before {
    content: "\e90b";
    color: #9CC0F1;
  }
  .hours__hour__ans > ul li:nth-child(3) span::before {
    content: "※1";
  }
  .hours__hour__ans > ul li:nth-child(4) span::before {
    content: "※2";
  }
  .consultation {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .consultation__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -3rem;
  }
  .consultation__illust .illust-01 {
    width: 100px;
    height: 100px;
    top: 1rem;
    left: -2rem;
  }
  .consultation__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 6rem;
    right: 2rem;
  }
  .consultation__illust .illust-03 {
    width: 1.3rem;
    height: 1.3rem;
    top: 3rem;
    right: 1rem;
  }
  .consultation__illust .illust-04 {
    display: none;
  }
  .consultation__illust .illust-05 {
    display: none;
  }
  .consultation__illust .illust-06 {
    display: none;
  }
  .consultation__illust .illust-07 {
    display: none;
  }
  .consultation__illust .illust-08 {
    display: none;
  }
  .consultation__illust .illust-09 {
    display: none;
  }
  .consultation__illust .illust-10 {
    display: none;
  }
  .consultation__illust .illust-11 {
    width: 3rem;
    height: 3rem;
    top: 109rem;
    right: 1rem;
  }
  .consultation__illust .illust-12 {
    width: 10rem;
    height: 10rem;
    top: 112rem;
    right: 1rem;
  }
  .consultation__illust .illust-13 {
    width: 4rem;
    height: 4rem;
    top: 119rem;
    right: 8rem;
  }
  .consultation__illust .illust-14 {
    width: 9rem;
    height: 9rem;
    top: 127rem;
    right: -1.5rem;
  }
  .consultation__line {
    display: none;
  }
  .reception {
    background: url(../../imgs/common/bg02.png);
    margin: 7rem auto 0;
    padding: 8rem 0px 10rem;
    position: relative;
  }
  .reception::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .reception::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .reception .hours__hour__ans {
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
    padding-top: 2em;
    margin-top: 1em;
  }
  .reception .hours__hour__ans > ul {
    padding-left: 0;
  }
  .reception .hours__hour__ans > ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .reception .hours__hour__ans > ul li + li {
    margin-top: 0.4em;
  }
  .reception__illust {
    width: 100%;
    height: 200rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 3;
  }
  .reception__illust .illust-01 {
    width: 12rem;
    height: 12rem;
    top: 0rem;
    left: -2rem;
  }
  .reception__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 10rem;
    left: 1rem;
  }
  .reception__illust .illust-03 {
    display: none;
  }
  .reception__illust .illust-04 {
    display: none;
  }
  .reception__illust .illust-05 {
    width: 7rem;
    height: 1.5rem;
    top: 68rem;
    right: 6rem;
  }
  .reception__illust .illust-05 > img {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .reception__illust .illust-06 {
    width: 5.5rem;
    height: 5.5rem;
    top: 72rem;
    right: 3rem;
  }
  .calendar {
    margin: 0 auto;
    padding: 0 0 4rem;
    position: relative;
  }
  .calendar .hours__wp {
    padding-top: 3rem;
    position: relative;
    z-index: 10;
  }
  .calendar__box {
    padding: 1em !important;
  }
  .calendar .googlecal {
    position: relative;
    overflow: hidden;
    height: 35rem;
  }
  .calendar .googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
  }
  .calendar__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .calendar__illust .illust-01 {
    display: none;
  }
  .calendar__illust .illust-02 {
    width: 3.5rem;
    height: 6rem;
    top: 3rem;
    left: 2rem;
  }
  .calendar__illust .illust-03 {
    width: 1.3rem;
    height: 1.3rem;
    top: 1rem;
    left: 6rem;
  }
  .calendar__illust .illust-04 {
    width: 2.2rem;
    height: 2.2rem;
    top: 6.8rem;
    left: 1rem;
  }
  .calendar__illust .illust-05 {
    width: 12rem;
    height: 12rem;
    top: 42rem;
    right: 0;
  }
  .calendar__illust .illust-06 {
    display: none;
  }
}
