@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) 


/* ~~ エレメント / タグセレクター ~~ */
body {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right:auto;
	max-width: 1200px;
	overflow-x: hidden;
}
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;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.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;
}
/* Bootstrapのコンテンツエリアは最大1170px */
/*-----------------------------------------*/


/*　カルーセル　PCとモバイル　表示切り替え　*/
@media screen and (max-width:767px) { 
#myCarousel_S{
	display:block;
	padding-top: 0px;/*0px */
	}
#myCarousel_L{
	display:none;
	}
}
@media screen and (min-width:768px) { 
#myCarousel_S{
	display:none;
	padding-top: 0px;/*0px */
	}
#myCarousel_L{
	display:block;
	}
}
/* ************* 表示　************************ */	
@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 !important;	 
}
.ex_sml_dv {
 display:none; 
 }	
.ex_m_dv {
	display:none;	
	}	
.s_dv-l_dv {
	display:block !important;
	}	
}

.col-xs-3 a:link {
	color:#000000!important;
	}
.col-xs-3 a:visited {
	color:#000000!important;
	}
.col-xs-3 a:hover {
	color:#CCCCCC!important;
	}

/*-- main navigation 変えないこと --*/
@media screen and (max-width:320px) {
	.max320{
		display: block;
	}
	.min321{
		display: none;
	}
} 
@media screen and (min-width:321px) {
	.min321{
		display: block;
	}
	.max320 {
		display: none;
	}
} 

.content_nav {
	height: auto;
	width: 100%;
	padding-top: 0px;
	margin-top: 6px;
	}	
@media screen and (min-width:768px) { 
.headnavi {
	width:100%;
	height:auto;
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 8px 10px 8px 10px;
	}
.headnavi p   {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
	border-radius: 0px;
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/*	
.headnavi_add {
	width:100%;
	height:auto;
	display: flex;
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: -10px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	}
	
.headnavi_add p   {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
	width: 40%;
	border-radius: 0px;
	background-color: #fff;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30%;
	margin-right: 30%;
	}
*/
.headnavi_add {
	width:80%;
	height:auto;
	display: flex;
	flex-flow:row nowrap;
	align-items: center;
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0 auto;
	}

.add_image {
	width: 25%;
	}
.add_image img {
	width: 60%;
	padding:10px 0;
	}
.add_com {
	width: 20%;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 600;
	text-indent: -6px;
	}
.add_com_dt　{
	width: 40%;
	height: auto;
	background-color: #fff;
	}
.add_com_dt p {
	background-color: #fff;
	padding:10px 16px;
	font-size: 1.4rem;
	margin-left: 12px;
	text-align: left;
	line-height: 2rem;
	}
}

.hm_menu_index  {
	padding: 20px 0px 20px 30px;
border-bottom: rgba(0, 0, 0, 0.58) solid	1px;
font-size: 1.1em;
text-align: left;
}
.hm_menu_index :after {
	content: "＜";
}





/*　omakase index *************************** */
@media screen and (max-width:320px){
.container_index {
	height: auto;
	width: 100%;
	padding:0px 0px;
	margin: 0px 0px;
	overflow: hidden;
	}
.navbar_omakase-header_index {
	display: block;
	height: 50px;
	width: 100%;
	background-image: url(../image/ricepaper2.jpg);
	}
.navbar_omakase-header_index img {
	height: auto;
	width: 60%;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 20px;
	float:left;
	}
	#navbar {
	display:block;
	width:100%;
	height: auto;
	background-image: url(../image/ricepaper2.jpg);
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	/*background-color: #54dae7;*/
	}
.navbar_omakase_index {
	display: inline-block;
	padding: 4px 6px 0px 0px;
  float: right;
  margin-bottom: 0px;
	
	}
.navbar_omakase_index li {
	float:left;
	padding: 0px 10px 0px 10px;
	font-size: 1.2em;
	}
.headline {
	width:100%;
	height:auto;
	background-image: url(../image/ricepaper2.jpg);
	background-repeat: repeat;
	padding-top: 8px;
	padding-bottom: 20px;
	margin-top: 8px;
	}
.headline img {
	width: 65%;
}
.headline > h1 {
	font-weight: 600;
	margin: 10px 0px;
	padding: 6px 30px ;
	background-color: rgba(86, 0, 255, 0.15);
	}
.se_copybox_omakaseindex {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}	
.se_copybox_omakaseindex h2 {
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0px 10px;
	}
.content_nav_index {
	height: auto;
	width: auto;
	padding: 0px 5px 0px 5px;
	margin-top: 6px;
	}
	
/* ~320px ********************************************** */
.content_col {
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	margin: 8px 0px;
	}		
.imagebox_om_index {
	height: auto;
	width:100%;
	padding: 4px 0px;
	}
.imagebox_om_index img {
	width:100%;
	max-width:90%;
	height:auto;
	padding: 6px 0px 6px 6px;
	}
.textbox_om_index {
	height: auto;
	width: 98%;
	padding: 10px 10px 0px 10px;
	}	
.textbox_om_index h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: 600;
	text-indent: 4px;
	width:100%;
	margin-top: 0px;
	border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
	border-left: rgba(0, 0, 0, 0.2) 5px solid;
	}
