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

.page_title {
  width: 100%;
  height: 150px;
  margin-top: 0px;
  background: url("../img/pt02.webp") repeat;
  border-bottom: 2px solid var(--base-color01);
}

.page_title h1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: inherit;
  margin: auto;
}
.page_title h1 .inner_title {
  display: block;
  width: 90%;
  text-align: center !important;
  font-size: 2.25rem;
  color: var(--base-color01);
  letter-spacing: 3px;
  margin-top: 0px;
}
.page_title h1 .inner_title span {
  display: block;
  width: 90%;
  text-align: center !important;
  font-size: 17px !important;
  color: var(--base-color01);
  letter-spacing: 0px;
  margin: 0 auto 5px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .page_title {
    height: 150px;
    margin-top: 80px;
  }
  .page_title h1 .inner_title {
    margin-top: 0px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .page_title {
    height: 100px;
    margin-top: 60px;
  }
  .page_title h1 .inner_title {
    margin-top: 0px;
    font-size: 1.75rem;
  }
}

/***************************************
-------------- PAGE　COMMON --------------
***************************************/

.page_wrap {
  padding: 30px 0 30px !important;
  font-size: 1rem;
}

.page_wrap article {
  width: 100%;
}

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

@media screen and (min-width: 1025px) {
  .page_wrap {
    padding: 50px 0 50px !important;
  }
  .page_wrap article:not(:last-of-type) {
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 599px) {
  .page_wrap {
    padding: 15px 0 25px !important;
    font-size: 17px;
  }
  .page_wrap article:not(:last-of-type) {
    margin: 0 auto 25px;
  }
}

.page_wrap h3,
h4,
h5 {
  font-weight: bold;
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
  letter-spacing: 1px;
}

.page_wrap p {
  margin: 0.5rem auto 0.5rem !important;
  line-height: 160%;
}

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

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

.page_wrap h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--base-color03);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--base-color01);
  border-bottom: 3px solid var(--base-color04);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 15px 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .page_wrap h2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 599px) {
  .page_wrap h2 {
    font-size: 1.25rem;
  }
}

.page_wrap #trip_purchas h2.img_title {
  background-color: transparent !important;
  border-bottom: 3px solid var(--base-color04);
}
/*----------------------*/

.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: 48%;
}

.page_anchor li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid var(--base-color01);
  background: var(--base-color04);
  color: var(--base-color01);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.page_anchor li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 600;
  margin-right: 2px;
}

.page_anchor li a:hover {
  background: var(--base-color01);
  color: var(--base-color03);
}
@media screen and (min-width: 1025px) {
  .page_anchor {
    justify-content: center;
  }

  .page_anchor li {
    width: auto !important;
    padding: 1%;
  }
}
@media screen and (max-width: 599px) {
  .page_anchor li {
    padding: 1%;
    width: 100%;
  }
}
/*---------------------------------------*/

/***************************************
-------------- ACCESS INFO --------------
***************************************/

.page_wrap {
  padding: 50px 0;
}

.page_bg_color {
  width: 100%;
  background: var(--page-bgcolor);
}

.greeting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greeting_txt {
  width: 60%;
}

.greeting_txt h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 0rem;
  color: var(--base-color02);
  line-height: 140%;
}

.greeting_txt h3 strong {
  color: var(--base-color01);
}

.greeting_txt p {
  display: block;
  width: 100%;
  margin: 2rem auto 0;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: justify;
}

.greeting_img {
  width: 37.5%;
}

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

.greeting_owner h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  color: var(--base-color03);
  font-size: var(--sp-fontsize_h3);
  background: var(--base-color01);
  border-bottom: 3px solid var(--sub-color03);
  margin-bottom: 20px;
}

.store_information h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  color: var(--base-color03);
  font-size: var(--sp-fontsize_h3);
  background: var(--base-color01);
  border-bottom: 3px solid var(--sub-color03);
}

