html, body {
  color: #333;
  font-weight: 400;

  font-family: 'Poppins','Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a, .btn {
  color: #333;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  opacity: .8;
}
main{
  overflow: hidden;
}
.mt00 { margin-top: 0!important }
.container {
  width: 100%;
  max-width: 1310px;
}
.section {
  padding: 50px 0;
}
.post.alt.feature .title {
  font-size: 18px;
  margin-top: 15px;
}
.post.alt.feature .date {
  margin-top: 15px!important;
  float: right;
}
.post.alt.feature .description {
  margin-top: 10px;
}
.section-footer {
  font-weight: 300;
  background: #292929;
  color: #fff;
  font-size: 12px;
  padding: 30px 0;
}
.section-footer hr {
  border: 0;
  height: 1px;
  background: #999;
  margin: 15px 0 20px;
}
.section-footer a {
  color: #999;
}
.section-footer a:hover,
.section-footer a:focus {
  color: #999;
}

.section-footer .copyright {
  text-align: center;
}

.form-control {
  border-radius: 6px;
  padding: 10px 40px 10px 18px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  color: #333;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-color: #eceef0;
}
.form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eceef0;
}
.section-header .container {
  position: relative;
  height: 100%;
  font-weight: 300;
}
.section-header {
  padding: 10px 0 0px;
  /*height: 320px;*/
  overflow: hidden;
  /*background: #eceef0;*/
  color: #666;
}
.section-header .wrapper {
  /*position: absolute;
  top: 60%;
  left: 0;*/
  width: 100%;
  padding:5px 0 10px 0;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.section-header h1 {
  padding: 0;
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
}
.section-header.alt h1 {
  /* font-size: 34px; */
  font-size:24px;
}
.section-header .text {
  font-size: 16px;
}
.section-header .date {
  font-size: 14px;
  margin-bottom: 20px;
}
.section-header a,
.section-header a:hover,
.section-header a:focus {
  color: #999;
}
.entrance {
  margin-bottom: 50px;
}
.entrance .image img {
  display: block;
  width: 100%;
}
.entrance .text {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
}
.summary {
  border-top: 2px solid #eceef0;
  padding: 30px 0;
  border-bottom: 2px solid #eceef0;
  margin-bottom: 50px;
}
.summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.summary ul li + li {
  margin-top: 5px;
}
.summary ul li a {
  font-size: 16px;
}
.summary ul li a span {
  font-weight: 700;
  margin-right: 15px;
}
.breadcrumb {
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 12px;
  margin: -20px 0 0;
}
.breadcrumb li{
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb li::before {
  color: #999!important;
  font-family: 'FontAwesome';
  content: '\f105'!important;
}
.breadcrumb li:first-child::before {
  display: none;
}
.search-link {
  display: none;
}

.table.table-custom th,
.table.table-custom td {
  padding: 25px 0;
  font-size: 16px;
  border-color: #eceef0;
}
.table.table-custom tbody {
  border-bottom: 1px solid #eceef0;
}
.table.table-custom tbody th {
  width: 300px;
}
.section-content {
  font-size: 14px;
}
.section-content .container {
  max-width: 960px;
}
.content a {
  text-decoration: underline;
}
.section-content a {
  /*border-bottom: 1px solid #333;*/
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7-modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
}
.wpcf7-modal__bg{
  /*background: rgba(30,30,30,0.1);*/
  width: 100%;
    height: 100%;
}
.wpcf7-modal__content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    max-width: 700px;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(60,60,60,0.1);
    /*background-color: #fff;*/
}

.required label::after {
  content: ' *';
  color: red;
}
.form-control-select {
  max-width: 400px;
}
.form-privacy {
  margin-top: 50px;
  text-align: center;
}
.form-buttons {
  margin-top: 50px;
  text-align: center;
}
.btn-custom {
  position: relative;
  border: 2px solid #3c9487;
  padding: 10px 150px;
  font-size: 16px;
  font-weight: 500;
    border-radius: 6px;
  background: none;
   background: #3c9487;
  color: #fff;
}
.btn-custom:hover,
.btn-custom:focus {
  background: #fff;
  color: #3c9487;
}
.btn-custom::after {
  content: '\f105';
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.btn-custom:hover::after,
.btn-custom:focus::after {
  color: #3c9487;
}
.form-control-static {
  margin-top: -15px;
}
.search-post {
  margin: 25px 0;
}
.section-post {
  padding: 20px 0 10px;
}
.section-post .content {
  font-size: 14px;
  color: #555;
}
.section-post .content img {
  /*width: 100%!important;*/
 margin: 0 auto;
  height: auto!important;
  display: block;
}
.section-post .content figcaption {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
.section-post .content p,
.section-post .content figure {
  margin: 0 0 20px;
}
.section-post .content h2 {
	position: relative;
    margin: 60px 0 30px;
    font-size: 24px;
    font-weight: 700;
    color: #3c9487;
    padding: 0 0 15px;
/*     border-bottom: 1px solid #eceef0; */
}
.section-post .content h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #3c9487, #3c9487 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #3c9487, #3c9487 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-post .content h3{
  font-size: 20px;
  font-weight: 700;
  color: #3c9487;
  padding: 0 0 4px;
  margin: 40px 0 20px;
	border-bottom: 1px solid #3c9487;
}

.section-post .content h4{
  font-size: 16px;
  font-weight: 500;
  color: #3c9487;
  padding: 0;
  margin: 20px 0 10px;
}
.section-post .content h4.goods-name{
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 0;
  margin: 0 0 10px;
}

.tags-box {
  background: #f5f5f5;
  color: #333;
  padding: 30px;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 50px;
}
.tags-box a {
  border-bottom: 1px solid #333;
  margin-left: 5px;
  white-space: nowrap;
}
.tags-box .title {
  font-weight: 500;
  margin-right: 15px;
}
.section-top {
  padding: 0 0 30px;
}
.main {
  padding-right: 10px;
}
.aside {
  padding-left: 55px;
}
.section-top .aside {
  padding-top: 30px;
}
.aside h2{
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px;
}
.aside h2 small{
  display: block;
    color: #333;
    font-weight: 400;
    margin-top: 5px;
    font-size: 10px;
}
.aside .insert-ad{
  margin-bottom: 40px;
}
.aside ul {
  padding: 0;
  list-style: none;
}
.aside ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eceef0;
  font-size: 14px;
}
.aside ul li:first-child {
  padding-top: 0;
}
.aside ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.aside ul li.alt {
  border-top: 1px solid #eceef0;
  font-size: 14px;
}
.aside ul li.alt span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.aside ul li.alt a {
  color: #3c9487;
  line-height: 180%;
  border-bottom: 1px solid #3c9487;
  white-space: nowrap;
}
.aside ul li > ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 10px 0;
  border: 0;
  font-size: 14px;
}
.aside ul li > ul li::before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #3c9487;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 14px;
}
.aside ul li > ul li a {
  border-bottom: 1px solid #333;
}
.aside-button {
  margin-top: 30px;
}
.aside-button .btn-custom {
  padding: 10px 40px 10px 15px;
  display: block;
}
.aside-button .btn-custom::after {
  top: 10px;
}
/* 右カラムランキング（PCのみ） 
202102追加*/
.aside_ranking{
  margin-top: 40px;
}
.aside_ranking .post{
  margin-top: 20px;
}
.aside_ranking .post .thumbox{
  width: 120px;
  float: left;
  margin-right: 10px;
}
.aside_ranking .post .image{
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside_ranking .post .date{
  font-size: 12px;
  margin: 0;
}
.aside_ranking .post .date .txt{
  height: auto;
}
.aside_ranking .post .image img{
  height: auto;
  width: 100%;
  margin: 0;
}
.col-xs-12 .aside_ranking_inner .post:nth-child(1) .position {
  border: 1px solid #cc9900;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, right bottom, from(#cc9900), color-stop(0.2, #ffffcc), color-stop(0.6, #cc9900), color-stop(0.8, #ffffcc), to(#cc9900));
}
.col-xs-12 .aside_ranking_inner .post:nth-child(2) .position {
  border: 1px solid #666666;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, right bottom, from(#333333), color-stop(0.5, #ffffff),to(#333333));
}
.col-xs-12 .aside_ranking_inner .post:nth-child(3) .position {
  border: 1px solid #6c2e16;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, right bottom, from(#97461a), color-stop(0.3, #fbd8c5), color-stop(0.8, #6c2e16), to(#efdbcd));
}
/* 右カラムランキング（PCのみ） */
.section-slider {
  padding: 0;
}
.section.section-slider::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(to bottom, transparent, transparent 30%, transparent 60%, #000);*/
    opacity: 0.5;
    display:block;
	height:253px;
	/*z-index:;*/
	pointer-events: none;
}
.section-slider .slider .wrapper {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 90%;
  z-index: 3;
}
.section-slider .slider .wrapper .date {
  font-size: 14px;
}
.section-slider .slider .wrapper .title {
  display: block;
  font-weight: 700;
  font-size: 28px;
  margin: 5px 0;
  padding: 0;
  /*z-index: 10;*/
}
.section-slider .slider .wrapper .title:hover,
.section-slider .slider .wrapper .title:focus {
  opacity: 1;
}
.section-slider .slider .wrapper .description {
  line-height: 140%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.section-slider .slider .wrapper span {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
  }
.main section {
  margin-top: 100px;
}
.main section header h2 {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px;
}
.main section header h2 small {
  display: block;
  color: #333;
  font-weight: 400;
  margin-top: 5px;
  font-size: 10px;
}
.main .section-button {
  margin-top: 50px;
  text-align: center;
}
.section-banner {
  margin-top: 50px;
  text-align: center;
}
.main .section-banner {
  margin-top: 100px;
}
.section-banner img {
  max-width: 100%;
  height: auto;
}
.pager-custom {
  padding-top: 30px;
  border-top: 2px solid #eceef0;
}
.pager.pager-custom li.previous,
.pager.pager-custom li.next {
  display: block;
  float: left;
}
.pager.pager-custom li.next {
  float: right;
  min-height: 10px;
}
.pager.pager-custom li a {
  position: relative;
  border: 0;
  background: none;
  padding: 0;
  border-bottom: 1px solid #555;
  border-radius: 0;
  color: #555;
  font-size: 14px;
}
.pager.pager-custom li.previous a::before,
.pager.pager-custom li.next a::before {
  content: '\f104';
  position: absolute;
  top: 0;
  left: -12px;
  color: #3c9487;
  font-family: 'FontAwesome';
}
.pager.pager-custom li.next a::before {
  left: auto;
  right: -12px;
  content: '\f105';
}
.pager.pager-custom li.previous a {
  margin-left: 15px;
}
.pager.pager-custom li.next a {
  margin-right: 15px;
}
.pagination.pagination-custom {
  text-align: center;
  display: block;
  width: 100%;
  margin: 10px 0 20px;
}
.pagination.pagination-custom li + li {
  margin-left: 10px;
}
.pagination.pagination-custom li {
  float: none;
}
.pagination.pagination-custom li a {
  font-weight: 700;
/*   color: #3c9487; */
	color: #8D9897;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: none;
  border-radius: 100%;
/*   border: 2px solid #3c9487; */
	border: 2px solid #8D9897;
  padding: 4px 0 0 0;
}
.pagination.pagination-custom li.active a,
.pagination.pagination-custom li.active a:focus,
.pagination.pagination-custom li.active a:hover {
/*   border-color: #3c9487!important; */
/*   background: #3c9487!important; */
  border-color: #8D9897important;
  background: #8D9897!important;
  color: #fff!important;
}
.post {
  margin-bottom: 10px;
  position: relative;
}
.post a {
  border-bottom: 0;
}
.post.alt {
}
.post .position {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background: #eee;
    padding: 1px 0 0 0;
    border: 0px solid #fff;
    color: #333;
    border-radius: 100%;
    font-weight: 700;
    font-size: 12px;
    z-index: 2;
    text-align: center;
}
.post.alt .position {
  right: 25px;
}
.col-xs-12:nth-child(1) .post .position {
  border: 1px solid #cc9900;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, right bottom, from(#cc9900), color-stop(0.2, #ffffcc), color-stop(0.6, #cc9900), color-stop(0.8, #ffffcc), to(#cc9900));
}
.col-xs-12:nth-child(2) .post .position {
  border: 1px solid #666666;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, right bottom, from(#333333), color-stop(0.5, #ffffff),to(#333333));
}
.col-xs-12:nth-child(3) .post .position {
  border: 1px solid #6c2e16;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, right bottom, from(#97461a), color-stop(0.3, #fbd8c5), color-stop(0.8, #6c2e16), to(#efdbcd));
}
.col-xs-12:nth-child(n+4) .post .position {
  border: 1px solid #ccc;
  background: #eee;
}
.post .image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.post .date {
  font-size: 13px;
  color: #888;
  margin-top: 12px;
  height: 13px;
}
.post.alt .date {
  margin-top: 0;
}
.post .text {
  height: 80px;
  overflow: hidden;
}
.post.alt .text {
}
.post .title {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}
.post .description {
  margin-top: 5px;
  font-size: 13px;
  color: #555;
}
.section-slider .slider div {
  position: relative;
}
.entrances .col-xs-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.entrances .col-xs-12 img {
  width: 100%;
}
.list-categories ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.list-categories ul li {
  width: 33%;
  float: left;
  margin-bottom: 10px;
}
.list-categories ul li ul {
  padding-left: 15px;
  font-size: 14px;
  margin-top: 10px;
}
.list-categories ul li ul li {
  float: none;
  width: 100%;
}
.entrances-entrance {
    padding: 40px 0 30px;
}
.entrances-entrance + .entrances-entrance {
    border-top: 1px solid #eceef0;
}
.entrances-entrance:first-child {
    padding-top: 0;
}
.entrance-link {
    position: relative;
    display: block;
    border: 0!important;
    text-decoration: none!important;
}
.entrance-link img {
    display: block;
    width: 100%;
}
.entrance-description {
    margin-top: 15px;
    line-height: 160%;
}
.entrance-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    width: 300px;
    background: #eceef0;
    font-size: 24px;
    font-weight: 600;
}
.entrance-title .wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.entrance-title small {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 768px) {
  .section-slider .slider div img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .entrance-title,
  .entrance-title .wrapper {
      position: static;
      display: block;
      width: 100%;
      max-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
 .entrance-title small {
     display: inline-block;
     margin-top: 3px;
     margin-right: 10px;
     font-size: 14px;
  }
 .entrance-title {
     padding: 10px 5px 5px;
     font-size: 20px;
  }
    .slick img {
        width: 100%!important;
    }
  .section-footer {
	padding: 25px 0 10px;
  }
  .section-header .text {
    font-size: 12px;
  }
  .form-privacy {
    font-size: 14px;
    text-align: left;
  }
  .form-group + .form-group {
    margin-top: 30px;
  }
  .section-header h1 {
    font-size: 20px!important;
  }
  .section-post .content h2 {
    font-size: 20px!important;
  }
  .section-post .content h3 {
	font-size: 16px!important;
  }
  .section-post .content h4 {
	font-size: 14px!important;
  }
.section-post .content img {
	width: 100%;
    max-height: 280px;
    object-fit: contain;
}
.section-header {
    /* height: 225px; */
}
  .main .section-button {
    margin-top: 20px;
  }
  .main section {
    margin-top: 20px;
  }
  .main .section-banner {
    margin-top: 20px;
  }
  .post:not(.alt) .position {
    left: -5px;
  }
  .post {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .post .date {
    margin-top: 0!important;
  }
  .post .image {
    float: left;
    width: 70px;
    margin-right: 10px;
    padding-bottom: 70px!important;
  }

  .post.alt .image {
  }
  .section-slider .slider .wrapper {
    bottom: 20px;
    left: 40px;
    right: 40px;
    max-width: none;
  }
  .section-slider .slider .wrapper .description {
    display: none;
  }
  .section-slider .slider .wrapper .date {
    font-size: 14px;
  }
  .section-slider .slider .wrapper .title {
    font-size: 18px;
  }
  .list-categories ul li {
    float: none;
    width: 100%;
  }
  .section-slider .slider div img {
    width: 100%;
  }
  .post .text {
    height: auto;
  }
  .main {
    padding-right: 15px;
  }
  .btn-custom {
    width: 100%;
    padding: 10px;
  }
  .table.table-custom,
  .table.table-custom thead,
  .table.table-custom tbody,
  .table.table-custom tfoot,
  .table.table-custom tr,
  .table.table-custom th,
  .table.table-custom td {
    display: block;
    width: 100%;
  }
  .table.table-custom tbody th {
    width: 100%;
  }
  .table.table-custom tbody td {
    padding-top: 0;
    border-top: 0;
  }
 
  .section-footer .copyright {
    float: none;
    text-align: center;
    clear: both;
    padding-top: 0;
  }
  .section-top .main section:first-child {
    margin-top: 30px;
  }
}

.content #instagram-embed-0, .content .instagram-media{
	margin:0 auto!important;
}
ul.decimal{
	list-style-type: decimal;
}
ul.decimal li{
	padding-left: 5px;
}

/* Renewal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.mt25 { margin-top: 25px!important }
.tabs {
margin: 10px 0 0;
position:relative;
}
.tab-buttons {
padding: 0!important;
}
.tab-buttons li {
border-bottom:2px solid #e7e7e7;
cursor:pointer;
display:block;
float:left;
font-size: 15px;
font-weight: 700;
height:55px;
line-height:55px;
text-align:center;
width:50%;
}
.tab-content {
display:inline-block;
margin: 15px 0 0;
width:100%;
}
.tab-content img {
position: absolute;
top: -59.8px;
left: 0px;
height: 273px;
width: 273px;
max-width: none;
	object-fit: cover;
}
#lamp {
width:50%;
height:2px;
background:#3c9487;
display:block;
position:absolute;
top:53px;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2 {
left:50%;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1 {
left:0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
.post .col-xs-6 {
padding-right: 0!important;
width: auto!important;
}
.post .col-sm-8 {
padding: 0!important;
width: 225px!important;
}
.post-category{
border-top:2px dashed #eceef0;
padding-top:10px;
margin:10px 0 0;
}
.post-category>li {
float: left;
margin-left: -1px;
margin-top: -1px;
padding-left:20px;
width: 50%;
color:#666;
}
.post-category>li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #999;
    position: absolute;
    top: 9px;
    left: 22px;
    font-size: 14px;
}
@media (min-width: 768px) {
.tabs{
margin: 50px 0 0;
}
.tab-buttons li {
font-size: 18px;
}
.tab-content {
margin: 25px 0 0;
}
.col-xs-12 .row .col-xs-12 {
width: 33.33333333%!important;
}
.post .col-xs-6 {
padding-right: 15px!important;
width: 100%!important;
}
.post .col-sm-8 {
padding-left: 15px!important;
width: auto!important;
}
.post.alt .date {
margin-top: 15px!important;
}
.col-xs-12 .section-feature .row .col-xs-12,
.col-xs-12 .post-feature .row .col-xs-12 {
width: 50%!important;
}
.post-feature {
margin-top: 50px!important;
padding-bottom: 50px;
}
.post-category {
display: none;
}
}

@media (min-width: 1200px) {
.tab-content .content2 {
width: 878.9px;
}
}

/* Store
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.store-images {
list-style: none;
padding-left: 0;
}

@media (min-width: 1200px) {
	.store-mainimg,
	.goods-mainimg {
	float: left;
	margin-right: 10px;
	width: 60%;
	}
}
.store-subimg {
float: left;
margin: 0 5px 10px;
width: 18%;
text-align: center;
}
.store-mainimg img,
.goods-mainimg div img {
max-height: 400px;
object-fit: cover;
width: 100%;
object-fit:contain;
}
.store-subimg img {
height: 125px;
object-fit: cover;
width: 100%;
}
.content h3.store-h3 {
color: #999;
font-size: 16px;
font-weight: 700;
margin: 40px 0 15px;
}
.store-table {
background-color: #eceef0;
color: #333;
margin-bottom: 20px;
padding: 35px 50px 25px;
}
.store-name {
border-bottom: 2px solid #fff;
font-size: 18px;
font-weight: 700;
margin: 0 0 15px;
padding-bottom: 10px;
}
.store-table table {
width: 100%;
}
.store-table th {
width: 20%;
}
.store-table td {
padding: 6px 0;
width: 80%;
}

@media (max-width: 639px) {
.store-images {
margin-bottom: 10px;
position: relative;
}
.goods-mainimg {
margin: 0;
width: 100%!important;
}
.store-mainimg,
.store-subimg {
max-height: 280px!important;
margin: 0;
position: relative;
}
.store-mainimg img,
.store-subimg img {
max-height: 225px;
}
.goods-mainimg div img {
height: 225px;
}
.store-table {
padding: 25px 20px 20px
}
.store-table th {
width: 30%;
}
.store-table td {
width: 70%;
}
}

/* Goods
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#toc_container {
padding: 20px 28px;
border: none;
background: #ecf0ee;
color:#3c9487;
}

#toc_container.no_bullets li{
    background: 0 0;
    list-style-type: none;
    list-style: none;
    margin: 6px 0;
    padding:6px 0;
    border-bottom: 1px dotted #BBB;
	
}
#toc_container.no_bullets ul li ul {
  border-top: 1px dotted #BBB;
  margin-left: 0;
  margin-top: 6px;
}
#toc_container.no_bullets ul li ul  li{
  margin-left: 1em;
}
#toc_container.no_bullets ul li ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.goods-subimages {
margin-top: 15px;
padding: 0;
}
.goods-subimages li {
float: left;
list-style: none;
margin: 0 5px;
padding: 0;
width: 23%;
}
.goods-subimages img {
height: 125px;
object-fit: cover;
width: 100%;
}
.goods-table {
}
.goods-table th {
background-color: #eceef0;
padding: 10px 15px 10px 15px;
width: 25%;
border: 2px solid #e7e7e7;
}
.goods-table td {
background-color: #fff;
padding: 10px 15px 10px 15px;
width: 25%;
border: 2px solid #e7e7e7;
}
.goods-table th:empty {
display: none;
}
.goods-table td:empty {
display: none;
}
.goods-brand {
float: none;
padding: 25px;
width: 100%;
}
@media (min-width: 1200px) {
	.goods-brand {
		float: left;
		padding: 25px 0 0 50px;
		width: 38%;
	}
}

.goods-brand h3,
.goods-brand h4,
.section-post .content h4.goods_name {
font-size: 16px;
line-height:20px;
font-weight: 400;
margin-top: 5px;
}
.goods-price {
text-align: right;
color: #999;
font-size: 14px;
font-weight: 400;
margin-bottom:5px;
}

@media (max-width: 639px) {
.goods-subimages li {
margin: 0 4px;
width: 22%;
}
.goods-subimages img {
height: 75px;
}
.goods-brand {
clear: both;
padding: 35px 15px 0;
width: 100%;
}
#toc_container {
margin: 0 auto;
width: 100%;
}
}

/* Author
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.author-pageimg {
border-radius: 50%;
width: 100px;
height: 100px;
object-fit: cover;
}
.author-pageinfo h1 {
color: #3c9487;
font-size: 20px!important;
margin: 15px 0;
}
@media (min-width: 640px) {
.author-pageimg {
float: left;
max-width: 150px;
}
.author-pageinfo {
float: left;
margin-left: 25px;
text-align: left;
}
}

.btn-custom_dis {
  position: relative;
  border: 2px solid #eceef0;
  padding: 25px 200px;
  font-size: 16px;
  font-weight: 500;
  color: #eceef0;
  border-radius: 6px;
  background: none;

  width: 100%;
  padding: 25px 40px;
}
.btn-custom_dis:hover,
.btn-custom_dis:focus {
  color: #eceef0;
}
.btn-custom_dis::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 30px;
  color: #eceef0;
  font-family: 'FontAwesome';
  font-size: 16px;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.aside-button .btn-custom_dis {
    padding: 15px 40px 15px 15px;
    display: block;
}
.aside-button .btn-custom_dis::after {
    top: 15px;
}
/*改ページwp_link_pages用のCSS*/
/* 上段部分 */
.next-page-link {
  width:100%;
  margin: 40px 0 10px 0;
  text-align:center;
  border-radius:30px;
  background: #999;
}
.next-page-link a {
  display:block;
  margin:5px 0;
  color: #fff;
  text-decoration:none;
}
.next-page-link a span{
display:block;
padding:8px;
}
.next-page-link:hover {
  background: #555;
}
/* 下段部分 */
.page-link{
  margin: 10px 0 40px 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}


/*.comment-page-link span,*/
/*.comment-page-link a*/
.page-link span{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
  width: 30px;
  display: inline-block;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}
.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover{
  background: #eee;
  color: #000;
}
/*サムネイルに動画再生アイコン表示*/
.thumbox {
    position: relative;
}
.play_btn{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play_btn img{
    /* top: 20%;
    left: 34%; */
    /* height: 100px;
    width: 100px; */
    width: 40%!important;
    height: auto!important;
	opacity: 0.8;
	/* position: absolute; */
  position: static!important;
}
@media (max-width: 767px) {
.play_btn img {
    top: 4px;
	left:44px;
    height: 22px!important;
    width: 22px!important;
    position: absolute!important;
	opacity: 1;
	/*filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: rgba(255,255,255,0)!important;
}
.single-thum{
	width:100vw;
	height:calc((100vw * 9)/16);
	object-fit:cover;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.l-footer__bottom {
    padding: 15px 0;
    color: #999;
    font-size: 11px;
}
.p-terms__links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}
@media (max-width: 767px) {
  .p-terms__links {
    justify-content: center;
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
  }
}

.p-terms__linkitem {
    display: inline-block;
    /* margin-right: 10px; */
    font-size: 11px;
}
.l-footer a {
    color: #999;
    text-decoration: none;
}
.p-terms__linkitem:after {
    content: "|";
    margin-left: 10px;
}
.p-terms__linkitem:last-child:after {
    content: "";
    margin-left: 0;
}
@media (max-width: 767px) {
  .p-terms__linkitem:nth-of-type(3)::after{
    content: "";
  }
}

.content ol{
	padding-left:10px;
}
.content ol li{
}
.content ol li img{
	padding:10px 0 25px;
	text-align:center;
	margin-left:-5px!important;
}
/* @media (min-width: 768px){
.col-sm-3 {
    width: 31%!important;
}
.col-sm-9 {
    width: 69%!important;
}
} */
.amazon_afitag > a > img{
	padding:0!important;
	text-align:center!important;
	/*width:auto!important;*/
	margin:0 auto;
}
.amazon_afitag > img:nth-of-type(1){
display:none;
clear:both;
}
.amazon_afi{
	border:1px solid #ddd;
	border-bottom:none;
	padding:10px;
}
.amazon_afi > a > img{
	padding:0!important;
	text-align:center!important;
	/*width:auto!important;*/
	margin:0 auto;
	object-fit:contain;
}
.amazon_afi > img:nth-of-type(1){
	display:none;
	clear:both;
}
.amazon_afi_p{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:0!important;
	padding:10px 10px 0;
}
.amazon_afi_p:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #ccc;/*線の色*/
}
.mejs-overlay-button {
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));
}

.maxbutton-4.maxbutton.maxbutton-amazon-btn.external-css {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  border-width: 1px;
  background-color: white;
  box-shadow: none;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin:0;
}
.maxbutton-4.maxbutton.maxbutton-amazon-btn.external-css .mb-text {
  color: #3c9487;
  font-family: Tahoma;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset
}
.box_border{
	border:2px solid #e7e7e7;
	padding:20px;
}
@media (max-width: 767px) {
.box_border{
	border:2px solid #e7e7e7;
	padding:10px;
}
}

@media (min-width: 768px) {
.c-spec {
    background-color: #fff;
    width: 100%;
}
.c-spec tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-spec tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.c-spec th {
    background-color: #f7f7f7;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: normal;
    padding: 6px 10px;
    text-align: left;
}
.c-spec th, .c-spec td {
    border: 1px solid #e7e7e7;
    color: #333;
    display: block;
    font-size: 11px;
}
.c-spec td {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 6px 10px;
}
}
@media (max-width: 767px) {
.c-spec {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    width: 100%;
}
.c-spec th {
    font-weight: bold;
    padding: 8px 8px 8px 0;
    text-align: left;
    width: 35%;
}
.c-spec th, .c-spec td {
    border-top: 1px solid #efefef;
    color: #333;
    font-size: 11px;
}
.c-spec td {
    padding: 8px 0;
}
}

/* showroom
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.showroom-pageimg {
border-radius: 50%;
width: 100px;
height: 100px;
object-fit: cover;
text-align: center;
margin-top:-60px;
border:3px solid #fff;


}
.showroom-pageinfo h1 {
color: #3c9487;
font-size: 20px!important;
margin: 15px 0;
}
@media (min-width: 640px) {
.showroom-pageimg {
width: 150px;
height: 150px;
object-fit: cover;
}
.showroom-pageinfo {
text-align: center;
}
}

.showroom-thum{
	width:100vw;
	height:calc((100vw * 9)/16);
	object-fit:cover;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
z-index:-1;
}
@media (min-width: 640px) {
.showroom-thum{
	width:100vw;
	height:calc((100vw * 9)/32)!important;
}
}
.table_showroom {
    border-collapse: collapse;
    word-break: break-word;
}
.table_showroom {
    /*border-collapse: separate;*/
    border-spacing: 0;
    display: table;
    font-size: 14px;
    color: #666666;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    max-width: 100%;
    width: 100%;
}
.table_showroom th {
    background-color: #ececec;
    color: #4a4a4a;
    font-weight: 600;
    text-align: left;
    width: 30.30303%;
}
.table_showroom th, .table_showroom td {
    border: solid 1px #dcdcdc;
}
.table_showroom th {
    /*background: #ececec;
    color: #fff;
    font-weight: 600;*/
}
.table_showroom th, .table_showroom td {
    display: table-cell;
    padding: 17.6px 16px;
    padding: 1.1rem 1rem;
    vertical-align: top;
}
.table_showroom th, .table_showroom td {
    border: solid 1px #dcdcdc;
}
.table_showroom th, .table_showroom td {
    display: table-cell;
    padding: 17.6px 16px;
    padding: 1.1rem 1rem;
    vertical-align: top;
}
.table_showroom tr {
    background: #fff;
    margin-bottom: 1px;
}
.fa-info-circle:before {
    content: "\f2c3";
}
.post-sr {
  margin-bottom: 10px;
  position: relative;
}
.post-sr a {
  border-bottom: 0;
  font-size: 13px;
}
.post-sr.alt {
}
.post-sr .position {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background: #eee;
    padding: 1px 0 0 0;
    border: 0px solid #fff;
    color: #333;
    border-radius: 100%;
    font-weight: 700;
    font-size: 12px;
    z-index: 2;
    text-align: center;
}
.post-sr.alt .position {
  right: 25px;
}
.post-sr .text {
  height: 150px;
  overflow: hidden;
}

