@charset "UTF-8";
/*=======================================
info
=========================================*/
.p-info__use {
  padding-bottom: 5.625rem;
}
.p-info__use ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-info__use ul:before, .p-info__use ul:after {
  content: none;
}
.p-info__use ul li {
  width: 49%;
  display: flex;
  background-color: #fff;
}
.p-info__use ul li:before, .p-info__use ul li:after {
  content: none;
}
.p-info__use ul li:nth-child(n+3) {
  margin-top: 2%;
}
.p-info__use ul li .icon {
  width: 80px;
  height: 80px;
  background-color: #707070;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.875rem;
}
.p-info__use ul li .icon i {
  color: #fff;
}
.p-info__use ul li .txt {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-info__use p {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 2.5rem;
}
.p-info__moushikomi {
  background-color: #F4ECD9;
  padding: 2.5rem 0 3.75rem;
}
.p-info__moushikomi ul li {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.p-info__moushikomi ul li:last-child {
  margin-bottom: 0;
}
.p-info__moushikomi ul li:before {
  content: "⚫︎";
  display: inline-block;
  vertical-align: middle;
  color: #5BA0D1;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.p-info__day {
  padding: 2.8125rem 0 4.25rem;
}
.p-info__day dl {
  margin-top: 0;
  font-size: 1.25rem;
}
.p-info__day dl .row {
  display: flex;
  margin-bottom: 0.9375rem;
}
.p-info__day dl .row:before, .p-info__day dl .row:after {
  content: none;
}
.p-info__day dl .row:last-child {
  margin-bottom: 0;
}
.p-info__day dl dt {
  width: 270px;
  background-color: #707070;
  text-align: center;
  color: #fff;
  line-height: 5rem;
  height: 5rem;
}
.p-info__day dl dd {
  background-color: #FFF;
  width: calc(100% - 270px);
  line-height: 5rem;
  height: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.p-info__off {
  padding-bottom: 7.1875rem;
}
.p-info__off ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-info__off ul:before, .p-info__off ul:after {
  content: none;
}
.p-info__off ul li {
  background-color: #FFF;
  width: 49%;
  text-align: center;
  font-size: 1.25rem;
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-info__price {
  padding: 4.6875rem 0 7.1875rem;
  background-color: #F4ECD9;
}
.p-info__careful {
  padding: 7.125rem 0 0;
}
.p-info__careful .box {
  background-color: #fff;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  padding: 3.75rem;
}
.p-info__careful .box ul li {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.p-info__careful .box ul li:last-child {
  margin-bottom: 0;
}
.p-info__careful .box ul li:before {
  content: "⚫︎";
  display: inline-block;
  vertical-align: middle;
  color: #5BA0D1;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.p-info__careful .tel {
  margin-top: 3.75rem;
  border-top: 3px double #707070;
  border-bottom: 3px double #707070;
  padding: 2.8125rem;
}
.p-info__careful .tel .tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #747474;
}
.p-info__careful .tel .number {
  text-align: center;
  font-size: 2.75rem;
  line-height: 1;
  font-weight: bold;
  margin: 0.8125rem 0 0.9375rem;
}
.p-info__careful .tel .number span {
  text-indent: -0.9375rem;
}
.p-info__careful .tel .number span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1e4";
  font-weight: 900;
  margin-right: 0.9375rem;
}
.p-info__careful .tel small {
  text-align: center;
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-info__use {
    padding-bottom: 3.75rem;
  }
  .p-info__use ul {
    display: block;
  }
  .p-info__use ul li {
    width: 100%;
    display: flex;
    background-color: #fff;
  }
  .p-info__use ul li:nth-child(n+3) {
    margin-top: 2%;
  }
  .p-info__use ul li:nth-child(n+2) {
    margin-top: 2%;
  }
  .p-info__use ul li .icon {
    width: 80px;
    height: 100%;
    font-size: 1.625rem;
    min-height: 80px;
  }
  .p-info__use ul li .txt {
    width: calc(100% - 80px);
    padding: 0.625rem 0.625rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .p-info__use p {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1.25rem;
  }
  .p-info__moushikomi {
    padding: 3.75rem 0 3.75rem;
  }
  .p-info__moushikomi ul li {
    font-size: 1rem;
    padding-left: 1.8em;
    text-indent: -0.8em;
    line-height: 1.8;
  }
  .p-info__day {
    padding: 3.75rem 0 3.75rem;
  }
  .p-info__day dl {
    margin-top: 0;
    font-size: 0.9375rem;
  }
  .p-info__day dl .row {
    display: flex;
    margin-bottom: 0.9375rem;
  }
  .p-info__day dl .row:before, .p-info__day dl .row:after {
    content: none;
  }
  .p-info__day dl .row:last-child {
    margin-bottom: 0;
  }
  .p-info__day dl dt {
    width: 130px;
    line-height: 1;
    height: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .p-info__day dl dd {
    background-color: #FFF;
    width: calc(100% - 130px);
    line-height: 1;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25rem;
  }
  .p-info__off {
    padding-bottom: 3.75rem;
  }
  .p-info__off ul {
    display: block;
  }
  .p-info__off ul li {
    width: 100%;
    font-size: 0.9375rem;
    padding: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-info__off ul li:last-child {
    margin-bottom: 0;
  }
  .p-info__price {
    padding: 3.75rem 0 3.75rem;
  }
  .p-info__careful {
    padding: 3.75rem 0 0;
  }
  .p-info__careful .box {
    padding: 1.875rem;
  }
  .p-info__careful .box ul li {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 0.8em;
    text-indent: -0.8em;
  }
  .p-info__careful .tel {
    padding: 2.8125rem 0;
  }
  .p-info__careful .tel .tit {
    font-size: 1rem;
  }
  .p-info__careful .tel .number {
    font-size: 1.75rem;
  }
  .p-info__careful .tel .number span {
    text-indent: 0;
  }
}
