@charset "UTF-8";
@import url("/css/WpProduct.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
/* CSS Document */
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*.entry-content>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article , .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond, .is-root-container>*, [data-type="core/freeform"] {
    margin-bottom: 0;
}*/
.entry-content > *, .demo .entry-content p{
    margin-bottom: 0;
}


/*////////////bootstrap コンテナ回避　ヘッダーが途中で止まる問題////////////*/
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 !important;
  }
}

/*-------------------------------------
-----------404ページ--------------------
--------------------------------------*/

img.not-found {
    display: none;
}

/*////////////リンク////////////*/

a {
    text-decoration:none!important; 
}

/*////////////その他bootstrap競合回避////////////*/
.dropdown-menu {
  font-size: initial !important;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px) !important;
}
.modal-content {}
.carousel {
  opacity: inherit;
}
.is-style-alert-box::before, .alert-box::before, .alert::before {
  content: none;
}
.article ul li, .article ol li {
  margin: 0;
}
.article p{
    margin-bottom: 0;
}
/*////////////ビズベクトルからの移植////////////*/
/*rem=pxにする*/
html {
  /*font-size: 62.5%*/
  font-size: 14px;
}
#content div#list {
  margin-top: 2rem;
}
body {
  outline: 0 !important;
  /*font-size: 14px;*/
    font-size: 14px;
}
.btn {
  font-size: initial !important;
}
h1, h2, h3 {
  /*font-family: 'ShinGoPro-H';*/
}
.price {
  font-family: Verdana;
  font-weight: 800;
}

/*見出し関連はここから下*/

.article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 0 0 1em 0;

}
.article h3, .article h4, .article h5, .article h6 {
  margin: 1em 0 1em 0;
 padding: 0;

}
.article h3, .article h4, .article h5, .article h6, .cat-link, .tag-link {
    border-color:inherit;
}
.article h5 {
  border: none;
}

.article h2 {
  background-image: url("../../../images/gp/h2background.png");
  background-repeat: no-repeat;
  background-size: 6.5%;
  background-position-y: center;
  background-position-x: 1em;
  color: white;
  font-weight: 100;
  border-left: none;
  padding-left: 4em;
  padding-right: 1em;
  padding-bottom: 7px;
  padding-top: 7px;
  background-color: #1e90ff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: none !important;
  font-size: 1.5em;
  font-weight: bold;
}
.article h3 {
    border-left: 7px solid #888;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    padding: 5px 9px;
}

.article h4,.article h6 {
  border: none;
}


.entry-title, .archive-title {
    font-size: 2em;
    /*margin: 0;*/
}

.price.red {
  color: red
}
a:hover img {
  opacity: .6;
  filter: alpha(opacity=60)
}
.clearfix::after {
  content: ""; /*擬似要素を入れる*/
  display: block; /*ブロック要素に仮定*/
  clear: both; /*フロートを解除させる*/
}
li {
  list-style-type: none;
}

/*feedzyRSS*/
.feedzy-rss ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 !important;
}
@media screen and (min-width: 409px) {
  .feedzy-rss ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 !important;
  }
  .feedzy-rss .rss_item {
    min-height: inherit;
    max-width: 186px;
    margin: 0px 0px 10px 0px !important;
  }
}
.feedzy-rss li a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
li.rss_item {
  width: 190px;
  display: block;
}
.rss_content p {
  display: none;
}
.feedzy-rss .rss_item {
  min-height: 22rem;
  max-width: 186px;
  margin: 0px 0px 10px 0px !important;
}
.feedzy-rss rss_item span.title {
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: 1rem;
  height: 11rem;
}
.feedzy-rss .rss_item .title {
  font-weight: 100 !important;
  font-size: 0.8em !important;
  width: 170px;
  line-height: 1.3em;
}
.feedzy-rss .rss_item .title a {
  margin-top: 1em;
}
.feedzy-rss .rss_item .rss_content small {
  color: #1967d5;
  font-style: normal !important;
  font-size: 0.9rem !important;
}
.feedzy-rss .rss_item .rss_image {
  margin: 0.3em 1em 1em 0px !important;
}
.rss_header h2 {
  display: none;
}
#wp-saerch input#name {
  border: solid 2px #ffd200;
  border-radius: unset;
  margin-right: 0;
  margin-top: 0;
  font-size: 1rem;
  float: left;
  margin-bottom: 1rem;
  max-width: 950px;
  width: 100%
}
div#wp-saerch form#searchform2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem
}
.input_search2.clearfix {
  display: block;
  white-space: nowrap
}
#wp-saerch button.bt_search2 {
  border: none;
  margin-top: 0
}
#wp-saerch .input_search2 input {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem
}
/*////////////ここから下cocoon移行後////////////*/
div#container {
  width: 100%;
}
.content {
  margin-top: 0px;
}
.main {
  padding: 0px;
}
/*ヘッダー廻り*/
.navi {
  background-color: red !important;
  box-shadow: 0px -8px 20px 2px rgba(179, 1, 1, 0.52) inset;
  height: 60px;
}
/*cocoonCSS回避*/
.navi-in > ul {
  /*  background-color: red;
	box-shadow: 0px -8px 20px 2px rgba(179,1,1,0.52) inset;
    height: 54px;
    color: white!important;*/
}