.textbox_om_index h2 {
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 1.1em;
	font-weight: 500;
	}
	.textbox_om_index p {
	padding: 3px 10px 0px 0px;
	font-size: 1em;
	line-height: 1.3em;
	}	
/* **********~320px***************/
.guide_button {
	height:auto;
	width:100%;
	margin-top:4px;
	text-indent:10px;
	font-size: 1.0em;
	padding-bottom: 3px;
	padding-left: 6%;
	background-color: #fcfcfc;
	}
.guide_button p:after {
	content: "▶";
	}	
.nav_under1 {
	height: auto;
	width: 90%;
	background-color: #f1e5e5;
	text-align: center;
	padding-top: 6px;
	padding-bottom:  6px;
	margin: 10px auto 10px auto;
	}	
}	

/* ようけんとう*/
	
.foot_nav-1-in {
	position: absolute;
	top: 26%;
	left: 8%;
	font-size: 1.3rem;
	width: 100%;
	line-height: 1.2rem;
   }
.foot_nav-2-in {
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 1.2rem;
	width: 60%;
	line-height: 1.4rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 25%;
	left: 50%;
	font-size: 1.2rem;
	width: 60%;
	line-height: 1.4rem;
  }
 .under_nav {
	 padding-top: 10px;
 }
#footerbar {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../image/ricepaper2.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-right: 20px;
	}
#footerbar p {
font-size:1.0rem;	
	}	
.coution {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #1403b2;
	font-size: 1.3rem;
	line-height: 1.3em;
}	
.coution_2 {
	width: 80%;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.84);
	font-size: 1.3rem;
	line-height: 1.3em;
}	







@media screen and (min-width:321px){
.container_index {
	height: auto;
	width: 100%;
	padding:0px 0px;
	margin: 0px 0px;
	overflow: hidden;
	}
.navbar_omakase-header_index {
	display: block;
	height: 50px;
	width: 100%;
	background-image: url(../image/ricepaper2.jpg);
	}
.navbar_omakase-header_index img {
	height: auto;
	width: 55%;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 20px;
	float:left;
	}
	#navbar {
	display:block;
	width:100%;
	height: auto;
	background-image: url(../image/ricepaper2.jpg);
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	/*background-color: #54dae7;*/
	}
.navbar_omakase_index {
	display: inline-block;
	padding: 4px 6px 0px 0px;
  float: right;
  margin-bottom: 0px;
	
	}
.navbar_omakase_index li {
	float:left;
	padding: 8px 10px 0px 10px;
	font-size: 1.3em;
}
.headline {
	width:100%;
	height:auto;
	background-image: url(../image/ricepaper2.jpg);
	background-repeat: repeat;
	padding-top: 6px;
	padding-bottom: 20px;
	margin-top: 6px;
	}
.headline img {
	width: 90%;
	}
.headline > h1 {
	width:100%;
	text-indent: 3%;	
	margin: 10px auto;
	padding: 8px 20px;
	background-color: rgba(86, 0, 255, 0.15);
	}
.se_copybox_omakaseindex {
	display: block;
	width: 100%;
	margin-left: 4%;
	margin-right: auto;
	}	
.se_copybox_omakaseindex h2 {
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.4em;
	}
.content_nav_index {
	height: auto;
	width: auto;
	padding: 0px 5px 0px 5px;
	margin-top: 6px;
	}
.content_col {
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	margin: 8px 0px;
	}		
