@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

header,
.pushbar-head {
  background-color: #453536;
}

@media screen and (max-width: 767px) {
  .header_wrap {
    padding-top: 22.67vw;
  }
}

@media screen and (max-width: 767px) {
  .head-sub-navi.sp-pop a {
    margin: 0;
    letter-spacing: 0.05em;
  }
}

.add-popupstore-annotation {
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .add-popupstore-annotation {
    width: 88%;
    margin: 0 auto;
    font-size: 2.9vw;
    padding-top: 4vw;
    line-height: 1.7;
  }
}

.feature_header_lead small {
  font-size: 75%;
  display: inline-block;
  line-height: 1.9;
  color: #464646;
}

.feature_2_inner .feature_order_list:last-child {
  margin-bottom: 0;
}

.shoplist {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .shoplist {
    padding-top: 0;
  }
}

#page-top {
  z-index: 9999;
}

.about-popupstore {
  width: 100%;
  background: #e5d8d0;
  padding: 80px 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-popupstore {
    padding: 10vw 0;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

.about-popupstore-lead {
  width: 700px;
  margin: 0 auto;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .about-popupstore-lead {
    width: 90%;
  }
}

.about-popupstore-lead p {
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-popupstore-lead p {
    font-size: 3.3vw;
  }
}

.covid-link {
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .covid-link {
    padding-top: 5vw;
  }
}

.covid-link a {
  position: relative;
  text-decoration: underline;
  color: #464646;
}
@media screen and (max-width: 767px) {
  .covid-link a {
    font-size: 3.3vw;
  }
}

.covid-link a:before {
  content: "＞";
}

.about-anchor-box {
  width: 780px;
  margin: 0 auto;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .about-anchor-box {
    width: 100%;
  }
}

.popupstore-anchor-close {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popupstore-anchor-close {
    font-size: 3.3vw;
  }
}

.popupstore-anchor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .popupstore-anchor-list {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

.popupstore-anchor-item {
  width: 32%;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .popupstore-anchor-item {
    width: 100%;
    padding-left: 0;
  }
}

.popupstore-anchor-item:nth-of-type(3n+1) {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .popupstore-anchor-item + .popupstore-anchor-item {
    padding-top: 2vw;
  }
}

.shop-anchor-switch {
  display: block;
  width: 100%;
  padding: 16px 0 38px;
  position: relative;
  border: 1px solid #464646;
  text-decoration: none;
  letter-spacing: 0.075em;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .shop-anchor-switch {
    padding: 4vw 0;
    font-size: 3.6vw;
  }
}

.shop-anchor-switch:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .shop-anchor-switch:hover {
    background: transparent;
  }
}

.shop-anchor-switch:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 10px);
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: right 50% 0;
}
@media screen and (max-width: 767px) {
  .shop-anchor-switch:after {
    bottom: calc(50% - 1.5vw);
    left: auto;
    right: 4vw;
    width: 2.1vw;
    height: 2.1vw;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

.shop-name {
  color: #464646;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop-name {
    display: inline-block;
    padding-left: 1.6em;
  }
}

.shop-name + .shop-name {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .shop-name + .shop-name {
    padding-top: 0;
    padding-left: 0.6em;
  }
}

.special-gift-box {
  width: 840px;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .special-gift-box {
    width: 90%;
    padding-top: 10vw;
  }
}

.special-gift-subhead {
  font-weight: 400;
  text-align: center;
  color: #e16383;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .special-gift-subhead {
    font-size: 3.8vw;
  }
}

.special-gift-headline {
  position: relative;
  z-index: 10;
  padding-top: 15px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .special-gift-headline {
    padding-top: 2vw;
    font-size: 4.6vw;
  }
}

.special-gift-headline span {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 3em;
  background: url(../img/bg_ribon.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .special-gift-headline span {
    height: 10vw;
    line-height: 10vw;
    padding: 0 2em;
    background-size: 100% auto;
  }
}

/*
.special-gift-headline span:before,
.special-gift-headline span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.special-gift-headline span:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.special-gift-headline span:after {
  top: 0;
  right: 0;
  border-width: 30px 20px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
*/
.special-gift-inner {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  border-top: 2px solid #efabb9;
  margin-top: -32px;
  padding: 55px 0 50px;
}
@media screen and (max-width: 767px) {
  .special-gift-inner {
    margin-top: -6vw;
    padding: 13vw 0 12vw;
  }
}

.special-gift-lead {
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .special-gift-lead {
    text-align: left;
    padding: 0 1.3em;
    line-height: 1.8;
    font-size: 3.5vw;
  }
}

.special-gift-lead b {
  display: inline-block;
  position: relative;
}
.special-gift-lead b:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #efabb9;
}
@media screen and (max-width: 767px) {
  .special-gift-lead b:after {
    bottom: 2px;
  }
}

