@charset "utf-8";
@import url("root.css");
/***************************************
-------------- PAGE TITLE --------------
***************************************/

#main {
}
.page_title {
  background-image: url("../img/page/mv_page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 10px; */
  width: 100%;
  height: 150px;
  margin-top: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_title h2 {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.page_title h2 .inner_title {
  text-align: center !important;
  font-size: 34px;
  color: var(--sub-color03);
  letter-spacing: 3px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1200px) {
  /* .page_title {
  background-position: top left -120px,bottom right -120px;
  } */
}
@media screen and (max-width: 1024px) {
  .page_title {
    margin-top: 80px;
  }
  .page_title h2 .inner_title {
    margin-top: -5px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  /* .page_title {
  background-position: top left -220px,bottom right -220px;
} */
  .page_title {
    height: 130px;
  }
  .page_title h2 {
    width: 82%;
  }

  .page_title h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 29px;
    position: absolute;
    bottom: -18px;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .page_title {
    background-image: url("../img/page/mv_page_sp.jpg");
    width: 100%;
    margin-top: 63px;
    position: relative;
    overflow: hidden;
  }
  .page_title::before {
    content: "";
    background-image: url("../img/page/mv_page_l.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: calc(1004px / 2);
    height: calc(300px / 2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -340px;
    margin: auto;
  }
  .page_title::after {
    content: "";
    background-image: url("../img/page/mv_page_r.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: calc(1004px / 2);
    height: calc(300px / 2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -340px;
    margin: auto;
  }
  .page_title h2 .inner_title {
    z-index: 1;
  }
}

/***************************************
-------------- PAGE　COMMON --------------
***************************************/
.back_design .container {
  padding: 40px 0;
}
.page_wrap article {
  width: 100%;
}

.page_wrap article:not(:last-of-type) {
  margin: 0 auto 30px;
}

@media screen and (min-width: 599px) {
  /* .page_wrap p {
    margin: 0.5rem auto 0.5rem !important;
    font-size: 1rem;
} */
  #news_detail.page_wrap p {
    /* font-size: 1rem; */
  }
}

/*----------------------*/

.page_anchor {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.page_anchor li {
  padding: 1%;
  width: 25%;
  box-sizing: border-box;
}

.page_anchor li a {
  display: block;
  height: auto;
  border: 1px solid var(--base-color01);
  color: var(--base-color01);
  padding: 10px 0;
  border-radius: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_anchor li {
    padding: 1%;
    width: 50%;
    box-sizing: border-box;
  }
}
.page_anchor li a:hover {
  background: var(--base-color01);
  color: var(--base-color03);
}

h3 {
  width: 100%;
  max-width: 1200px;
  padding: 5px 20px 15px 20px;
  color: var(--base-color02);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
  position: relative;
  margin-bottom: 30px;
  background-color: var(--base-color01);
  border-radius: 4px;
  overflow: hidden;
}
h3::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--base-color02);
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
}
h3::after {
  content: "";
  background-image: url(../img/page/h3ttl_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(305px / 1);
  /* height: calc(56px / 1); */
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0px 4px 4px 0px;
}
h3 span {
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
h3::first-letter {
  color: var(--sub-color01);
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 20px;
  }
}
/***************************************
-------------- shop INFO --------------
***************************************/

.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_txt {
  width: calc(100% - 570px);
  margin-right: 40px;
}
.shop_txt p {
  display: block;
  width: 100%;
  line-height: 1.7;
  text-align: justify;
}
.shop_img {
  width: 530px;
}
.shop_img img {
  /* box-shadow: 4px 4px 5px #33333321; */
  width: 100%;
}

/* --------------shoproute */

.shoproute ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: rank 0;
}
.shoproute ul li {
  width: 24%;
  margin-right: calc(4% / 3);
  margin-bottom: 20px;
}
.shoproute ul li:nth-child(4n) {
  margin-right: 0;
}
.shoproute ul li img {
  margin-bottom: 10px;
}
.shoproute ul li p {
  position: relative;
  padding-left: 35px;
}
.shoproute ul li p::before {
  counter-increment: rank;
  content: counter(rank);
  color: var(--base-color01);
  background-color: var(--base-color02);
  text-align: center;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  width: 28.8px;
}
@media screen and (max-width: 768px) {
  .shoproute ul li {
    width: 49%;
    margin-right: calc(4% / 2);
  }
  .shoproute ul li:nth-child(2n) {
    margin-right: 0;
  }
  .shoproute ul li:last-child {
    margin-bottom: 0;
  }
}
/* --------------store_info */

.info_imgBox {
  display: flex;
  justify-content: space-between;
}
.info_img {
  width: 32%;
  margin-bottom: 20px;
}
.info_img img {
  width: 100%;
  /* box-shadow: 4px 4px 5px #33333321; */
}
.store_access {
  background-color: var(--base-bgcolor01);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
  justify-content: space-between;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.store_access dt {
  width: 240px;
  background-color: #e7bba9;
  border-left: 1px solid;
  border-right: 1px solid;
}
.store_access dd {
  width: calc(100% - 240px - 0px);
  background: var(--base-color03);
}
.store_access dt,
.store_access dd {
  color: var(--base-color02);
  padding: 1rem;
}
.store_access dt:not(:last-of-type),
.store_access dd:not(:last-of-type) {
  margin-bottom: 0px;
  border-bottom: 1px solid;
}

@media screen and (max-width: 1024px) {
  .shop_txt {
    width: 55%;
    margin-right: 3%;
  }
  .shop_img {
    width: 42%;
  }
  .greeting_txt {
    width: 55%;
    margin-right: 3%;
  }
  .greeting_img {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .shop_txt {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
  .shop_txt .guide_ttl {
    font-size: 19px;
  }
  .shop_img {
    width: 100%;
    order: 1;
    margin-bottom: 3%;
  }
  .shop_txt p {
    margin-top: 3%;
  }
  .info_img {
    width: 32%;
  }
  .greeting_txt {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
  .greeting_img {
    width: 100%;
    order: 1;
    margin-bottom: 3%;
  }
  .shoproute ul li {
    width: 48%;
  }

  .store_access {
    margin-top: 0rem;
  }
  .store_access dt {
    width: 140px;
  }
  .store_access dd {
    width: calc(100% - 140px);
  }
}

/***************************************
------------ PRIVACY POLICY ------------
***************************************/

#privacypolicy h3,
#privacypolicy p {
  width: 100%;
  /* text-align: center; */
}
#privacypolicy p {
}
#privacypolicy dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#privacypolicy dl dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: var(--sp-space);
  background-color: var(--sub-color02);
  color: var(--base-color03);
  border-left: 5px solid var(--sub-color05);
  font-weight: 500;
  padding: 5px 8px;
  margin-bottom: 10px;
}

.win #privacypolicy dl dt {
  font-weight: bold;
}

#privacypolicy dl dd {
  margin-left: 0;
}

#privacypolicy dl dd a:hover {
  text-decoration: underline;
}

/*#privacypolicy dl dt::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: var(--base-color02);
	margin-right: 5px;
}*/

#privacypolicy dl dt {
  width: 100%;
  color: var(--sub-color05);
  font-size: var(--sp-fontsize_p);
  text-align: justify;
}
#privacypolicy dl dd,
#privacypolicy dl dd a {
  width: 100%;
  font-size: var(--sp-fontsize_p);
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #privacypolicy dl dt {
  }
  #privacypolicy dl dd {
  }
}

