@charset "utf-8";
/* CSS Document */

.slider,
.thumb{
    margin: 0px auto;
    width: 100%;
}
.slider img,
.thumb img{
	height: auto;
	width: 100%;
	margin-bottom: -1em !important;
}/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}

div.flannelsofa_box {
	max-width: 1200px;
	margin: 50px auto;
	font-size: 1.1em;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	text-align: center;
}
.flannelsofa_box img{
	border:none;
	width: 100%;
	margin: 0 auto 1em;
}
.flannelsofa_box a img{
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

.flannelsofa_box a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.flannelsofa_box a {
	text-decoration: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 2em;
  font-size: 85%;
}

table tr{
  border-bottom: solid 1px #eee;
}

table th,table td{
  text-align: center;
  width: 25%;
  padding: 0.8em 0;
}

.flannelsofa_box p{
	margin-bottom: 1.8em;
}

/* 記事タイトル */
.flannelsofa_box h1 {
	padding: 1em 0 ;
	color: #fff !important;
	background: #180614;
	width: 100% !important;
	font-size: 150% !important;
	text-align: center !important;
	margin: 1em auto !important;
}

.flannelsofa_box h2 {
	position: relative;
	display: inline-block;
	padding: 2em 55px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
	color: #2b2b2b;
}

h2:before, h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: black;
}

h2:before {
	left:0;
}

h2:after {
	right: 0;
}

.flannelsofa_box h3{
	background: linear-gradient(transparent 70%, #f5f5f5 40%);
	text-align: center;
	margin: 4em auto 1em ;
	font-size: 140%;
	font-weight: bold;
	color: #2b2b2b;
	padding: 0 2em;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}

.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.container {
  text-align: center;
  padding: 2em;
}
.btn-animation-02 {
display: inline-block;
  max-width: 300px;
  text-align: left;
  border: 2px solid #752100;
  font-size: 0.9em;
  color: #752100;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px 8px;
  border-radius: 2px;
  transition: .4s;
}

.btn-animation-02:hover {
  background-color: #752100;
  border-color: #752100;
  color: #FFF;
}


@media screen and (min-width: 768px) {
div.flannelsofa_box {
	margin: 100px auto 50px;
	padding-left: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}

@media screen and (max-width: 767px) {

.flannelsofa_box {
	width: 100% !important;
	padding: 1em 0% 0 ;
}
	
.flannelsofa_box p{
	font-size: 85%;
	line-height: 1.7 !important;
	padding: 0 1em;
}
	
.flannelsofa_box h1 {
	font-size: 100% !important;
	line-height: 1.6 !important;
}
	
.flannelsofa_box h2 {
	font-size: 90%;
}


.flannelsofa_box h3{
	font-size:90%;	
}

.flannelsofa_box h4:after{
  font-size: 0.7em !important;
}
	
}

.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 0;/* バナーの上下の位置 */
    right: 0;/* バナーの左右の位置 */
}
.floating-pc {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
}
.floating-sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 768px) {/* タブレット用のブレイクポイントを指定 */
    .floating-pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (min-width: 768px) {/* タブレット用のブレイクポイントを指定 */
#pagetop{
  bottom: 320px !important;
}

}
@media screen and (max-width: 767px) {/* スマホ用のブレイクポイントを指定 */
    .floating-sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
#pagetop{
  bottom: 80px !important;
}
}