@charset "utf-8";
/* CSS Document */
@media (min-width: 481px) {
	.box1 .title-sp {
		display: none;
	}

	.google-map-sp {
		display: none;
	}
}


@media (max-width : 480px) {
	h1, h2 {
/*		margin-bottom: 5%;*/
		font-size: 2.16rem;
		line-height: 1.3em;
		font-weight: normal;
		letter-spacing: 1px;
		margin-bottom: 35px;
	}
	
	.box1 h1 {
		margin-bottom: 0;
	}
	
	p {
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.7em;
		}
	
	iframe {
		width: 100%!important;
	}

	.white-back {
		padding: 50px 5% 70px;
		background-color: #fff;
	}

	.box1 .title-pc {
		display: none;
	}

	.copy1 h1 + p,
	.copy1 p.attention_virus {
		margin: 0 0 35px!important;
		text-align: left!important;
	}
	.copy1 p.attention_virus {
		font-size: 1.04rem;
		line-height: 1.6em;
		letter-spacing: 0.1em;
	}
	
	.copy1 .image-box {
		margin-bottom: 70px;
	}

	.copy1 .image-box p {
		margin-bottom: 0!important;
		text-align: center!important;
		color: #333!important;
		font-size: 1.04rem!important;
		letter-spacing: 0.1em!important;
	}

	.copy1 .picup h2 {
		font-size: 1.36em;
	}

	/*.copy1 .picup h2 + p br {
		display: none;
	}*/

/*
	.sub-box2 table {
		border-collapse: separate;
		margin: 0 -10px 50px;
	}

	.sub-box2 table tr {
		display: block;
	}

	.sub-box2 table td {
		display: block;
		float: left;
		padding: 0 10px 20px;
		width: 50%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: .96em;
		line-height: 1.2;
	}

	.sub-box2 table td img {
		margin-bottom: 10px;
		width: 100%;
	}
*/
	/*展示ソファ一覧*/
	#sofalist ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sofalist li{
		width: 48%;
		margin-bottom: 20px;
		text-align: center;
	}
	#sofalist li img{
		margin-bottom: 10px;
    	width: 100%;
	}
	/*展示ソファ一覧ここまで*/
	.left-box, .table-box4 td, .table-box4 th {
		font-size: 1.2rem!important;
		font-weight: 400!important;
		line-height: 1.7em!important;
	}
	.left-box h2 {
		font-size: 1.36em;
		line-height: 1.3;
	}

	.left-box iframe {
		margin-top: 20px;
	}

	.left-box .table-box4 {
		padding-top: 0;
	}

	.left-box .table-box4-last{
		margin-bottom: 35px;
	}

	.left-box .table-box4 table {
		border-bottom: none;
	}
	.left-box .table-box4-last table {
		border-bottom: 1px solid #d2d2d2;
	}

	.left-box .table-box4 table th {
		display: block;
		padding: 7px 5%;
		background-color: #e6e6e6;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.8;
	}

	.left-box .table-box4 table td {
		display: block;
		width: 100%;
		padding: 10px 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.8;
	}

	.left-box .bottom40 {
		margin-bottom: 35px!important;
	}

	.map-box h3 {
		margin-bottom: 20px;
		line-height: 1.8;
	}

	.map-box h3 + p {
		margin-bottom: 35px;
	}

	.map-box .map {
		display: none;
	}

	a.google-map-sp {
		display: block;
		margin-bottom: 50px;
		padding: 20px 0;
		width: 100%;
		color: #dba24c;
		background-color: #fff;
		text-align: center;
		font-size: 1.12em;
		line-height: 1;
		border: 1px solid #dba24c;
	}

	.showroom-box {
		margin-bottom: 50px;
	}

	.showroom-box .l-box {
		margin-bottom: 1px;
	}

	/*.goto-store a {
		width: 100%;
		height: 0;
		padding-top: 14%;
		overflow: hidden;
		display: block;
		text-indent: -7777px;
		background: no-repeat;
		background: url(../../../campaign/img/480stool_present/banner_store.gif);
		background-position: 0 0;
		background-size: 100%;
	}*/
	.goto-other a{
		width: 100%;
		height: 0;
		padding-top: 12%;
		overflow: hidden;
		display: block;
		text-indent: -7777px;
		background: no-repeat;
		background-position: 0 0;
	}
	.goto-catalog a{
		background:url(../../../campaign/img/480stool_present/banner_catalog.gif);
	    margin-bottom: 10px;
		background-size: 100%;
		background-size: cover;
	}
	.goto-storeonline a{
		background:url(../../../campaign/img/480stool_present/banner_mailmagazine.gif);
	    margin-bottom: 10px;
		background-size: 100%;
		background-size: cover;
	}
	.goto-mailmagazine a{
		background:url(../../../campaign/img/480stool_present/banner_store2.gif);
		background-size: 100%;
		background-size: cover;
	}
