@charset "UTF-8";
/*
Theme Name: びっくりカーペット
Description:びっくりカーペットのオリジナルテンプレート
Author: GLAMSTYLE
Author URI: http://company.glam-style.jp/index.html
Version: 1.1
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  font-size: 14px;
}

a {
  color: #202020;
}

a:hover {
  opacity: .5;
  transition: .3s;
  color: #B92829;
}

h1 {
  font-size: 3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 2rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

h3 {
  font-size: 1.8rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

h4 {
  font-size: 1.5rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

h5 {
  font-size: 1.3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

h6 {
  font-size: 1.3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

header {
  background: #FFF;
  box-shadow: 0 0 0 0 transparent;
  border-bottom: #CCCCCC solid 1px;
  width: 100%;
  margin: auto;
  padding: 10px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*z-index: 8888;*/
}


header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .container.p-0{
  width: 1120px;
  margin: auto;
  padding: 0;
}

header .container #header_logo {
  width: auto !important;
  position: relative;
}

header .container #header_logo h1 {
  position: relative;
}

header .container #header_logo h1 img {
  height: 90px;
}

header .container #header_logo h1 span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

header .container #header_logo img {
  height: 90px;
}

header .container #header_logo span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

header .container #header_contact #header_contact-title {
 background: #EEEEEE;
      margin: 0;
      padding: 0px 10px;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }

header .container #header_contact #header_contact-title>p {
    margin: 0;
    margin-left: 5px;}

header .container #header_contact #header_contact-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: #EEEEEE solid 1px;
  border-left: #EEEEEE solid 1px;
  border-right: #EEEEEE solid 1px;
}

header .container #header_contact #header_contact-box #header_contact-text {
          line-height: 1.5em;
        text-align: center;
        border-right: #EEEEEE solid 1px;
        padding: 5px 3px;
        font-size: 11px; }

header .container #header_contact #header_contact-box #header_contact-telno {
  padding: 0 3px;
        font-size: 29px;
        color: #B92829;
        text-align: center;
        margin: 0 auto; }

header .container #header_contact #header_contact-box #header_contact-telno small {
  display: block;
  font-size: 10px;
  color: #000000;
}

header .container #header_search-sns {
  padding-left: 5px;
}

header .container #header_search-sns #header_search form#search {
  position: relative;
  margin: 0 0 3px;
  padding: 0;
}

header .container #header_search-sns #header_search form#search input#HdTxtBox {
  background: #FFF;
  background-image: none;
  padding-left: 5px;
  width: 100%;
  border-color: #CCC;
  border-width: 2px;
}

header .container #header_search-sns #header_sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

header .container #header_search-sns #header_sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

header .container #header_search-sns #header_sns ul li {
  text-align: center;
  padding-right: 5px;
}

header .container #header_search-sns #header_sns ul li a {
  display: block;
  text-decoration: none;
}

header .container #header_search-sns #header_sns ul#header_sns-icon01 li {
  font-size: 34px;
  line-height: 1em;
}

header .container #header_search-sns #header_sns ul#header_sns-icon01 li a {
  color: #CCCCCC;
}

header .container #header_search-sns #header_sns ul#header_sns-icon01 li a:hover {
  color: #707070;
  transition: .3s;
}

header .container #header_search-sns #header_sns ul#header_sns-icon02 li a {
  background: #CCBCA3;
  color: #FFFFFF;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 22px;
  padding-top: 5px;
  line-height: 1em;
}

header .container #header_search-sns #header_sns ul#header_sns-icon02 li a span {
  margin-top: 3px;
  display: block;
  font-size: 40%;
  letter-spacing: -1px;
  line-height: 1.05em;
}

header .container #header_search-sns #header_sns ul#header_sns-icon02 li a:hover {
  opacity: .5;
  transition: .3s;
}

header .container #header_loginout-cart ul#header-loginout {
width: 100%;
    list-style: none;
    margin: 0 0 9px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header .container #header_loginout-cart ul#header-loginout li {
        text-align: center;
        /*padding-right: 5px; */}

header .container #header_loginout-cart ul#header-loginout li a {
          display: block;
    text-decoration: none;
    border-radius: 7px;
    padding: 10px 15px;
    background: #FFFFFF;
    border: #B92829 solid 1px;
    color: #B92829;
}
header .container #header_loginout-cart ul#header-loginout li a:hover {
          background: #B92829;
          color: #FFFFFF;
          transition: .3s; }

