/* ---------- 共通 ---------- */
a {
  color: inherit;
  text-decoration: none;
}


.page-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

/**/
@media (max-width: 1010px) {
  section {
    width: 94%;
  }
}

/* ---------- 一部　リンク　---------- */

div.entry-content p a {
  text-decoration: underline !important;
}

div.item-text p a {
  text-decoration: underline !important;
  text-decoration-color: #0000ff;
}

/* ---------- お知らせ ---------- */

#news h2 {
  color: #ff6666;
  display: inline-block;
  position: relative;
}

#news h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  /* 	border-bottom: 2px dashed black; */
  left: 0;
  bottom: -20px;
}

/*
.slick-slider {
	margin-left: 10px;
}
*/
.slick-slide {
  width: 217px;
  margin-left: 10px;
  margin-right: 10px;
}

#news .slick-prev,
#news .slick-next {
  z-index: 10;
  top: 35%;
  width: 50px;
  height: 50px;
}

#news .slick-prev:before,
#news .slick-next:before {
  color: #fe863e;
  font-size: 50px;
  /*	opacity: .5; */
}

@media screen and (min-width: 1001px) {
  #news .slick-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 1000px) {
  #news .slick-list {
    overflow: visible !important;
  }
}

#news {
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 1010px) {
  #news {
    max-width: 1000px;
    width: 94%;
  }
}

@media screen and (min-width: 751px) {
  .category-filter-block {
    display: flex;
    align-items: center;
    background-color: #f1b2ad;
    color: #493622;
    padding-left: 80px;
    padding-right: 52px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .category-filter-block {
    display: flex;
    align-items: center;
    background-color: #f1b2ad;
    color: #493622;
    padding-left: 20px;
    padding-right: 52px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    position: relative;
  }
}

.category-filter-block .cate_img {
  position: absolute;
  right: 4px;
  bottom: -4px;
  width: 52px;
}

.category-filter-block .cate_img img {
  transform: rotate(-30deg);
  width: 100%;
}

.category-list {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

#news .list-area .post-list {
  display: grid;
  row-gap: 30px;
  font-size: 14px;
  margin-top: 60px;
}

#news .list-area .post-list .category {
  font-size: 12px;
}

#news .list-area .news {
  position: relative;
}

#news .list-area .news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  border-top: 1px dashed black;
}

@media screen and (min-width: 751px) {
  .news-card {
    display: flex;
    column-gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .news-card {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
  }
}

.news-card .baseinfo {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.category {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  text-align: left;
  color: white;
}

#news-single .category {
  text-align: center;
}

/* カテゴリー色 */
.cat-notice {
  background-color: #ff6666;
}

.cat-deals {
  background-color: #42bbbe;
}

.cat-office {
  background-color: #ffa347;
}

.cat-narapoint {
  background-color: #8e6841;
}

/* ---------- イベント・セミナー ---------- */
/* 選択日付の色 */
.selected-background-color {
  background-color: #ff7f7f !important;
}

/* マーカー */
:where(#event .event-marker)::before,
#event .marker-volunteer::before,
#event .marker-office::before,
#event .marker-sports::before,
#event .marker-health-promotion::before,
#event .marker-long-life::before,
#event .marker-others::before {
  content: "◆";
}

#event .marker-photo-contest::before {
  content: "☆";
}

/* 開催状況のラベル */
#event .event-status {
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#event .status-nonestatus {
  display: none !important;
}

#event .status-open {
  background-color: #ff6666;
}

#event .status-sameday {
  background-color: #ffa347;
}

#event .status-active {
  background-color: #42bbbe;
}

#event .status-closed {
  background-color: #6e6e6e;
}

#event {
  width: 100%;
  max-width: 700px;
}

#event h2 {
  color: #ff6666;
  display: inline-block;
  position: relative;
}

#event h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  /*	border-bottom: 2px dashed black; */
  left: 0;
  bottom: -20px;
}

#calendar {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#calendar td {
  padding: 0 !important;
}

.fc-daygrid-day {
  cursor: pointer;
}

.fc-daygrid-day-top a {
  display: none;
}

.fc .fc-daygrid-day-events {
  display: flex;
  flex-wrap: wrap;
}