.sns-share-buttons.sns-buttons {
    color: white;
}
a.share-button {
    color: white!important;
}
ul.nav.nav-pills.nav-justified {
  margin-bottom: 0;
}
.caption-wrap {
  color: white;
  font-size: 20px;
}


a.related-entry-card-wrap.a-wrap.border-element.cf {
  border-color: lightgray;
}
#navi-in li {
  border-right: 2px dotted #E5E5E5;
}
#menu-item-11, #menu-item-12627 {
  border-left: 2px dotted #E5E5E5;
}
.footer-bottom-content #menu-item-11 {
  border-left: 1px solid#E5E5E5 !important;
}
.logo.logo-header.logo-image {
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-top: 0;
}
.header_logo {
  /* margin-top: 5px;*/
}
h1.logo.logo-header.logo-image {
  margin: 0;
}
span.cat-label.cat-label-3 {
  display: none;
}
.header_logo {
  margin-right: auto;
}
.header_inquery {
  justify-content: flex-end;
  margin-top: -17px;
}
.header_tel {
  color: black;
  justify-content: flex-end;
  margin-right: 1rem;
}
.tagline {
  text-align: left;
  font-size: 11px;
  margin: 1px 1px 2px 0px;
  color: black;

}
a.tag-link {
  border: 0;
  font-size: 1em;
}
.headerrogoinquirybox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eigyoujikan {
  font-size: 15px;
}
.nettokara {
  font-size: 12px;
}
.telbnr {
  margin-top: -10px;
}

/*tableに変な色が付くの回避*/
table th, table td, .page-numbers, .page-numbers.dots, .tagcloud a, .list.ecb-entry-border .entry-card-wrap, .related-entries.recb-entry-border .related-entry-card-wrap, .carousel .a-wrap, .pager-post-navi.post-navi-border a.a-wrap, .article .toc, .a-wrap .blogcard, .author-box, .comment-reply-link, .ranking-item {
  border-color: lightgray;
}
table tr:nth-of-type(2n+1), .page-numbers.dots, .a-wrap:hover, .pagination a:hover, .pagination-next-link:hover, .widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .pager-links a:hover span, .tag-link:hover, .tagcloud a:hover {
    background-color: inherit;
}

table,tbody {
  border-top: 1px solid lightgrey;
    background-color: inherit;
}
table th, table td {
    border: 1px solid black;
    padding: 2px;
    font-size: 1rem;
    text-align: center;
}