.post-sr:not(.alt) .position {
    left: -5px;
  }
  .post-sr {
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #e7e7e7;
  }
  .post-sr .date {
    margin-top: 0!important;
  }
  .post-sr .image {
    float: left;
    width: 140px;
    margin-right: 10px;
    padding-bottom: 140px!important;
  }
@media (max-width: 767px) {
  .post-sr .image {
    width: 70px;
    padding-bottom: 70px!important;
  }
.post-sr .text {
  height: 100px;
  overflow: hidden;
}
}
.col-xs-12-sr .row .col-xs-12-sr {
width: 100%!important;
}
.like_bt{
    border:2px solid #eee;
    border-radius:6px;
    margin:10px;
    width:110px;
    position: relative;
    left: 80%;
}
@media (max-width: 767px) {
.like_bt{
    margin-top:20px;
    left: 67%;
}
}

.tabs-sr{
margin-top:0;
}


/*202102 showroom改修*/

.showroom-pageinfo {
  text-align: center;
}
@media (min-width: 768px){
  .showroom-pageinfo {
    text-align: left;
  }
}

.showroom-pageinfo .sr_org{
  display: block;
  margin: 0;
  margin-top: 10px;
}

.showroom-pageinfo .sr_org a{
  font-size: 12px;
  color: #7D7D7D;
}

