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

.page_title {
  width: 100%;
  height: 150px;
  margin-top: 0px;
	background: url("../img/pt5_2.png") repeat;
}

.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:.875rem !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: .875rem;
  }
  .page_wrap article:not(:last-of-type) {
    margin: 0 auto 25px;
  }
}

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

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

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

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

.page_wrap h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--base-color03);
	background-image: url("../img/title_bg.png");
	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;
	width:100%;
}

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

}
}


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

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

.page_anchor li {
  padding: 1%;
}

.page_anchor li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid var(--sub-color02);
  background: var(--base-color03);
  color: var(--sub-color02);
  padding: 10px;
  border-radius: 0px;
  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(--sub-color02);
	color: var(--base-color03);
}


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


/***************************************
-------------- 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-color01);
  line-height: 140%;
}

.greeting_txt h3 strong {
  color: var(--sub-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_info {
  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_info 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: 49%;
}

.store_access {
  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: var(--base-bgcolor01);
  border-left: 1px solid;
  border-right: 1px solid;
}

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

.store_access dt, .store_access dd {
  font-size: 1rem;
  color: var(--base-color01);
  padding: 1rem;
  font-weight: 600;
}

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

.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: 280px;
  aspect-ratio: 16 / 5;
  margin-top: 2rem;
}

@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: .875rem;
  }
  .store_access {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
  }
  .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-color03);
  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;
}

#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%;
  color: var(--base-color01);
  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: .875rem;
  }
}


/***************************************
---------------- F A Q ----------------
***************************************/
#faq_list {}
#faq_list h3 {
  width: 100%;
  padding-left: 15px;
  color: var(--base-color03);
  margin-bottom: var(--sp-space);
  background: var(--base-color01);
   border-bottom: 3px solid var(--sub-color03);
}

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

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

#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-color01);
	align-items: center;
}
#faq_list dl dd{
	color: var(--base-color01);
	 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;
}

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

#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 (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 dd {
    font-size: .875rem;
  }
}


/***************************************
----------- 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.png") 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: 105% !important;
  line-height: 1.0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.store_address dd{
  font-size: 2.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.0;
  font-weight: 600;
  font-family: 'Noto Sans JP';
}

.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;
}
.store_address dd.free_tel::before{
	background-image: url("../img/icon_tel3.png");
	 width: 60px;
  height: 32px;
	margin-top: 6px;
}

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

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

.purchase_page .tips {
  width: 100%;
  padding: 20px 30px;
  border: 4px double var(--base-color01);
  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-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: .875rem;
  }
  .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: 2rem;
}
.store_address dd {
  font-size: 1.25rem;
}

.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;
    width: 48px;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
}
}


/***************************************
---------------- 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: 1px solid #CCC;
  margin-bottom: 0rem;
}

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

.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.0;
	 margin: 5px 0 10px;
    padding: 7px 10px 7px;
   background: var(--base-color03);
	color:  var(--base-color01);
	border-bottom: 2px 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(--sub-color02);
  padding-top: 20px
}

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

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

.news_box dl dt {
  width: min(25%, 120px);
  margin-right: 2.5%;
	font-size: 1.125rem;
}

.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: calc(100% - min(25%, 120px) - 2.5%);
}

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

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

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


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

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

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

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

.entry_text_box img{
 width: 500px;
  height:auto;
}

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


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

#items .subtitle {
    padding: 10px;
    margin: 0 auto 30px;
	text-align: center
}

#items .items_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#items .items_wrap .items_box {
    width: 49%;
    margin-bottom: 15px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border: 1px solid var(--base-color01);
 /* border-image: linear-gradient(to top, #e2b85f 0%, #a67f2e 100%);*/
  border-image-slice: 1;
}
#items .items_wrap .items_box:not(:nth-of-type(2n)) {
    margin-right: 2%;
}
#items .items_wrap .items_box .items_img {
    width: 50%;
    padding: 7.5%;
}
#items .items_wrap .items_box .items_txt {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#items .items_wrap .items_box .items_txt ul {
    width: 100%;
    margin-bottom: 5px;
}
#items .items_box .category {
    width: 100%;
    color: var(--base-color03);
	background: var(--base-color01);
    border-bottom: 3px solid var(--base-color04);
    margin-bottom: 5px;
    padding: 10px 0;
    line-height: 1.0;
    text-align: center;
}
#items .items_txt {
	padding: 10px 10px 10px 0;
}

#items .items_txt .text {
    width: 100%;
    font-size: 1.25rem;
	line-height: 160%;
    text-align: justify;
}
#items .items_txt .btn {
	display: block;
    width: 100%;
	margin: 0 auto 0;
}
#items .items_txt .btn a {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 7px 0;
    line-height: 1.0;
    color: #fff;
    background: var(--base-color04);
    border-radius: 4px;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
@media screen and (max-width: 768px) {
    #items .items_txt .category {
        border-bottom: none;
        text-align: center;
    }
    #items .items_wrap .items_box {
        width: 32%;
    }
    #items .items_wrap .items_box:not(:nth-of-type(2n)) {
        margin-right: 0;
    }
    #items .items_wrap .items_box:not(:nth-of-type(3n)) {
        margin-right: 2%;
    }
    #items .items_wrap .items_box .items_img {
        width: 100%;
    }
    #items .items_wrap .items_box .items_txt {
        width: 100%;
    }
	#items .items_txt {
	padding: 10px 10px 10px 10px;
}
	
}
/* =======================
  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%;
    }
}


/***************************************
-------------- 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 {
	margin-bottom: 3%;
}





.items_type .items_type_txt h3.item_cate {
  display: block;
  text-align: center !important;
  margin: 3% auto 0;
	color: var(--base-color01);
}


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

.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.0;
  padding: 10px 0;
  margin-bottom: var(--sp-space);
  font-size: 1.25rem !important;
  border-bottom: 3px solid var(--sub-color02);
}

@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: .875rem;
  }
  .items_type .tips li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}


/***************************************
--------------- 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: .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: .5rem 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: .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: .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);
}

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




/***************************************
-------------- 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.0;
    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-color03);
    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%;
    }
}









