<link href="https://wakokoro.itembox.design/item/css/index-style.css" rel="stylesheet" type="text/css" />
<style>
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fs-c-breadcrumb {
	font-size: 1.2rem;
	max-width: 950px;
	margin: 15px auto;
	border-bottom: 1px solid #00435B;
}

.fs-l-main {
	margin: 0 auto;
	padding: 0;
	max-width: 1216px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fs-l-main .fs-l-pageMain {
	max-width: 1216px;
	width: 670px;
	margin: 0 0 0 30px;
}
.fs-body-checkout .fs-l-page .fs-l-main .fs-l-pageMain {
    max-width: 1000px;
    width: 100%;
}
body:not(.fs-body-product) h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: normal;
	color: initial;
	background-color: initial;
	border:none;
	width: auto;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

.fs-body-cart .fs-l-cart__contentsArea {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 280px;
	grid-template-columns: 100%;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}


@media only screen and (min-width:840px){
.sp{display:none;}

}

@media only screen and (max-width:970px){
#sidebar {order: 2;}
.fs-l-main .fs-l-pageMain{order:1;}
}

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

.pc{display:none;}

.fs-l-page #header {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	margin: auto;
	border-bottom: 1px solid #00435B;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 5;
}

.fs-l-page header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: normal;
	color: initial;
	background-color: initial;
	border: none;
	width: auto;
	padding: 4vw;
	margin: 0;
	text-align: center;
	width: 55vw;
}

.fs-l-page #header img {
	border-style: none;
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}

.fs-l-page #header ul {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: normal;
	padding: 0 0 5vw;
	width: 100%;
	position: fixed;
	top: 19vw;
	z-index: 5;
	background: #fff;
	box-shadow: 2px 2px 2px#000;
	right: -100vw;
	transition: 0.4s;
	border-top: 1px solid #00435B;
}

.open .fs-l-page #header ul {right: 0;}

.fs-l-page #header li {
	display: block;
	float: none;
	width: 100%;
	list-style-type: none;
	margin: 0;
	line-height: 15vw;
	border-bottom: 1px solid #00435B;
	color: #000;
	padding: 0 4vw;
}

.fs-l-page #header li img{display:none;}

.fs-l-page #header li a{
	list-style-type: none;
	line-height: 15vw;
	color: #000;
	font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size: 4vw;
	position:relative;
}
.fs-l-page #header li a:before{}
.fs-l-page #header li:nth-of-type(1) a:before {content:"琉球畳TOP";}
.fs-l-page #header li:nth-of-type(2) a:before {content:"琉球畳一覧";}
.fs-l-page #header li:nth-of-type(3) a:before {content:"規格サイズ";}
.fs-l-page #header li:nth-of-type(4) a:before {content:"サイズオーダー";}
.fs-l-page #header li:nth-of-type(5) a:before {content:"送料支払い";}
.fs-l-page #header li:nth-of-type(6) a:before {content:"お問い合わせ";}
.fs-l-page #header li:nth-of-type(7) a:before {content:"サイトマップ";}
.fs-l-page #header li a:after{content:">"; position:absolute; right:0vw; line-height:15vw;}



.fs-l-page #header > div.menu {
	width: calc(100% - 41.09375vw - 45.540540540540vw);
	height: 14vw;
	left: 84vw;
	padding: 3vw 2vw;
	position: fixed;
	top: 0;
	background: #fff;
}

.fs-l-page #header  > div.menu #menuButton {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 11vw;
	cursor: pointer;
}

.fs-l-page #header  > div.menu #menuButton span,
.fs-l-page #header  > div.menu #menuButton:before,
.fs-l-page #header  > div.menu #menuButton:after{
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #000;
	-webkit-transition: .1s ease-in-out;
	 transition: all 1s;
}

.fs-l-page #header  > div.menu #menuButton span{
	overflow: hidden;
	z-index: 1;
	color: #fff;
}

.fs-l-page #header  > div.menu #menuButton:before{
	z-index: 2;
	transform:rotate(0deg);
	top:7vw;
	content: "";
}

.fs-l-page #header  > div.menu #menuButton:after{
	z-index: 2;
	transform:rotate(0deg);
	top:-7vw;
	content: "";
}

.fs-l-page #header > div.menu #menuButton span{
	transform:rotate(0deg) translateX(0px);
}

.fs-l-page #header > div.menu #menuButton:before,
.fs-l-page #header > div.menu #menuButton:after{
	transition: transform 500ms;
}

.fs-l-page #header > div.menu.active #menuButton span{
	transform:translateX(-100px);
	top:0;
}

.fs-l-page #header > div.menu.active #menuButton:before{
	transform:rotate(495deg);
	top:0;
}

.fs-l-page #header > div.menu.active #menuButton:after{
	transform:rotate(405deg);
	top:0;
}

