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

/*
	　@media screen and (max-width:320px)
		@media screen and (min-width:321px) 
		@media screen and (min-width:481px) 
		@media screen and (min-width:768px) 
		@media screen and (min-width:992px)
*/

/*
.ex_s_dv	
@media screen and (max-width:320px) 
.ex_sm_dv
@media screen and (min-width:321px) and (max-width:480px) 
.ex_sml_dv
@media screen and (min-width:481px) and (max-width:767px) 

.ex_m_dv
@media screen and (min-width:321px) and (max-width:767px) 

.s_dv-l_dv
@media screen and (min-width:768px) 
*/

/* ~~ エレメント / タグセレクター ~~ */





/*　new brakepoint   
@media screen and (max-width:479px){
	}
@media screen and (min-width:480px) and ( max-width:599px) { 
	}
@media screen and (min-width:600px) and ( max-width:960px) {
	}
@media screen and (min-width:960px) and ( max-width:1279px) {
	}
@media screen and (min-width:1280px) {
	}
*/




body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1,h2,h3{
	padding:0px;
	margin:0px;
	}
.content {
	padding: 10px 15px 0 15px;
}
.content h1 {
	color:#000;}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.footer {
	padding: 10px 0;
	background: #6F7D94;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img{
	display:blok;
	margin: 0 auto;
	padding: 0;
	}
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
	}
 .clearfix:befor, .clearfix:after {
  content: " "; 
  display: table; 
 }	
.clearfix:after {
	clear:both;	
	}
.clearfix {
	*zoom:1;
}
a:hover {
	text-decoration:none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.red {
	color: #C00;
}
.p {
	padding: 2px 0px 2px 0px;
	 }
.font_blue {
	color: #0030ff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* ************* 表示　************************ */	
@media screen and (max-width:320px) { 
.ex_s_dv {
	display:block !important;
	}
.ex_sm_dv {
	display: none;	 
}
.ex_sml_dv {
 display:none;
 }
	
.ex_m_dv {
	display:none;
	}
.s_dv-l_dv {
	display:none;
	}	
}


@media screen and (min-width:321px) and (max-width:480px)
{
.ex_s_dv {
	display:none;
	}
.ex_sm_dv {
	display: block !important;	 
}
.ex_sml_dv {
 display:none;
 }
.ex_m_dv {
	display:none;
	}
.s_dv-l_dv {
	display:none;
	}	
}


@media screen and (min-width:481px) and (max-width:767px) {
.ex_s_dv {
	display:none;
	}
.ex_sm_dv {
	display: none;	 
}
.ex_sml_dv {
 display:block !important; 
 }
.ex_m_dv {
	display:none;
	}
.s_dv-l_dv {
	display:none;
	}	
}


@media screen and (min-width:321px) and (max-width:767px) { 
.ex_s_dv {
	display:none;
	}
.ex_sm_dv {
	display: none;	 
}
.ex_sml_dv {
 display:none; 
 }
.ex_m_dv {
	display:block !important;	
	}
.s_dv-l_dv {
	display:none;
	}	
}
@media screen and (min-width:768px) { 
.ex_s_dv {
	display:none;
	}
.ex_sm_dv {
	display: none;	 
}
.ex_sml_dv {
 display:none; 
 }	
.ex_m_dv {
	display:none;	
	}	
.s_dv-l_dv {
	display:block !important;
	}	
}
/*
.top_image_box {
	height:auto;
	width:100%;
	}
.top_image_box > img {
	height:auto;
	width:100%;
	max-width:100%;
}
*/
/*　カルーセル　PCとモバイル　表示切り替え　*/

body {
	width: 100%;
	height: auto;
	padding: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	overflow-x: hidden;
}


/*　container */
@media screen and (max-width:320px){
.container {
	height: auto;
	width: 100%;
	padding:0px 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	}
}

@media screen and (min-width : 321px) {
.container {	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	}
}
/*　index */
@media screen and (min-width:481px){
.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;	
	}
}
@media screen and (min-width: 768px)  {
.container {
	height: auto;
	width: 100%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	}
}


/* head_box */
@media screen and (max-width:320px){
#head_box {
	display: flex;
	display: -webkit-flex;
	height: 60px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items:flex-end;
	background-image: url(../image/ricepaper2b.jpg);
	}
.logo_box {
	width: 40%;
	text-align: left;
	}
.logo_box img {
	height: auto;
	width: 94%;/*60%*/
	padding-left: 20px;
	padding-bottom: 6px;
	}
.topnav_box {
	width: 50%;
	padding-right: 0;
  text-align: right;
	}
	/* tapis */
.top_wrapp {
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding-right: 50px;
}
.logo_box_tapis {
	width: 50%;
	text-align: left;
	padding-top: 20px;
	}
.logo_box_tapis .logo-ars {
	font-size: 1.5rem;
	font-weight: 500;
	color:#be0303;
	padding-left: 30px;
	font-family: sans-serif;
}
.logo_box_tapis img {
	height: auto;
	width: 100%;/*60%*/
	padding-left: 20px;
	padding-bottom: 6px;
	}
.topnav_box_tapis {
	width: 50%;
	padding-right: 0;
  text-align: right;
	}
/* */
#nav-drawer {
  position: relative;
  line-height: 60px;
  height: 50%;
  margin-right: 20px;
  text-align: left;
  float: right;
	}