/*header .container #header_loginout-cart ul#header-loginout li:last-child {
  padding-right: 0;
}*/

/*header .container #header_loginout-cart ul#header-loginout li:last-child a {
  color: #707070;
  border-color: #707070;
  font-size: 12px;
}*/

/*header .container #header_loginout-cart ul#header-loginout li:last-child a:hover {
  background: #707070;
  color: #FFFFFF;
  transition: .3s;
}*/

header .container #header_loginout-cart #header-cart {
  text-align: center;
}

header .container #header_loginout-cart #header-cart a {
  display: block;
        text-decoration: none;
        background: #f7cb16;
        border-radius: 7px;
        padding: 10px 3px; }

header .container #header_loginout-cart #header-cart a:hover {
  opacity: .5;
  transition: .3s;
}

header #header_nav {
  margin-top: 10px;
    border-top: #CCCCCC solid 1px; }

header #header_nav .container ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

header #header_nav .container ul li a {
  font-size: 12px;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  background: #FFFFFF;
}

header #header_nav .container ul li a img {
  width: 45px;
}

header #header_nav .container ul li a:hover {
  background: rgba(247, 202, 22, 0.1) !important;
  color: #B92829 !important;
}

header #header_nav .container ul li a:hover img {
  opacity: .4;
}

/****** SP ******/
#sp_header {
  position: relative;
  z-index: 10000;
}

#sp_header, #sp_header_down {
  margin: 0;
  padding: 0;
}

#sp_header ul.sp_header_menu, #sp_header_down ul.sp_header_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#sp_header ul.sp_header_menu li, #sp_header_down ul.sp_header_menu li {
  width: 33.3%;
  text-align: center;
  line-height: 1em;
  border-left: #CCCCCC solid 1px;
  padding: 5px 0;
  background: #FFFFFF;
}

#sp_header ul.sp_header_menu li i, #sp_header_down ul.sp_header_menu li i {
  font-size: 22px;
}

#sp_header ul.sp_header_menu li span, #sp_header_down ul.sp_header_menu li span {
  display: block;
  width: 100%;
  font-size: 9px;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

#sp_header ul.sp_header_menu li:first-child i, #sp_header_down ul.sp_header_menu li:first-child i {
  color: #B92829;
}

#sp_header ul.sp_header_menu li:last-child, #sp_header_down ul.sp_header_menu li:last-child {
  border-left: transparent solid 0px;
  background: #f1cb37;
}

#sp_header_down {
  border-bottom: #CCCCCC solid 1px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}

#sp_header_down a, #sp_header_down a:hover {
  text-decoration: none;
  color: #000000;
}

#sp_header_down > div {
  background: #CCCCCC;
}

#sp_header_down #header_nav_gy {
  position: relative;
}

#sp_header_down #header_nav_gy::before {
  background: #CCCCCC;
}

#sidebar #osusume ul li a, #sidebar #category ul li a, #sidebar #search ul li a {
  display: inline-block !important;
}

footer {
  padding: 2rem 0;
  background: #f6f6f6;
}

footer h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: #000000 solid 1px;
  margin-bottom: 1rem;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-bottom: 1rem;
}

footer ul li a {
  text-decoration: none !important;
  display: inlin-block;
  padding: .5rem 0;
}

footer ul li::before {
  content: "";
  margin-right: 5px;
}

footer #footer_phone {
  font-size: 30px;
  font-weight: bold;
}

footer #footer_text_small {
  font-size: 12px;
}

footer #copyright {
  margin-top: 2rem;
  font-size: 11px;
  text-align: center;
}

#page h1 {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 5px;
  border-bottom: #EEEEEE solid 3px;
}

#page .text {
  margin-bottom: 1rem;
  color: #666666;
}

#page h2 {
  margin-top: 5rem;
  margin-bottom: 1rem;
  border-bottom: none;
  font-size: 1.5rem;
}

#page img.top_image {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

#page #review_item, #page #recommend {
  border-radius: 1rem;
}

#page #review_item h3, #page #recommend h3 {
  margin: 1rem 0;
  font-size: 1.5rem;
}

#page #review_item h4, #page #recommend h4 {
  font-size: 1.3rem;
  margin-top: 5px;
}

