/* #############################################
    common parts
############################################# */
.newitem {
  color: red;
}

body #main #primary,
body.search_items_page #main #primary {
  /* width:76.66%;
	float:right; */
}

/* 必須項目に対するのフキダシの調整 */
body .customer_form td {
  position: relative;
}

.wrap a, .wrap a:hover, .wrap a:active, .wrap a:visited{
  text-decoration: none;
}



/* #############################################
    widget
############################################# */
/* incart btn */
#secondary .incart-btn {
  float: none;
  margin: 0 auto 15px;
}
.incart-btn a {
  padding: 10px 0.714286em;
}
/* incart btn end */

/* loginbox */
#secondary .widget_welcart_login {
  padding: 10px;
  /*border: 1px solid gray;*/
  border-radius: 2px;
}
.widget .loginbox input[type="text"],
.widget .loginbox input[type="password"] {
  width: 100%;
  max-width: 100%;
}
body #secondary .widget .loginbox input[type="text"],
body #secondary .widget .loginbox input[type="password"] {
  text-align: left;
}
/* login end */

/* welcart calendar */
.widget_welcart_calendar .businessday {
  background-color: red;
}
/* welcart calendar end */

/* #############################################
	itemlist adjustment
############################################# */
.cat-il.type-grid .itemname,
.search-li .itemname {
  height: auto;
}

/* #############################################
    item single
############################################# */
.storycontent .item-name,
.storycontent .skuname,
.storycontent .field_price,
.storycontent .taxtprice {
  font-size: 1rem;
}
.storycontent .taxTag {
  font-size: 14px;
}
.storycontent .tax_rate {
  padding-left: 0.6em;
}

/* #############################################
    footer
############################################# */

/* #############################################
    footer
############################################# */

/* #############################################
	contact form
############################################# */
.wpcf7 span {
  color: #ff0000;
}

.wpcf7 table tr td input.item {
  background-color: #e0e0e0;
}

/* #############################################
	cart page
############################################# */

select#customer_pref {
  background-color: #fff;
}

/* #############################################
	member page
############################################# */

body.page-template-uscesmember select#member_pref {
  background: #fff;
}

/*  backbtn adjustment */
#content .history-back-container {
  width: 250px;
  margin: 0 auto;
  background-color: #9d908d;
  text-align: center;
}
#content .history-back-container:hover {
  background-color: #ffa500;
}
#content .history-back-container a {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px;
}

/*  backbtn adjustment */
#content .history-back-container {
  width: 250px;
  margin: 0 auto;
  background-color: #926fb7;
  text-align: center;
  line-height: 2.5;
}
#content .history-back-container:hover {
  background-color: #fff;
  border: solid 1px #926fb7;
}
#content .history-back-container:hover,
#content .history-back-container a:hover {
  color: #926fb7;
}

#content .history-back-container .d-boder {
  display: block;
  border-top: double 3px #cdbcd7;
  border-bottom: double 3px #cdbcd7;
}
#content .history-back-container:hover .d-boder {
  border-top: none;
  border-bottom: none;
}
#content .history-back-container a {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  padding: 3px 0px;
}

/* login widget adjustment */
.wrap #secondary .widget.widget_welcart_login {
  padding: 10px 5px;
}
/* single page title */
body.single .item_page_title {
  font-size: 28px;
  color: #333;
  padding: 0 0 12px;
  line-height: 1.2;
  margin: 0 auto 28px;
  text-align: center;
}
body.single .wrap h2 {
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #333;
}
/* single page skuform adjustment */
body.single .quantity input {
  margin: 0px 5px 10px 0px;
  padding: 12px 20px;
}
body.single .skuname {
  font-size: 20px;
  font-weight: 600;
}
body.single .field_price {
  font-weight: normal;
  padding: 15px 0px;
  color: #333;
  font-size: 20px;
  text-align: right;
  /* background: #c9c9c9; */
  padding: 6px 0 0 12px;
  /* margin-top: 20px; */
  /* margin-bottom: 15px; */
}
body.single .field_price em {
  font-size: 14px;
}
body.single .zaikostatus {
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding: 0 0 6px 12px;
  text-align: right;
}
body.single .quantity input[type="button"] {
  line-height: 0.5;
}

