/*
 Theme Name:   montblanc-child
 Template:     montblanc
 Description:  montblanc テーマの子テーマ
 Author:       
 Version:      1.0.0
*/

@media only screen and (max-width: 959px) {
	#page .menu-container .menu > ul > li:hover { border-bottom: 4px solid transparent!important; }
}
/* スマホ パンくずリストの余白調整 */
@media screen and (max-width:768px) {
    .topbanner {
        margin: 0;
    }
}
a.button.alt, button.button.alt, input.button.alt, #respond input#submit.alt, #content input.button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt {
    background-color:#e36e3a!important;
    padding: 22px 94px!important;
    font-size: 16px!important;
}

.sp-table th,
.sp-table .td-midashi {
  font-weight: bold;
}

.sp-table td,
.sp-table th {
  font-family: "黎ミン M";
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sp-table,
  .sp-table thead,
  .sp-table tbody,
  .sp-table th,
  .sp-table td,
  .sp-table tr {
    display: block;
  }

  .sp-table thead {
    display: none;
  }

  .sp-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    font-weight: bold;
    white-space: nowrap;
  }

  .sp-table,
  .sp-table tr,
  .sp-table th,
  .sp-table td {
    border: none;
    border-width: 0;
    border-style: none;
  }
	
  .sp-table tr {
    margin-bottom: 1em;
    padding: 0.5em;
  }

  .sp-table td {
    position: relative;
    border: none;
    border: 1px solid #eee;
  }

  .sp-table .td-midashi {
    background-color: #dedede;
  }
}

ol li,ul li {
    font-size: 15px;
    line-height: 1.8;
}

.onsale{
	background-color:#ff689b!important;
}

#titlebar h1.page-title {
  font-family: "A1明朝";
}

.blog #primary.blog-content, .category #primary.blog-content, .single #primary.blog-single {
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto 112px;
  overflow-wrap: break-word;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .blog #primary.blog-content, .category #primary.blog-content, .single #primary.blog-single {
    flex-direction: column;
  }
}

.blog-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 8%;
  max-width: 650px;
}
@media screen and (max-width: 960px) {
  .blog-nav {
    max-width: 100%;
    gap: 36px 6%;
  }
}

.blog-items__link {
  display: block;
  text-decoration: none;
}
.blog-items__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.blog-items__thumb {
  margin-bottom: 8px;
}
.blog-items__ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}
.blog-items__catarea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 16px;
}
.blog-items__catname {
  background-color: #f9f6f3;
  font-size: 14px;
  padding: 2px 8px;
  margin: 0;
  color: #333;
}
.blog-items__time {
  font-size: 14px;
  margin: 0;
  color: #333;
}

.blog-sidebar {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  .blog-sidebar {
    max-width: 100%;
  }
}
.blog-sidebar .widget {
  border: none;
  padding: 0;
  list-style: none;
}
.blog-sidebar .widgettitle {
  font-size: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
}
.blog-sidebar .widget_categories ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-sidebar .widget_categories ul li::before {
  visibility: hidden;
}
.blog-sidebar .widget_categories ul li a {
  background-color: #f9f6f3;
  font-size: 14px;
  padding: 2px 8px;
  margin: 8px 12px 0 0;
  color: #333;
}
.blog-sidebar .widget_categories ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.blog-single__ttl {
  font-size: 30px;
  margin: 0 0 8px;
}
.blog-single__catarea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 16px;
}
.blog-single__catname {
  background-color: #f9f6f3;
  font-size: 14px;
  padding: 2px 8px;
  margin: 8px 12px 0 0;
  color: #333;
}
.blog-single__thumb {
  margin: 16px 0 40px;
}
.blog-single__thumbimg {
  width: 100%;
}
.blog-single__block {
  max-width: 650px;
}
@media screen and (max-width: 960px) {
  .blog-single__block {
    max-width: 100%;
  }
}
.blog-single__cont {
  word-break: break-all;
}
.blog-single__cont:after {
  content: "";
  display: block;
  clear: both;
}