#page #review_item .item_link_btn, #page #recommend .item_link_btn {
  position: absolute;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

@media (max-width: 768px) {
  #page #review_item .item_link_btn, #page #recommend .item_link_btn {
    position: relative;
  }
}

#page #review_item {
  margin: 3rem 1rem;
  padding: 1rem;
  border: #CCCCCC solid 1px;
}

#page #recommend h3 {
  margin-top: 5rem;
}

#page #category_ban {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border: #CCCCCC solid 1px;
}

#page #category_ban h4 {
  font-size: 1rem;
  margin-top: 5px;
}

#page #pagenation {
  background: #f5f5f5;
  padding: 1rem;
  margin: 5rem 0;
}

#page #pagenation h3 {
  margin: 1rem 0;
  font-size: 1.5rem;
}

#page #pagenation h5 {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 5px;
}

#page #profile {
  margin: 3rem 0 5rem;
  padding: 1rem;
  border: #CCCCCC solid 1px;
  border-radius: 1rem;
}

#page #profile #name {
  border-right: #CCCCCC solid 1px;
}

@media (max-width: 992px) {
  #page #profile #name {
    border-right-color: transparent !important;
  }
}

#page #profile #name i {
  font-size: 50px;
}

#page #profile #name p {
  margin-top: 10px;
  font-size: 70% span;
  font-size-font-size: 1rem;
}

#sidebar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f5f5f5;
}

#sidebar #tag a {
  display: inline-block !important;
  margin-right: 5px;
}

#sidebar h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
  padding-bottom: 3px;
  border-bottom: #FFFFFF solid 3px;
}

#sidebar h3:first-child {
  margin-top: 0;
}

#sidebar #osusume ul, #sidebar #category ul, #sidebar #search ul {
  margin: 0 1rem 1rem;
  padding: 0;
  list-style: none;
}

#sidebar #osusume ul li a, #sidebar #category ul li a, #sidebar #search ul li a {
  display: inline-block;
  padding: .5rem 1rem;
}

#sidebar #search {
  margin-bottom: 5rem;
}

#sidebar #howto_ban a {
  display: block !important;
}

#sidebar #howto_ban a img {
  margin-bottom: 1rem;
}

#sidebar #category ul li ul li a::before {
  content: "├";
}

#sidebar #category ul li ul li:last-child a::before {
  content: "└" !important;
}

li.list-group-item {
  border: none;
}

header#header_new_201806 #header_new_201806_container #header_search-sns {
  padding-left: 5px;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_search form#search {
  position: relative;
  margin: 0 0 3px;
  padding: 0;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_search form#search input#HdTxtBox {
  background: #FFF;
  background-image: none;
  padding-left: 5px;
  width: 100%;
  border-color: #CCC;
  border-width: 2px;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul li {
  text-align: center;
  padding-right: 5px;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul li a {
  display: block;
  text-decoration: none;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul#header_sns-icon01 li {
  font-size: 34px;
  line-height: 1em;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul#header_sns-icon01 li a {
  color: #CCCCCC;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul#header_sns-icon01 li a:hover {
  color: #707070;
  transition: .3s;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul#header_sns-icon02 li a {
  background: #CCBCA3;
  color: #FFFFFF;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 24px;
  padding-top: 5px;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul#header_sns-icon02 li a span {
  margin-top: 3px;
  display: block;
  font-size: 40%;
  letter-spacing: -1px;
  line-height: 1.05em;
}

header#header_new_201806 #header_new_201806_container #header_search-sns #header_sns ul#header_sns-icon02 li a:hover {
  opacity: .5;
  transition: .3s;
}

#main_contents {
  background: #FFFFFF;
}

@media (max-width: 768px) {
  #main_contents {
    padding-top: 0;
    margin-top: 0 !important;
  }
}
#main_contents h2 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-bottom: 3px;
  border-bottom: #CCCCCC solid 3px;
}

#main_contents .list .two_list {
  margin-top: 3rem;
}

#main_contents .list .two_list .text_wrap {
  margin: auto 0;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.7);
}

#main_contents .list .three_list a {
  text-decoration: none;
}

#main_contents .list .three_list a > div {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
}

#main_contents .list .three_list a > div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

#main_contents .list .three_list p {
  font-size: 90%;
}