.showroom-pageinfo .text{
  padding-top: 20px;
  color: #666;
  text-align: left;
   width: 100%;
   display: block;
   overflow-wrap: anywhere;
}


.content1,
.content2{
  margin-top: 10px;
}

.sr_content1,
.sr_content2{
  margin-top: 60px;
}

.sr_content1 .post-sr{
  margin-top: 20px;
}

.sr_content2 .table_showroom{
  margin-top: 10px;
}

.table_showroom th, .table_showroom td {
  display: block;
  padding: 0;
  border: none;
}
@media (min-width: 768px){
  .table_showroom th, .table_showroom td {
    display: table-cell;
  }
}

.table_showroom th{
  width: 100%;
  padding-top: 1em;
  font-weight: 400;
  background: none;
  border: none;
}
@media (min-width: 768px){
  .table_showroom th{
    width: 18%;
    padding: 1.1rem 0;
    border-bottom: solid 1px #dcdcdc;
  }
}

.table_showroom td{
  padding-top: .5em;
  padding-bottom: 1em;
  border-bottom: solid 1px #dcdcdc;
}
@media (min-width: 768px){
  .table_showroom td{
    padding: 1.1rem 0;
  }
}

.showroom-pageinfo h1 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  margin: 15px 0;
}

.tit_sw_section{
  margin: 0;
  font-size: 18px;
}

