@charset "UTF-8";
/* トップページのスタイル */
body.top #time {
  margin: 0 0 55px;
  padding: 0 0 0 27px;
}

@media only screen and (max-width: 600px) {
  body.top #time {
    padding: 0;
  }
}

body.top #time .time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 14px;
  background: #faebf3;
  border-radius: 9px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.3);
}

@media only screen and (max-width: 600px) {
  body.top #time .time-row {
    display: block;
    padding: 0 20px;
  }
}

body.top #time .time-row .time-l {
  width: 128px;
  padding: 17px 0 14px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  body.top #time .time-row .time-l {
    width: 100%;
    padding: 20px 0 0;
  }
}

body.top #time .time-row .time-c {
  width: calc(100% - 286px);
  padding: 17px 0 14px;
}

@media only screen and (max-width: 600px) {
  body.top #time .time-row .time-c {
    width: 100%;
    padding: 20px 0;
  }
  body.top #time .time-row .time-c img {
    display: block;
  }
}

body.top #time .time-row .time-r {
  position: relative;
  width: 158px;
  padding: 26px 0 16px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  body.top #time .time-row .time-r {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

body.top #time .time-row .time-r:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../../blog/wp-content/themes/honmokudori/common/images/common/dot-v.png);
}

@media only screen and (max-width: 600px) {
  body.top #time .time-row .time-r:before {
    width: 100%;
    height: 2px;
    background: url(../../blog/wp-content/themes/honmokudori/common/images/common/dot-h.png);
  }
}

body.top #time .time-row .time-r img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.top #time .time-row .time-r:hover img {
  opacity: 0.7;
}

body.time .sec-time {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 600px) {
  body.time .sec-time {
    width: 100%;
    padding: 40px 0;
  }
}

body.time .sec-time:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 514px;
  height: 2px;
  background: url(../../blog/wp-content/themes/honmokudori/common/images/common/dot-h.png);
}

@media only screen and (max-width: 600px) {
  body.time .sec-time:before {
    width: 85%;
  }
}

@media only screen and (max-width: 600px) {
  body.time .sec-time {
    width: 100%;
  }
}

body.time .sec-time h1 {
  text-align: center;
  padding: 20px 0 25px;
}

body.time .sec-time h2 {
  text-align: center;
  padding: 20px 0 25px;
}

body.time #time-01 .clock {
  margin: 0 0 48px;
  text-align: center;
}

body.time #time-01 .time-txt {
  position: relative;
  padding: 0 0 60px;
}

body.time #time-02 .line-ttl {
  margin: 0 0 40px;
}

body.time #time-02 .line-txt {
  margin: 0 0 40px;
}

body.time #time-02 .line-link {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  body.time #time-02 .line-link {
    display: block;
  }
}

body.time #time-02 .line-link .line-link-txt {
  margin: 0 0 8px;
}

body.time #time-02 .line-regist {
  margin: 0 0 60px;
}

body.time #time-02 .line-regist .line-regist-ttl {
  margin: 0 0 20px;
}

body.time #time-02 .line-regist .line-regist-btn {
  display: block;
  margin: 0 0 10px;
  cursor: pointer;
}

body.time #time-02 .tel {
  margin: 0 0 40px;
}

body.time #time-02 .overview {
  padding: 0 0 20px;
}

body.time #time-03 .attention {
  position: relative;
}

body.time #time-03 .attention .attention-figure {
  position: absolute;
  top: -80px;
  right: 0;
}

@media only screen and (max-width: 600px) {
  body.time #time-03 .attention .attention-figure {
    position: relative;
    top: unset;
    right: unset;
    text-align: center;
    margin: 0 0 20px;
  }
}

body.time #time-04:before {
  content: none;
}

body.time #time-04 .time-last {
  text-align: center;
}

body.time .time-txt {
  text-align: left;
  line-height: 2.0;
  color: #2d2824;
}

body.time .time-txt .pink {
  color: #d41d83;
}

body.time .time-txt .bold {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  body.time .time-sec-block {
    padding: 0 20px;
  }
}

body.time .popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  z-index: 1001;
}

body.time .popup .popup-wrapper {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body.time .popup .popup-wrapper .popup-close {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

body.time .popup .popup-wrapper .popup-close:before, body.time .popup .popup-wrapper .popup-close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
}

body.time .popup .popup-wrapper .popup-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.time .popup .popup-wrapper .popup-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
