@charset "UTF-8";
/* 変数定義
----------------------------------------- */
/* 共通セクションタイトル
----------------------------------------- */
.dogrun_title {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 30px;
  padding: 0 20px;
  font-size: 2.2rem;
  font-weight: 700;
  vertical-align: middle;
}
.dogrun_title img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.dogrun_title.attention {
  margin-bottom: 5px;
}

.dogrun_title_under {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

/* 料金のご案内
----------------------------------------- */
.price_attention {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 30px;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 500;
}

.price_wrapper_bg {
  width: 100%;
}
.price_wrapper_bg.kaisuken {
  background-color: #DAE7E4;
}
.price_wrapper_bg.passport {
  background-color: #FDF5CD;
}

.price_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 40px 20px;
}
.price_wrapper.basic {
  padding-top: 0;
}

.table_title {
  margin-bottom: 12px;
  font-weight: 500;
  vertical-align: middle;
}
.table_title img {
  width: 22px;
  margin-right: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.price_table {
  width: 100%;
  font-size: 1.4rem;
  background-color: #FEFDFD;
  border-collapse: collapse;
  border: 1px solid #452C17;
}
.price_table.mb {
  margin-bottom: 20px;
}
.price_table th, .price_table td {
  padding: 8px 15px 7px;
  font-weight: 500;
  vertical-align: middle;
  background-color: #FEFDFD;
  border-collapse: collapse;
  border: 1px solid #452C17;
}
.price_table th.pa, .price_table td.pa {
  padding: 8px 15px 4px;
}
.price_table th {
  width: 62%;
}
.price_table td {
  width: 38%;
}
.price_table th img {
  width: 22px;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.table_subtitle {
  display: inline-block;
  padding: 5px 15px 4px;
  font-weight: 500;
  color: #F4EAD7;
  background-color: #452C17;
}

.table_undertext {
  margin-top: 5px;
  font-size: 1.4rem;
}

.price_wrapper_title {
  width: 100%;
  margin-bottom: 14px;
  padding: 5px 15px 4px;
  font-weight: 500;
  border-radius: 30px;
}
.price_wrapper_title.kaisuken {
  background-color: #B2D3C7;
}
.price_wrapper_title.passport {
  background-color: #FFE350;
}

.price_wrapper_title_under {
  margin-bottom: 16px;
  font-weight: 500;
}

.tokuten {
  margin-top: 15px;
  padding: 0 5px;
}

.tokuten_title {
  padding: 10px 15px 6px;
  font-weight: 500;
  text-align: center;
  border-radius: 14px 14px 0 0;
}
.tokuten_title.kaisuken {
  background-color: #B2D3C7;
}
.tokuten_title.passport {
  background-color: #FFE350;
}

.tokuten_text {
  width: 100%;
  padding: 15px 18px;
  background-color: #FEFDFD;
  border-radius: 0 0 14px 14px;
}
.tokuten_text.kaisuken {
  border: 2px solid #B2D3C7;
}
.tokuten_text.passport {
  border: 2px solid #FFE350;
}
.tokuten_text p {
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
.tokuten_text p::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #452C17;
}
.tokuten_text p:not(:last-child) {
  margin-bottom: 10px;
}

.kashikiri_title {
  margin-bottom: 10px;
  font-weight: 500;
}

.kashikiri th,
.kashikiri td {
  width: 38%;
}
.kashikiri th.one_hour,
.kashikiri td.one_hour {
  width: 24%;
}

.kashikiri {
  margin-top: 20px;
}
.kashikiri a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ご利用方法
----------------------------------------- */
.step_illust {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 5px;
  padding-right: 12px;
  text-align: right;
}
.step_illust img {
  width: 136px;
}

.step_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 70px;
  padding: 0 20px;
}

.step_container {
  list-style-type: decimal;
  counter-reset: li;
}

.step_item {
  position: relative;
  display: block;
  padding: 10px 20px 35px 50px;
  font-weight: 500;
}
.step_item::before {
  position: absolute;
  content: counter(li) "";
  counter-increment: li;
  width: 35px;
  height: 35px;
  top: 4px;
  left: 0;
  padding: 7px 6px 5px;
  color: #F4EAD7;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #452C17;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.step_item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 5px;
  left: 17px;
  background-color: #452C17;
}
.step_item:last-child::after {
  display: none;
}
.step_item::marker {
  display: none;
}

.step_item_text {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 400;
}

.document {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  background-color: #FEFDFD;
}
.document a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.member_card {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.kiyaku_wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 20px;
}

.kiyaku_container {
  width: 100%;
  margin-bottom: 60px;
  padding: 35px 20px;
  text-align: center;
  background-color: #FEFDFD;
  border-radius: 20px;
}

.kiyaku_title {
  position: relative;
  display: inline;
  font-weight: 500;
  background: linear-gradient(transparent 67%, #f2cf39 0%);
}

.kiyaku_list {
  margin-top: 30px;
}

.kiyaku_list_item {
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
  text-align: left;
}
.kiyaku_list_item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #452C17;
}
.kiyaku_list_item:not(:last-child) {
  margin-bottom: 5px;
}

/* エリアのご紹介
----------------------------------------- */
.area_image {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 20px;
}

.area_text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.area_text_item {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.area_text_item::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.area_text_item.kogata::before {
  background-color: #E98898;
}
.area_text_item.chugata::before {
  background-color: #EFE03F;
}
.area_text_item.oogata::before {
  background-color: #6399E3;
}
.area_text_item.free::before {
  background-color: #F39D50;
}
.area_text_item.freespace::before {
  background-color: #969696;
}
.area_text_item:not(:last-child) {
  margin-bottom: 3px;
}

.area_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}

.indoor_text {
  font-size: 1.4rem;
}

/* 便利な設備
----------------------------------------- */
.dogrun_facilities {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 70px;
  padding: 0 20px;
}

.dogrun_facilities_item:not(:last-child) {
  margin-bottom: 40px;
}

.dogrun_facilities_image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 68%;
}
.dogrun_facilities_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.dogrun_facilities_name {
  text-align: center;
}/*# sourceMappingURL=dogrun.css.map */