.blog-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 48px 0 0;
  gap: 6%;
}
.blog-navigation__link {
  display: flex;
  border-bottom: solid 1px #999;
  padding-bottom: 16px;
  gap: 5%;
  text-decoration: none;
  color: #333;
}
.blog-navigation__link:visited {
  color: #333;
}
@media screen and (max-width: 960px) {
  .blog-navigation__link {
    flex-direction: column;
    gap: 12px;
  }
}
.blog-navigation__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-navigation__link--next {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .blog-navigation__link--next {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .blog-navigation__link--next .blog-navigation__guide {
    text-align: right;
  }
}
.blog-navigation__thumbnail {
  width: 35%;
}
@media screen and (max-width: 960px) {
  .blog-navigation__thumbnail {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.blog-navigation__thumbnail img {
  width: 100%;
}
.blog-navigation__txt {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
@media screen and (max-width: 960px) {
  .blog-navigation__txt {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.blog-navigation__guide {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  position: relative;
  color: #333;
}
.blog-navigation__ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  color: #333;
}

.woocommerce-breadcrumb {
  display: none;
}
.single-product #main {
  padding-top: 0!important;
}
.single-product #main .breadcrumb {
  margin-bottom: 40px;
}
.breadcrumb {
  padding: 8px 32px;
  background: rgba(0, 0, 0, 0.03);
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #000;
}
.breadcrumb__item:not(:first-child):before {
  content: '>';
  display: block;
  margin: 0 8px;
}
.breadcrumb__link {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.breadcrumb__link:visited {
  color: #000;
}
.breadcrumb__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
  position: relative;
  font-size: 16px;
}
.pagination__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 12px;
  color: #333;
  border: 2px solid #333;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.pagination__link, .pagination__current {
  color: #333;
  border-color: #333;
  background-color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.pagination__link:visited, .pagination__current:visited {
  color: #333;
}
.pagination__link:hover {
  text-decoration: none;
}
.pagination__link--prev, .pagination__link--next {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
}
.pagination__link--prev {
  margin-right: 16px;
  transform: rotate(-45deg);
}
.pagination__link--next {
  margin-left: 16px;
  transform: rotate(135deg);
}
.pagination__link--first, .pagination__link--last {
  position: relative;
  width: 18px;
  height: 18px;
}
.pagination__link--first:before, .pagination__link--first:after, .pagination__link--last:before, .pagination__link--last:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
}
.pagination__link--first:before, .pagination__link--last:before {
  left: 0;
}
.pagination__link--first:after, .pagination__link--last:after {
  left: 8px;
}
.pagination__link--first {
  margin-right: 16px;
}
.pagination__link--first:before, .pagination__link--first:after {
  transform: rotate(-45deg);
}
.pagination__link--last {
  margin-left: 16px;
}
.pagination__link--last:before, .pagination__link--last:after {
  transform: rotate(135deg);
}
.pagination__current {
  font-weight: bold;
  color: #fff;
  border-color: #333;
  background-color: #333;
}

.blog-search {
  margin-bottom: 40px;
}
.blog-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 2px #999;
  border-radius: 8px;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 14px;
  margin-top: 12px;
  position: relative;
}
.blog-search-field {
  background-color: transparent;
  border-style: none!important;
  outline: none;
  width: 89%;
}
.blog-search-submit {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 40px;
  height: 40px;
}
.blog-search-submit:after {
  content: "\f21f";
  font-family: "Ionicons";
  font-size: 3rem;
  color: #6a6a6a;
}

.side-btn {
  background: #e36e3a;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  display: block;
  max-width: 380px;
  width: 100%;
  height: 56px;
  margin: auto;
  text-decoration: none;
  border-bottom: none !important;
  position: relative;
  margin-bottom: 24px;
}
.side-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.side-btn:visited {
  color: #FFF;
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  top: 35%;
  right: 4%;
}
.dli-caret-circle-fill-right::before {
  content: "";
  color: #e36e3a;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.28em 0.4em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.side-btn.--about {
  background: #08b1cd;
}
.side-btn.--about .dli-caret-circle-fill-right::before {
  color: #08b1cd;
}

#custom_html-2 {
  position: sticky;
  top: 40px;
}

.blog-popular .popular-post-list {
  list-style: none;
  margin: 20px 0 40px;
}
.blog-popular .popular-post-list li {
  border-bottom: solid 1px #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-popular .popular-post-list li a {
  display: flex;
  color: #333;
  text-decoration: none;
}
.blog-popular .popular-post-list li a img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-popular .popular-post-list li a .item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0;
}
.blog-popular .popular-post-list li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blog-popular .popular-post-list li a:visited {
  color: #333;
}

.f-btn-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 80px;
}
.single .f-btn-top, .blog .f-btn-top, .category .f-btn-top {
  margin-top: 56px;
}
.f-btn-top__link {
  background: #e36e3a;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  display: block;
  max-width: 380px;
  width: 100%;
  height: 70px;
  margin: auto;
  text-decoration: none;
  border-bottom: none !important;
  position: relative;
}
.f-btn-top__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.f-btn-top__link:visited {
  color: #FFF;
}

.custom-product-info {
  width: 100%;
  max-width: 700px;
  margin: 0 0 64px;
}
.custom-product-title {
  font-size: 1.6em!important;
}
.custom-product-price {
  font-size: 1.6em;
  font-weight:bold;
  margin: 0 0 20px 0;
}