#nav-content ul li {
		font-size: 1.3em;
		font-weight: 600;
  padding: 20px 0 20px 30px;
	border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
	background-color: rgba(0, 150, 255, 0.13);
	}	
header p img {
	height: auto;
	width: 100%;
	padding-top: 6px;
}

}

@media screen and (min-width : 321px) {
#head_box {
	display: flex;
	display: -webkit-flex;	
	height: 64px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items:flex-end;	
	background-image: url(../image/ricepaper2b.jpg);
	}
.logo_box {
	width: 45%;
	text-align: left
	}
.logo_box img {
	height: auto;
	width: 75%;
	padding-left: 20px;
	padding-bottom: 10px;
	}
.topnav_box {
	width: 50%;
	padding-right: 0;
	}
	
	/* tapis */
.top_wrapp {
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding-right: 50px;
}
.logo_box_tapis {
	width: 50%;
	text-align: left;
	padding-top: 20px;
	}
.logo_box_tapis .logo-ars {
	font-size: 1.5rem;
	font-weight: 500;
	color:#be0303;
	padding-left: 30%;
	font-family: sans-serif;
}
.logo_box_tapis img {
	height: auto;
	width: 80%;/*60%*/
	padding-left: 20px;
	padding-bottom: 6px;
	}
.topnav_box_tapis {
	width: 50%;
	padding-right: 0;
  text-align: right;
	}
/* */
	
#nav-drawer {
  position: relative;
  line-height: 60px;
  height: 60%;
  margin-right: 10%;
  text-align: left;
  float: right;
	}
#nav-content ul li {
		font-size: 1.3em;
		font-weight: 600;
  padding: 20px 0 20px 30px;
	border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
	background-color: rgba(0, 150, 255, 0.13);
	}	
header p img {
	height: auto;
	width: 100%;
	padding-top: 6px;
}
	
}

@media screen and (min-width:481px) {
#head_box {
	display: flex;
	display: -webkit-flex;	
	height: 80px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items:flex-end;	
	background-image: url(../image/ricepaper2b.jpg);
	}
.logo_box {
	width: 40%;
	text-align: left;
	}
.logo_box img {
	height: auto;
	width: 60%;
	padding-left: 24px;
	padding-bottom: 10px;
	}
.topnav_box {
	text-align: right;
	width: 50%;
	margin-right: 0;
	}

	/* tapis */
.top_wrapp {
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding-right: 50px;
}
.logo_box_tapis {
	width: 60%;
	text-align: left;
	padding-top: 20px;

	}
.logo_box_tapis img {
	height: auto;
	width: 60%;/*60%*/
	padding-left:40px;
	padding-bottom: 6px;
	}
.topnav_box_tapis {
	width: 70%;
	padding-right: 0;
  text-align: right;
	}
/* */
	
#nav-drawer {
  position: relative;
  line-height: 80px;
  height: 60%;
  margin-right: 8%;
  text-align: left;
  float: right;
	}/*
#nav-content ul li {
		font-size: 1.3em;
		font-weight: 600;
  padding: 20px 0 20px 30px;
	border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
	background-color: rgba(0, 150, 255, 0.13);
}	*/
	
}

@media screen and (min-width:768px){
#head_box {
	display: flex;
	display: -webkit-flex;	
	height: 80px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items:flex-end;	
	background-image: url(../image/ricepaper2b.jpg);
	}