.imagebox_om_index {
	height: auto;
	width:100%;
	padding: 4px 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
.imagebox_om_index img {
	width:100%;
	max-width:140px;/**************/
	height:auto;
	padding: 6px 0px 6px 5%;
	}
.textbox_om_index {
	height: auto;
	width: 98%;
	padding: 10px 8% 0px 10px;
	}	
.textbox_om_index h1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 2%;
	font-size: 1.3em;
	font-weight: 600;
	text-indent: 4px;
	width:95%;
	margin-top: 0px;
	border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
	border-left: rgba(0, 0, 0, 0.3) 5px solid;
	}
.textbox_om_index h2 {
	padding-top: 5%;
	padding-bottom: 7%;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: 500;
	}
	.textbox_om_index p {
	padding: 3px 10px 0px 0px;
	font-size: 1em;
	line-height: 1.3em;
	}	
.guide_button {
	height:auto;
	width:100%;
	margin-top:4px;
	text-indent:10px;
	font-size: 1.0em;
	padding-bottom: 3px;
	padding-left: 15%;
	background-color: #fcfcfc;
	}
.guide_button p:after {
	content: "▶";
	}	
.nav_under1 {
	height: auto;
	width: 90%;
	background-color: #f1e5e5;
	text-align: center;
	padding-top: 6px;
	padding-bottom:  6px;
	margin: 10px auto 10px auto;
	}	
.under_nav {
	padding-top:10px;
	}
.navbox {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #ffffff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	}
.navbox p {
	text-align: center;
	padding-top: 8px;
	padding-right:  auto;
	padding-bottom:  8px;
	padding-left:  auto;
	font-weight: 600;
	}
.foot_nav-1-in {
	position: absolute;
	top: 28%;
	left: 8%;
	font-size: 1.3rem;
	line-height: 1.4rem;	
  }
.foot_nav-2-in {
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 1.4rem;
	line-height: 1.4rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 25%;
	left: 50%;
	font-size: 1.4rem;
	line-height: 1.6rem;
  }
.under_nav {
	 padding-top: 10px;
 	}
.coution {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #1403b2;
	font-size: 1.3rem;
	line-height: 1.3em;
	}
.coution_2 {
	width: 80%;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.84);
	font-size: 1.3rem;
	line-height: 1.3em;
}	
		
}



/*　omakase index */
@media screen and (min-width:481px) {
.container_index {
	height: auto;
	width: 100%;
	padding:0px 0px;
	margin: 0px;
	overflow: hidden;
}
.navbar_omakase-header_index {
	display: block;
	height: 57px;
	width: 100%;
	background-image: url(../image/ricepaper2.jpg);
	}
.navbar_omakase-header_index img {
	height: auto;
	width: 45%;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 20px;
	float:left;
	}
#navbar {
	display:block;
	width:100%;
	height: auto;
	background-image: url(../image/ricepaper2.jpg);
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-right: 15px;
	/*background-color: #54dae7;*/
	}
.navbar_omakase_index {
	display: inline-block;
	padding: 4px 6px 0px 0px;
  float: right;
  margin-bottom: 0px;
	}
.navbar_omakase_index li {
	float:left;
	padding: 0px 15px 0px 15px;
	font-size: 1.3em;
	}
.headline {
	width:100%;
	height:auto;
	background-image: url(../image/ricepaper2.jpg);
	background-repeat: repeat;
	padding-bottom: 20px;
	padding-top: 6px;
	margin-top: 8px;
	}
.headline img {
	width: 68%;
	}
.headline > h1 {
	text-indent: 10%;
	background-color: rgba(86, 0, 255, 0.15);
	padding:8px 0px;
	}
.se_copybox_omakaseindex {
	padding-top: 12px;
	padding-left: 5%;
	}	
.se_copybox_omakaseindex h2 {
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.3em;
	}
.content_nav_index {
	height: auto;
	width: auto;
	padding: 0px 5px 0px 5px;
	margin-top: 6px;
	}
.content_col {
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	margin: 8px 0px;
	}		
.imagebox_om_index {
	height: auto;
	width:100%;
	padding: 4px 0px;
	}
.imagebox_om_index img {
	width:100%;
	max-width:140px;
	height:auto;
  margin-left: 6%;
	padding: 6px 0px 6px 6px;
	}
.textbox_om_index {
	height: auto;
	width: 98%;
	padding: 10px 10% 0px 10px;

	}	
.textbox_om_index h1 {
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	font-size: 1.3em;
	font-weight: 600;
	text-indent: 4px;
	width:95%;
	margin-top: 0px;
	border-bottom: rgba(0, 0, 0, 0.2) 1px dotted; 
	}
.textbox_om_index h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	font-size: 1.2em;
	font-weight: 500;
	}
	.textbox_om_index p {
	padding: 3px 10px 0px 0px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 800;
	}	