.info_imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.info_img {
  width: 32%;
}

.store_access {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0rem;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.store_access dt {
  width: 240px;
  background: var(--base-bgcolor01);
  color: var(--base-color01);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.store_access dd {
  width: calc(100% - 240px - 2px);
  background: var(--base-color03);
}

.store_access dt,
.store_access dd {
  font-size: 1rem;
  padding: 1rem;
}

.store_access dt:not(:last-of-type),
.store_access dd:not(:last-of-type) {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}

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

.map h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  color: var(--base-color03);
  font-size: var(--sp-fontsize_h3);
  background: var(--base-color01);
}

.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 5;
  margin-top: 0rem;
}

@media screen and (max-width: 1025px) {
  .page_wrap {
    padding: var(--sp-container_space) 0;
  }
}

@media screen and (max-width: 768px) {
  .greeting_txt {
    width: 100%;
    order: 2;
  }
  .greeting_img {
    width: 100%;
    order: 1;
    margin-bottom: 3%;
  }
  .greeting_txt p {
    margin-top: 3%;
    font-size: var(--sp-fontsize_p);
  }
  .info_imgBox,
  .store_access {
    margin-top: 3%;
  }
  .info_imgBox {
    margin-bottom: 2rem;
  }
  .store_access dt,
  .store_access dd {
    width: 100%;
    padding: 2%;
    font-size: 17px;
  }
  .store_access {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .store_access dt {
    border-left: 0px solid;
    border-right: 0px solid;
  }
  .store_access dt:not(:last-of-type),
  .store_access dd:not(:last-of-type) {
    border-bottom: 0px solid;
  }
}

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

#privacypolicy h3 {
  margin-bottom: var(--sp-space);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--base-color01);
}

#privacypolicy h3,
#privacypolicy p {
  width: 100%;
  text-align: center;
}

#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(--base-bgcolor01);
  color: var(--base-color01);
  border-left: 5px solid var(--base-color01);
  font-size: 1.25rem !important;
  font-weight: 600;
  padding: 5px 8px;
  margin-bottom: 10px;
}

#privacypolicy dl dd {
  margin-left: 0;
  line-height: 160%;
}

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

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

#privacypolicy dl dt,
#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 {
    font-size: 1.125rem !important;
  }
  #privacypolicy dl dd {
    font-size: 17px;
  }
}

/***************************************
---------------- F A Q ----------------
***************************************/
#faq_list {
}
#faq_list h3 {
  width: 100%;
  padding: 10px 15px;
  color: var(--base-color03);
  background: var(--base-color01);
  border-bottom: 3px solid var(--base-color04);
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

#faq_list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid var(--base-color01);
  border-left: 1px solid var(--base-color01);
  border-right: 1px solid var(--base-color01);
  padding: 20px 20px 10px;
  border-radius: 0px 0px 5px 5px;
}

#faq_list dl dt {
  margin-bottom: 0px;
  background: var(--base-bgcolor01);
  font-weight: 600;
  font-size: 1.125rem;
}

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

#faq_list dl dt,
#faq_list dl dd {
  display: flex;

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

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

#faq_list 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: 8px;
  margin-left: -20px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 5px;
}

#faq_list dl dd::before {
  content: "A";
  display: inline-flex;
  width: 45px;
  min-width: 45px;
  height: 45px;
  color: var(--base-color01);
  background: var(--base-color04);
  margin-right: 8px;
  margin-left: -20px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 5px;
}

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

#faq_list .container:last-of-type {
  padding-bottom: calc(var(--sp-container_space) * 2);
}

@media screen and (min-width: 1025px) {
  #faq_list dl dt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #faq_list dl {
    padding: 5px 5px 5px;
  }
  #faq_list dl dt::before,
  #faq_list dl dd::before {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  #faq_list dl dd {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 599px) {
  #faq_list dl dt {
    font-size: 1.0625rem;
  }
  #faq_list dl dd {
    font-size: 17px;
  }
}