/***************************************
---------------- F A Q ----------------
***************************************/

#faq dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* border: 1px solid var(--base-color02); */
  /* padding: 20px 20px 10px; */
}

#faq dl dt {
  margin-bottom: 0px;
  background: var(--footer-color);
  font-weight: bold;
}

#faq dl dt:not(:nth-of-type(1)) {
  margin-top: var(--sp-space);
  /*padding-top: var(--sp-space);*/
}

#faq dl dt,
#faq dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--base-color02);
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#faq dl dd a:hover {
  text-decoration: underline;
}

#faq dl dt::before {
  content: "Q";
  display: inline-flex;
  width: 45px;
  min-width: 45px;
  height: 45px;
  color: var(--base-color03);
  background: var(--base-color01);
  margin-right: 10px;
  margin-left: -20px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 5px;
}

#faq dl dd::before {
  content: "A";
  display: inline-flex;
  width: 45px;
  min-width: 45px;
  height: 45px;
  color: var(--base-color03);
  background: var(--base-color02);
  margin-right: 10px;
  margin-left: -20px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 5px;
}

#faq dl dd a {
  color: var(--base-color01);
  font-size: var(--sp-fontsize_p);
  text-decoration: underline;
}

#faq .container:last-of-type {
  padding-bottom: calc(var(--sp-container_space) * 2);
}
@media only screen and (max-width: 1024px) {
  /* #faq {
    padding-top: 100px;
  } */
  #faq .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  #faq dl {
    padding: 5px 5px 5px;
  }
  #faq dl dt::before,
  #faq dl dd::before {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  #faq dl dd {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 599px) {
}