/*210309メルマガリンクデザイン変更*/
.goto-magazine-link-box{
    width: 100%;
}
.goto-magazine{
	background-color: #dba24c;
	color: #fff;
    position: relative;
    padding: 20px 10px;
	text-align: center;
}
.goto-magazine p{
    margin: 0;
}
.goto-magazine .icon-mail{
	fill: #fff;
    width: 42px;
    height: 24px;
	margin-bottom: 10px;
}
/*210309メルマガリンクデザイン変更*/
	.info-showroom {
	background: #3c3c3c;
    width: 90%;
    padding: 5%;
    color: #fff;
	}
	.info-showroom p.address{
		margin-bottom: 0;
	}
	.showroom-box171208 h4 {
	font-size: 1.3em;
	}

	.showroom-box171208 p.address {
		margin-top: 8px;
		font-size: 1.04rem;
		line-height: 1.6em;
		letter-spacing: 0.1em;
	}

	.showroom-box171208 a .showroom-sabbox {
		width: 100%;
	}

	.showroom-box171208 a {
		display: block;
	    margin-bottom: 5%;
	}
	.showroom-box171208 a:hover{
		text-decoration: none;
	}
	.showroom-box171208 img.img-showroom{
		width: 100%;
	}
	.reservation{
	background-color: currentColor;
	background: url(../../../../img/back_ten_gy3.gif);
	padding: 10% 5% 5%;
	margin: 30px 0;
	border: 1px solid #d2d2d2;
	}
	.reservation span.attention{
	font-size: 14px;
	background: linear-gradient(transparent 60%,rgba(255, 255, 102, 0.72) 60%);
	}
	.reservation .reservation-btn{
		background-color: #dba24c;
		display: block;
		margin-top: 10px;
		width: 100%;
		height: 60px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 4px;
		color: #fff;
		line-height: 60px;
		transition: all 0.5s ease;
		cursor: pointer;
		text-decoration: none;
	}
	.time-schedule{
	margin: 30px 0 50px;
	}
	.pc,
	.pc_br{
		display: none!important;
	}
	/*/////190319追加/////*/
	#table-check th{
		padding: 0;
		border: none;
	}
	#table-check table{
		border: 3px solid #d2d2d2;
		box-sizing: border-box;
	}
	#table-check td{
		padding: 20px 20px 0;
		border: none;
	} 
	#table-check .check-ph img{
		    width: 100%;
    object-fit: cover;
    border-top: none;
	}
	#check-mark{
		margin: 0;
		position: relative;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#check-mark::before{
		content: "";
		border: 4px solid #900;
		border-radius: 50%;
		padding: 2px 11px;
		margin-right: 5px;
	}
	#check-mark::after{
		content: "";
		position: absolute;
		top: .6em;
		left: 10px;
		width: 8px;
		height: 3px;
		border-left: 2px solid #3c3c3c;
		border-bottom: 2px solid #3c3c3c;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sofa-new{
	position: relative;
	}
	.sofa-new::before{
		content: "";
		background-color: #900;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -5px;
		left: 0;
	}
	.sofa-new::after{
		content: "new";
		color: #fff;
		position: absolute;
		top: 8px;
		left: 8px;
		letter-spacing: 0.1em;
	}
	
	div#table-check{
		width: 100%;
		border: 3px solid #d2d2d2;
		box-sizing: border-box;
		margin-bottom: 35px;
	}

	figure{
		margin: 0;
		padding: 0;
	}
	.zumen{
		padding: 20px 20px 0;
	}
	.check-ph img{
		border-bottom: 1px solid #d2d2d2;
		vertical-align: top;
	}
	.zumen #check-mark {
		margin: 0 0 15px;
	}
	.check-item .a-link{
	position: relative;
	}
	.check-item ul{
		margin-top: 7%;
	}
	.check-item .a-link::before{
		content: "";
		background: url(../../../../img/arrow1_or.png);
		width: 3px;
		height: 5px;
		position: absolute;
		left: 3px;
		top: 7px;
	}
	.check-box{
		position: relative;
		padding: 10% 5% 5%;
	}
	.check-box .check-item:nth-child(2){
		margin-bottom: 30px;
	}
	.check-box-check{
		position: absolute;
		top: -10px;
		left: 10px;
		background-color: #fff;
		padding: 0 10px;
	}
	.check-mark{
		font-weight: 800;
	}
	.sapporo_haisou p a{
		margin: 5px 0;
	}
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none
	}
	.map_area {
		overflow-x: scroll;
	}
	._map img {
		max-width: none;
		width: 836px;
		height: 485px;
	}
	.hashtag_okayama_map {
		margin-bottom: 50px;	
	}
	.table-scroll-guide .icon-triangle-double-right {
		color: #dba24c;
	}
	.table-scroll-guide.has-icon-before .icon:not(:first-child):last-child,
	.table-scroll-guide.has-icon-after .icon:not(:first-child):last-child {
		margin-left: 0.33333em;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	/*210302_追加*/
	footer {
		margin: 0!important;
	}
	
/*2025.2.7 ハグみじゅうたんコラボ企画*/
.picup.hagumi-collabo {
	margin:38px -5.5% 40px;
	padding:38px 5%;
	color:white;
	background-color: #848D7E;
	letter-spacing: 0px;
	left:-5%;
}
.picup.hagumi-collabo .sp_only{
	display:inline;
}
.picup.hagumi-collabo .list-box:first-child{
	margin-bottom:38px;
}
.picup.hagumi-collabo .list-box:first-child,
.picup.hagumi-collabo .list-box:first-child ul{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
    align-items: center;
    align-content: center; /* 複数行の中央寄せ */
	gap: 24px;
}
.picup.hagumi-collabo .list-box:first-child ul li:first-child{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: center; /* 複数行の中央寄せ */
	text-align:center;
	vertical-align: center;
	witdh:87px;
}
.picup.hagumi-collabo .list-box:first-child ul li:first-child p{
	margin:0px;
	font-size:15px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
	background-color:#6C7467; 
	padding: 25px 13px 21px;
	witdh:87px;
	letter-spacing:0.06rem;
	line-height: 1.5rem;
	}
.picup.hagumi-collabo .list-box h2{
	margin-bottom:28px;
	font-size:19px;
	line-height: 33px;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 100;
}
.picup.hagumi-collabo .list-box:nth-child(2){
	margin-bottom:40px;
}
.picup.hagumi-collabo .list-box.pict{
	border: 1px solid rgba(255, 255, 255, 0.19);
	padding:5%;
}
.picup.hagumi-collabo .list-box:last-child{
	padding-top:20px;
	}
.picup.hagumi-collabo .list-box:last-child ul{
	display:flex;
	flex-direction:column;
	gap:20px;
}
.picup.hagumi-collabo .list-box:last-child ul p{
	margin:0px;
}
.picup.hagumi-collabo .list-box:last-child ul li:last-child h3{
	font-size:17px;
	margin-bottom:20px;
}
.picup.hagumi-collabo .list-box:last-child ul li p.check-item{
	margin:0.8rem 0 1.4rem;	
	}
.picup.hagumi-collabo .check-item .a-link::before{
top:7px;
}
.picup.hagumi-collabo .list-box:last-child .pict{
	display:flex;
	justify-content:space-between;
	width:100%;
	gap:4px;
}
.picup.hagumi-collabo .list-box .quote::before {
  content: '「';
  margin-left: 0.3rem;
  margin-right: 0.05rem;
}
.picup.hagumi-collabo .list-box .quote::after {
  content: '」';
  margin-left: 0.1rem;
  margin-right: 0.3rem;
}
}