/***************************************
----------- 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(--base-color01);
  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;
	  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
	font-size: 5rem;
  font-weight: 600;
	position: absolute;
	bottom: -20px;
	left: 50%;
}*/

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

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

.purchase_page .step_img {
  width: 32.5%;
}

.purchase_page h3 {
  width: 100%;
  border-bottom: 1px dotted var(--base-color01);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  /*position: relative;*/
  /*margin-left: calc(min(15vw, 64px) + min(1.5vw, 10px));*/
}

/*
.purchase_page h3:before {
	display: flex;
	align-items: center;
	content: "";
	background: var(--base-color01);
}*/

.purchase_page h3 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 5px;
  margin-right: 10px;
  margin-top: -4px;
  width: 70px;
  height: 70px;
}

.purchase_page h3 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);
}

.store_address {
  width: 100%;
  padding: 15px;
  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;
}

.store_address dd {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.store_address dd.free_tel,
.store_address dd.tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}

.store_address dd.free_tel::before,
.store_address dd.tel::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-right: 10px;
}
.store_address dd.free_tel::before {
  background-image: url("../img/icon_tel_free.webp");
  width: 60px;
  height: 32px;
}

.store_address dd.tel::before {
  background-image: url("../img/icon_phone.webp");
  width: 40px;
  height: 40px;
}

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

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

.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-color01);
  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 h3 span {
    padding-right: 5px;
  }
  .store_address {
    width: 100%;
    margin-bottom: 15px;
  }
  .purchase_page .step {
    margin-bottom: calc(var(--sp-container_space) * 2);
  }
  .purchase_page .tips {
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
  }
  .purchase_page .tips li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 599px) {
  .purchase_page .step_img {
    width: 100%;
  }
  .purchase_page h3 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .purchase_page h3 span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    height: auto;
  }

  .store_address dd.free_tel,
  .store_address dd.tel {
    font-size: 1.5rem;
  }
  .store_address dd {
    font-size: 1.25rem;
  }

  .store_address dd.free_tel::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 48px;
    height: 26px;
    margin-right: 10px;
  }
  .store_address dd.tel::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

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

.purchase_page h3 span {
  color: var(--base-color03);
  background: var(--base-color01);
}

.takuhai_warp {
  display: flex;
  flex-flow: column wrap;
  background: var(--base-bgcolor01);
  padding: 20px;
}

.takuhai_note {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.takuhai_note:not(:last-of-type) {
  border-bottom: 1px dashed var(--base-color01);
  margin-bottom: 20px;
}

.takuhai_note .note_txt {
  width: 65%;
}

.takuhai_note .note_txt h4 {
  border-left: 8px solid var(--base-color01);
  margin-bottom: 1rem;
  padding-left: 8px;
  font-size: 1.25rem;
}

.takuhai_note .note_txt p {
  padding: 0 10px;
}

.takuhai_note .note_img {
  width: 32.5%;
}

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

@media screen and (max-width: 768px) {
  .takuhai_note .note_txt {
    width: 100%;
    margin-bottom: 10px;
  }
  .takuhai_note .note_img {
    width: 100%;
  }
}

/***************************************
---------------- RESULT ----------------
***************************************/

p.subtitle {
  display: block;
  text-align: center;
  margin: 0 auto 30px !important;
  font-size: 1.25rem !important;
}

@media screen and (max-width: 599px) {
  p.subtitle {
    display: block;
    text-align: center;
    margin: 0 auto 30px !important;
    font-size: 1.125rem !important;
  }
}

.result_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.result_box {
  width: 24%;
  margin-bottom: var(--sp-space);
}

.result_box:not(:nth-of-type(4n)) {
  margin-right: calc(4% / 3);
}

.result_box img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 0px solid #ccc;
  margin-bottom: 0rem;
}

.result_txt .date {
  margin: 15px 0;
  text-align: right;
  font-size: 0.875rem !important;
  line-height: 1;
}