/***************************************
----------- PURCHASE / VIST -----------
***************************************/

.purchase_page .step {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--sp-container_space);
  /* border: 2px solid var(--sub-color03); */
  background: var(--base-color03);
  /* padding: 0 10px 10px; */
  position: relative;
}

.purchase_page .step:not(:last-of-type) {
  margin-bottom: 45px;
}

.purchase_page .step:not(:last-of-type)::after {
  display: block;
  content: "";
  background: url("../img/page/step_ar.png") center no-repeat;
  background-size: contain;
  width: 56px;
  height: 29px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 28px);
}

.purchase_page .step_txt {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding-right: 10px;
}
.purchase_page .step_img {
  width: 32.5%;
}

.purchase_page h4 {
  width: 100%;
  /* background-color: var(--sub-color01); */
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px 6px;
  border-bottom: 2px solid var(--base-color02);
}

.purchase_page h4 span {
  color: var(--base-color02);
  background: var(--base-color01);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 5px;
  margin-right: 10px;
  margin-top: 0px;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 6px 6px 6px 6px;
  font-weight: normal;
  line-height: 1.1;
}

.purchase_page h4 span::after {
  counter-increment: number 1;
  content: "" counter(number) "";
  font-size: 160% !important;
}

.purchase_page .step_txt p {
  width: 100%;
  margin-bottom: var(--sp-space);
}
.purchase_page .step_txt p.purchase_add {
  background-color: var(--base-color05);
  padding: 15px;
  border-radius: 10px;
}
.purchase_page .step_txt p b {
  color: var(--base-color04);
  display: block;
  font-size: 140%;
  font-weight: 600;
}
.purchase_page .step_txt p b a {
  text-decoration: underline;
}

.store_address {
  width: 100%;
  padding: 10px;
  background: var(--base-color03);
}

.store_address dt {
  width: 100%;
  font-size: 120% !important;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--sub-color01);
}

.store_address dd {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--sub-color01);
}

.store_address dd.tel {
  color: var(--sub-color01);
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}
/* .store_address dd.tel::before {
    content: "";
    display: inline-block;
    background-image: url(../img/page/icon_phone2.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin-right: 10px;
    width: 40px;
    height: 30px;
} */

.purchase_page .tips_wrap {
  display: block;
  width: 100%;
  background: var(--sub-color03) !important;
  padding: 5px;
}

.purchase_page .tips {
  width: 100%;
  padding: 20px 30px;
  border: 4px double var(--base-color03);
  color: var(--base-color03);
}

.purchase_page .tips li {
  font-size: calc(var(--sp-fontsize_p) * 0.9);
  margin-left: 20px;
}

.purchase_page .tips li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--base-color03);
  margin-right: 10px;
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .purchase_page .step_txt {
    width: 100%;
  }
  .purchase_page .step_img {
    width: 100%;
  }
  .purchase_page h4 span {
    padding-right: 5px;
  }
  .purchase_page h4 span::after {
    margin-bottom: 3px;
    margin-left: 2px;
  }
  .store_address {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .purchase_page .step {
    margin-bottom: calc(var(--sp-container_space) * 2);
  }
  .purchase_page .tips {
    width: 100%;
    padding: 10px 15px;
    font-size: 0.875rem;
  }
  .purchase_page .tips li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .store_address dd.tel {
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  .purchase_page .step_img {
    width: 100%;
  }
  .purchase_page h4 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .purchase_page h4 span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .store_address dd.tel {
    font-size: 1.75rem;
  }
  .store_address dd {
    font-size: 1.25rem;
  }
  /* .store_address dd.tel::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 30px;
  height: 24px;
  margin-right: 10px;
} */
}

/***************************************
---------------- VISIT ----------------
***************************************/

.step_txt .emphasis {
  font-size: 22px;
  color: var(--base-color01);
  font-weight: 600;
}
.step_txt ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#visit .step_txt ul li {
  font-size: 85%;
}