pre, .pager-links span, table th, .pagination .current {
  background-color: rgb(243, 244, 245);
}
@media screen and (max-width: 834px) {
  table th, table td {
    padding: 3px;
    font-size: 1em;
  }
}
/*レフトナビ*/
.sidebar {
  padding: 1px 5px;
}
.leftnavi {
  width: 200px;
  position: sticky;
  top: 0;
}
.leftnavi li a {
  text-decoration: none;
  background: url(/../../../images/gp/leftnav/arrow-assets/arrow1.png) left 5px no-repeat;
  padding: 10px 0 3px 22px;
  color: #666;
  display: block;
  overflow: hidden;
  line-height: 1.2em;
  border-bottom: 1px dotted;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 1px;
  background-position-y: 50%;
  font-size: 0.9em;
}
.leftnavi ul {
  margin-left: 0;
  padding-left: 1rem;
}
.leftnavi li:hover {
  background-color: #f5f4f4;
}
.leftnavi a {
  text-decoration: none;
}
h3.widget-sidebar-title.widget-title {
  display: none;
}
.leftnavi h3 {
  background-color: white;
  color: black;
  border: 1px solid lightgray;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 5px;
}
.leftnavi-bnr img {
  margin-bottom: 3rem;
}
.leftnavi h3 a {
  text-decoration: none;
}
.leftnavi h3:hover {
  background-color: #f5f4f4;
}
.leftnavi h3 img {
  width: 65px;
  padding: 5px;
}
span.LeftnaviInner1 {
  font-weight: 300;
  font-size: 1rem;
  display: block;
  color: darkblue;
  letter-spacing: -2px;
}
span.LeftnaviInner2 {
    color: red;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1px;
    letter-spacing: -1px;
}
.LeftnaviR {
  margin: 12px 0px 0px 5px;
}
.leftnavi h4{
    margin-top: 1rem;
}
h4.sideUlHeader {
    font-size: 13px;
    background-color: dodgerblue;
    color: white;
    padding: 0.5em;
}
.productExp h3 {
  font-family: unset;
  margin-top: 5rem;
  line-height: 2.8rem
}
.ec-productRole__code h3 {
  font-family: auto;
  display: contents;
}
.productExp h4 {
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 5rem
}
.productExpimgR img, .productExpimgC img, .productExpimgL img {
  display: inline
}
.productExpimgFR img {
  float: right
}
.productExpimgFL img {
  float: left
}
.productExpimgR {
  text-align: right
}
.productExpimgC {
  text-align: center
}
.productExpimgL {
  text-align: left
}
.sameFunctionFalse {
  font-size: 14px !important;
  font-family: initial;
  background-color: #f700b9;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: lighter;
  float: left;
  margin-right: 1rem
}
.sameFunctionTure {
  font-size: 14px !important;
  font-family: initial;
  background-color: #3466f9;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: lighter;
  margin-right: 1rem
}
.menu_list {
  margin: 3rem
}
.menu_list li {
  list-style-type: none !important
}
.menu_list ul {
  border: solid 1px gray;
  padding: 3rem 1rem 1rem 1rem;
  background-color: #ffffe0;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem
}
li.li_child {
  margin-left: 3rem
}
li.li_grandson {
  margin-left: 5rem
}
.top_img img {
  margin-left: auto;
  margin-right: auto
}
.tx-r {
  float: right;
  clear: both
}
.tx-c {
  text-align: center
}
.tx-l {
  float: left;
  clear: both
}
/*.thumbnail {
  width: fit-content
}
.thumbnail .caption {
  font-size: 1rem
}*/
.thb-r {
  float: left;
  margin: 1rem !important
}
.thb-c {
  margin-left: auto;
  margin-right: auto
}
.thb-l {
  float: right;
  margin: 1rem !important
}
.orenge-b120 {
  font-size: 120%;
  font-weight: bold;
  color: #ff8c00
}
.left_line {
  margin-top: 1rem
}
@media screen and (min-width: 800px) {
  .flexbox3 {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem
  }
  .flexbox3 dd, .flexbox3 li {
    width: 250px
  }
  .flexbox2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem
  }
  .flexbox2 dd, .flexbox2 li {
    width: 350px
  }
  .flexbox2 dd img {
    display: block;
    padding-bottom: 1rem
  }
}
.wp-embed-footer {
  display: none !important
}
.menu-content .menu-drawer {
  padding: 0 1em 30px;

}
/*バナー*/
h3.widget-sidebar-scroll-title.widget-title {
  display: none;
}
/*サーチ*/
select.category_id {
  width: 40%;
  float: left;
  margin-right: 2rem;
}
.ec-select.ec-select_search {
  width: 50%;
}
button.ec-headerSearch__keywordBtn {
  width: 50px;
}
.search-name {
  margin-right: 1rem;
}
.ec-input {
  width: 70%;
}
.leftnav_search input.search-name {
  width: 150px;
}
.leftnav_search form.searchform {
  display: inline-flex;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.entry-card-title, .related-entry-card-title {
  font-size: 1.4em;
}
.entry-card-content {
  margin-left: auto;
}
.entry-card-thumb {
  max-width: 150px;
  height: auto;
}
.entry-card-snippet, .related-entry-card-snippet {
  font-size: 0.95em;
  max-height: 7em;
  line-height: 1.4em;
  overflow: hidden;
}
a.entry-card-wrap.a-wrap.border-element.cf {
  text-decoration-line: none;
}
.notice-area {
  color: #fff;
  text-align: center;
  background-color: #4cae4c;
  font-size: .8em;
}
/*bootstrap影響解除*/

.cocoonBtn .btn {
  display: inherit;
  color: white;
  font-size: 1.5em;
}
.cocoonBtn .btn:hover {
  color: white;
  text-decoration: none;
}
figcaption {
  font-size: 1em;
}
.bg-tblue{
    background-color: #1e90ff!important;
}
/*cocoonがbootstrapに及ぼす影響解除*/

.badge, .ref, .reffer, .sankou {
    background-color:green;
}

.is-style-success-box, .success-box, .sp-success, .success {
    color:  inherit;
    background-color: inherit;
    border-color:  inherit;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
/*カードにリンクアイコンが出るのを解除*/
.card a .fas {
    display: none;
}

a.card,a:hover.card{
    color: inherit;
    text-decoration: none;
}
a:hover.card{
border: 3px solid dodgerblue;
}


/*施工事例の検索*/
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  height: 3rem;
  margin-bottom: 2rem;
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: .375em .625em;
  color: #32373c;
  margin-left: .625em;
  word-break: normal;
}
.wp-block-search__button {
  width: 60px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 11px;
}
label.wp-block-search__label {
  font-weight: normal;
  margin-top: 1rem;
}
form.search-box.input-box input[type=search] {
  width: 100%;
}
.blogcard-snippet {
  font-size: 1em;
}
p.comment-notes {
  font-size: 12px;
  color: red;
}
#respond input[type='submit'] {
  background-color: #46a8f7;
  color: white;
  font-weight: 700;
  border: 2px solid #008dff;
  border-radius: 11px;
}
/*.form-submit span:before{
   font-family:"Font Awesome 5 Free";
	content: "\f1d8";
    font-weight: 900;
	font-size: 1em;
    padding-right: 1rem;
}*/
aside.comment-form .key-btn {
  background-color: #46a8f7;
  color: white;
  font-weight: 700;
  border: 2px solid #008dff;
  border-radius: 11px;
}
p.comment-form-comment-subscribe input {
  margin-right: 1em;
}
form#commentform label {
  font-weight: normal;
}
/*ブログカード*/
.blogcard-site.internal-blogcard-site {
  display: none;
}
#notice-area {
  background-color: white;
  color: black !important;
  border-bottom: 1px solid lightgrey;
}
#notice-area::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
}
.label-box-label {
  text-shadow: none;
}
span.label-box-label-text {
    background-color: white;
}
/************************************
** bootstrap的なwidth/height****************
************************************/
.mw-40,img.mw-40 {
  max-width: 40px !important;
  height: fit-content;
}
.mw-60,img.mw-60 {
  max-width: 60px !important;
  height: fit-content;
}
.mw-80,img.mw-80 {
  max-width: 80px !important;
  height: fit-content;
}
.mw-90,img.mw-90 {
  max-width: 100px !important;
  height: fit-content;
}
.mw-150,img.mw-150 {
  max-width: 150px !important;
  height: fit-content;
}
.mw-200,img.mw-200 {
  max-width: 200px !important;
  height: fit-content;
}
.mw-300,img.mw-300 {
  max-width: 300px !important;
  height: fit-content;
}
.mh-60,img.mh-60 {
  max-height: 60px !important;
  width: min-content;
}
.mh-80,img.mh-80 {
  max-height: 80px !important;
  width: min-content;
}