.result_txt .date::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 400;
  margin-right: 5px;
  margin-top: -3px;
  color: var(--base-color01);
}

.result_txt .category {
  text-align: center;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1;
  margin: 0px 0 10px;
  padding: 7px 10px 7px;
  background: var(--base-color04);
  color: var(--base-color01);
  border-bottom: 0px solid;
}

.result_txt .text {
  clear: both;
  text-align: justify;
  font-size: 1rem;
  /*-----*/
  padding: 0 3px 0;
  min-height: 80px;
  max-height: 80px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .result_box {
    width: 48.5%;
    margin-bottom: calc(var(--sp-container_space) * 0.8);
  }
  .result_box:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .result_box:not(:nth-of-type(2n)) {
    margin-right: 3%;
  }
  .result_txt .text,
  .result_txt .category {
    font-size: var(--sp-fontsize_p);
  }
}

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

.news_box {
  width: 100%;
  margin: 0 auto var(--sp-space);
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid var(--base-color01);
  padding-top: 20px;
}

.news_box dl {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: dashed 1px var(--base-color01);
}

.news_box dl:not(:first-of-type) {
  padding-top: 15px;
}

.news_box dl dt {
  width: 100%;
  margin-right: 2.5%;
  font-size: 1rem;
  color: var(--base-color02);
}

.news_box dl dt::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 600;
  margin-right: 5px;
  margin-top: -3px;
  color: var(--base-color01);
}

.news_box dl dd {
  width: 100%;
}

.news_box dl dt,
.news_box dl dd a {
  color: var(--base-color02);
}

.news_box dl dd a:hover {
  text-decoration: underline;
}

.news_box dl dd h3 {
  font-size: 1.125rem !important ;
  color: var(--base-color02);
}

@media screen and (max-width: 768px) {
  .info_box {
    margin-top: 0;
    padding: var(--sp-space);
  }
  .info_box dl dt {
    width: 100%;
  }
  .news_box dl dd h3 {
    font-size: 1rem !important ;
  }
}

#news_detail h3.news_title {
  width: 100%;
  font-size: var(--sp-fontsize_h3);
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid var(--base-color01);
  margin-bottom: 3%;
  border-left: 8px solid var(--sub-color02);
}

#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 .coupon_img_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#news_detail .coupon_img {
  width: 100%;
  margin-bottom: 3%;
}

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

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

#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-color03);
  background: var(--base-color01);
  text-align: center;
  border-radius: 10px;
}

/***************************************
-------------- I T E M S --------------
***************************************/

#items p.subtitle {
  text-align: left;
}

#items .items_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

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

#items .items_box {
  width: 23.5%;
  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_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  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: 0.95rem !important;
  background: none;
}

@media screen and (max-width: 768px) {
  #items .items_box {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #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 .items_type_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.items_type .items_type_txt p {
  margin-bottom: 3%;
}

.items_type h2 {
}

.items_type .items_type_txt h3.item_cate {
  display: block;
  text-align: center !important;
  margin: 0 auto 0;
}

.items_type .items_type_txt h3.item_cate span {
}

.items_type .items_type_txt h3.item_cate span img {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto 1rem;
}

.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: 5px solid var(--base-bgcolor01);
}

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

.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-color01);
  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 {
  width: 100%;
  color: var(--base-color03);
  background: var(--base-color01);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: var(--sp-space);
  font-size: 1.25rem !important;
  border-bottom: 3px solid var(--base-color04);
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 768px) {
  .items_type .items_type_img li {
    width: 48.5%;
  }
  .items_type .tips {
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
  }
  .items_type .tips li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
  #items .items_wrap .items_box {
    width: 49%;
  }
  #items .items_wrap .items_box:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #items .items_wrap .items_box:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  #items .items_wrap .items_box .items_img {
    width: 100%;
  }
  #items .items_wrap .items_box .items_txt {
    width: 100%;
  }
}

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

