/* カスタム CSS をここに入力してください */
.footer{
	background-color:#EF1380;
}
#logo_text h1{
  color: transparent;
  z-index: -1;
  position: absolute;
}
img {
  max-width: 100%;
}

.entry-summary .price {
  display: none;
}

.product_meta {
  display: none;
}

#tab-description > h2 {
  display: none;
}

.single_add_to_cart_button.button.alt.wp-element-button {
  width: 100%;
  height: 48px;
  margin-top: 2%;
}

#footer_bottom_menu{
	padding-bottom:50px;
}

.banner-bottom-content {
  padding-top: 5%;
}

.news-info {
  padding-bottom: 2%;
  background-color: #F7DDDE;
  margin-top: -2px;
}

.news-info_container {
  width: 92%;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
}

.news-info_title {
  width: 92%;
  margin: auto;
  font-size: 18px;
  color: #515151;
  text-align: left;
  line-height: 1.6;
  padding-top: 3%;
  padding-bottom: 1%; 
}



.news-wrapper {
  width: 92%;
  margin: auto;
  background: #fff;
  padding: 2%;
  border-radius: 10px;
  display: flex; 
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.news-content {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  gap: 5%;
}

.news-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  color:#000;
}

.news-content_link {
  width: 10%;
  min-width: 50px;
}

.news-content_thumbnail {
  width: 100%;
}


.post-categories {
  display: inline-block;
}

#footer_contents .news-content_info a {
  color: #515151 !important;
}

.news-content_title {
  font-size: 16px;
  line-height: 1.4;
}


.news-info_archive {
  display: block;
  padding: 10px 5%;
  background-color: #EF1380;
  margin: auto;
  margin-right: 5%;
  margin-top: 1%;
  text-align: center;
  width: fit-content;
  line-height: calc(36 / 16);
  color: #fff;
  border-radius: 9999px;
  font-weight: bold;
}

#footer_contents .news-content_title  a {
  color: #515151;
}

#footer_contents .news-info_archive {
  background-color: #fff;
  color: #EF1380;
  font-weight: bold;
}

#header_top {
	display: none;
}

#header_top_pc {
    background-color: #EF1380;
	  position: relative;
}

#header_top_pc .inner {
  height: 68px;
  min-height: initial;
  min-width: auto;
}

#header_top_pc #header_logo_pc, #header_logo_fix_pc {
  max-height: 68px;
}

#header_top_pc #header_logo_pc #logo_text .logo {
  font-size: 24px;
}

#header_logo_pc a, #header_logo_fix_pc a {
    color: #fff;
    text-decoration: none;
}

#header_top_pc #header_logo_pc .desc {
  display: none;
}

#header_top_pc #header_logo_pc, #header_logo_fix_pc {
  max-height: 68px;
}

#header_top_pc #global_menu_pc {
    display: none;
    clear: both;
    width: 100%;
    margin: 0;
    top: 68px;
    left: 50%;
    position: absolute;
    z-index: 30;
    background: #b69e84;
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
	background-color: #f99fb7;
	max-width: 1350px;
	width:100%;
	transform: translateX(-50%);
}

#header_top_pc #global_menu_pc ul {
  margin: 0;
  width: 100%;
  text-align: left;
}

#header_top_pc #global_menuli, #global_menu_pc > ul > li {
  display: block;
  width: 100%;
}

#header_top_pc a.menu_button_pc {
  display: block;
}

#header_top_pc a.menu_button_pc {
    position: absolute;
	  top: 0;
    right: 0px;
    z-index: 9;
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
}

#header_top_pc a.menu_button_pc:before {
    content: '\f0c9';
    font-family: 'design_plus';
    color: #fff;
    display: block;
    position: absolute;
    top: 17px;
    left: 19px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header_top_pc a.menu_button_pc span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#header_top_pc #global_menu_pc a:hover, #global_menu_pc .current-menu-item > a {
    background-color: #f172a3;
}

#header_top_pc #global_menu_pc a, #global_menu_pc > ul > li > a {
    position: relative;
    display: block;
    margin: 0;
    padding: 9.5px 14px;
    height: auto;
    min-height: 40px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
    font-size: 20px;
}

#header_logo_pc, #header_logo_fix_pc {
    max-height: 68px;
    float: left;
    position: relative;
    z-index: 21;
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

@media screen and (max-width: 1024px) {
  #footer_contents {
      padding: 0 !important;
  }
	
	#header_top {
		display: block;
	}
	
	#header_top_pc {
		display: none;
	}
}

@media screen and (max-width: 670px) {
  .news-info_container {
    width: 100%;
  }
  .news-wrapper {
    width: 98%;
  }
  .news-content_title {
    font-size: 12px;
  }
  .news-content_info {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive .woocommerce-shipping-totals.shipping {
    display: none;
}
	.home .parice-col .pink span{
			display: block;
      font-size: 0.7em;
      line-height: 2em;
	}
	.home .parice-col {
      padding-bottom: 5px;
  }
}

.parice-col,
.home .parice-col{
	font-size:24px;
}
.home .parice-col .black{
	margin-right:10px;
	font-weight:bold;
}