.special-gift-list {
  width: 88%;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .special-gift-list {
    padding-top: 4vw;
    display: block;
  }
}

.special-gift-list:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: #efabb9;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .special-gift-list:before {
    left: calc(50% - 6vw);
    top: calc(50% - 6vw);
    width: 12vw;
    height: 12vw;
  }
}

.special-gift-list:after {
  content: "or";
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 20px);
  width: 60px;
  font-size: 28px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .special-gift-list:after {
    left: calc(50% - 6vw);
    top: calc(50% - 4vw);
    width: 12vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
}

.special-gift-item {
  width: 44.5%;
}
@media screen and (max-width: 767px) {
  .special-gift-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .special-gift-item + .special-gift-item {
    padding-top: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .special-gift-image {
    width: 86%;
    margin: 0 auto;
  }
}

.special-gift-name {
  padding-top: 15px;
  color: #e16383;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .special-gift-name {
    padding-top: 2vw;
    letter-spacing: 0.15em;
    font-size: 3.8vw;
  }
}

.special-gift-more {
  width: 88%;
  margin: 55px auto 0;
  padding: 8px;
  border: 3px solid #efabb9;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .special-gift-more {
    margin: 9vw auto 0;
    padding: 2vw;
  }
}

.special-gift-more-inner {
  width: 100%;
  border: 1px solid #efabb9;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .special-gift-more-inner {
    padding-bottom: 0;
  }
}

.special-gift-more-subhead {
  position: relative;
  z-index: 10;
  width: 4.5em;
  margin: -13px auto 0;
  padding-top: 24px;
  background: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .special-gift-more-subhead {
    margin: -4vw auto 0;
    padding-top: 6vw;
    font-size: 5.6vw;
  }
}

.special-gift-more-subhead:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #efabb9;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .special-gift-more-subhead:after {
    border: 3vw solid transparent;
    border-top: 3vw solid #efabb9;
  }
}

.special-gift-more-lead {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .special-gift-more-lead {
    padding-top: 4vw;
    font-size: 3.3vw;
    line-height: 1.7;
    letter-spacing: 0.125em;
  }
}

.special-gift-more-lead b {
  display: inline-block;
  position: relative;
}
.special-gift-more-lead b:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #efabb9;
}
@media screen and (max-width: 767px) {
  .special-gift-more-lead b:after {
    bottom: 2px;
  }
}

.special-gift-more-headline {
  margin-top: 5px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
}
.special-gift-more-headline b {
  display: inline-block;
  padding-left: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 38px;
}
.special-gift-more-headline span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.special-gift-more-headline span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background: #fadde2;
}
.special-gift-more-headline small {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 24px;
}
.special-gift-more-headline.bg-photo {
  background: url(../img/special_gift03.jpg) no-repeat right 100px bottom 0;
  background-size: 140px auto;
  padding-top: 65px;
  padding-bottom: 40px;
}
.special-gift-more-headline.bg-photo span {
  margin-right: 150px;
}
.special-gift-more-headline:before {
  content: "PRESENT";
  display: block;
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
  color: #e16383;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .special-gift-more-headline {
    padding-top: 10vw;
    font-size: 3.2vw;
  }
  .special-gift-more-headline b {
    font-size: 7vw;
  }
  .special-gift-more-headline span {
    padding: 0 2vw;
  }
  .special-gift-more-headline span:after {
    bottom: -2vw;
    height: 3.6vw;
  }
  .special-gift-more-headline small {
    font-size: 4.4vw;
  }
  .special-gift-more-headline.bg-photo {
    background: url(../img/special_gift03sp.jpg) no-repeat center bottom;
    background-size: 39vw auto;
    padding-top: 12vw;
    padding-bottom: 28vw;
  }
  .special-gift-more-headline.bg-photo span {
    margin-right: 0;
  }
  .special-gift-more-headline:before {
    top: 4vw;
    font-size: 3.2vw;
  }
}