@media screen and (max-width: 768px) {
  .step_txt .emphasis {
    font-size: 20px;
  }
  .step_txt ul {
    margin-bottom: var(--sp-space);
  }
}
/***************************************
---------------- parcel ----------------
***************************************/
#parcel .step_txt p a {
  text-decoration: underline;
}
/***************************************
---------------- CLEANUP ----------------
***************************************/
/* #clean_up .container {
    padding: 0 0 70px;
} */
@media only screen and (max-width: 1024px) {
  #clean_up .container {
    padding: 40px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  #clean_up .container {
    padding: 40px 0 40px;
  }
}
.max_w {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0;
}
/* .title01_br {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    background: #4c1f10;
    padding: 7px 12px;
    margin-bottom: 15px;
} */
section.clean_up .seizen_content {
  display: flex;
  justify-content: space-between;
}
section.clean_up .seizen_content > div:nth-child(1) {
  width: 65%;
  /* margin-right: 20px; */
}
section.clean_up .seizen_content > div:nth-child(2) {
  width: 32%;
  text-align: center;
}
section.clean_up .seizen_content > div:nth-child(2) img {
  max-width: 100%;
}
section.clean_up {
  margin-bottom: 40px;
}
.flow_wrapper > div {
  width: 100%;
  margin-bottom: 30px;
}
.flow_wrapper > div:last-child {
  margin-bottom: 0;
}
section.clean_up h4 {
  font-size: 20px;
  padding: 7px 12px 7px 65px;
  color: #fff;
  font-weight: 500;
  background: var(--sub-color05);
  position: relative;
  margin-bottom: 15px;
}
section.clean_up h4 .step {
  background: url(../img/page/step_pl.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
section.clean_up h4 .step {
  width: 51px;
  height: 49px;
  padding-top: 3px;
  top: -7px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 7px;
}
section.clean_up h4 .step span {
  font-weight: bold;
  width: 100%;
  display: block;
  margin-left: -2px;
}
section.clean_up h4 .step span:nth-child(1) {
  font-size: 11px;
}
section.clean_up h4 .step span:nth-child(2) {
  font-size: 18px;
  margin-top: -8px;
}
section.clean_up .flow_content {
  display: flex;
  justify-content: space-between;
}
section.clean_up .flow_content > div:nth-child(1) {
  width: 65%;
  /* margin-right: 20px; */
}
section.clean_up .flow_content > div:nth-child(2) {
  width: 32%;
  text-align: center;
}
section.clean_up .flow_content > div:nth-child(2) img {
  max-width: 100%;
}

.attention {
  border: 4px solid #e6e6e6;
  background: #f4f4f4;
  padding: 12px;
  width: 100%;
}
.attention li {
  list-style: square;
  margin-left: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  section.clean_up .seizen_content,
  section.clean_up .flow_content {
    flex-wrap: wrap;
  }
  section.clean_up .seizen_content > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
  section.clean_up .seizen_content > div:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  section.clean_up .flow_content > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
  section.clean_up .flow_content > div:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  section.clean_up h4 .step span:nth-child(2) {
    margin-top: -6px;
  }
}
/***************************************
---------------- RESULT ----------------
***************************************/

#result p.subtitle {
  display: block;
  text-align: center;
  margin: 0rem 0 20px;
}
#result p.subtitle span {
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 599px) {
  p.subtitle {
    display: block;
    margin: 0 auto 20px !important;
  }
}

.result_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.latest_box-inner p {
  text-align: left;
  padding: 10px 0;
  line-height: 1.5em;
  height: calc(1.2em * 4);
  overflow: scroll;
  overflow-x: hidden;
}
.latest_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 50px;
}
.latest_box-inner {
  width: 23.5%;
  margin-top: 20px;
  margin-right: calc(6% / 3);
}
.latest_box-inner:nth-child(4n) {
  margin-right: 0;
}
.latest_box-inner img {
  width: 100%;
  /* aspect-ratio: 16/9; */
  object-fit: cover;
}
.latest_img {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.latest_img .caption {
  color: #00000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: -webkit-box;
  -webkit-box-orient: vertical; */
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 20px;
}
.latest_img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%; /* 枠の上に置いて表示させない */
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.latest_img:hover .mask {
  bottom: 0; /* 下に降りてくるように見せる */
}
@media screen and (max-width: 1023px) {
  .latest_box-inner p {
    text-align: left;
    padding: 10px 0;
  }
  .latest_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 20px;
  }
  .latest_box_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 20px;
  }
  .latest_box-inner {
    width: 33.3333%;
    margin: 0;
  }
  .latest_box-inner:nth-child(2n) {
    margin-right: 0;
  }
  .latest_box-inner img {
    width: 100%;
    /* aspect-ratio: 16/9; */
    object-fit: cover;
    border: 1px solid var(--base-color03);
  }
  .latest_img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #eaeaea;
  }
  .latest_img .caption {
    font-size: 80%;
    color: #000000;
    padding: 25% 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .latest_img .mask {
    width: 100%;
    position: absolute;
    bottom: -100%; /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .latest_img:hover .mask {
    bottom: 0; /* 下に降りてくるように見せる */
  }
}
@media screen and (max-width: 768px) {
  .result_box {
    width: 48.5%;
    margin-bottom: calc(var(--sp-container_space) * 0.8);
  }
}
/***************************************
--------------- blog---------------
***************************************/
#blog p.subtitle {
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.blog_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog_box .blog_content_wrapper {
  margin: 0 auto;
  background-color: var(--base-color03);
  width: 100%;
  padding: 36px 30px;
}
.blog_box .blog_content {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dashed var(--base-color02);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog_box .blog_content .blog_txt {
  margin-right: 20px;
  display: flex;
}
.blog_box .blog_content .blog_txt .date {
  width: 150px;
}
.blog_content .blog_txt .text {
  text-align: justify;
  width: calc(100% - 150px - 20px);
}

#blog_detail .blog_img_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#blog_detail .blog_img {
  width: 48.5%;
  margin-bottom: 3%;
}

#blog_detail .blog_date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5%;
}