.guide_button {
	height:auto;
	width:100%;
	margin-top:4px;
	text-indent:10px;
	font-size: 1.0em;
	padding-bottom: 3px;
	padding-left: 15%;
	background-color: #fcfcfc;
	}
.guide_button p {
	font-weight: 100;
	}
.nav_under1 {
	height: auto;
	width: 90%;
	background-color: #f1e5e5;
	text-align: center;
	padding-top: 6px;
	padding-bottom:  6px;
	margin: 10px auto 10px auto;
	}	
.under_nav {
	padding-top:10px;
	}
.foot_nav-1-in {
	position: absolute;
	top: 35%;
	left: 10%;
	font-size: 1.4rem;
	line-height: 1.4rem;	
	width: 60%	
	}
.foot_nav-2-in {
	position: absolute;
	top: 40%;
	left: 60%;
	font-size: 1.5rem;
	line-height: 1.4rem;
	}
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 30%;
	left: 60%;
	font-size: 1.5rem;
	line-height: 1.7rem;
	}
 .coution {
	width: 80%;
	margin-left: 12%;
	margin-right: auto;
	color: #1403b2;
	font-size: 1.4rem;
	line-height: 1.4em;
	}
.coution_2 {
	width: 80%;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.84);
	font-size: 1.3rem;
	line-height: 1.3em;
	padding-left: 1%
}	
		
}

@media screen and (min-width: 768px)  {
.container_index {
	height: auto;
	width: 100%;
	padding:0px 0px;
	margin: 0px 0px;
	overflow: hidden;

	}
.navbar_omakase-header_index {
	display: block;
	height: 64px;
	width: 100%;
	background-image: url(../image/ricepaper2.jpg);
	}
.navbar_omakase-header_index img {
	height: auto;
	width: 33%;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	float:left;
	}
	#navbar {
	display:block;
	width:100%;
	height: auto;
	background-image: url(../image/ricepaper2.jpg);
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-right: 20px;
	/*background-color: #54dae7;*/
}
.navbar_omakase_index {
	display: inline-block;
	padding: 4px 6px 0px 0px;
  float: right;
  margin-bottom: 0px;
	
	}
.navbar_omakase_index li {
	float:left;
	padding: 0px 20px 0px 20px;
	font-size: 1.4em;
}
	
.om_index_box {
	display: inline-block;
	height: auto;
	width: 100%;
	text-align: left;
	padding: 8%;
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	margin-bottom:20px;
	box-sizing: border-box;
	}
.om_index_box > img {
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	}
	
.om_index_box p {
	padding:20px 6px 20px 10px;
	font-size:1.2em;
	line-height:1.3em;
	background-color: #FFF;
	}
	
.forpc {
	padding-left: 15px;
	padding-right: 15px;
	padding-top:15px;
	width: auto;
}
.s_headline {
	height:auto;
	width:100%;
	background-color: #433902;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	margin-top: 6px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	opacity: 0.7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.headline {
	width:100%;
	height:auto;
	background-image: url(../image/ricepaper2.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 30px;
	}
.headline img {
	width: 50%;
}
.headline > h1 {
	font-size: 1.8rem;
	font-weight:600;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(86, 0, 255, 0.15);
	}
.se_copybox_omakaseindex {
	height: auto;
	padding-top: 20px;
	padding-left: 5%;
	padding-bottom:10px;
	width: auto;
	}
.se_copybox_omakaseindex > h1 {
	font-size: 1.4em;
	line-height: 1.5em;/*1.8*/
	width: 100%;
	font-weight: 600;
	}
.se_copybox_omakaseindex > h2 {
	font-size: 1.4em;
	line-height: 1.6em;/*1.8*/
	width: 100%;
	font-weight:600;
	}
/* iPhone 縦  - foot_nav */
    /*　for iPad 　*/
.foot_nav-1-in {
	position: absolute;
	top: 28%;
	left: 10%;
	font-size: 1.4rem;
  }
.foot_nav-2-in {
	position: absolute;
	top: 35%;
	left: 55%;
	font-size: 1.4rem;
	line-height: 1.6rem;
  }
.facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 25%;
	left: 55%;
	font-size: 1.4rem;
	line-height: 1.6rem;
  }