.fc-daygrid-day-bottom {
  display: none;
}

#calendar .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0;
}

#calendar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#prevBtn {
  background-image: url(/../../wp/wp-content/themes/arkhe-child/assets/image/arrow-white.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 40%;
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  background-color: #fe863e;
  border: none;
  border-radius: 50%;
  font-size: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nextBtn {
  background-image: url(/../../wp/wp-content/themes/arkhe-child/assets/image/arrow-white.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 40%;
  transform: scaleX(-1);
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  background-color: #fe863e;
  border: none;
  border-radius: 50%;
  font-size: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#calendar-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

span.calendar-year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(-110%);
}

span.calendar-month-num {
  position: absolute;
  left: 49.5%;
  bottom: -32px;
  transform: translateX(-50%);
  font-size: 48px;
  color: #f9ac54;
}

span.calendar-month-str {
  position: absolute;
  left: 50%;
  transform: translateX(35px);
}

.fc-daygrid-day-frame {
  padding: 5px;
}

.fc .fc-daygrid-day-top {
  flex-direction: unset;
}

.fc-day-sat .fc-daygrid-day-top {
  color: blue;
}

.fc-day-sun .fc-daygrid-day-top {
  color: red;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: unset;
}

.event-marker {
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.event-list-area {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffefd5;
}

#event .article-inner {
  padding: 10px;
}

#event .event-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}

.event-thumbnail {
  width: 300px;
  height: 200px;
  object-fit: cover;
  display: block;
}

#event .event-text {
  font-size: 12px;
  position: relative;
}

#event h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #493622;
}

#event .notification-text {
  padding: 10px;
}

#event .event-point {
  display: inline-block;
  background-color: #ef4242;
  color: white;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

#event .event-point::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background-color: #ffefd5;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#event .filter-title {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}

#event .filter-title h3 {
  color: #ff6666;
}

#event .filter-title h3 span {
  font-size: 16px;
}

@media screen and (max-width: 479px) {
  #event .filter-title h3 span {
    font-size: 3.2vw;
  }
}

#event .filter-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid black;
  bottom: -15px;
}

#event .filter-area {
  display: grid;
  row-gap: 10px;
}

#event .article-inner {
  border-bottom: 1px solid #333;
  padding-bottom: 2em;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 800px) {
  #event .event-card {
    grid-template-columns: none;
    grid-template-rows: auto 1fr;
    justify-items: center;
    row-gap: 18px;
  }

  #event .event-list-inner .article-inner a .event-text {
    padding-bottom: 4em;
  }

  #event #calendar-container,
  #event #calendar,
  #event .category-filter {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

/* ---------- 加盟店舗 ---------- */
.child-category-filter-area {
  border: 2px solid #ff6666;
}

.store {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .store {
    width: 96%;
  }
}

.store .child-category-filter-area {
  margin-top: 40px;
}