#blog_detail .blog_text {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
}

#blog_detail .btn {
  margin: var(--sp-space);
  width: 100%;
}

#blog_detail .btn a {
  display: block;
  width: min(50%, 300px);
  margin: auto;
  padding: 15px 0;
  font-size: var(--sp-fontsize_p);
  line-height: 1;
  color: var(--base-color01);
  background: var(--base-color02);
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #blog_detail .blog_date {
    font-size: var(--sp-fontsize_p);
  }

  #blog_detail .blog_text {
    font-size: var(--sp-fontsize_p);
  }
  #blog_detail .btn a {
    padding: 10px 0;
  }
  .blog_box {
    display: block;
  }
  .blog_box .blog_content_wrapper {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }
  .blog_content .blog_txt .text {
    font-size: 15px;
    width: 100%;
  }
  .info_box {
    margin-top: 0;
    padding: var(--sp-space);
  }
  .info_box dl dt {
    width: 100%;
  }
  .blog_box .blog_content .blog_txt {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .blog_box .blog_content .blog_content_innr {
    display: block;
    width: 95%;
    margin: 0 auto 20px;
  }
  .blog_box .blog_content dl dt {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .blog_box .blog_content dl dd {
    width: 100%;
    height: auto;
  }
}

/***************************************
--------------- N E W S / COLUMN---------------
***************************************/

#news p.subtitle {
  text-align: center;
  width: 100%;
  font-weight: 600;
  border-bottom: 2px solid var(--base-color01);
  padding-bottom: 8px;
}

.news_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  /* border-top: 5px solid var(--base-color01); */
}
.news_box .news_content_wrapper {
  margin: 0 auto;
  background-color: var(--base-color03);
  width: 100%;
  padding: 36px 30px;
}
.news_box .news_content {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dashed var(--sub-color05);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_box .news_content .news_txt {
  margin-right: 20px;
  display: flex;
}

.news_content .news_txt .date {
  width: 150px;
}
.news_content .news_txt .text {
  width: calc(100% - 150px - 20px);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .news_box {
    display: block;
  }
  .news_box .news_content_wrapper {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }
  .news_box .news_content .news_txt {
    display: block;
    margin-right: 0;
  }
  .news_content .news_txt .text {
    font-size: 15px;
    width: 100%;
  }
  .news_content .news_txt .date {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .news_box .news_content .news_content_innr {
    display: block;
    width: 95%;
    /* margin: 0 auto 20px; */
  }
  .news_box .news_content dl dt {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .news_box .news_content dl dd {
    width: 100%;
    height: auto;
  }
  /* .news_box .news_content .news_txt {
    margin-right: 0px;
}
.news_content .news_txt .date{
  width: 30%;
  margin-right: 20px;
}
.news_content .news_txt .text {
  width: calc(100% - 30% - 20px);
} */
}

@media screen and (max-width: 768px) {
  .info_box {
    margin-top: 0;
    padding: var(--sp-space);
  }
  .info_box dl dt {
    width: 100%;
  }
}

#news_detail .news_img_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#news_detail .news_img {
  width: 48.5%;
  margin-bottom: 3%;
}
#news_detail .news_img img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

#news_detail .news_date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5%;
}

#news_detail .news_text {
  width: 100%;
  text-align: justify;
  margin-bottom: 3%;
}

#news_detail .btn {
  margin: var(--sp-space);
  width: 100%;
}