.mh-100,img.mh-100 {
  max-height: 100px !important;
  width: min-content;
}
.mh-130,img.mh-130 {
  max-height: 130px !important;
  width: min-content;
}
.mh-200,img.mh-200 {
  max-height: 200px !important;
  width: min-content;
}
.mh-300,img.mh-300 {
  max-height: 300px !important;
  width: min-content;
}
.img-responsive-overwrite{
    margin: 0 auto;
}
/************************************
** bootstrap商品詳細用****************
************************************/

/*ボタン*/
.btn-warning {
  color: white !important;
  background-color: darkorange !important;
  border-color: darkorange !important;
}
.btn-warning:hover {
  color: white;
}
.bg-light {
    background-color: #f8f9fa!important;
    color: black!important;
    border: 1px solid!important;
}
.gap-2.d-md-flex.justify-content-md-center .btn, a ,form {
  width: 100%;
}
.btn i {
  margin-right: 0.3em;
}
/*ナビ*/
/*.nav-pills {
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
}
.nav-pills .nav-link {
    border-radius: unset!important;
}*/

ul.nav {
  margin-bottom: 0;
}
.nav-fill .nav-item, .nav-fill > .nav-link {
  background-color: #f3f1f1;
}
.nav span.caption {
    display: block;
    line-height: 0.8em;
    font-size: 0.8em;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    background-color: #1e90ff!important;
}