/* front&cat page adjustment */
body #content h1.page-title {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: normal;
}

/* tokusyo btn */
#secondary .wp-block-button,
#secondary #block-8 {
  padding: 0;
}
#secondary .wp-block-button a,
#secondary #block-8 a {
  text-decoration: none !important;
  transition: 0.3s linear;
}
#secondary .wp-block-button a:hover,
#secondary #block-8 a:hover {
  opacity: 0.7;
}

/* category page adjustment */
.category #content article {
  margin-bottom: 1.42857em;
  padding-bottom: 1.42857em;
  border-bottom: 1px solid #eaeaea;
}
.category #content .entry-title {
  margin-bottom: 20px;
}
.category #content .entry-meta {
  margin-bottom: 20px;
}
.category #content .entry-content {
  margin-bottom: 0;
}
.category #content .entry-content .loopimg {
  margin-bottom: 20px;
}
/* sidebar adjustment by m44 */
body #secondary .widget_welcart_category ul li a::before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
}
body #secondary .widget_welcart_category ul li a {
  text-decoration: none;
  color: #856f6c;
}
body #content .itemname a{
  display: inline-block;
  position: relative;
}
body #content .itemname a::before{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #555;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease;
}
body #content .itemname a:hover::before{
  width: 100%;
}

body #secondary .widget_welcart_category li {
  font-size: 20px;
}
body #secondary h3.widget_title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0.1em;
  padding-bottom: 0.35em;
  border-bottom: 3px solid #958bc9;
}
body #secondary .widget.widget_welcart_login h3::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
}
body #secondary .widget.widget_welcart_category h3::before {
  content: "\f03a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
}

body #secondary .widget.widget_welcart_search h3::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
}
body #secondary .widget.widget_welcart_calendar h3::before {
  content: "\f133";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
}

/* 20250326　koike write */
#pagewrap .item-header{ position: relative; }
#pagewrap .swiper-1 { position: static; }


.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-controller{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 10px;
}
#pagewrap .swiper-button-next,
#pagewrap .swiper-button-prev{ position: static; opacity: 1!important; }
.swiper-button-next:after,
.swiper-button-prev:after {
  color: black;
  /* text-shadow: 2px 1px 1px white; */
}
#pagewrap .swiper-button-next:after{
  color: white;
  content: url("img/chevron-right.png");
}
#pagewrap .swiper-button-prev:after{
  color: white;
  content: url("img/chevron-left.png");
}

.logo-area,
.page-title-area {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 80px 0 40px;
  height: 100%;
  box-sizing: border-box;
}
#top-logo,
#page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0px;
  font-weight: normal;
}
#top-logo .head-1,
#page-title .head-1 {
  font-size: 26px;
}
#top-logo .head-2 {
  font-size: 20px;
}
.top-category-title {
  padding: 50px 0 40px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}

/* instagram links */
.instagram_bn {
  position: relative;
}
.instagram_bn a {
  display: block;
  text-align: center;
  width: 200px;
  border: 1px solid #ccc;
  padding: 12px 12px 0;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.42);
  position: absolute;
  right: 12px;
  top: -200px;
  z-index: 1000;
  background: white;
  text-align: center;
}

.instagram_bn a img {
  width: 100%;
  border: 1px solid #aaa;
}

.instagram_bn a span {
  display: block;
}

/* header */
#head_logo {
  margin-top: 30px;
  margin-left: 1rem;
}