#news_detail .btn a {
  display: block;
  width: min(50%, 300px);
  margin: auto;
  padding: 15px 0;
  font-size: var(--sp-fontsize_p);
  line-height: 1;
  color: var(--base-color01);
  background: var(--base-color02);
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #news_detail .news_date {
    font-size: var(--sp-fontsize_p);
  }

  #news_detail .news_text {
    /* font-size: var(--sp-fontsize_p); */
  }
  #news_detail .btn a {
    padding: 10px 0;
  }
}
/***************************************
--------------- CAMPAIGN ---------------
***************************************/
#campaign p.subtitle {
  text-align: center;
  width: 100%;
  font-weight: 600;
}
#campaign .page_archive_box {
  width: 100%;
  margin: 0 auto var(--sp-space);
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid var(--base-color01);
  padding-top: 20px;
}
#campaign .page_archive_box dl {
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: dashed 1px var(--base-color02);
}
#campaign .page_archive_box dl:not(:first-of-type) {
  padding-top: 15px;
}
#campaign .page_archive_box dl dt,
.page_archive_box dl dd a {
  color: var(--base-color02);
}
#campaign .page_archive_box dl dt {
  width: 30%;
  min-width: 150px;
  margin-right: 2%;
}
#campaign .page_archive_box dl dt img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid #ccc;
  margin-bottom: 0rem;
}
#campaign .page_archive_box dl dd {
  width: 68%;
}
#campaign .page_archive_box dl dd a {
  display: block;
  width: 100%;
}
#campaign .page_archive_box dl dd h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  background: none;
  color: var(--base-color02);
  padding-left: 0;
}
#campaign .page_archive_box dl dd h3::first-letter {
  color: var(--base-color01);
}
#campaign .page_archive_box dl dd h3::before {
  content: none;
}
#campaign .page_archive_box dl dd h3::after {
  content: none;
}
#campaign .page_archive_box dl dd p {
  line-height: 160%;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news_detail.campaign_detail .news_date {
  text-align: left;
}
@media screen and (max-width: 599px) {
  #campaign .page_archive_box dl {
    width: 100%;
  }
  #campaign .page_archive_box dl dt {
    width: 75%;
    margin-right: 0%;
    margin: 0 auto;
    order: 2;
  }
  #campaign .page_archive_box dl dd {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
}
/***************************************
-------------- I T E M S --------------
***************************************/
#items {
  background-color: var(--sub-color02);
}
#items p.subtitle {
  text-align: left;
}
#items p.item_cate {
  border: 3px solid var(--sub-color05);
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--footer-color);
}
#items .item_category {
  background-color: var(--base-bgcolor01);
  padding: 10px;
}
#items .item_category p {
  margin: 0 !important;
  border: 2px solid #cdbda1;
  padding: 10px;
}
#items .items_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

/* #items.page_wrap {
  background: var(--base-color03);
} */

#items .items_box {
  width: calc((100% - 6%) / 4);
  margin-bottom: 3%;
  /* border: 1px solid var(--base-color02);*/
  /*box-shadow: 1px 2px 2px rgba(0, 0, 0, .35);*/
}

#items .items_box:not(:nth-of-type(4n)) {
  margin-right: 2%;
}

#items .items_img {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px;
}
#items .items_img a img {
  width: 85%;
  margin: 0 auto 5px;
  display: block;
}
#items .items_txt {
  display: block;
}
#items .items_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
/* #items .items_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.0;
  width: 100%;
  padding: 5px 0;
  color: var(--base-color02);
  background: var(--base-color03);
	border-bottom: 1px solid;
	font-weight: 600;
}

#items .items_txt {
  text-align: justify;
  width: 100%;
  padding: 0 10px;
  font-size: .95rem !important;
  background: none;
} */

@media screen and (max-width: 768px) {
  #items .items_box {
    width: 48.5%;
    margin-bottom: 5%;
  }
  #items .items_box:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  #items .items_box:not(:nth-of-type(2n)) {
    margin-right: 3%;
  }
}

/***************************************
-------------- ITEMS TYPE --------------
***************************************/
.items_type .container:last-child {
  padding-top: 0;
}
.items_type .items_type_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.items_type .items_type_txt p {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  text-align: center;
}
/* .items_type .items_type_txt p span{
  display: block;
  color: var(--base-color01);
  font-size: 115%;
  font-weight: 500;
} */
@media screen and (max-width: 768px) {
  .items_type .items_type_txt p {
    text-align: left;
  }
}
.items_type .items_type_txt .item_cate {
  display: block;
  margin: 0 auto 10px;
  color: var(--sub-color01);
  font-size: 22px;
  font-weight: 600;
}
/* .items_type .items_type_txt .item_cate span{
  width: 250px;
  display: block;
  margin: 0 auto;
} */