.store .child-category-filter-area h3 {
  background-color: #ff6666;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.child-category-filter {
  display: flex;
  /*	column-gap: 40px; */
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.store .category-filter {
  margin-bottom: 20px;
}

.store .filter-block {
  padding-bottom: 40px;
}

.store .filter-button {
  display: inline-block;
  position: relative;
  background: #ffd8b1;
  color: #ffd8b1;
  /*	font-weight: bold; */
  max-width: 120px;
  width: 24%;
  aspect-ratio: 1 / 1;
  margin-top: 10px;
  margin-bottom: 0px;
  text-decoration: none;
  border: 3px solid #ffd8b1;
  border-radius: 10px;
}

/*.store .active::after {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -15px;
	border: 14px solid transparent;
	border-top: 30px solid #f75c68;
	z-index: 1;
}*/
/*
.category_bottom_text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
*/

.category_bottom_text {
  font-size: 0.2px;
}

.store .cat-life-housing {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_life-housing.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-gourmet {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_gourmet.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-shopping {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_shopping.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-service {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_service.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-health-medical {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_health-medical.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-education {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_education.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-spot {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_spot.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

.store .cat-other {
  background-image: url(/../../wp/wp-content/uploads/2025/03/store_other.png);
  background-size: 100%;
  background-position: 0% center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 901px) {
  .store .container .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
  .store .container .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) and (min-width: 480px) {
  .store .container .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .store .container .post-list {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 40px;
    margin-top: 40px;
  }

  .store .container .post-list article a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}

.store .post-list article {
  border: solid 1px #826054;
  padding: 10px;
  position: relative;
}

.store .article-card::after {
  position: absolute;
  content: "\276F";
  font-size: 25px;
  font-weight: 900;
  color: white;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background-color: #fe863e;
  text-align: center;
  line-height: 1.4em;
  bottom: -15px;
  right: 5px;
}

.store .post-list article .thumbnail-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 479px) {
  .store .post-list article .thumbnail-container {
    margin-bottom: 0;
  }
}

.store .post-list article .thumbnail-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.store .category-parent {
  font-size: 12px;
  font-weight: bold;
  color: #756a57;
}

.store h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fa8072;
  margin-top: 10px;
  margin-bottom: 5px;
}

.store .category-child {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 5px;
}

.store .text p {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.store .text {
  margin-left: 10px;
  margin-right: 10px;
}

/* ---------- ポイント交換商品一覧 ---------- */
ul.woocommerce-error {
  display: block;
}

.wc-block-cart-item__product .wc-block-components-product-metadata__description {
  display: none;
}

.woocommerce-cart-form__contents .actions {
  display: none;
}

.woocommerce img.c-headLogo__img,
.woocommerce-page img.c-headLogo__img {
  height: 100%;
  max-width: 100%;
}

body section#shop {
  max-width: 1000px;
  color: #808080;
}

body section#shop a {
  color: #808080;
}

.sales-shop-name {
  color: #f9ac54;
  font-size: 18px;
  font-weight: bold;
}

#shop .category-filter-block {
  display: grid;
  row-gap: 10px;
  padding-left: 10px;
  padding-right: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#shop .category-filter-block .cate_img {
  position: absolute;
  right: 4px;
  bottom: -4px;
  width: 52px;
}

#shop .category-filter-block .cate_img img {
  transform: rotate(-30deg);
  width: 100%;
}

@media screen and (min-width: 751px) {
  #shop .block-title {
    color: #fff;
    font-size: 12px;
    padding-left: 30px;
  }

  #shop .block-title h3 {
    display: inline-block;
    border-bottom: 1px solid #fff;
  }

  #shop .category-list {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
    padding-left: 80px;
  }

  #shop .category-list a {
    color: #493622;
  }
}

@media screen and (max-width: 750px) {
  #shop .block-title {
    color: #fff;
    font-size: 12px;
    padding-left: 0px;
  }

  #shop .block-title h3 {
    display: inline-block;
    border-bottom: 1px solid #fff;
  }

  /*	
	#shop .category-filter-block {
		display: grid;
		background-color: unset;
		row-gap: 10px;
		padding: 0;
		position:relative;
	}

	#shop .block-title {
		color: #5b4e42;
		font-size: 12px;
		padding-left: 0;
	}

	#shop .block-title h3 {
		display: inline-block;
		border-bottom: 1px solid #5b4e42;
	}

	#shop .category-list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	#shop .filter-button {
		display: inline-block;
		position: relative;
		background: #ff6666;
		color: #fff;
		font-weight: bold;
		width: 100px;
		height: 100px;
		text-decoration: none;
		border: 3px solid #ff6666;
		border-radius: 10px;
		text-align: center;
		align-content: center;
	}
#shop .category-filter-block .cate_img{
	display:none;
}	*/
}

@media screen and (min-width: 1000px) {
  #shop .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 999px) {
  #shop .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
  }
}

#shop .header-inner {
  position: relative;
}