#main_contents .list .three_list .text_wrap .text {
  margin-top: 5px;
  margin-bottom: 5px;
}

#main_contents .list .text_wrap {
  bottom: 0;
  left: 0;
  right: 0;
}

#main_contents .list .text_wrap a {
  text-decoration: none;
}

#main_contents .list .text_wrap a:hover {
  opacity: .5;
  transition: .3s;
  color: #B92829;
}

#main_contents .list .text_wrap .text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

#main_contents .list .text_wrap .text .name {
  font-size: 80%;
}

#main_contents .list .text_wrap .text .time {
  font-size: 80%;
  text-align: right;
}

#main_contents .list .text_wrap h4 {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
}

#main_contents .list .text_wrap p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
}

#main_contents .tokusyu_area {
  margin: 3rem 0;
  border: #CCCCCC solid 1px;
  padding: 2rem;
  border-radius: 1rem;
}

#main_contents .tokusyu_area a {
  text-decoration: none;
  text-align: center;
}

#main_contents .tokusyu_area a h5 {
  font-size: 90%;
  margin-top: 5px;
}

#main_contents #review > div {
  position: relative;
}

#main_contents #review > div::after {
  position: absolute;
  content: ">>";
  top: 2rem;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 992px) {
  #main_contents #review > div::after {
    position: absolute;
    content: "↓";
    top: auto;
    bottom: -1.5rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#main_contents #review > div:last-child::after {
  content: "";
}

#main_contents #review i {
  color: #CCCCCC;
  margin-bottom: 1rem;
}

#contents_left article#index_itemlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#contents_left article#index_itemlist ul li {
  width: 49%;
}

#contents_left article#index_itemlist ul li a {
  display: block;
}

#contents_left article#index_itemlist ul li a:hover {
  text-decoration: none;
}

#contents_left article#index_itemlist ul li a > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}

#contents_left article#index_itemlist ul li a > div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#contents_left article#index_itemlist ul li .text_wrap a {
  text-decoration: none;
}

#contents_left article#index_itemlist ul li .text_wrap a:hover h4 {
  text-align: left;
}

#contents_left article#index_itemlist ul li .text_wrap a h4 {
  text-decoration: underline;
}

#contents_left article#index_itemlist ul li .text_wrap a > p {
  text-align: left;
  text-decoration: none !important;
}

/***/
#main-box {
  padding-top: 0;
}

#film_roll {
  padding-top: 1rem;
}

form#search i {
  position: absolute;
  right: 9px;
  /* bottom:  0; */
  top: 10px;
  /* margin:  auto; */
  z-index: 1;
}

form#search {
  position: relative;
}

.favorite__section {
  z-index: 10000;
}

#header_space {
  height: 0;
}

header {
  position: relative !important;
  background: #FFF;
  box-shadow: 0 0 0 0 transparent;
  border-bottom: #CCCCCC solid 1px;
  width: 100%;
  margin: auto;
  padding: 10px 0 0;
  top: 0;
  left: 0;
  right: 0;
  /*z-index: 8888;*/
}

header .header_container {
  width: 1120px;
  margin: auto;
  padding: 0;
}

header #header_nav_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header #header_nav_container #header_logo {
  width: auto !important;
  position: relative;
}

header #header_nav_container #header_logo h1 {
  position: relative;
}

header #header_nav_container #header_logo h1 img {
  height: 90px;
}

header #header_nav_container #header_logo h1 span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

header #header_nav_container #header_logo img {
  height: 90px;
}

header #header_nav_container #header_logo span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

header #header_nav_container #header_contact #header_contact-title {
  background: #EEEEEE;
  margin: 0;
  padding: 4px 0;
  text-align: center;
}

header #header_nav_container #header_contact #header_contact-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: #EEEEEE solid 1px;
  border-left: #EEEEEE solid 1px;
  border-right: #EEEEEE solid 1px;
}

header #header_nav_container #header_contact #header_contact-box #header_contact-text {
  line-height: 1.5em;
  text-align: center;
  border-right: #EEEEEE solid 1px;
  padding: 5px 3px;
  font-size: 11px;
}

header #header_nav_container #header_contact #header_contact-box #header_contact-telno {
  padding: 0 3px;
  font-size: 29px;
  color: #B92829;
}

header #header_nav_container #header_contact #header_contact-box #header_contact-telno small {
  display: block;
  font-size: 10px;
  color: #000000;
}