/* snav */
.shop-app-nav {
  position: fixed;
  right: 64px;
  top: 12px;
  display: flex;
  column-gap: 12px;
  /* color: white;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px 0px 1px black; */
}
.shop-app-nav a {
  color: white !important;
  text-decoration: none !important;
}
.shop-nav {
  display: flex;
  column-gap: 12px;
}
.shop-nav i {
  padding-right: 0.3em;
}
.icon-txt {
  display: none;
}
.search-box_n form {
  display: none;
  position: absolute;
  right: 0;
}
.member-nav {
  /* display: none;
  position: absolute;
  right: 0;
  column-gap: 12px;
  background: rgba(0, 0, 0, 0.42);
  flex-wrap: wrap;
  justify-content: center; */
}
#site-navigation .membership_n ul {
  margin: 0 auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.42);
}
#site-navigation .membership_n ul li:first-child {
  border-bottom: 1px solid gray !important;
}
#site-navigation .membership_n ul a {
  padding: 10px 0;
}
#site-navigation .membership_n ul a::before {
  content: "\f0da";
  padding-right: 0.6em;
  font-family: "FontAwesome";
}
#site-navigation .membership_n ul .registration-link a::before {
  content: "\f304";
}
#site-navigation .membership_n ul .mypage-link a::before {
  content: "\f007";
}
.member-nav li {
  white-space: nowrap;
  padding: 0 12px;
}
.member-nav li a {
  text-decoration: underline !important;
}
.search-box_n form,
.member-nav {
  transition: 3s ease;
}
.loupe-icon:hover,
.member_icon:hover {
  cursor: pointer;
}
#pagewrap .open-pannel {
  display: flex;
  margin-top: 12px;
}
.s-box {
  position: relative;
}
.s-box #s-submit {
  font-family: FontAwesome;
  background: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 20px;
  line-height: 1;
}
.incart-btn_n {
  /* padding: 0 6px;
  background: white;
  border-radius: 6px;
  border: 1px solid #aaa; */
}
.incart-btn_n a {
  color: black !important;
  /* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.54),
    -1px -1px 0px rgba(255, 255, 255, 0.54),
    -1px 0px 0px rgba(255, 255, 255, 0.54),
    1px 0px 0px rgba(255, 255, 255, 0.54); */
}
.is-active.incart-btn_n a{
  color: white!important;
}
.total-quant_n {
  /* background: black;
  color: white;
  padding: 0 6px;
  border-radius: 6px; */
}

/* footer */
#menu-footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
  row-gap: 8px;
  width: auto;
}
#menu-footer_menu li {
  width: auto;
  padding: 0;
  margin: 0;
}
#menu-footer_menu li a {
  text-decoration: none;
  padding: 0 0.3em;
}
#menu-footer_menu li a i {
  padding: 0 0.3em;
}

/* category or archive */
/* main-img adjustment by m44 */
.top_main {
}
.top_main .tb_text_wrap {
}

/* .category-100th_mochi .top_main .tb_text_wrap,
.main_momotose .tb_text_wrap {
  background-image: url(../../uploads/slider2.png);
}

.category-dorayaki .top_main .tb_text_wrap,
.main_dorayaki .tb_text_wrap {
  background-image: url(../../uploads/slider3.png);
}

.category-montblanc .top_main .tb_text_wrap,
.main_others .tb_text_wrap {
  background-image: url(../../uploads/yaki-monblan.jpg);
} */

/* front page */
.top_cat_links .catimg_wrap {
  display: block;
  overflow: hidden;
}
.top_cat_links .catimg_wrap img:hover {
  transform: scale(1.2);
  opacity: 1;
}
.top_cat_links img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top_cat_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.top_cat_links .catname {
  margin-top: 8px;
  background: none;
}
.top_cat_links .top_bn {
  position: relative;
  box-shadow: 0px 2px 7.2px 0.8px rgba(25, 22, 22, 0.15);
}
.top_cat_links .top_bn a {
  text-decoration: none;
}
.top_cat_links h3 {
  position: relative;
  padding: 16px 16px 16px 60px;
  font-size: 22px;
  margin: 0 auto;
}
.top_cat_links h3::before {
  content: "";
  width: 42px;
  border-top: 1px solid black;
  position: absolute;
  left: 0;
  top: 50%;
}
.top_cat_links .top_bn h4 {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  background: #ff9850;
  color: white;
  transform: translate(-5px, 15px);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.24));
  font-size: 14px;
  z-index: 10;
  padding-left: 12px;
}

#content .cat-il.type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 30px;
}
/* top recommend */
#content #recommend-items .cat-il.type-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

#content .cat-il.type-grid .post {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 12px;
  border: none;
}
.cat-il.type-grid .itemprice,
.cat-il.type-grid .itemsoldout {
  text-align: left;
}

/*  by fujimoto  */
body.page-template-uscescart #pc-backtop {
  bottom: 90px;
}