/*ナビの下を囲む枠*/
.tubwaku{
    border: solid 2px;
    padding: 1em;

}
.border-blue{
    border-color: #1e90ff;
}

.nav-pills .nav-link{
    
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

/*ナビの下を囲む枠*/

/*ナビ終了*/



.card {
 /* margin-bottom: 4em;*/
height: 100%;
}
.card h5 {
  margin-bottom: 0;
  margin-top: 0;
}
p.card-text {
  margin-bottom: 0;
  line-height: 1.7em;
}
.card-body a,a .card,a.card-body{
  text-decoration: none!important;
  color: black;
}
.card-body a:hover,a .card:hover,a.card-body:hover {
  text-decoration: none!important;
  color: gray;
}

.card-text::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  background: linear-gradient(-45deg, var(--dekiruGreen) 0, var(--dekiruGreen) 50%, transparent 50%, transparent 100%);
}
.card-img, .card-img-top {
    margin-bottom: 0.5em;
}

/*工事込みバッジ*/
.koujikomi .badge {
  display: inline;
　font-size: 14px!important;
	vertical-align:super;
}
.koujikomi .badge::before{
	
}
/*2カラム用*/
.row-cols-md-2 .price {
  font-family: Verdana;
  font-weight: normal;
}
.row-cols-md-2 .sale {
  color: #FF0000;
}
.row-cols-md-2 .maker, .koujikomi, .hanbai {
  line-height: 1.7em;
  margin-bottom: 0.5em;
  text-align: end;
}
.row-cols-md-2 .koujikomi span.badge {
  margin-right: 1em;
}
.row-cols-md-2 span.badge {
  margin-right: 1em;
}
.row-cols-md-2 .bnrarea span.badge {
  font-weight: normal;
  margin-right: 1em;
}
/*3カラム用*/
.row-cols-md-3 .price {
  font-family: Verdana;
}
.row-cols-md-3 .sale {
  color: #FF0000;
}
.row-cols-md-3 .maker, .hanbai, .koujikomi {
  text-align: end;
}
.row-cols-md-3 .koujikomi span.badge {}
.row-cols-md-3 .koujikomi {
  line-height: 2.2em;
  margin-bottom: 0;
}
.row-cols-md-3 span.badge {}
/*横型カード*/
.card.yoko.mb-3 {
    border: 2px solid rgba(0,0,0,.125);
}
h5.card-title{
	padding-left: 0;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
} 

.card.mb-3 .maker {
  text-align: end;
}
.card.mb-3 span.price {
  font-weight: normal;
}
.card.mb-3 span.fs-5.fw-bold.red {
  margin-right: 1em;
}
.card.mb-3 .koujikomi {
  margin-bottom: 1em;
}
.card.mb-3 p.card-text {
  font-size: 1em;
}
.card .alert {
  border-radius: unset;
  border-right: none;
  border-left: none;
}
.card.mb-3 a{
	padding: 0!important;
}
.gap-2.d-md-flex.justify-content-md-end .btn {
  padding: 1em !important;
  width: 100% !important;
  margin: 0 !important;
}
.gap-2.d-md-flex.justify-content-md-end a {
  width: 100% !important;
}
/*価格表示部分*/
.maker, .hanbai {
  font-size: 13px;
}
.hanbai span.fs-4.fw-bold.red {
  margin-right: 1em;
}
.hanbai {
  margin-bottom: 0.7em;
　font-weight: bold;
}

.bnrarea .badge {
  width: 90%;
}
.card-header {
    font-weight: bold;
    line-height: 1.2em;
}
h4.card-header {
  margin-top: 0;
}
.card-body .icon span {
    margin-right: 0.5em;
}

/************************************
** bootstrap商品詳細用ここまで**********
************************************/

/************************************
** カテゴリページ関連記事カードに変更　
cocoonに設定がないため　　　　**********
************************************/