.wp-block-cocoon-blocks-balloon-ex-box-1, .speech-wrap {
  display: flex;
  margin: 1em 0;
  align-items: flex-start;
  max-width: 80%;
  gap: 2%;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-person, .speech-wrap .speech-person {
  width: 12%;
  min-width: 12%;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-person figure, .speech-wrap .speech-person figure {
  margin: 0;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-icon img, .speech-wrap .speech-icon img {
  border-radius: 50%;
  border: 2px solid rgb(204, 204, 204);
  width: 100%;
  height: auto;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-name, .speech-wrap .speech-name {
  text-align: center;
  font-size: 13px;
}

.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-balloon, .speech-wrap .speech-balloon  {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #FFF;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-radius: 6px;
  max-width: 86%;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 p .speech-balloon, .speech-wrap .speech-balloon p {
  margin: 0;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-balloon:before, .speech-wrap .speech-balloon:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 10px;
  border-right-width: 12px;
  border-right-style: solid;
  border-right-color: rgb(204, 204, 204);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.wp-block-cocoon-blocks-balloon-ex-box-1 .speech-balloon:after, .speech-wrap .speech-balloon:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right-width: 12px;
  border-right-style: solid;
  border-right-color: #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sbp-r .speech-balloon:before, .speech-wrap.sbp-r .speech-balloon:before {
  right: -12px;
  left: auto;
  border-left-width: 12px;
  border-left-style: solid;
  border-left-color: rgb(204, 204, 204);
  border-right: none;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sbp-r .speech-balloon:after, .speech-wrap.sbp-r .speech-balloon:after {
  right: -9px;
  left: auto;
  border-left-width: 12px;
  border-left-style: solid;
  border-left-color: #FFF;
  border-right: none;
}
.sbp-r {
  flex-direction: row-reverse;
}

.button-block.aligncenter {
    text-align: center;
}
.button-block {
    float: none;
    margin: 0;
}
.button-block, .btn-wrap {
    color: #FFF;
    border-color: transparent;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.btn  {
    border-radius: 99px;
    overflow: hidden;
    color: #FFF!important;
    background-color: #00afcc;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 28px;
    padding: 7px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.btn:visited  {
  color: #FFF!important;
}
.btn-l {
    padding: 14px 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-l:after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 2%;
    font-size: 20px;
}
.btn.has-pink-background-color {
    border-color: #e95295;
    background-color: #e95295;
}

.blog-single__block .marker {
    background-color: #ff9;
}

.blog-single__block h2 {
  font-size: 28px;
	border-left: 5px solid #00B3CD;
	padding-left: 15px;
  padding-top: 10px;
	padding-bottom:10px;
  margin: 64px 0 16px;
}
.blog-single__block h3 {
  font-size: 22px;
	border-bottom: 1px solid #00bed9;
	padding-bottom: 8px;
  margin: 48px 0 16px;
}
.blog-single__block p {
  margin-top: 1.5em;
}
.blog-single__block .wp-block-image {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.blog-single__block h2.has-background {
  padding-top: 10px;
  padding-bottom:10px;
}

.out-of-stock{
    background: #999!important;   /* 灰色に変更 */
    color: #fff!important;        /* 文字色は白 */
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  background-color: #e36e3a;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover {
  opacity: 0.5;
}
.wc-block-cart__submit-container {
	 display: flex;
    justify-content: center;
}
.wc-block-cart__submit-button {
  background: #e36e3a;
  border-radius: 5px;
  color: #fff!important;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  display: block;
  max-width: 380px;
  width: 100%;
  height: 56px;
  margin: auto;
  text-decoration: none;
  border-bottom: none !important;
  position: relative;
}
.wc-block-cart__submit-button:hover {
  opacity: 0.5;
}
.wp-singular.woocommerce-page .woocommerce-message, .woocommerce-message .button {
  font-size: 15px;
}
.woocommerce-message .button {
  margin-top: 2px;
}
.wp-singular.woocommerce-page .woocommerce-error:before {
  top: 5px;
}
.wp-singular.woocommerce-page .woocommerce-message:before {
  top: 16px;
}

.foot-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
  gap: 48px;
}
@media screen and (max-width: 960px) {
  .foot-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 370px;
    margin-bottom: 64px;
  }
}
.foot-info h2 {
  font-family: 'A1明朝', serif;
}
.foot-info-cal {
  max-width: 260px;
  min-width: 250px;
}
.foot-info-mail {
  max-width: 370px;
}
.foot-info-line {
  max-width: 260px;
  min-width: 250px;
}