header #header_nav_container #header_search-sns {
  padding-left: 5px;
}

header #header_nav_container #header_search-sns #header_search form#search {
  position: relative;
  margin: 0 0 3px;
  padding: 0;
}

header #header_nav_container #header_search-sns #header_search form#search input#HdTxtBox {
  background: #FFF;
  background-image: none;
  padding-left: 5px;
  width: 100%;
  border-color: #CCC;
  border-width: 2px;
}

header #header_nav_container #header_search-sns #header_sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

header #header_nav_container #header_search-sns #header_sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

header #header_nav_container #header_search-sns #header_sns ul li {
  text-align: center;
  padding-right: 5px;
}

header #header_nav_container #header_search-sns #header_sns ul li a {
  display: block;
  text-decoration: none;
}

header #header_nav_container #header_search-sns #header_sns ul#header_sns-icon01 li {
  font-size: 34px;
  line-height: 1em;
}

header #header_nav_container #header_search-sns #header_sns ul#header_sns-icon01 li a {
  color: #CCCCCC;
}

header #header_nav_container #header_search-sns #header_sns ul#header_sns-icon01 li a:hover {
  color: #707070;
  transition: .3s;
}

header #header_nav_container #header_search-sns #header_sns ul#header_sns-icon02 li a {
  background: #CCBCA3;
  color: #FFFFFF;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 24px;
  padding-top: 5px;
}

header #header_nav_container #header_search-sns #header_sns ul#header_sns-icon02 li a span {
  margin-top: 3px;
  display: block;
  font-size: 40%;
  letter-spacing: -1px;
  line-height: 1.05em;
}

header #header_nav_container #header_search-sns #header_sns ul#header_sns-icon02 li a:hover {
  opacity: .5;
  transition: .3s;
}

header #header_nav_container #header_loginout-cart ul#header-loginout {
  width: 100%;
  list-style: none;
  margin: 0 0 9px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header #header_nav_container #header_loginout-cart ul#header-loginout li {
  text-align: center;
  padding-right: 5px;
}

header #header_nav_container #header_loginout-cart ul#header-loginout li a {
  display: block;
  text-decoration: none;
  border-radius: 7px;
  padding: 10px 3px;
  background: #FFFFFF;
  border: #B92829 solid 1px;
  color: #B92829;
}

header #header_nav_container #header_loginout-cart ul#header-loginout li a:hover {
  background: #B92829;
  color: #FFFFFF;
  transition: .3s;
}

header #header_nav_container #header_loginout-cart ul#header-loginout li:last-child {
  padding-right: 0;
}

header #header_nav_container #header_loginout-cart ul#header-loginout li:last-child a {
  color: #707070;
  border-color: #707070;
}

header #header_nav_container #header_loginout-cart ul#header-loginout li:last-child a:hover {
  background: #707070;
  color: #FFFFFF;
  transition: .3s;
}

header #header_nav_container #header_loginout-cart #header-cart {
  text-align: center;
}

header #header_nav_container #header_loginout-cart #header-cart a {
  display: block;
  text-decoration: none;
  background: #f7cb16;
  border-radius: 7px;
  padding: 10px 3px;
}

header #header_nav_container #header_loginout-cart #header-cart a:hover {
  opacity: .5;
  transition: .3s;
}

header nav#header_nav {
  margin-top: 10px;
  border-top: #CCCCCC solid 1px;
}

header nav#header_nav #fixed_search {
  display: none;
}

header nav#header_nav #fixed_search form#search {
  position: relative;
  margin: 0 0 3px;
  padding: 0;
}

header nav#header_nav #fixed_search form#search input#HdTxtBox {
  background: #FFF;
  background-image: none;
  padding-left: 5px;
  width: 100%;
  border-color: #CCC;
  border-width: 2px;
}

header nav#header_nav > ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

header nav#header_nav > ul li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
}

header nav#header_nav > ul li > a img {
  height: auto;
}

header nav#header_nav > ul li > a:hover {
  background: rgba(247, 202, 22, 0.1);
}

header nav#header_nav > ul li.dropdown_list:hover .dropdown_list_box {
  visibility: visible;
}