@media screen and (min-width: 751px) {
  #shop .item-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: stretch;
    column-gap: 15px;
    position: relative;
  }

  #shop article {
    border: 1px solid #826054;
    padding: 10px;
    display: grid;
    grid-template-rows: auto auto 1fr;
  }

  #shop .item-price-conteiner {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: start;
  }

  #shop .item-label-conteiner {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    text-align: start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #shop .item-title-conteiner.header-container {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    text-align: justify;
    margin-bottom: 5px;
  }

  #shop .item-price {
    background-color: #ff6666;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
  }

  #shop .item-label {
    font-size: 12px;
    display: inline-block;
  }

  #shop .item-title {
    font-size: 20px;
    margin: 16px 3px 10px 3px;
    line-height: 1.2em;
    color: #5f3b1f;
  }

  #shop .thumbnail-container {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
  }

  #shop .item-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    border-bottom: 1px dashed #000;
  }

  #shop img.shop-item-thumbnail {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: grid;
  }

  #shop .item-detail {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: start;
  }

  #shop .detail-inner {
    display: grid;
    gap: 20px;
  }

  #shop .item-cart {
    align-self: end;
    text-align: end;
  }

  #shop .item-cart .add_to_cart_button,
  #shop .item-cart .product_type_external {
    border: 1px solid #ff6666;
    border-radius: 18.8px;
    background-color: unset;
    color: #ff6666;
  }
}

@media screen and (max-width: 750px) and (min-width: 480px) {
  #shop article {
    border: 1px solid;
    padding: 5px;
    display: grid;
    gap: 10px;
    position: relative;
  }

  #shop .item-price {
    position: absolute;
    background-color: #ff6666;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    right: 0;
    z-index: 1;
  }

  #shop .item-label {
    position: absolute;
    top: 130px;
    font-size: 12px;
  }

  #shop .item-title {
    font-size: 20px;
    text-align: justify;
    display: inline-block;
    margin: 16px 3px 10px 3px;
    line-height: 1.2em;
    color: #5f3b1f;
  }

  #shop .thumbnail-container {
    position: relative;
  }

  #shop img.shop-item-thumbnail {
    border-radius: 50%;
    max-width: 110px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
  }

  #shop .item-text {
    display: none !important;
  }

  #shop .item-detail {
    padding-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  #shop .detail-inner {
    display: grid;
    gap: 20px;
  }

  #shop .item-cart {
    text-align: center;
    align-self: end;
  }

  #shop .item-cart .product_type_external,
  #shop .item-cart .add_to_cart_button {
    border: 1px solid #ff6666;
    border-radius: 16.9px;
    background-color: unset;
    color: #ff6666;
    width: 90%;
    padding: 8px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  #shop .post-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  #shop .item-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: stretch;
    column-gap: 15px;
    position: relative;
  }

  #shop article {
    border: 1px solid #826054;
    padding: 10px;
    display: grid;
    grid-template-rows: auto auto 1fr;
  }

  #shop .item-price-conteiner {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: start;
  }

  #shop .item-label-conteiner {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    text-align: start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #shop .item-text {
    display: none !important;
  }

  #shop .sales-shop-name {
    margin-left: 20px;
  }

  #shop .item-title-conteiner.header-container {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    text-align: justify;
    margin-bottom: 5px;
  }

  #shop .item-price {
    background-color: #ff6666;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
  }

  #shop .item-label {
    font-size: 12px;
    display: inline-block;
  }

  #shop .item-title {
    font-size: 20px;
    margin: 16px 3px 10px 3px;
    line-height: 1.2em;
    color: #5f3b1f;
  }

  #shop .thumbnail-container {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
  }

  #shop img.shop-item-thumbnail {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: grid;
  }

  #shop .item-detail {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: start;
  }

  #shop .detail-inner {
    display: grid;
    gap: 20px;
  }

  #shop .item-cart {
    align-self: end;
    text-align: end;
  }

  #shop .item-cart {
    text-align: center;
    align-self: end;
  }

  #shop .item-cart .product_type_external,
  #shop .item-cart .add_to_cart_button {
    border: 1px solid #ff6666;
    border-radius: 166.9px;
    background-color: unset;
    color: #ff6666;
    width: 80%;
    padding: 8px;
    margin-bottom: 4px;
  }
}

.wp-block-woocommerce-empty-cart-block img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 50%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
  background-color: #ff6666;
}

section#shop-cart {
  max-width: 1000px;
  color: #6a3906;
}

.cart-in-item-list-block,
#custom_oderview {
  max-width: 1000px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid;
}

#shop-cart th,
#custom_oderview .shop_table th {
  background: #cbeaae;
  color: unset;
  text-align: center;
}

#shop-cart th:nth-child(1),
#custom_oderview .shop_table th:nth-child(1) {
  width: 8em;
}

