/*コンテンツエリア全体*/
.fs-l-page {
    padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
.fs-l-page {
    padding-top: 80px;
}
}
/*画像切り替え*/
.contents_pc {
	display: block !important; 
}
.contents_sp {
	display: none !important; 
}
 
@media only screen and (max-width: 799px) {
    .contents_pc { 
		display: none !important; 
	}
    .contents_sp {
		display: block !important; 
	}
}
/*プレビュー拡大表示*/
.fs-c-productImageModalCarousel__figure {
      width:80%!important;
}

/*マイページ*/
@media only screen and (max-width: 1024px) {
.fs-c-accountService {
    justify-content: space-around!important;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1rem!important;
    }    
} 
/*一時的お問合せフォーム内カードスタイル*/
@media only screen and (min-width: 1025px) {
.fs-p-card  {
width:70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
}
/*コラム用のボタンを商品ページでも*/
a.btn_column {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #C4AAA7;
  background-color: #E7CFD1;
  color: #fff;
  transition: 0.5s;
}
a.btn_column:hover {
  color: #C4AAA7;
  background: #fff;
}
@media only screen and (min-width: 800px) {
  a.btn_column {
    width: 40%;
  }
}
@media only screen and (max-width: 799px) {
  a.btn_column {
    width: 90%;
  }
}