.items_type .items_type_txt,
.items_type .items_type_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  text-align: justify;
  align-content: flex-start;
}

.items_type .items_type_img li {
  width: 24%;
  margin-bottom: 3%;
  border: 3px solid var(--sub-color03);
}

.items_type .tips {
  width: 100%;
  padding: 20px 30px;
  background: #fffee5;
  border: 3px double var(--base-color02);
}

.items_type .tips li {
  font-size: calc(var(--sp-fontsize_p) * 0.9);
  margin-left: 20px;
}

.items_type .tips li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--base-color02);
  margin-right: 10px;
  margin-left: -20px;
}

.result_items_type {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: var(--sp-container_space) 0;
}

.result_items_type dt {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 5px;
  color: var(--base-color03);
  font-size: 28px;
  font-weight: 500;
  background-image: url(../img/page/h3ttl_back.jpg);
  background-size: cover;
  letter-spacing: 0.05em;
  line-height: 1em;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  box-shadow: 4px 4px 5px #33333357;
}
.result_items_type dt span {
  line-height: 1;
  z-index: 1;
  position: relative;
  background-color: rgba(105, 85, 28, 0.6);
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 10px 10px 12px 50px;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.result_items_type dt span::after {
  content: "";
  background-image: url(../img/page/h3dec.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 37px;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .result_items_type dt {
    font-size: 22px;
    margin-bottom: 20px;
    border-radius: 50px;
    box-shadow: 2px 2px 2px #33333347;
  }
  .result_items_type dt span {
    padding: 8px 10px 10px 50px;
    border-radius: 50px;
  }
}

.items_type table {
  width: 100%;
  border-collapse: collapse;
}
.items_type table th {
  background: var(--base-color01);
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding: 5px 15px;
  border: solid 1px var(--base-color01);
  box-sizing: border-box;
}
.items_type table td {
  background: #fff;
  padding: 10px 15px;
  border: solid 1px var(--base-color01);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .items_type .items_type_txt .item_cate {
    font-size: 20px;
  }
  .items_type .items_type_img li {
    width: 48.5%;
  }
  .items_type .tips {
    width: 100%;
    padding: 10px 15px;
    font-size: 0.875rem;
  }
  .items_type .tips li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

/***************************************
--------------- SITE MAP ---------------
***************************************/

#sitemap h3 a {
  color: var(--base-color03);
  line-height: 1;
  position: relative;
  text-decoration: underline;
}

#sitemap li a:hover,
#sitemap h3 a:hover {
  text-decoration: underline;
}

#sitemap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 3%;
  margin-bottom: 3%;
}

#sitemap li {
  display: flex;
  align-items: center;
  width: 22.5%;
  margin-bottom: 1%;
}

#sitemap li:not(:nth-of-type(4n)) {
  margin-right: calc(10% / 3);
}

#sitemap li a {
  font-size: var(--sp-fontsize_p);
}

#sitemap li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  margin-right: 0.25rem;
  font-weight: 600;
  color: var(--sub-color2);
}

@media screen and (max-width: 768px) {
  #sitemap li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #sitemap li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  #sitemap li:not(:nth-of-type(2n)) {
    margin-right: 3%;
  }
}

/***************************************
--------------- LINE ---------------
***************************************/

#lineArea {
}

#lineArea img.w_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 4rem;
  box-shadow: 4px 4px 5px #33333321;
}

ul.line_step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.line_step li {
  width: 32%;
  background: var(--base-bgcolor02);
  border: 1px solid var(--base-color01);
  margin-bottom: 2rem;
  padding: 0;
}

ul.line_step li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  ul.line_step li:nth-last-child(-n + 3) {
    margin-bottom: 2rem;
  }
  ul.line_step li:nth-last-child(-n + 2) {
    margin-bottom: 0rem;
  }
}
ul.line_step li p {
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px;
  margin: 0 auto 0 !important;
  background-color: var(--footer-color);
}

ul.line_step li div {
  position: relative;
  /* box-shadow: 4px 4px 5px #33333321; */
}

ul.line_step li div::before {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
  content: "" counter(number) "";
  padding: 5px 5px;
  margin-right: 10px;
  margin-top: 0px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--sub-color05);
  font-size: 160% !important;
  color: var(--base-color03);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

ul.line_step li span::after {
  counter-increment: number 1;
  content: "" counter(number) "";
  font-size: 160% !important;
  color: var(--base-color03);
}