.sr_newpost {
	margin-top: 50px !important;
}

.sr_newpost .tit_sw_section{
  padding-bottom: 20px;
}


.showroom_navigation{
  display: flex;
  justify-content: space-between;
  margin-top: 12%;
}
@media (min-width: 768px){
  .showroom_navigation{
    justify-content: center;
    margin-top: 40px;
  }
}

.btn_sr_site,
.btn_sr_detail{
  position: relative;
  display: block;
  width: 48.5%;
  padding: 0.6em 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 768px){
  .btn_sr_site,
  .btn_sr_detail{
    width: 260px;
    margin: 0 10px;
    font-size: 16px;
  }
}

.btn_sr_site{
  font-weight: bold;
  background: #06AE97;
}
.btn_sr_site::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(/wp-content/themes/andoros/images/ico_site.svg) center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px){
  .btn_sr_site::before{
    right: 15px;
    width: 16px;
    height: 16px;
  }
}

.btn_sr_detail{
  background: #8D9897;
}
.btn_sr_detail::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(/wp-content/themes/andoros/images/ico_info.svg) center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px){
  .btn_sr_detail::before{
    right: 15px;
    width: 16px;
    height: 16px;
  }
}

.btn_sr_site:hover,
.btn_sr_detail:hover{
  color: #FFF;
}