#sitemap h3 {
  width: 100%;
  padding-bottom: 5px;
  background: var(--base-color03);
  color: var(--base-color01);
  margin-bottom: 1.5%;
  padding: 0px 10px 5px;
  font-weight: normal;
  border-left: 8px solid var(--base-color01);
  border-bottom: 1px solid;
}

#sitemap h3 a {
  font-size: var(--sp-fontsize_h3);
  color: var(--base-color01);
}

#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(--base-color01);
}

@media screen and (max-width: 768px) {
  #sitemap h3 {
    margin-bottom: 3%;
  }
  #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 2rem;
}

#lineArea h3 {
  width: 100%;
  padding-bottom: 5px;
  background: var(--base-color01);
  color: var(--base-color03);
  margin-bottom: 1.5%;
  padding: 8px 10px 8px;
  font-weight: normal;
  border-bottom: 3px solid var(--base-color01);
  text-align: center;
}

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 {
}

ul.line_step li p {
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px;
  margin: 0 auto 0 !important;
  background: var(--base-bgcolor02);
}

ul.line_step li div {
  position: relative;
}

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(--base-color01);
  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;
}

@media screen and (max-width: 1024px) {
  #lineArea h3 {
    margin-bottom: 3%;
  }
  ul.line_step li {
    width: 48%;
  }
}

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

.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-color01);
  border-left: 5px solid var(--base-color01);
}

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

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

.access_imgBox li:not(:nth-of-type(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .access_imgBox {
    width: 100%;
    counter-reset: number 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 1rem;
  }

  .access_imgBox li {
    width: 48%;
  }
  .access_imgBox li:not(:nth-of-type(3n)),
  .access_imgBox li:nth-of-type(3n) {
    margin-right: auto !important;
  }
}
/*
@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-color01);
  width: 30px;
  min-width: 30px;
  height: 30px;
  /*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.inside::before {
  content: "\f54e";
}
.route_box dt.foot::before {
  content: "\f54b";
}

.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);
}

.parking_map {
  margin-top: 20px;
}

.parking_map .flex_txt .img_box {
  width: 48% !important;
  order: 2;
}

.parking_map .flex_txt .txt_box {
  width: 50% !important;
  order: 1;
}

.parking_map.Lp .flex_txt .img_box {
  order: 1;
}

.parking_map.Lp .flex_txt .txt_box {
  order: 2;
}

.parking_map .flex_txt .txt_box ul {
  margin-top: 20px;
}

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

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

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

.parking_map .flex_txt .txt_box img {
  margin-bottom: 10px;
}

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

/***************************************
-------------- CAMPAIGN --------------
***************************************/
#campaign_page .title {
  width: 100%;
  margin: 0 auto 30px;
}
#campaign_page .title h3 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 10px;
  color: var(--base-color01);
  border-bottom: 2px solid var(--base-color01);
  border-left: 8px solid var(--base-color05);
}

#campaign_page .detail .detail_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#campaign_page .detail .detail_img img {
  width: 48%;
}
#campaign_page .detail .detail_txt {
  width: 100%;
  margin: 30px auto;
}
#campaign_page .detail .detail_txt p {
  width: 100%;
  text-align: justify;
}
#past dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--base-color01);
}
#past dl:not(:first-of-type) {
  margin-top: 20px;
}

#past dl dt {
  width: 120px;
  text-align: center;
  color: var(--base-color01);
  background: var(--base-color04);
}
#past dl dd {
  width: calc(100% - 120px - 15px);
}
#past dl dd a {
  font-size: 1.25rem;
}

#past dl a:hover {
  color: var(--base-color01);
  text-decoration: underline;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
  #past dl dt {
    width: 120px;
    margin-bottom: 15px;
    text-align: center;
  }
  #past dl dd {
    width: 100%;
  }
}

/***************************************
-------------- clean_up --------------
***************************************/