.fs-l-page #footer {
	clear: both;
	width: 100%;
	padding-top: 0;
	padding-bottom: 5vw;
	margin: auto;
	text-align: center;
	font-size: 3vw;
}

.fs-l-page #footer > p {
	width: 100%;
	text-align: right;
	padding: 0 2vw;
	margin: 0;
}

.fs-l-page #footer p img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

.fs-l-page #footer nav ul{border-top: 1px #000 solid; justify-content:flex-start;}
.fs-l-page #footer nav ul li:nth-of-type(1){width:100%;}
.fs-l-page #footer nav ul li:not(:nth-of-type(1)) {
	width: 50%;
	text-align: left;
	padding: 3vw;
	border-bottom: 1px #000 solid;
	font-size: 4vw;
}

.fs-l-page #footer nav ul li:nth-of-type(odd) {border-right: 1px #000 solid;}


.fs-l-page .fs-l-main {
	margin: 0;
	padding: 0;
	max-width: 1216px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fs-c-breadcrumb {
	font-size: 1.2rem;
	max-width: 950px;
	margin: 20vw auto 0;
	border-bottom: 1px solid #00435B;
}

.fs-l-main .fs-l-pageMain {
	max-width: 1216px;
	width: 100%;
	order: 1;
	margin: 0;
}

.fs-l-main .fs-l-pageMain #contents {
	width: 100%;
	margin-bottom: 5vw;
	margin-top: 0;
	float: none;
	overflow: hidden;
}

.fs-body-top .fs-l-main .fs-l-pageMain #contents {
	padding-top: 20vw;
}

.fs-l-main .fs-l-pageMain #contents img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

.fs-l-main .fs-l-pageMain #contents section.content01 map{display:none;}

.fs-l-main .fs-l-pageMain #contents h3 {
	font-size: 4vw;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3em;
	text-align: left;
}

.fs-l-main .fs-l-pageMain #contents ol{padding:0 8vw;}

.fs-l-main .fs-l-pageMain #contents div[align="right"] {text-align: center;}


.fs-l-main #top2 {
	display: block;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 5vw 2vw;
}

.fs-l-main #top2 h2 {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0;
}
.fs-l-main #top2 img {
	float: none;
}

.fs-l-main #top2 ul {
	list-style-type: none;
	width: 100%;
	height: auto;
	float: none;
	margin: 0px;
	padding: 5vw 0;
}

.fs-l-main #top2 li {
	float: none;
	width: 50%;
}
.fs-l-main #contents ul.fs-pt-list--noMarker > li + li + li + li {
	margin-top: 0;
}

.fs-l-main #contents > ul {
	width: 100%;
	justify-content: flex-start;
	margin: 0;
	padding:0 2vw;
}

.fs-l-main #contents > ul li {
	width: 48%;
	text-align: left;
	margin: 0 1% 3vw;
	font-size: 3vw;
}
.fs-l-main #contents > ul li img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}




.fs-l-main #sidebar {
	float: none;
	width: 100%;
	margin-bottom: 0px;
	background-color: #E6E7E7;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: auto;
	padding: 0px;
	order: 2;
}

.fs-l-main #sidebar #m01 li {
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-indent: 0;
	margin-bottom: 0;
	font-weight: bold;
	width: 50%;
	display: flex;
	align-items: center;
	padding: 2vw;
}

.fs-l-main #sidebar .fs-pt-list--noMarker > li + li,
.fs-l-main #sidebar .fs-pt-list--unordered > li + li,
.fs-l-main #sidebar .fs-pt-list--ordered > li + li,
.fs-l-main #sidebar .fs-pt-list--note > li + li{margin-top:0;}

.fs-l-main #sidebar h2 {
	font-size: 5vw;
	background-color: #76A5BA;
	color: #FFFFFF;
	width: auto;
	height: 15vw;
	display: block;
	text-indent: 0;
	padding: 0 5vw;
	font-weight: normal;
	line-height: 15vw;
}


.fs-l-main #sidebar #m02 ul,
.fs-l-main #sidebar #mo4 ul {
	color: #1C7083;
	list-style-type: none;
	margin: 0px;
	padding-left: 0;
	padding: 0px;
	margin-left: 0;
	display: flex;
}
.fs-l-main #sidebar #m02 li,
.fs-l-main #sidebar #mo4 li {
	margin-bottom: 0;
	font-weight: normal;
	margin-left: 0;
	width: 50%;
	line-height: 15vw;
	border-bottom: 1px #333333 solid;
	font-size: 4vw;
	padding: 0 2vw;
}
.fs-l-main #sidebar #mo4 li{
	margin-bottom: 8px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 0;
	font-size:3vw;
}