.logo_box {
	width: 18%;
	}
.logo_box img {
	height: auto;
	width: 80%;
	padding-left: 30px;
	padding-bottom: 10px;
	}
.topnav_box {
	width: 75%;
	padding-right: 20px;
	}
.topnav_box ul {
	display: inline-block;
	float: right;	
	margin-bottom: 6px;
	}
.topnav_box li  {
	display: inline-block;
	color:#dedede;
	margin: 0 10px 8px 12px;
	font-size: 1.2em
	}	
	/* tapis */
.top_wrapp {
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding-right: 10px;
}
.logo_box_tapis {
	width: 25%;
	text-align: left;
	padding-top: 20px;
	}
.logo_box_tapis p {
	font-size: 5em;
	color:#dedede;
}
.logo_box_tapis img {
	height: auto;
	width: 60%;/*60%*/
	padding-left:40px;
	padding-bottom: 6px;
	}
.topnav_box_tapis {
	width: 75%;
	padding-right:26px;
  text-align: right;
  
	}
.topnav_box_tapis ul li  {
	display:inline-block;
  color: #dedede;
  padding: 0 10px
}
	
.topnav_box_tapis ul li a {
	display:inline-block;
  color: #dedede;
}
/* */
	
}


/* headbox~topnav */




@media screen and (max-width:320px){
	
.cm_box {
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.15);
	}
.handler{
	height: 50px;
  width: 90%;
  margin: 0 auto;
  right: 0;
  height: 0px;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #f65656;
}

.block{
  background: #fff;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 0;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.block p{
	text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
  max-width: 28rem;
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
}
.navbox_1 {
	z-index: 10;
	position: relative;
	top:10px;
	width: auto;
	height: 40px;
	margin:0 20px 10px 20px;
	background-image: url(../image/rs_image/enbroidery/8_150-150-blue_gr.png);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.38) 
1px 1px 1px;
line-height: 40px;
}
.block .navbox_1 p {
	font-size: 1.4em;
	font-weight:  900;
	color: #fff;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.72);
	text-align: center;
	
}
.block a:hover {
	font-size: 0.95em;
}




.under_nav {
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: rgba(0, 0, 0, 0.03);/*#fff non_block */
	padding: 6px 0;
	margin-top: 0px;/* 0px non_block */
}	
.facebook_nav-11 {
	width: auto;
	margin: 8px 20px;
	padding-bottom: 12px;
	padding-top: 6px;
	border: rgba(0, 0, 0, 0.26) 1px solid;
	border-radius: 4px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.38) 
1px 1px 1px;
background-color: #fff;
}
.fb_but {
	display: inline-block;
	font-size: 1.3em;
	padding-top: 8px;
padding-bottom: 4px;
}
#footerbar {
	width:100%;
	text-align: center;
	padding: 8px 0;
	background-repeat: repeat;
	font-size:1.0rem;	
 background-color:  rgba(0, 0, 0, 0.10);
 	}

/*****************/


}

@media screen and (min-width:321px){
.cm_box {
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.15);
	}
.handler{
	height: 0px;
  width: 90%;
  margin: 0 auto;
  right: 0;
  height: 0px;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #f65656;
}

.block{
  background: #fff;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 0;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.block p{
	text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  max-width: 50rem;
  width: 90%;
  margin: 0 auto;
  padding: 0 2%;
}
.navbox_1 {
	z-index: 10;
	position: relative;
	top:10px;
	width: auto;
	height: 40px;
	margin:0 18px 10px 18px;
	background-image: url(../image/rs_image/enbroidery/8_150-150-blue_gr.png);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.38) 
1px 1px 1px;
line-height: 40px;
}
.block .navbox_1 p {
	font-size: 1.4em;
	font-weight:  900;
	color: #fff;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.72);
	text-align: center;

}
.block a:hover {
	font-size: 0.95em;
}

.under_nav {
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: rgba(0, 0, 0, 0.03);/*#fff non_block */
	padding: 6px 0;
	margin-top: 0px;/* 0px non_block */
}	
.facebook_nav-11 {
	width: auto;
	margin: 8px 20px;
	padding-bottom: 12px;
	padding-top: 6px;
	border: rgba(0, 0, 0, 0.26) 1px solid;
	border-radius: 4px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.38) 