#shop-cart th:nth-child(2),
#custom_oderview .shop_table th:nth-child(2) {}

#shop-cart th:nth-child(3),
#custom_oderview .shop_table th:nth-child(3) {
  width: 14em;
}

#shop-cart td:nth-child(3),
#custom_oderview .shop_table td:nth-child(3) {
  text-align: center;
}

@media screen and (min-width: 769px) {

  #shop-cart td:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

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

  #shop-cart td:nth-child(3) {
    text-align: center;
    display: flex;
    align-items: center;
  }

  #shop-cart .quantity {
    margin-left: auto;
    margin-right: 1em;
  }
}


#shop-cart table.shop_table,
#custom_oderview .shop_table table.shop_table {
  margin: 0;
}

#shop-cart .attention_text,
#custom_oderview .attention_text {
  text-align: end;
  margin-top: 20px;
}

#shop-cart .custom-shop-button .button {
  background-color: #6a3906;
  color: white;
  border-radius: 5px;
}

.page-cart a.restore-item {
  color: #6a3906;
  text-decoration: underline;
}

.cart-buttons {
  display: flex;
  column-gap: 40px;
  justify-content: end;
  margin-top: 20px;
}

.woocommerce-NoticeGroup-checkout {
  display: none !important;
}

.checkout ul.wc_payment_methods.payment_methods.methods {
  display: none;
}

.custom_text {
  color: #6a3906;
}

form.checkout.woocommerce-checkout {
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#customer_details .col-1 {
  width: 100%;
  float: none;
}

#custom_billing_table td {
  vertical-align: middle;
}

#custom_billing_table .custom_billing_text label:first-of-type {
  width: 3.5em;
  text-align: center;
}

#custom_billing_table .custom_billing_hiddentext label:first-of-type {
  display: none;
}

#custom_billing_table input#custom_billing_fullkana,
#custom_billing_table input#custom_billing_fullname {
  max-width: 250px;
}

#custom_billing_table input#billing_postcode {
  max-width: 150px;
}

#custom_billing_table .custom_billing_sate_view {
  position: absolute;
  z-index: -1000;
  opacity: 0;
  top: -300px;
}

.custom-invalid-required-field input.input-text {
  border-color: var(--wc-red) !important;
}

.woocommerce-checkout .checkout .custom-checkout-inline-error-message {
  color: var(--wc-red) !important;
  font-size: 0.75em;
  margin-bottom: 0;
}

#custom_billing_table p#custom_billing_state_field {
  display: flex;
}

.custom_billing_city .woocommerce-input-wrapper,
.custom_billing_address_2 .woocommerce-input-wrapper,
.custom_billing_email .woocommerce-input-wrapper,
.custom_billing_email2 .woocommerce-input-wrapper,
.custom_billing_nanamarunumber .woocommerce-input-wrapper {
  width: 100%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: unset;
}

button#place_order {
  background-color: #6a3906;
}

@media screen and (min-width: 769px) {

  #custom_confirmation_billing_table th,
  #custom_billing_table th {
    width: 21em;
    align-content: center;
    background-color: #f1ece7;
  }

  #custom_billing_table td.custom_billing_birthday {
    display: flex;
    column-gap: 10px;
  }

  #custom_billing_table #custom_billing_birthday_year_field,
  #custom_billing_table #custom_billing_birthday_month_field,
  #custom_billing_table #custom_billing_birthday_day_field {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 5px;
  }

  #custom_billing_birthday_year_field label,
  #custom_billing_birthday_month_field label,
  #custom_billing_birthday_day_field label {
    margin-left: 5px;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 45%;
  }

  .go-to-cart-button {
    float: right;
    margin-right: 5%;
    width: 45%;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #custom_billing_table tr {
    display: grid;
  }

  .woocommerce form .form-row {
    padding: 0;
  }

  #custom_confirmation_billing_table th,
  #custom_billing_table th {
    align-content: center;
    background-color: #f1ece7;
  }

  #custom_billing_table td.custom_billing_birthday {
    display: flex;
  }

  #custom_billing_table #custom_billing_birthday_year_field,
  #custom_billing_table #custom_billing_birthday_month_field,
  #custom_billing_table #custom_billing_birthday_day_field {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  #custom_billing_birthday_year_field label,
  #custom_billing_birthday_month_field label,
  #custom_billing_birthday_day_field label {}

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }

  .go-to-cart-button {
    float: right;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
  }

  td.custom-total {
    display: none !important;
  }
}