ul.line_step li {
  line-height: 1.4;
  background: var(--base-bgcolor01);
  box-shadow: 4px 4px 5px #33333321;
}

@media screen and (max-width: 1024px) {
  #lineArea h3 {
    margin-bottom: 3%;
  }
  ul.line_step li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  /* #lineArea h3 {
      padding: 6px 25px 8px;
      font-size: 20px;
  } */
  #lineArea img.w_img {
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 599px) {
  #lineArea p {
    font-size: 0.875rem !important;
  }
  ul.line_step li div::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 120% !important;
  }
}

/*---------------------------*/

.note_list {
  display: block;
  width: 100%;
}

.note_list dt {
  font-size: 120%;
}

.note_list dt::before {
  content: "◆";
  margin-right: 5px;
}

.note_list dd {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}

/*----------------------------*/

ul.notes_list {
  text-align: left;
}

ul.notes_list li {
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}

ul.notes_list li::before {
  content: "※";
  color: #ef330e;
}

ul.notes_list2 {
  text-align: left;
  margin: 0.5rem 0 0.5rem;
}

ul.notes_list2 li {
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}

ul.notes_list2 li::before {
  content: "・";
}

ul.check_list {
  margin-left: 20px;
  text-align: left;
}

ul.check_list li {
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}

ul.check_list li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 0.25rem;
  font-weight: 600;
  color: var(--base-color01);
}

/*アクセス*/

#access_route {
}

.access_info {
  margin-top: var(--sp-container_space);
}

.access_info h3 {
  display: block;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-left: 1rem;
  color: var(--base-color03);
  font-size: var(--sp-fontsize_h3);
  background: var(--base-color02);
  border-left: 5px solid var(--base-color01);
}

.access_imgBox {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

.access_imgBox li {
  width: 32%;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .access_imgBox li {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .access_imgBox li {
    width: 100%;
  }
}

.access_imgBox li span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  left: 3px;
  background: var(--base-color02);
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
}

.access_imgBox li span::before {
  counter-increment: number 1;
  content: "" counter(number) "";
  font-size: 110% !important;
  color: var(--base-color03);
}

.access_imgBox li img {
  border: 1px solid #ccc;
}

.route_box {
}

.route_box dt {
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .route_box dt {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.route_box dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  margin-right: 0.35rem;
  font-weight: 600;
  color: var(--base-color01);
}

.route_box dt.train::before {
  content: "\f239";
}

.route_box dt.bus::before {
  content: "\f55e";
}

.route_box dt.car::before {
  content: "\f1b9";
}

.route_box dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.note {
  color: var(--sub-color01);
}

#access_route .parking {
  margin-top: 20px;
}

#access_route .parking .flex_txt .img_box {
  width: 38.5%;
  order: 2;
}

#access_route .parking .flex_txt .txt_box {
  width: 60%;
  order: 1;
}

#access_route .parking.Lp .flex_txt .img_box {
  order: 1;
}

#access_route .parking.Lp .flex_txt .txt_box {
  order: 2;
}

#access_route .parking .flex_txt .txt_box ul {
  margin-top: 20px;
}

#access_route .parking .flex_txt .txt_box li {
  font-weight: 600;
  line-height: 130%;
}

#access_route .parking .flex_txt .txt_box li:not(:last-of-type) {
  padding-bottom: 10px;
}

#access_route .parking .flex_txt .txt_box li::before {
  content: "●";
  color: var(--base-color01);
}

#access_route .parking .flex_txt .txt_box img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #access_route .parking .flex_txt .img_box {
    width: 100%;
    order: 1;
  }
  #access_route .parking .flex_txt .txt_box {
    width: 100%;
    order: 2;
  }
  #access_route .parking .flex_txt .img_box img {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto 0;
  }
  #access_route .parking .flex_txt .txt_box li {
  }
}

.date,
.news_date {
  display: flex;
  align-items: center;
}
.date::before,
.news_date::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: calc(73px / 4.8);
  height: calc(75px / 4.8);
  margin-right: 5px;
  background-image: url(../img/cal_bla.svg);
}

.step .area {
  padding: clamp(2rem, 4vw, 4rem);
  background: #fffadb;
  p {
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #333;
    margin-bottom: 0.5em;
  }
  strong {
    font-weight: bold;
    color: var(--base-color04);
  }
}

.visit-banner {
  margin-bottom: 50px;
}
.visit-banner-img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .visit-banner {
    margin-bottom: 25px;
  }
  .visit-banner-img--pc {
    display: none;
  }
  .visit-banner-img--sp {
    display: inline;
  }
}