1px 1px 1px;
background-color: #fff;
}
.fb_but {
	display: inline-block;
	font-size: 1.3em;
	padding-top: 10px;
}
	#footerbar {
	width:100%;
	text-align: center;
	padding: 8px 0;
	font-size:1.0rem;	
 background-color:  rgba(0, 0, 0, 0.10);
 	}
}


@media screen and (min-width:481px) {
.cm_box {
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.18);
	}

.handler{
	height: 50px;
  width: 90%;
  margin: 0 auto;
  right: 0;
  height: 0px;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #f65656;
}

.block{
  background: #fff;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 0;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.block p{
	text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
  max-width: 32rem;
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
}
	
.navbox_1 {
	z-index: 10;
	position: relative;
	top:10px;
	height: 40px;
	width: 50%
	margin:0 auto 10px auto;
	background-image: url(../image/rs_image/enbroidery/8_150-150-blue_gr.png);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.38) 
1px 1px 1px;
}
.block .navbox_1 p {
	font-size: 1.5em;
	font-weight:  900;
	color: #fff;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.72);
}
.block a:hover {
	font-size: 1.1em;
}
	
	
	
.under_nav {
	display:flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
}	
.facebook_nav-11 {
	display: block;
	text-align: center;
	width: 92%;
	margin: 8px 20px;
	padding-bottom: 12px;
	border: rgba(0, 0, 0, 0.26) 1px solid;
	border-radius: 4px;
	background-color: #fff;
	}

.fb_but {
	display: inline-block;
	font-size: 1.3em;
	padding-top: 8px;
	color:#333;
}
	
	#footerbar {
	width:100%;
	text-align: center;
	padding: 8px 0;
	background-repeat: repeat;
	font-size:1.0rem;	
 background-color:  rgba(0, 0, 0, 0.10);
 	}
/************************ */
/*****************/
	
}




@media screen and (min-width: 768px) {
	
.under_nav {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff;
	padding-top: 10px;
}	
.facebook_nav-11 {
	width: 100%;
	margin: 8px 10px;
	padding: 6px 0 14px 0;
	border: rgba(0, 0, 0, 0.26) 1px solid;
	border-radius: 4px;
	text-align: center;
	}

.fb_but {
	display: inline-block;
	font-size: 1.3em;
	padding-top: 8px;
	}

	#footerbar {
	width:100%;
	text-align: center;
	padding: 8px 0;
	background-repeat: repeat;
	font-size:1.0rem;	
 background-color:  rgba(0, 0, 0, 0.10);
 	}
}


@media screen and (min-width: 992px)  {
	#footerbar {
	width:100%;
	text-align: center;
	padding: 8px 0;
	background-repeat: repeat;
	font-size:1.0rem;	
 background-color:  rgba(0, 0, 0, 0.10);
 	}
.subcopy {
	height: auto;
	width: 80%;
	margin: 10% auto 0px auto;
	line-height: 1.3em;
	font-size: 1.1em;
	padding:3px 8% 3px 10%;
	}
.subcopy_u {
	height: auto;
	width: 76%;
	margin: 12px auto 0px auto;
	line-height: 1.3em;
	font-size: 1.1em;
	}
.img_box_sp {
	height: auto;
	width: 70%;
	margin: 20px 30% 0px auto;
	text-align: center;
	}
.img_box_sp img {
	height: auto;
	width: 100%;
	text-align: center;
	}
}




	
	
	
	
/*　ハンバーガーメニュー　*/

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open_tapis span, #nav-open_tapis span:before, #nav-open_tapis span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #dedede;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before, #nav-open_tapis span:before {
  bottom: -8px;
}
#nav-open span:after, #nav-open_tapis span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*  / hamberger menu  -->
	
/* swiper *****************/
.swiper-container {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.swiper-wrapper img {
	width: 100%;
	height: auto;
}
.swiper-container img {
	width: 100%;
	height: auto;
	
}
/* foot_nav 背景　*/
.foot_nav_back {	
	width: 100%;
	background-image: url(../image/ricepaper2b.jpg);
	margin: 8px 0 0 0;
	padding-bottom: 8px;/*0px non_block */
	padding-top: 8px;
	}	
.info_red {
	font-size: 150%;
	font-weight: 600;
	color:#ff0000;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 1.5;
}