h2.custom_confirmation_data {
  text-align: center;
  color: #6a3906;
}

.custom_confirmation_hidden {
  display: none !important;
}

.custom_confirmation_button_block {
  margin-top: 40px;
  text-align: center;
}

button#custom_confirmation_button,
button#custom_confirmation_cancelbutton {
  margin-left: 10px;
  margin-right: 20px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #000;
}

.cart-display-none {
  display: none !important;
}

.custom-privacy-text {
  margin-bottom: 1em;
}

/* ---------- Photoギャラリー ---------- */
.photo .filter_title {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 1200px;
  width: 90%;
  text-align: center;
}

.photo .filter_title h3 {
  margin-bottom: 40px;
  border-bottom: 3px dashed #50a9c7;
  border-radius: 1.5px;
  display: inline-block;
  text-align: left;
  font-size: 1.4em;
}

@media screen and (min-width: 750px) {
  .photo .filter_title h3 {
    font-size: 1.25em;
  }
}

.photo .filter_title .award_text {
  margin: 30px auto 50px auto;
  background: rgba(255, 218, 206, 0.4);
  padding: 20px 10px;
  max-width: 800px;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .photo .container-inner {
    display: grid;
    column-gap: 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .photo .filter-block {
    width: 220px;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .photo .photo-themes-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    column-gap: 20px;
    row-gap: 30px;
    padding: 20px;
    width: 100%;
  }

  .photo .photo-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    column-gap: 20px;
    row-gap: 30px;
  }
}

@media screen and (max-width: 999px) and (min-width: 751px) {
  .photo .container-inner {
    position: relative;
    padding-bottom: 100px;
  }

  .photo .filter-block {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .photo .photo-themes-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }

  .photo .photo-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
    order: 2;
  }
}

@media screen and (max-width: 750px) and (min-width: 621px) {
  .photo .container-inner {
    position: relative;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 620px) and (min-width: 480px) {
  .photo .container-inner {
    position: relative;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 750px) and (min-width: 480px) {
  .photo .filter-block {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .photo .photo-themes-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }

  .photo .photo-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .photo .container-inner {
    position: relative;
    padding-bottom: 180px;
  }

  .photo .filter-block {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .photo .photo-themes-archive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }

  .photo .photo-archive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }

  .photo .filter_title h3 {
    font-size: 1.2em;
  }
}

.photo #category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo .category-name {
  min-height: 3em;
}

.photo .photo-themes-archive .thumbnail-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.photo .filter-block h4 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ff6666;
}

.photo form {
  font-size: 12px;
}

.photo ul {
  display: flex;
}

.photo .filter-button li a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 4px 6px;
  text-align: center;
  border: 1px solid;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.photo .photo-card {
  display: inline-block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.photo .article-card:hover .cover {
  top: 0%;
}

.photo .thumbnail-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: -1;
  position: relative;
}

.photo .cover {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  row-gap: 10px;
  top: 100%;
  padding: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: rgba(96, 96, 96, 0.7);
  transition: top 0.3s ease-in-out;
  color: #fff;
  text-align: center;
}

.article-inner {
  position: relative;
}

.photo .article-inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../wp/wp-content/uploads/2025/02/gallery_box_icon.png);
  width: 46px;
  height: 46px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -10px;
  left: -10px;
  z-index: 1;
}

.big::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../wp/wp-content/uploads/2025/02/gallery_box_prize.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}

.kids::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../wp/wp-content/uploads/2025/03/gallery_box_prize_kids.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}

.gold::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../wp/wp-content/uploads/2025/03/gallery_box_prize_gold.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}

.silver::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../wp/wp-content/uploads/2025/03/gallery_box_prize_silver.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}

.bronze::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../wp/wp-content/uploads/2025/03/gallery_box_prize_bronze.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}

.web::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/../../uploads/2025/03/gallery_box_prize_web.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}