header nav#header_nav > ul li.dropdown_list {
  position: relative;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #CCCCCC transparent;
  position: absolute;
  top: -15px;
  left: 3rem;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box {
  background: #FFF;
  border: #CCC solid 3px;
  position: absolute;
  top: 100%;
  left: -2rem;
  margin: 0;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  visibility: hidden;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban a {
  display: block;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban a img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban a div {
  font-size: 16px !important;
  margin: 0 0 1rem !important;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban ul.dropdown_list_menu-cate {
  text-align: left;
  list-style: none;
  margin: 0;
  padding-left: .5rem;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban ul.dropdown_list_menu-cate > div {
  font-size: 16px !important;
  margin: 0 !important;
  text-align: left;
  font-weight: bold;
  border-bottom: #EEE solid 2px;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban ul.dropdown_list_menu-cate li a {
  text-align: left;
  padding: 5px !important;
  font-size: 14px;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban ul.dropdown_list_menu-cate li a::before {
  content: "├";
  margin-right: 5px;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_ban ul.dropdown_list_menu-cate li:last-child a::before {
  content: "└" !important;
  margin-right: 5px;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_menu ul.dropdown_list_menu-cate {
  text-align: left;
  list-style: none;
  margin: 0;
  padding-left: .5rem;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_menu ul.dropdown_list_menu-cate > div {
  font-size: 16px !important;
  margin: 0 !important;
  text-align: left;
  font-weight: bold;
  border-bottom: #EEE solid 2px;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_menu ul.dropdown_list_menu-cate li a {
  text-align: left;
  font-size: 14px;
  padding: 5px !important;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_menu ul.dropdown_list_menu-cate li a::before {
  content: "├";
  margin-right: 5px;
}

header nav#header_nav > ul li.dropdown_list .dropdown_list_box .dropdown_list_menu ul.dropdown_list_menu-cate li:last-child a::before {
  content: "└" !important;
  margin-right: 5px;
}

header nav#header_nav > ul li.dropdown_list #carpet.dropdown_list_box {
  width: 600px;
}

header nav#header_nav > ul li.dropdown_list #carpet.dropdown_list_box .dropdown_list_ban {
  width: 33.333%;
}

header nav#header_nav > ul li.dropdown_list #carpet.dropdown_list_box .dropdown_list_menu {
  width: 33.333%;
}

header nav#header_nav > ul li.dropdown_list #rag.dropdown_list_box {
  width: 600px;
}

header nav#header_nav > ul li.dropdown_list #rag.dropdown_list_box .dropdown_list_ban {
  width: 33.333%;
}

header nav#header_nav > ul li.dropdown_list #rag.dropdown_list_box .dropdown_list_menu {
  width: 33.333%;
}

header nav#header_nav > ul li.dropdown_list #mat.dropdown_list_box {
  width: 400px;
}

header nav#header_nav > ul li.dropdown_list #mat.dropdown_list_box .dropdown_list_ban {
  width: 50%;
}

header nav#header_nav > ul li.dropdown_list #mat.dropdown_list_box .dropdown_list_menu {
  width: 50%;
}

header #header_nav.is-fixed {
  margin-top: 0;
  background: #FFF;
  border-bottom: #CCC solid 1px;
}

header #header_nav.is-fixed #fixed_search {
  width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

header #header_nav.is-fixed #fixed_search #header_logo_yoko {
  width: 170px;
}

header #header_nav.is-fixed #fixed_search #header_logo_yoko a {
  display: block;
  margin: 0;
  padding: 0;
}

header #header_nav.is-fixed #fixed_search #header_logo_yoko a img {
  width: 100%;
  margin: 3px;
  padding: 0;
}

header #header_nav.is-fixed #fixed_search #header-cart a {
  display: block;
  text-decoration: none;
  background: #f7cb16;
  border-radius: 7px;
  padding: 5px;
}

header #header_nav.is-fixed #fixed_search #header_contact-telno {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  line-height: 1.05em;
  text-align: center;
  width: 36%;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 7px;
  color: #B92829;
  padding: 2px;
}

header #header_nav.is-fixed #fixed_search #header_contact-telno small {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  color: #000;
  line-height: 1em !important;
  font-weight: normal;
  text-align: left;
}

header #header_nav.is-fixed #fixed_search #header_serach {
  width: 32%;
}

header #header_nav.is-fixed #headernav_line {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border-bottom: #CCC solid 1px;
}