#clean_up {
}

#clean_up .trouble_box {
  display: block;
  width: 100%;
  background: url("../img/pt04.webp") repeat;
  padding: 10px 20px 20px;
  margin: 20px auto 20px;
  border: 3px solid;
}

#clean_up .trouble_box h3 {
  text-align: center;
  margin-bottom: 0rem;
  font-size: 2rem !important;
  border-bottom: 1px solid;
}

#clean_up .trouble_box ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#clean_up .trouble_box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 49%;
  background: var(--base-color03);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 1rem;
  font-size: 1.25rem;
  margin-top: 20px;
}

#clean_up .trouble_box ul li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  margin-right: 0.5rem;
  font-weight: 600;
  color: var(--base-color01);
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #clean_up .trouble_box h3 {
    font-size: 1.5rem !important;
  }

  #clean_up .trouble_box ul li {
    border-radius: 10px;
    padding: 1rem;
    font-size: 1.125rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  #clean_up .trouble_box {
    display: block;
    width: 100%;
    background: url("../img/pt02.webp") repeat;
    padding: 10px 10px 20px;
    margin: 20px auto 20px;
    border: 3px solid;
  }
  #clean_up .trouble_box ul {
    display: flex;
    flex-flow: column wrap !important ;
    justify-content: space-between;
  }

  #clean_up .trouble_box ul li {
    width: 100% !important ;
    padding: 0.75rem;
    font-size: 1rem;
    margin-top: 10px;
  }
  #clean_up .trouble_box ul li::before {
    font-size: 1.5rem;
  }
}

#clean_up .resolution_box {
  display: block;
  width: 100%;

  padding: 0px 0px 20px;
  margin: 20px auto 20px;
  border: 3px solid var(--sub-color01);
}

#clean_up .resolution_box h3 {
  background: var(--sub-color01);
  color: var(--base-color03);
  text-align: center;
  margin-bottom: 0rem;
  font-size: 2rem !important;
  border-bottom: 1px solid;
}
#clean_up .resolution_box h3 span {
  font-size: 2rem !important;

  color: var(--base-color04) !important;
}
@media screen and (max-width: 1024px) {
  #clean_up .resolution_box h3 {
    font-size: 1.75rem !important;
  }
  #clean_up .resolution_box h3 span {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 768px) {
  #clean_up .resolution_box h3 {
    font-size: 1.5rem !important;
  }
  #clean_up .resolution_box h3 span {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 599px) {
  #clean_up .resolution_box h3 {
    font-size: 1.25rem !important;
  }
  #clean_up .resolution_box h3 span {
    display: block;
    font-size: 1.25rem !important;
  }
}

#clean_up .resolution_box article {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px 20px;
  margin-bottom: 0;
}

#clean_up .resolution_box article {
  border-bottom: 1px dashed var(--base-color02) !important ;
}
#clean_up .resolution_box article:last-of-type {
  border-bottom: 0 !important ;
  padding-bottom: 0;
}

#clean_up .resolution_box article .img_box {
  width: 40%;
}

#clean_up .resolution_box article dl {
  width: 58%;
}

#clean_up .resolution_box article dl {
}
#clean_up .resolution_box article dt {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid var(--base-color02);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#clean_up .resolution_box article dd {
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  #clean_up .resolution_box article dt {
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid var(--base-color02);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 599px) {
  #clean_up .resolution_box article {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px 10px;
    margin-bottom: 0;
  }
  #clean_up .resolution_box article .img_box {
    width: 100%;
  }
  #clean_up .resolution_box article .img_box img {
    display: block;
    max-width: 360px;
    margin: 0 auto 1rem;
  }

  #clean_up .resolution_box article dl {
    width: 100%;
  }
  #clean_up .resolution_box article dt {
    font-size: 1.125rem;
  }
  #clean_up .resolution_box article dd {
    font-size: 17px;
  }
}