.shop-info-list {
  width: 1140px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .shop-info-list {
    width: 100%;
    padding-top: 10vw;
  }
}

.shop-info-item {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  margin-bottom: 30px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .shop-info-item {
    padding: 8vw 0;
    margin-bottom: 6vw;
    box-shadow: none;
  }
}

.shop-info-area {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .shop-info-area {
    width: 88%;
    display: block;
  }
}

.shop-info-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .shop-info-text {
    width: 100%;
  }
}

.shop-info-headline {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 27px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.shop-info-headline b {
  display: inline-block;
  padding: 5px 1.3em;
  background: #fadde2;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .shop-info-headline {
    font-size: 5.6vw;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
}

.shop-ph-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop-ph-sp {
    display: block;
    padding-top: 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .shop-ph-sp.rect img {
    width: 57.33vw;
  }
}

.shop-info-spec {
  width: 90%;
  margin: 15px auto 0 0;
  border-top: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .shop-info-spec {
    width: 90%;
    margin: 0 auto;
    border: none;
  }
}

.shop-info-spec dt {
  padding-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .shop-info-spec dt {
    padding-top: 4vw;
    font-size: 3.8vw;
  }
}

.shop-info-spec dd {
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .shop-info-spec dd {
    padding-top: 2vw;
  }
}

.shop-spec-text {
  line-height: 1.7;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.shop-spec-text small {
  display: block;
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .shop-spec-text {
    font-size: 3.8vw;
  }
  .shop-spec-text small {
    font-size: 3vw;
  }
}

.shop-spec-annotation {
  padding-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  letter-spacing: 0.015em;
  line-height: 1.6;
}
.shop-spec-annotation a {
  color: #e16383;
}
.shop-spec-annotation + .shop-spec-annotation {
  padding-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .shop-spec-annotation {
    font-size: 3vw;
    line-height: 1.7;
    letter-spacing: 0.075em;
  }
}

.shop-info-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .shop-info-image {
    width: 100%;
  }
}

.shop-ph {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .shop-ph {
    display: none;
  }
}

.shop-ph img {
  width: inherit;
  height: 250px;
}

.shop-info-map {
  width: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .shop-info-map {
    padding-top: 4vw;
  }
}

#gmapContainer01,
#gmapContainer02,
#gmapContainer03,
#gmapContainer04,
#gmapContainer05,
#gmapContainer06,
.map-common-set {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 767px) {
  #gmapContainer01,
#gmapContainer02,
#gmapContainer03,
#gmapContainer04,
#gmapContainer05,
#gmapContainer06,
.map-common-set {
    height: 55vw;
  }
}

.shop-info-map iframe {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .shop-info-map iframe {
    height: 48vw;
  }
}

.shop-conversion-box {
  width: 80%;
  margin: 30px auto 0;
  border: 14px solid #efabb9;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .shop-conversion-box {
    width: 100%;
    margin: 6vw auto 0;
    border: 3vw solid #efabb9;
    padding: 6vw 0;
  }
}

.shop-conversion-headline {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.shop-conversion-headline small {
  display: block;
  color: #e16383;
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .shop-conversion-headline {
    font-size: 4.9vw;
  }
  .shop-conversion-headline small {
    font-size: 3.6vw;
  }
}

.end-msg {
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .end-msg {
    padding-top: 6vw;
    font-size: 3.6vw;
  }
}

.shop-conversion-lead {
  padding-top: 15px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .shop-conversion-lead {
    padding-top: 4vw;
    font-size: 3.1vw;
    line-height: 1.8;
  }
}

.shop-conversion-time {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .shop-conversion-time {
    padding-top: 4.5vw;
    font-size: 3.3vw;
  }
}

.shop-conversion-annotation {
  padding-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
.shop-conversion-annotation + .shop-conversion-annotation {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .shop-conversion-annotation {
    width: 90%;
    margin: 0 auto;
    padding-top: 3vw;
    font-size: 3vw;
    text-align: center;
    line-height: 1.6;
  }
  .shop-conversion-annotation + .shop-conversion-annotation {
    padding-top: 1vw;
  }
}

.shop-conversion-list {
  width: 100%;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .shop-conversion-list {
    display: block;
    padding-top: 6vw;
  }
}

.shop-conversion-item {
  width: 38%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop-conversion-item {
    width: 64%;
    margin: 0 auto;
  }
}

.shop-conversion-item.phone {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .shop-conversion-item.phone {
    width: 100%;
    padding-top: 3vw;
  }
}

.web .shop-conversion-text {
  display: block;
  width: 100%;
  padding: 21px 0 21px 60px;
  border-radius: 6px;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #464646;
  text-decoration: none;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .web .shop-conversion-text {
    padding: 4vw 0 4vw 10vw;
    border-radius: 4px;
    font-size: 3.8vw;
  }
}

.web .shop-conversion-text {
  border: 2px solid #efabb9;
  background: #efabb9 url(../img/icon_pc.png) no-repeat 50px center;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .web .shop-conversion-text {
    background: #efabb9 url(../img/icon_pc.png) no-repeat 6vw center;
    background-size: 4vw auto;
  }
}

.web .shop-conversion-text:hover {
  background: #fff url(../img/icon_pc.png) no-repeat 50px center;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .web .shop-conversion-text:hover {
    background: #efabb9 url(../img/icon_pc.png) no-repeat 6vw center;
    background-size: 4vw auto;
  }
}