#kinkyu-imformation {
  width: 100%;
  margin-top: 5px;
  color: red !important;
  padding: 0 1rem;
  text-align: center;
}

#kinkyu-imformation a {
  color: red;
  text-decoration: underline;
}

/**************
  2018.9.13　追加
  **************/
/*新レイアウト*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

#banner_wrap a {
  position: relative;
  display: block !important;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 1.2rem;
}

#banner_wrap a img {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#banner_wrap a::after {
  content: "商品一覧を見る";
  font-weight: bold;
  position: absolute;
  color: #FFF;
  bottom: 2rem;
  right: 2rem;
  display: block;
  padding: 1rem;
  border: #FFF solid 1px;
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

#banner_wrap a:hover::after {
  content: "商品一覧を見る";
  position: absolute;
  color: #FFF;
  bottom: 2rem;
  right: 2rem;
  display: block;
  padding: 1rem;
  border: #FFF solid 1px;
  z-index: 999;
}

#banner_wrap p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.itembox_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itembox_wrap ul li {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
}

.itembox_wrap ul li a {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.2em !important;
}

.itembox_wrap ul li a div {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 3rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 4px #000000;
}

.itembox_wrap ul li a span {
  font-size: 1.2rem;
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
}

.itembox_wrap ul li a::after {
  content: "" !important;
  border: none !important;
  border-bottom-width: 0px !important;
  background-color: transparent !important;
}

.itembox_wrap ul li a:hover::after {
  content: "" !important;
  border: none !important;
  border-bottom-width: 0px !important;
  background-color: transparent !important;
}

.itembox_wrap ul.two li {
  width: 49%;
  margin: 0 0 1rem;
  padding: 0;
}

.link_more_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.link_more_wrap a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.link_more_wrap a span {
  font-size: 1.2rem;
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
}

.link_more_wrap a img {
  display: block;
  margin: 0;
  padding: 0;
}

.link_more_wrap a span {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.link_more_wrap a::after {
  bottom: 8rem !important;
  right: 4.5rem !important;
}

.sale_pick_wrap {
  background: #f7cb16;
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem 0;
}

.sale_pick_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sale_pick_wrap ul li {
  line-height: 1em;
  text-align: center;
  width: 48%;
}

.sale_pick_wrap ul li a {
  display: block;
  margin: 0;
  padding: 0;
}

.sale_pick_wrap ul li a img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sale_pick_wrap ul li a::after {
  content: "" !important;
  border-width: 0 !important;
  border-style: none;
  background-color: transparent !important;
}

.sale_pick_wrap ul li a:hover::after {
  content: "" !important;
  border-width: 0 !important;
  background-color: transparent !important;
}

#hd-search {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  width: 450px;
  display: table;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
}

/* clearfix */
#hd-search:before,
#hd-search:after {
  display: table;
}

#hd-search:after {
  clear: both;
}

#hd-search form {
  margin: 0px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  display: table-cell;
  text-align: left;
}

#HdTxtBox {
  border: 1px solid #F7CB15;
  font-size: 16px;
  color: #999;
  margin: 0;
  width: 250px;
  background: url(https://bicklycarpet.photo/share/head/head_serch_icon.png) no-repeat left center #FFF;
  padding-left: 45px;
  border-radius: 4px;
  height: 30px;
}

#HdSubmit {
  position: absolute;
  border-style: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  background-color: transparent;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  height: 33px;
  border-radius: 4px;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
}

/* --- �ᥤ���˥塼 --- */
#head-menu {
  background: url(https://bicklycarpet.photo/share/head/bg_head_bottom.png) repeat-x center bottom;
  width: 100%;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#head-menu2 {
  width: 1082px;
  padding: 0 59px;
  margin-right: auto;
  margin-left: auto;
}

#head-menu3 {
  overflow: hidden;
}

#hd-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 10px;
}

#hd-menu li {
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
}

#hd-menu a {
  position: relative;
  /* IE6�� */
  display: block;
  text-decoration: none;
}

#hd-menu a:hover {
  background-color: #f7ca15;
  /*f5efe3*/
  color: #502d16;
  text-align: center;
}

div#osusume ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.side-menu h3 {
  font-size: 1.4rem !important;
  border-bottom: #CCCCCC solid 3px;
  margin-top: 2rem;
}