/* new item single settings 20250516 */
#itempage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  gird-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
#itempage .item-header {
  overflow: hidden;
}
#itempage #img-box {
  width: 100%;
  text-align: center;
  float: none;
  margin-bottom: 40px;
}
#itempage #img-box img {
  max-width: 600px;
  max-height: 400px;
  object-fit: contain;
}
#itempage .detail-box {
  width: 100%;
  float: none;
}
#itempage .item-info form {
  max-width: 720px;
  margin: 0 auto;
}

#itempage .item-info .c-box {
  text-align: center;
}
#itempage .skubutton {
  padding: 12px 24px;
}
#itempage .item-info {
  padding-top: 0;
}
.rtb {
  padding-top: 40px;
  text-align: center;
}

#thumnail-slider {
  margin-top: 16px;
}
#thumnail-slider img {
  border: 1px solid #333;
}
#thumnail-slider img:hover {
  border: 2px solid #aaa;
  border-radius: 8px;
  cursor: pointer;
}
#thumnail-slider .swiper-slide-thumb-active img{
  /* border: 3px solid #958bc9; */
  border-radius: 8px;
}

/* new item single settings 20250516 */
.entry-content p, .item-description p{
  font-size: 1rem;
  line-height: 2rem;
}

.single .option-title {
  color: #b097ca;
  font-weight: bold;
}
.single .fa-solid {
  margin: 0 10px;
}
.single .item-option {
  padding: 0;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  border: none;
}
.single .item-option dt {
  font-weight: normal;
  width: auto;
}
.single .item-option dd {
  padding-left: 15px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  color: #424242 !important;
}

.item-description > h2 {
  display: none;
}

/* new category page 20250519 */
.itemimg_links {
  display: block;
  position: relative;
}
.itemimg_links .item_img_1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: .5s ease;
}
.itemimg_links .item_img_1:hover {
  opacity: 0;
}

/* new category page 20250519 */

@media screen and (max-width: 939px) {
  body .cat-il.type-grid {
  }
  .category #pagewrap #content article,
  .blog #pagewrap #content article {
    /* padding: 7px!important;
		border-radius: 3px;
		box-shadow: 1px 1px 2px 1px rgb(146 111 183 / 42%); */
  }
  .category #pagewrap #content article .itemimg,
  .blog #pagewrap #content article .itemimg {
  }
  .instagram_bn {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .search-box_n form {
    left: 0;
  }
  .member-nav {
    left: 0;
  }
  .icon-txt {
    display: inline;
  }

  #head_logo{ margin-left: 50px; }

  #content .cat-il.type-grid {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 32px;
  }
  .top_cat_links {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .top_cat_links .catname {
    margin-top: 8px;
    background: url(img/arrow.png) center right no-repeat;
  }

  #itempage {
    grid-template-columns: 1fr 1fr;
  }
  #itempage .item-info {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .single .item-option {
    grid-template-columns: 2fr 1fr;
  }
}

/* sp footer carticon adjustment */
body a.sp-footer-cart:visited {
  color: #fff;
}

/* item detail input node adjustment */
body.single .item-option input[type="text"] {
  max-width: 100%;
  min-width: 200px;
  width: 250px;
  text-align: left;
}
body.single .item-option dd {
  border-bottom: dashed 1px #ccc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
body.single .item-option dd:last-child {
  border-bottom: none;
  margin-bottom: inherit;
  padding-bottom: inherit;
}

@media screen and (max-width: 480px) {
  .cart_navi ul {
    display: flex;
  }
  div.cart_navi li:before,
  div.cart_navi li:after {
    display: none;
  }
  div.cart_navi li {
    width: 22%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  div.cart_navi li:nth-child(3) {
    width: 34%;
  }
    .swiper-controller{
    bottom: 38px;
  }
}

@media screen and (max-width: 400px) {
  .swiper-controller{
    bottom: 30px;
  }  
}

/* policy page adjustment by miyoshi */
.page-template-policy h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.4em;
  overflow-wrap: normal;
}
.wrapHinagataNormal p {
  margin: 0 0 1.2em;
  padding: 0;
}
#primary .wrapHinagataNormal li {
  padding-left: 20px;
}