.phone .shop-conversion-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .phone .shop-conversion-text {
    display: block;
    width: 64%;
    margin: 0 auto;
    font-size: 19px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    transition: background ease 0.4s, color ease 0.4s;
    padding: 4vw 0 4vw 10vw;
    border-radius: 4px;
    font-size: 3.8vw;
    border: 2px solid #000;
    background: #000 url(../img/icon_phone_white.png) no-repeat 6vw center;
    background-size: 5vw auto;
  }
}

.phone .shop-conversion-text:hover {
  background: #fff url(../img/icon_phone_black.png) no-repeat 50px center;
  background-size: 24px auto;
  color: #000;
}
@media screen and (max-width: 767px) {
  .phone .shop-conversion-text:hover {
    background: #000 url(../img/icon_phone_white.png) no-repeat 6vw center;
    background-size: 5vw auto;
    color: #fff;
  }
}

.shop-conversion-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop-conversion-pc {
    display: none;
  }
}

.shop-conversion-pc small {
  font-size: 12px;
}

.shop-conversion-pc b {
  display: inline-block;
  font-weight: 400;
  font-size: 28px;
  padding-left: 40px;
  margin-bottom: 5px;
  background: url(../img/icon_phone_black.png) no-repeat 10px center;
  background-size: 24px auto;
}

.lb_screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9997;
}

.covid-msg {
  text-decoration: underline;
  cursor: pointer;
}

.covid-msg-box {
  display: none;
  background: #e5d8d0;
  position: absolute;
  z-index: 9999;
  width: 70%;
  height: inherit;
  left: 15%;
  top: 10%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .covid-msg-box {
    width: 88%;
    height: 85%;
    left: 6%;
    top: 5%;
    padding: 15% 4vw 4vw;
  }
}

.covid-msg-box-inner {
  width: 100%;
  height: inherit;
  overflow: auto;
  background: #fff;
  position: relative;
  padding: 50px 30px 30px;
}
@media screen and (max-width: 767px) {
  .covid-msg-box-inner {
    overflow: scroll;
    padding: 15% 4vw 4vw;
    height: 95%;
  }
}

.covid-msg-headline {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .covid-msg-headline {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}

.covid-msg-info {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .covid-msg-info {
    padding-top: 6vw;
    font-size: 3vw;
  }
}

.covid-msg-info dd {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .covid-msg-info dd {
    padding-top: 4vw;
  }
}

.covid-msg-list {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .covid-msg-list {
    padding-left: 0;
  }
}

.covid-msg-item {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.covid-msg-item:before {
  content: "・";
}

.covid-msg-box-close {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .covid-msg-box-close {
    right: 2vw;
    top: 2vw;
    width: 12vw;
    height: 12vw;
  }
}

.covid-msg-box-close:before,
.covid-msg-box-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .covid-msg-box-close:before,
.covid-msg-box-close:after {
    width: 12vw;
  }
}

.covid-msg-box-close:before {
  transform: rotate(45deg) translateX(17px);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .covid-msg-box-close:before {
    transform: rotate(45deg) translateX(2.4vw);
  }
}

.covid-msg-box-close:after {
  transform: rotate(-45deg) translateX(-16px);
  transform-origin: right top;
}
@media screen and (max-width: 767px) {
  .covid-msg-box-close:after {
    transform: rotate(-45deg) translateX(-2.5vw);
  }
}