div#search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#search ul li {
  padding-left: 1.5rem;
}

div#search ul li:first-child {
  margin-top: 1rem;
  padding-left: 0;
}

div#search ul li:first-child::before {
  content: "" !important;
  margin-right: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

div#search ul li::before {
  content: "├";
  margin-right: .5rem;
}

div#search ul li:last-child::before {
  content: "└" !important;
}

div#search ul li a {
  padding-top: .3rem;
  padding-bottom: .3rem;
  margin-bottom: .5rem;
  display: inline-block;
}

div#category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#category ul li {
  padding-left: 1.5rem;
}

div#category ul li::before {
  content: "├";
  margin-right: .5rem;
}

div#category ul li:last-child::before {
  content: "└" !important;
}

div#category ul li a {
  padding-top: .3rem;
  padding-bottom: .3rem;
  margin-bottom: .5rem;
  display: inline-block;
}

#sidebar #osusume ul li a, #sidebar #category ul li a, #sidebar #search ul li a {
  display: inline-block !important;
  padding: .5rem 1rem .5rem 0;
}

/*190412 修正 */

div#breadcrumb ol li {
  text-align: left;
	font-size: 0.85em;
}
div#breadcrumb ol {
    display: inline-flex !important;
    list-style: none;
	flex-wrap: wrap;
  margin-left: 0;
}
.row.tag a {
    margin-right: 10px !important;
}
#sidebar #tag a {
    display: inline-block !important;
    margin-right: 5% !important;
}

/*190610 ヘッダー変更 */
	header nav#header_nav > ul {
    	padding: 7px 0 !important;
	}
	header nav#header_nav > ul li > a {
    padding: 3px 2px !important;
}
header nav#header_nav > ul li > a img {
  height: auto;
}

	header nav#header_nav > ul li > a:hover {
    background: none !important;
    opacity: 0.7 !important;
}


ul.header_container.h_menu {
    width: 1120px;
}
    ul.header_container.h_menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		margin: 0 auto 10px;
        text-align: center;
    }
    ul.header_container.h_menu li a img{
    width: 99px;
    }

	.is-fixed .h_menu {
    display: none !important;
    }






@media (max-width: 768px) {
.wrapper {
    text-align: left !important;
	}
.col-12 a {
    margin-right: 5% !important;
	}
.row.tag {
    margin-left: 0;
	}
}

.side_search form#searchform > div {
  position: relative;
}

.side_search form#searchform > div input#s {
  /* width: 90% !important; */
  margin: auto;
  background: #fff;
  background-image: none;
  padding-left: 5px;
  width: 100%;
  border-style: solid;
  border-color: #ccc;
  border-width: 2px;
  border-radius: 5px;
}

.side_search form#searchform > div button#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: transparent solid 0;
}
#main_contents #page h1 {
  font-size: 2rem;
  font-weight: bold;
}
#main_contents #page h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 3px;
  border-bottom: #CCCCCC solid 3px;
  font-size: 2rem;
  font-weight: bold;
}
#main_contents #page h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 3px;
  border-bottom: #CCCCCC dashed 2px;
  font-size: 1.5rem;
  font-weight: bold;
}
#main_contents #page h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 3px;
  font-weight: bold;
}
#main_contents #page img{
	max-width:100%;
}

.single-contentspage #page{
	font-size: 16px;
	line-height: 2em;
	word-break: break-all;
}
.single-contentspage #page a{
	text-decoration: underline;
}

#ez-toc-container{
	padding: 2.5em !important;
}
#ez-toc-container .is-fixed{
	position:relative !important;
}
#ez-toc-container ul li{
	margin-bottom: 0.3em !important;
}


/* ##20191008 NEW## */

nav.navigation.pagination {
  margin: auto;
}

nav.navigation.pagination.is-fixed {
  position: relative !important;
}

div#breadcrumb ol {
  margin: 1rem 0;
  padding: 0;
}

.row.tag {
  padding: 1rem;
  border: #CCCCCC solid 1px;
  width: 100%;
  border-radius: 1rem;
}

.row.tag a {
  display: inline-block;
}

.row.tag a::after {
  content: ",";
  margin-right: 1rem;
}

.row.tag h4 {
  width: 100%;
  margin: 0 0 1rem !important;
  padding: 0;
}

/* youtube埋め込み */
.iframe_youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.iframe_youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