.btn_sr_bottom{
  width: 95%;
  position: fixed;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media (min-width: 768px){
  .btn_sr_bottom{
    width: auto;
    position: static;
    padding: 0;
    margin: 0;
  }
}

.btn_sr_site_L{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: .8em 10% .8em 4%;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #06AE97;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(10,159,137,0.4);
}
@media (min-width: 768px){
  .btn_sr_site_L{
    width: 500px;
    margin: 0 auto;
    margin-top: 60px;
    padding: .8em 85px .8em 20px;
    font-size: 20px;
  }
}
.btn_sr_site_L:hover{
  color: #FFF;
}
.btn_sr_site_L::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/wp-content/themes/andoros/images/ico_site.svg) center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px){
  .btn_sr_site_L::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 40px;
    height: 40px;
  }
}

/* showroom一覧ページ 202102 */

.main section.sr_shoplist{
  margin-top: 20%;
  margin-bottom: 20%;
}
@media (min-width: 768px){
  .main section.sr_shoplist{
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.list_sr_company{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
}
@media (min-width: 768px){
  .list_sr_company{
    justify-content: space-between;
    margin-top: 20px;
  }
}

.item_sr_company{
  width: 100%;
  margin-top: 10%;
}
@media (min-width: 768px){
  .item_sr_company{
    width: 48%;
    max-width: 420px;
    margin-top: 0;
  }
  .item_sr_company:nth-of-type(n+3){
    margin-top: 40px;
  }
}
.post_company{
  display: flex;
  align-items: center;
}
.sr_list_logo{
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  border: 1px solid #E1E1E1;
  overflow: hidden;
}
@media (min-width: 768px){
  .sr_list_logo{
    width: 160px;
    height: 160px;
  }
}
.sr_list_logo img{
  width: 100%;
}

.sr_list_text{
  padding-left: 5%;
}
@media (min-width: 768px){
  .sr_list_text{
    padding-left: 20px;
  }
}

.sr_list_text h3{
  margin: 0;
    font-size: 14px;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 768px){
  .sr_list_text h3{
  }
}

.sr_list_text p{
  padding-top: 10px;
  color: #666666;
  font-size: 12px;
}
@media (min-width: 768px){
  .sr_list_text p{
    width: 100%;
  }
}

.sr_shoplist .sr_list_text p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  display: block;
  overflow-wrap: anywhere;
}
@media (min-width: 768px){
  .sr_shoplist .sr_list_text p{
    -webkit-line-clamp: 3;
  }
}

.post-sr.is-hidden{
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
}

a.btn_more{
  padding: 10px;
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 768px){
  a.btn_more{
    display: inline;
    padding: 8px 80px;
  }
}
a.btn_more::after {
  content: '\f067';
}

.btn_shoplist{
    display: inline-block;
}
@media (min-width: 768px){
  .btn_shoplist{
  }
}

/* 
ショップ一覧ページ add202002
*/

.shoplist .list_sr_company{
  display: block;
  margin-top: 5%;
  margin-bottom: 10%;
}

.shoplist .item_sr_company{
  width: 100%;
  margin-top: 0;
  padding: 40px 0;
  border-bottom: 1px solid #eceef0;
}
@media (min-width: 768px){
  .shoplist .item_sr_company{
    width: 100%;
    max-width: none;
    margin-top: 0px;
    padding: 40px 0;
  }
}

.shoplist .post_company{
  align-items: flex-start;
}

.shoplist .sr_list_text {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 768px){
  .shoplist .sr_list_text {
    padding-left: 40px;
  }
}

.shoplist .sr_list_text h3{
    font-size: 16px;
}

.shoplist .sr_list_text p {
  font-size: 14px;
  width: 100%;
  display: block;
  overflow-wrap: anywhere;
}

.sr_genre{
  font-size: 10px;
  padding-top: 5px;
}

.btn_shopdetail{
  display: block;
  width: 100%;
  max-width: 280px;
  margin-top: 20px;
  padding: 5px 0;
  text-align: center;
}
.btn_shopdetail::after{
  top: 5px;
}

/*--------------------------------------------------------------
category_showroom
--------------------------------------------------------------*/
	.commit_title{
	text-align: center;
    margin: 40px auto;
    font-size: 20px;
	}
	.commit_total ul{
    margin: 0;
	list-style: none;
	padding: 0 10px;
}
	.commit_total li{
	display: block;
    min-height: auto;
    padding: 0;
	align-items: center;
	font-size: 16px;
    /*border-top: 1px solid #d8d8da;
	border-right: 1px solid #d8d8da;*/
	}
	.commit_total li:last-child{
	display: block;
    min-height: auto;
    padding: 0;
	align-items: center;
	font-size: 16px;
    /*border-top: 1px solid #d8d8da;
	border-bottom: 1px solid #d8d8da;
	border-right: 1px solid #d8d8da;*/
	}
	.commit_total a{
	/*padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    /*min-height: 44px;*/
    /*transition: opacity .5s;*/
	}
	.commit_total a{
	padding: 0;
	box-shadow: none;
	display: inline;
	min-height: auto;
	transition: none;
	}
	.commit_total a:hover{
	opacity:1;
	transition:0s;
	}
	.showroom-commit-contents img{
	width: 100%;
    height: 120px;
    object-fit: cover;
	display: block;
    opacity: 0.6;
	transition: 0.3s;
	}
	.commit_list_item {
    flex: none;
    position: absolute;
    color: #fff;
    /* margin: 0 20px; */
    width: 100%;
    left: 0;
    top: calc(50% - 15px);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	}
	.commit_list_item p{
	font-size: 20px;
	margin: 0 10px;
	}
	.commit_list_photo {
    position: relative;
	background-color: #000;
	margin: 20px 0;
	}
	.commit_list_photo:hover img{
	opacity: 1;
	background-color: #000;
	}
	
@media (min-width: 900px){
	.showroom-commit-contents {
    width: 1200px;
    margin: 50px auto;
}
	.commit_title{
	text-align: center;
    margin: 80px auto;
    font-size: 30px;
	}
	.commit_total ul{
	border-bottom: none;
	display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0;
	padding: 0;
}
	.commit_total li{
	display: block;
    min-height: auto;
	border-top: none;
	border-bottom:none;
	border-right: none;
    padding: 0;
	align-items: center;
	font-size: 16px;
	}
	.commit_total li:last-child{
	display: block;
    min-height: auto;
	border-top: none;
	border-bottom:none;
	border-right: none;
    padding: 0;
	align-items: center;
	font-size: 16px;
	}
	.commit_total a{
	padding: 0;
	box-shadow: none;
	display: inline;
	min-height: auto;
	transition: none;
	}
	.commit_total a:hover{
	opacity:1;
	transition:0s;
	}
	.showroom-commit-contents img{
	width:100%;
	height:180px;
    display: block;
	opacity: 0.7;
	}
	.commit_list_photo{
	position: relative;
	background-color: #333;
	margin: auto;
	}
	.commit_list_photo:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	opacity: 1;
	    background-color: #333;
	}
	
	.commit_list_item{
	flex: none;
	position: absolute;
    color: #fff;
    /* margin: 0 20px; */
    width: 100%;
    left: 0;
    top: calc(50% - 10px);
    text-align: center;
    font-size: 20px;
	font-weight: bold;
	}
	.commit_list_item p{
	font-size: 16px;
	margin: 0;
	}
}
/*PRアイコン用*/
.pr-border {
  border: 1px solid #888;
  border-radius: 4px;
  background: #fff;
  padding: 0px 4px;
  display: inline-block;
  font-size: 9px!important;
  font-weight: normal;
  /*color: #888;*/
}
/*maxbuttonのフォント強制指定*/
.mb-text{
  font-family: 'Poppins','Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!important;
}