div#list {
    display: grid; /* Flexboxの代わりにGridを使用 */
    grid-template-columns: repeat(4, 1fr); /* 4列に均等に分割 */
    gap: 1em; /* カード間の間隔 */
}
h2.entry-card-title.card-title.e-card-title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}
.entry-card-thumb {
    max-width: 180px;
    height: auto;
}
.entry-card-snippet, .related-entry-card-snippet{
	font-size: 13px;
}
div#.list .entry-card-wrap img {
    max-width: 100%;
    height: auto;
    display: block; /* 画像の下に余白ができないように */
}
@media (max-width: 768px) {
    .list {
        grid-template-columns: repeat(2, 1fr); /* 2列に減らす */
    }
}

/* さらに画面が狭い場合の調整 */
@media (max-width: 480px) {
    .list {
        grid-template-columns: 1fr; /* 1列にする */
    }
}

/************************************
** カテゴリページ関連記事カードに変更　
cocoonに設定がないため　ここまで**********
************************************/

.mobile-menu-buttons .menu-button {
    height: 70px;
}
.entry-content{
    
}

.menu-item-3302>a {
    background-color: #41a9ff !important;
    color: white !important;
    font-size: 1.3em;
}

li.switch-menu-button.menu-button {
    display: none;
}
/************************************
************ レビュー**********
************************************/
.glsr-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 10px;
}

.glsr-review {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.glsr-review-content .glsr-tag-value {
  display: -webkit-box;
  -webkit-line-clamp: 5;      /* 最大5行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.glsr-default .glsr-review p{font-size: 12px;}

.glsr-review:hover {
  transform: translateY(-5px);
}
h4.glsr-tag-value {
    font-size: 16px;
}

.glsr-review-date,span.glsr-tag-value {
  font-style: normal;
  font-size: 14px;
}
.glsr-review {
  transform: none !important;
  transition: none !important;
}

/*レビューのメインページのみ横並びに変更*/
body.page-id-4787 .glsr-default .glsr-review p{
	font-size:14px;
	line-height: 1.5em;
}


body.page-id-4787 .glsr {
  display: block !important; /* 念のため flex を解除 */
}

body.page-id-4787 .glsr-review {
  width: 100% !important;
  display: block !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

body.page-id-4787 .glsr-default .glsr-review-author {
    text-align: end;
    font-size: 14px;
}
body.page-id-4787 .glsr-review-title h4 {
    margin-bottom: 1em !important;
}
body.page-id-4787 .glsr .glsr-review-images{
	margin-bottom: 0;
	margin-top: 1em;
		
}
body.page-id-4787 .glsr-review {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
}

body.page-id-4787 .glsr-review-content {
  flex: 1 1 0%;
  max-width: 100%;
}

body.page-id-4787 .glsr-review-images {
  flex: 0 0 auto;
}
body.page-id-4787 .glsr-default .glsr-review-author{
	display: block;
}
.glsr-default button.glsr-button {
    display: flex !important;         /* ← inline-flex を flex に上書き */
    margin: 0 auto !important;        /* ← 中央寄せ */
}

/* 画像が無い場合は、レビューを100%表示させる */
body.page-id-4787 .glsr-review:not(:has(.glsr-review-images)) .glsr-review-content {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (max-width: 500px) {
  body.page-id-4787 .entry-content {
    margin-left: 0;
    margin-right: 0;
  }
}




/* デフォルトは縦並び。768px以上で横並び */
@media (min-width: 768px) {
  .glsr-review {
    width: calc(50% - 20px); /* 2列表示 */
  }
}

@media (min-width: 1024px) {
  .glsr-review {
    width: calc(33.333% - 20px); /* 3列表示 */
  }
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1056px){
.main, .sidebar, .sidebar-left .main, .sidebar-left .sidebar {
    margin: 0;
}
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  .flexbox2 img, .flexbox3 img {
    display: block;
    padding-bottom: 1rem
  }
  #header-container {
    display: none;
  }
.entry-content{
    margin-top: 4em;
}
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    
      
  }
}
/*689px以下*/
@media screen and (max-width: 689px) {
  .body, .menu-content {
   
  }
  ul.menu-drawer li {
    font-size: 1em;
  }
  .entry-content > *, .demo .entry-content p {
    line-height: 1.3;
  }
  .menu_list ul {
    border: solid 1px gray;
    padding: 1rem 0 0 1rem;
    background-color: #ffffe0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    font-size: 1rem
  }
  li.li_child {
    margin-left: 0
  }
  li.li_grandson {
    margin-left: 1rem
  }
  .article h2 {
    background-image: none !important;
    padding-left: 1em;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .e-card-title {
    font-size: 0.8em !important;
  }
}