.fs-body-product .fs-l-pageMain h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: normal;
	color: #00435B;
	background-color: #E6E7E7;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00435B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00435B;
	width: 100%;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.fs-body-product .fs-l-pageMain #contents {
	width: 100%;
	margin-bottom: 5vw;
	margin-top: 0;
	float: none;
	overflow: hidden;
	font-size: 4vw;
}


.fs-body-product .fs-l-pageMain #contents > p{
	padding:0 2vw;
	}


.fs-body-product .fs-l-pageMain #contents table {
	width: 100%;
	height: auto;
	padding: 2vw;
}


.fs-body-product .fs-l-pageMain #contents #setsumei {
	width: 100%;
	margin: 0;
	line-height: 1.5;
	font-size: 4vw;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 0 2vw;
}

.fs-body-product .fs-l-pageMain #contents #sekisui ul {
	margin-left: 0px;
	padding-top: 5vw;
	padding-right: 0px;
	padding-bottom: 5vw;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
}

.fs-body-product .fs-l-pageMain #contents #sekisui li {
	float: left;
	list-style-type: none;
	padding: 3vw 1.5%;
	width: 33%;
}

.fs-body-product .fs-l-pageMain #contents #sekisui2 {
	width: 96%;
	float: none;
	margin: auto;
}

.fs-body-product .fs-l-pageMain #contents #sekisui4 {
	float: none;
	width: 100%;
	padding-left: 2vw;
	line-height: 1.5em;
	padding-bottom: 5vw;
	margin-bottom: 5vw;
	margin-top: 5vw;
}

.fs-body-product .fs-l-pageMain #contents #sekisui5 {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;
}

.fs-body-product .fs-l-pageMain #contents #sekisui3 {
	float: none;
	width: 100%;
}

.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr{
	display: flex;
	flex-wrap: wrap;
}

.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr td{width:100%;}
.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr td:nth-of-type(1){text-align:center;}
.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr td:nth-of-type(1) p > br{display:none;}
.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr td:nth-of-type(2){}
.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr td:nth-of-type(2) hr{width:100%;}
.fs-body-product .fs-l-pageMain #contents #sekisui3 table tr:nth-of-type(2) td:nth-of-type(1) img{display:none;}

.fs-body-product .fs-l-pageMain .fs-l-productLayout > :not(#contents) {
	margin: auto;
	width: 96%;
}



}


/*カルーセルパーツの高さを揃えるCSS*/
.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    height: 500px;
    width: auto;
}



/*商品一覧修正用CSS*/

.fs-c-productList__list h2.fs-c-productListItem__productName a {color: #333333; text-decoration: none;}
.fs-c-productList__list h2.fs-c-productListItem__productName a span.fs-c-productName__copy{display: block; margin-bottom: 10px;}
.slick-list a {color: #333;}



/*フリーページ調整用CSS*/


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

.fs-body-custom .fs-c-productListCarousel {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
}

.fs-body-custom .fs-l-main .fs-l-pageMain {
	max-width: 1216px;
	width: 100%;
	padding: 25vw 3vw;
}

.fs-body-custom #souryou {
	width: 100%;
	padding-top: 0px;
	margin-top: 0;
	padding-left: 0;
}

.fs-body-custom .fs-l-main .fs-l-pageMain #contents table{width:100%;}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents table p[align="center"]{width:100%;}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents table tr td:nth-of-type(1){width:20%;}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents table tr td:nth-of-type(2){width:80%;}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents table tr td,
.fs-body-custom .fs-l-main .fs-l-pageMain #contents table tr td a{font-size:3.5vw;}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents table[cellspacing="2"] tr td{font-size:3vw;}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents p {font-size: min(20px , 3.5vw);}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents h2 a {color: #333333; text-decoration: none; font-size:min(20px , 3.5vw);}
.fs-body-custom .fs-l-main .fs-l-pageMain #contents #souryou li {
	height: 30px;
	width: 100%;
	list-style-position: inside;
	list-style-type: square;
	text-indent: 30px;
	color: #333333;
	vertical-align: text-top;
	font-size: min(20px , 3.5vw);
}

}


.ordersystemlink__btn a{
display:block;
margin:10px 0;
background:#8E4667;
color:#fff;
padding:15px 0 14px;
text-align:center;
border-radius:8px;
}


  .fs-l-main{
    display: block;
    margin-bottom: var(--GENERALSEC);
  }
  .fs-c-heading{
    text-align: center;
    border-bottom: none;
    padding: 0;
    color: var(--TXT_COLOR);
    width: 100%;
    background-color: unset;
    border: none;
  }
  @media screen and (min-width: 768px){
    .fs-c-heading{
      font-size: 25px;
      margin: 50px 0;
    }
  }
  @media screen and (max-width: 767px){
    .fs-c-heading{
      font-size: 20px;
      margin: 30px 0;
    }
  }
  @media screen and (max-width: 767px){
    #souryou li{
      width: unset;
    }
  }
</style>