.navbar-header p {
	display:block;
	}
 .coution {
	width: 80%;
	margin-left: 12%;
	margin-right: auto;
	color: #1403b2;
	font-size: 1.5rem;
	line-height: 1.4em;
}	
.coution_2 {
	width: 80%;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.84);
	font-size: 1.3rem;
	line-height: 1.3em;
	padding-left: 1%;
}	

}
@media screen and (min-width: 992px)  {
.container_index {
	height: auto;
	width: 100%;
	padding:0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	}
.navbar_omakase-header_index {
	display: block;
	height: 70px;
	width: 100%;
	background-image: url(../image/ricepaper2.jpg);
	}
.navbar_omakase-header_index img {
	height: auto;
	width: 33%;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	float:left;
	}
	#navbar {
	display:block;
	width:100%;
	height: auto;
	background-image: url(../image/ricepaper2.jpg);
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-right: 20px;
	/*background-color: #54dae7;*/
	}
.navbar_omakase_index {
	display: inline-block;
	padding: 4px 6px 0px 0px;
  float: right;
  margin-bottom: 0px;
	}
	.navbar_omakase-header_index {
		text-align: left;
		width: 100%;
	}
	.navbar_omakase-header_index object {
		margin: 50px 0px -20px 30px;
	}
.navbar_omakase_index li {
	float:left;
	padding: 0px 20px 0px 20px;
	font-size: 1.4em;
	}
.headline img {
	width: 45%;
	}

.s_headline {
	height:auto;
	width:100%;
	background-color: #433902;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	margin-top: 6px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	opacity: 0.7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.headline {
	width:100%;
	height:auto;
	background-image: url(../image/ricepaper2.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 4px;
	}
.headline > h1 {
	font-size: 1.8rem;
	font-weight:600;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
			background-color: rgba(86, 0, 255, 0.15);
	}
.se_copybox_omakaseindex {
	height: auto;
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom:10px;
	width: auto;
	}
.se_copybox_omakaseindex > h1 {
	font-size: 1.4em;
	line-height: 1.5em;/*1.8*/
	width: 100%;
	font-weight: 600;
	}
.se_copybox_omakaseindex > h2 {
	font-size:1.4em;
	line-height: 1.5em;/*1.8*/
	width: 100%;
	font-weight:600;
	}
.under_nav {
	padding-top:0px;
	}
 .coution {
	width: 80%;
	margin-left: 13%;
	margin-right: auto;
	color: #1403b2;
	font-size: 1.5rem;
	line-height: 1.4em;
	}	
.coution_2 {
	width: 80%;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.84);
	font-size: 1.4rem;
	line-height: 1.3em;
	padding-left: 1%;
}	
	
}



.content_nav {
	height: auto;
	width: 100%;
	padding-top: 0px;
	margin-top: 12px;
	}	
.box_line {
	border: 1px solid #999;
	border-radius: 4px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
a .box_line p {
	color: #000;
	}
a:hover .box_line p {
	color:#999999;
	}
.box_line a: {
	color: #000;
	}
.box_line  a:hover {
	color:#999999;
	}	
.foot_nav-1 {
	display: block;
	width: 100%;
	height: 0;
	background-size: cover;
	padding-bottom: 14.0%;/* 14.6%*/
	background-image: url(../image/rs_image/indexpage/nav/parking_ban-680.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.foot_nav-2 {
	display: block;
	width: 100%;
	height: 0;
	background-size: cover;
	padding-bottom: 14.0%;/* 14.6%*/
	background-image: url(../image/rs_image/indexpage/nav/to_eigyouannai.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.facebook_nav-1 {
	display: block;
	width: 100%;
	height: 0;
	background-size: cover;
	padding-bottom: 14.7%;
	background-image: url(../image/rs_image/indexpage/nav/to_facebook_ars_bar3b.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.facebook_nav-2 {
	display: block;
	width: 100%;
	height: 0;
	background-size: cover;
	padding-bottom: 14.7%;
	background-image: url(../image/rs_image/indexpage/nav/to_facebook_ars_bar3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
 /*　for iPhone SE　縦　　*/







#footerbar {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../image/omakase_rs/indexpage/ricepaper2.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-right: 20px;
	}
#footerbar p {
font-size:1.0rem;	
	}

.coution_2 { 
font-size: 1.2em;
color: #C00;
}

/*
@media screen and (max-width:320px) { 
}
@media screen and (min-width:321px) and (max-width:480px) { 
}
@media screen and (min-width:481px) and (max-width:767px) {
}
@media screen and (min-width:768px) and ( max-width:1024px) {
}
@media screen and (min-width:1025px) {
}
*/