/*記事のタイトル部分位置変更 2020.12.17*/
.section-title-wrapper{
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-title-wrapper h1{
  font-size: 28px;
  color: #333;
}
@media (max-width: 767px) {
}

.single-thum{
  max-width: none;
}
@media (min-width: 768px){
  .single-thum{
    display: none;
  }
}
.section-title-wrapper .breadcrumb a{
  color: #999;
}


/*広告表示枠調整 2020.12.17*/

.insert-ad{
  display: flex;
  justify-content: center;
  /* background: #ccc; */
}

.insert-ad-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 1030px) {
  .insert-ad-area{
    flex-direction: row;
    justify-content: space-around;
  }
}

.ad-size-300x250{
  width: 300px;
  height: 250px;
}

.ad-size-336x280{
  width: 336px;
  height: 280px;
}

.ad-size-728x90{
  width: 728px;
  height: 90px;
}

/*個別調整*/
.onnela_pc_article_outline_bottom{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.onnela_pc_common_header_top{
  margin: 0 auto;
  margin-bottom: 40px;
}

.onnela_sp_article_outline_bottom{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}


.onnela_sp_article_bottom{
  margin: 0 auto;
}

.onnela_pc_article_inner{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.onnela_sp_article_inner{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.onnela_pc_common_article_bottom_1{
  margin-bottom: 20px;
}
@media (min-width: 1030px) {
  .onnela_pc_common_article_bottom_1{
    margin-bottom: 0;
  }
}

/* recapture */
.grecaptcha-badge { visibility: hidden; }



.search-link {
  display: block;
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 20px;
}
@media (min-width: 768px){
  .search-link {
    display: none;
  }
}


/* --------------------------------------------------------
202104 タブレットで広告が切れないように調整 */

.section > .container >.row{
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1001px){
  .col-sm-3.aside{
    float: none;
    width: 300px!important;
    box-sizing: content-box;
    padding-left: 0;
    flex-shrink: 0;
  }
  .col-sm-9.main{
    float: none;
    padding-right: 55px;
    width: calc(100% - 300px)!important;
    box-sizing: border-box;

  }
  .post .text {
    height: 115px;
    overflow: hidden;
  }
  .pickup .post .text {
    height: 135px;
    overflow: hidden;
  }
}

@media (min-width: 930px){
  .post .text {
    height: 80px;
    overflow: hidden;
	}
	.pickup .post .text {
	  height: 80px;
	  overflow: hidden;
	}
}

/* --------------------------------------------------------
202107 スタイル追加 */

/* 全体のスタイルを微調整 */

.section-post .content p{
	line-height: 1.8;
}

/* ボタンスタイル調整 */

.btn-custom2 {
  position: relative;
  border: 2px solid #3c9487;
  padding: 8px 60px;
  font-size: 16px;
  font-weight: 500;
    border-radius: 6px;
  background: none;
   background: #3c9487;
  color: #fff;
}
.btn-custom2:hover,
.btn-custom2:focus {
  background: #fff;
  color: #3c9487;
}
.btn-custom2::after {
  content: '\f105';
  position: absolute;
	height: 1.1em;
  top: 0;
  right: 30px;
	bottom: 0;
	margin: auto;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
	line-height: 1em;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.btn-custom2:hover::after,
.btn-custom2:focus::after {
  color: #3c9487;
}

/* amazonで見る */
/* .section-post .content a.btn-custom[href*="amazon.co.jp"]{
	background: #ea8a2a;
	border: none;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px #b55812;
}
.section-post .content a.btn-custom[href*="amazon.co.jp"]:hover{
	background: #f2ca2b;
	border: none;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px #ce9614;
}
.section-post .content a.btn-custom[href*="amazon.co.jp"]:hover::after{
	color: #FFF;
} */

/* 楽天で見る */
/* .section-post .content a.btn-custom[href*="rakuten.co.jp"]{
	background: #d64431;
	border: none;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px #a02121;
}
.section-post .content a.btn-custom[href*="rakuten.co.jp"]:hover{
	background: #ed6868;
	border: none;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px #c13030;
}
.section-post .content a.btn-custom[href*="rakuten.co.jp"]:hover::after{
	color: #FFF;
} */

/* 統一 */
.section-post .content a.btn-custom{
	background: #3c9487;
	border: none;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px #1e6a5f;
}
.section-post .content a.btn-custom:hover{
	background: #06AE97;
	border: none;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px #158b7a;
}
.section-post .content a.btn-custom:hover::after{
	color: #FFF;
}


/* strongのマーカー */

.section-post .content p strong{
	background:linear-gradient(transparent 60%, #ff6 60%);
}


/* この人にききました */

.article_asked{
	display:grid;
	grid-template-columns: 80px auto auto;
	grid-template-rows: 80px auto;
	align-items: center;
}
@media (min-width: 768px){
	.article_asked{
		grid-template-columns: 180px auto auto;
		grid-template-rows: 1.5em auto;
		align-items: start;
	}
}

.article_asked_image{
	grid-row: span 1;
	width: 100%;
	height:0;
	padding-bottom: 100%;
	margin-right:5%;
	border-radius:250px;
	overflow: hidden;
}
@media (min-width: 768px){
	.article_asked_image{
		grid-row: span 2;
		width: 180px;
		height: 180px;
	}
}

.section-post .content .article_asked_image img{
	width: 80px!important;
	height: 80px!important;
	object-fit: cover;
}
@media (min-width: 768px){
	.section-post .content .article_asked_image img{
		width: 180px!important;
		height: 180px!important;
	}
}

.section-post .content strong.article_asked_title{
	grid-column: span 1;
	margin: 0;
	margin-left: 1em;
}
@media (min-width: 768px){
	.section-post .content strong.article_asked_title{
		grid-column: span 2;
		margin-left: 2em;
	}
}

.article_asked_title span{
	display: block;
	color: #3c9487;
	padding-top: .5em;
}
@media (min-width: 768px){
	.article_asked_title span{
		display: inline;
		padding-top: 0;
		padding-left:.5em;
	}
}

.article_asked_profile{
	position: relative;
	grid-column: span 2;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.8em;
	border: 2px solid #3c9487;
	padding:10px;
	background: #FFF;
}
.article_asked_profile::before{
	content: "";
	display: block;
	position: absolute;
	top: -13px;
	left: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17px 13px 0px;
	border-color: transparent transparent #3c9487 transparent;
}
.article_asked_profile::after{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 13px 0px;
	border-color: transparent transparent #FFF transparent;
}
@media (min-width: 768px){
	.article_asked_title,
	.article_asked_profile{
		grid-row: span 1;
		grid-column: span 2;
		font-size: 14px;
	}
	.article_asked_profile{
		margin-left: 2em;
	}
	.article_asked_profile::before{
		top: 30px;
		left: -13px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 13px 17px 0;
		border-color: transparent #3c9487 transparent transparent;
	}
	.article_asked_profile::after{
		top: 32px;
		left: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 13px 14px 0px;
		border-color: transparent #FFF transparent transparent;
	}
}

.section-post .content .article_asked_profile p{
	margin: 0!important;
}


/* 関連記事 */

.section-post .content .internal a{
	display: flex;
	margin: 20px 0;
	text-decoration:none!important;
}

.internal_thumb{
	width: 100px;
	height: 96px;
	flex-shrink: 0;
}
@media (min-width: 768px){
	.internal_thumb{
		width: 150px;
		height: 146px;
		flex-shrink: 0;
	}
}

.section-post .content .internal_thumb img{
	width: 100px!important;
	height: 96px!important;
	object-fit: cover;
}
@media (min-width: 768px){
	.section-post .content .internal_thumb img{
		width: 150px!important;
		height: 146px!important;
	}
}

.internal_desc{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	border: 2px solid #3c9487;
}

.internal_label{
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em .5em;
	font-size: 12px;
	line-height:1;
	color: #FFF;
	background: #3c9487;
}
@media (min-width: 768px){
	.internal_label{
		font-size: 14px;
	}
}

.section-post .content .internal_title{
	margin: 0;
	padding: 1em;
	font-size: 14px;
	line-height: 1.25;
}
@media (min-width: 768px){
	.section-post .content .internal_title{
		font-size: 16px;
	}
}


/* HDCジャーナル */

h1 > .ico-hdcj{
  width: 40px;
  margin-right: 10px;
  margin-top: -5px;
}

h2 > .ico-hdcj{
  width: 40px;
  margin-right: 10px;
  margin-top: -5px;
  margin-left: -50px;
}

.aside_hdc h2{
  font-family: 'Noto Sans JP';
  font-size: 22px;
  font-weight: 900;
}

.aside_hdc li .ico-hdcj{
  width: 25px;
  margin-right: 10px;
  margin-top: -5px;
}

.section-hdcj-about{
  margin-bottom: 90px;
}

.section-hdcj-about > img{
  width: 100%;
}

.text-hdcj-about{
  padding-top: 40px;
  color: #707070;
}

.text-hdcj-about a{
  padding: 2px 10px;
  display: block;
  float: right;
  background: #8D9897;
  text-align: right;
  color: #FFF;
  font-feature-settings: "palt";
  border-radius: 4px;
}

.aside ul li.item-aside-hdcj-bnr{
  border: none;
}

.item-aside-hdcj-bnr img{
  width: 100%;
}

.section-hdcj-profile{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 768px){
  .section-hdcj-profile{
    flex-direction: row;
    margin-bottom: 120px;
  }
}

.text-hdcj-profile{
  padding-left: 0;
}
@media (min-width: 768px){
  .text-hdcj-profile{
    padding-left: 40px;
  }
}

.text-hdcj-profile h2{
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px){
  .text-hdcj-profile h2{
    margin: 0;
    text-align: left;
  }
}

.text-hdcj-profile p{
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
}

.list-footer-hcdj-category{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.section-hdcj-category{
  display: none;
}
@media (min-width: 768px){
  .section-hdcj-category{
    display: block;
  }
}

.main .section-hdcj-category h2{
  
  font-family: 'Noto Sans JP';
  font-weight: 900;
}

.item-footer-hcdj-category{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  max-width: 288px;
  height: 100px;
  margin-bottom: 20px;
  list-style-type: none;
  font-size: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-footer-hcdj-category::before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.55);
}


.item-footer-hcdj-category a{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.footer-hcdj-category-interior{
  background-image: url(/wp-content/themes/andoros/images/thumb_hdcj_cate_interior.jpg);
}
.footer-hcdj-category-storage{
  background-image: url(/wp-content/themes/andoros/images/thumb_hdcj_cate_storage.jpg);
}
.footer-hcdj-category-renovate{
  background-image: url(/wp-content/themes/andoros/images/thumb_hdcj_cate_renovate.jpg);
}
.footer-hcdj-category-new{
  background-image: url(/wp-content/themes/andoros/images/thumb_hdcj_cate_new.jpg);
}
.footer-hcdj-category-coverage{
  background-image: url(/wp-content/themes/andoros/images/thumb_hdcj_cate_coverge.jpg);
}

.footer-hcdj-category-blank{
  height: 0;
}

.hdcj-container .post .position {
  top: -10px;
  left: -10px;
  width: 26px;
  height: 26px;
  font-size: 18px;
  line-height: 1.3;
  background: none;
}
.hdcj-container .col-xs-12:nth-child(1) .post .position {
  color: #7A5815;
  background: #FFE01A;
  border: none;
}
.hdcj-container .col-xs-12:nth-child(2) .post .position {
  color: #3F495B;
  background: #BECBC9;
  border: none;
}
.hdcj-container .col-xs-12:nth-child(3) .post .position {
  color: #513928;
  background: #D5B292;
  border: none;
}
.hdcj-container .col-xs-12:nth-child(n+4) .post .position {
  color: #5d5d5d;
  background: #dadada;
  border: none;
}

.section-sp-footer-category{
  margin-top: 60px;
}

.section-sp-footer-category ul{
  padding: 0;
}

.section-sp-footer-category ul li{
  padding: 10px 0;
  list-style-type: none;
  font-size: 14px;
}
.section-sp-footer-category ul li:not(:first-of-type){
  border-top: 1px solid #ECEEF0;
}

.section-sp-footer-category ul li .ico-hdcj{
  width: 25px;
  margin-right: 10px;
}

.main .section-sp-footer-category-hdcj h2{
  font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 22px;
}

.section-sp-footer-hdcjbnr ul{
  padding: 0;
  margin-bottom: 60px;
}

.section-sp-footer-hdcjbnr li{
  margin-top: 20px;
  list-style-type: none;
}

.hdcj_article_logo{
  margin: 20px 0;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP';
  font-size: 22px;
  font-weight: 900;
  border-bottom: 1px solid #ececec;
}

.hdcj_article_logo a{
  display: inline-block;
  text-decoration: none;
}
.hdcj_article_logo a:hover{
  opacity: 0.7;
}

.hdcj_article_logo a img{
  width: 100%;
}

.hdcj_top_title{
  padding: 0 0 20px 15px;
  font-size: 28px;
  color: #333;
}

.hdcj-sns{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.hdcj-sns > p{
  margin-right: 20px;
  padding: 0;
  font-size: 12px;
}

.list-hdcj-sns{
  display: flex;
  align-items: center;
  width: 70%;
  max-width: 300px;
  padding: 0;
}

.item-hdcj-sns{
  list-style-type: none;
  margin: 0 15px;
  width: 15%;
}
@media (min-width: 768px){
  .item-hdcj-sns{
    width: 40px;
  }
}

.item-hdcj-sns a{
  display: block;
  width: 100%;
}
.item-hdcj-sns a:hover{
  opacity: 0.7;
}

.item-hdcj-sns img{
  width: 100%;
}

.main .section-hdcj-ranking h2{
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: 22px;
}
@media (min-width: 768px){
  .main .section-hdcj-ranking h2{
    font-size: 26px;
  }
}

.img-hdcj-profile{
  min-width: 200px;
  width: 65%;
}
@media (min-width: 768px){
  .img-hdcj-profile{
    width: 200px;
  }
}

.img-hdcj-profile img{
  width: 100%;
}

.tit_taxonomy-hdc_cat span{
  font-size: 16px;
}

/*-----------------------------------------
DAIGOも台所　20220401追記
-----------------------------------------*/


@media screen and (max-width:767px) {
    .onlyPC {
        display: none !important;
    }
    .onlySP {
        display: block;
    }
}
@media screen and (min-width:768px) {
    .onlyPC {
        display: block;
    }
    .onlySP {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
.aside_daidokoro_bnr {
    display: none;
}
.main section.section-daidokoro-bnr {
    margin-top: 40px;
}
.daidokoro-bnr .col-xs-12 img {
    width: 100%;
}
}

@media screen and (min-width:768px) {
.main section.section-daidokoro-bnr {
    display: none;
}
.aside_daidokoro_bnr {
    margin-top: 40px;
    margin-bottom: 40px;
}
.aside .aside_daidokoro_bnr ul.list-aside-daidokoro-bnr li {
    border: none;
}
.aside .aside_daidokoro_bnr ul.list-aside-daidokoro-bnr li img {
    width: 100%;
}
    }


/*youtube*/
.square-movie-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: 0 auto!important;
  margin-bottom: 60px!important;
}
@media screen and (min-width: 1000px) {
  .square-movie-wrap{
    width: 500px;
    height: 500px;
    padding-top: 0;
  }
}
.square-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 「利用者情報の外部送信について」で追加したtable用のスタイル */
/* スマホではオーバーフローする部分は横スクロール */

.legal-info-contents-table-wrap{
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width:767px) {
  .legal-info-contents-table-wrap{
    overflow-x: scroll;
    width: 100vw;
    margin-left: -14px;
    padding: 0 15px;
  }
}

.legal-info-contents-table{
  width: 100%;
}
@media screen and (max-width:767px) {
  .legal-info-contents-table{
    width: 800px;
  }
}

.legal-info-contents-table th{
  text-align: center;
  background: #efefef;
}

.legal-info-contents-table{
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.legal-info-contents-table th,
.legal-info-contents-table td{
  padding: 5px;
  word-break: break-all;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

/* ステマ規制のための表示 */

.post-pr-message{
  padding: 1em;
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: 12px;
  background: #f4f4f4;
}

/* X暫定対応
Fontawsomeの最新版にはXロゴが含まれていますがフッターの変更だけが作業対象なので画像で入れました */

.fa-twitter:before {
  content: '';
  display: block;
  position: relative;
  top: 0.15em;
  width: 1em;
  height: 1em;
  background: url(/wp-content/themes/andoros/images/logo_x.svg) center center no-repeat;
  background-size: 90%;
}

/* --------------------------------------------------------
20250605 aside表示・非表示のビューポートを修正 */

@media (max-width: 1000px) {
  .aside {
    display: none;
  }
}
@media (min-width: 768px){
  .main {
    width: 100%!important;
  }
  .aside {
    width: 100%!important;
  }
}
@media (min-width: 1001px){
  .main {
    width: 69%!important;
  }
  .aside {
    width: 31%!important;
  }
}
@media (min-width: 768px) and (max-width: 1000px){
  #aside-cont .dmd-category{
    display: flex;
    flex-wrap: wrap;
  }
  #aside-cont .dmd-category li{
    width: 50%;
  }
  #aside-cont .aside_bnr ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 1vw;
  }
  #aside-cont .aside_bnr li{
    width: 49%;
    margin-bottom: 0;
  }
  #aside-cont .sblink{
    max-width: 350px;
    margin: 0 auto;
  }
}

/* SP広告 表示制御 */
#aside-cont{
  display: flex;
  flex-direction: column;
}
/* トップ以外は下部に表示 */
#aside-cont:not(.ad-sp-top-show) .nottop-bottom{
  order: 999;
}

/* ランキング 表示制御 */
aside.ranking-pc-aside-hide .aside-dmd-ranking{
  display: none !important;
}

/* トップ SNS表示制御 */
#aside-cont:not(.x-top-embed-show) .x-top-embed{
  display: none !important;
}
#aside-cont.x-top-embed-show .x-underlayer-bnr{
  display: none !important;
}