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

/*
	　@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:991px)

		@media screen and (min-width:992px)
*/

/*
.ex_s_dv	
@media screen and (max-width:320px) 

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

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

*/
/* ~~ エレメント / タグセレクター ~~ */
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;
}
.font_120 {
	font-size: 120%;
}
body {
	height: auto;
  width: 100%;
  max-width: 1200px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
.yellow-line {
	background: linear-gradient(transparent 30%,#f9fd06 0%);
  }
/* Bootstrapのコンテンツエリアは最大1170px */
/*-----------------------------------------*/


/* ************* 表示　************************ */	
@media screen and (max-width:320px) { 
.ex_s_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_m_dv {
	display:block !important;	
	}
.s_dv-l_dv {
	display:none;
	}	
}
@media screen and (min-width:768px) { 
.ex_s_dv {
	display:none;
	}
.ex_m_dv {
	display:none;	
	}	
.s_dv-l_dv {
	display:block !important;
	}	
}
/*　カルーセル　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;
	}
	
}
/* index.html (Main)*************** */
/*　index */





/*　index */



@media screen and (max-width:320px){
.container_index {
        height: auto;
        width: 100%;
        padding:0px 5px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden;
    }
.announcement {	
        width:90%;
        height:auto;
        text-align: center;
        padding: 8px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
    }
.announcement p {
        font-weight: bold;
        font-size: 1.2rem;
        color: #df0000;
        line-height: 1.8rem	
    }

#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: 50%;
	}
.logo_box img {
	height: auto;
	width: 60%;/*60%*/
	padding-left: 12px;
	padding-bottom: 10px;
	}
.topnav_box {
	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);
    }
.flore_guide {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../image/ricepaper2b.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 8px;
    }
.fl_menu {
	display: inline-block;
	height: auto;
	width: auto;
	font-size: 1.0em;
	padding: 4px 4px;
	margin: 2px 4px;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.42);
	font-weight: 600;
	}
.fl_text {
	display: inline-block;
	padding: 4px 4px 4px 4px;
	font-size: 1.1em;
    }
.head_copy {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 16px 10% 10px 10%;
        text-align: left;
    }
	.sale_ban{
		width: 90%;
padding-top: 10px;
	}
	.sale_ban-2 {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.sale_ban img{
		width: 100%;
	}	
	.sale_ban-2 img{
		width: 90%;
	}
}





@media screen and (max-width : 480px){
.container_index {
    padding: 0 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    }
.carousel_box {
    height: auto;
    width: auto;
    margin-top: 10px;
    }
.announcement {	
    width:90%;
    height:auto;
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    }
.announcement p {
    font-weight: bold;
    font-size: 1.4rem;
    color: #df0000;
    line-height: 1.8rem	
    }
.flore_guide {
    width:100%;
    height:auto;
    text-align: center;
    padding: 4px 0;
    background-image: url(../image/ricepaper2b.jpg);
    background-repeat: repeat;
    margin: 8px auto;
    }
#head_box {
	display: flex;
	display: -webkit-flex;	
	height: 70px;
	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%;
	}
.logo_box img {
	height: auto;
	width: 70%;
	padding-left: 12px;
	padding-bottom: 10px;
	}
.topnav_box {
	width: 50%;
	padding-right: 0;
	}
#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);
    }	
.flore_guide {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../image/ricepaper2b.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 8px;
    }
div.fl_menu {
	display: inline-block;
	height: auto;
	width: auto;
	font-size: 1.1em;
	font-weight: 600;
	padding: 6px 4px 4px 4px;
	margin: 2px 4px;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.42);
	}
.fl_text {
	display: inline-block;
	padding: 4px 4px 4px 0;
	font-size: 1.1em;
    }
.head_copy {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 16px 10% 10px 10%;
        text-align: left;
    }
	.sale_ban{
		width: 95%;
		padding-top: 10px;
		text-align: center;
		margin: 0 auto;
	
	}
	.sale_ban-2 {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.sale_ban img{
		width: 100%;
	}	
	.sale_ban-2 img{
		width: 100%;
	}
}


@media screen and (min-width:481px) and (max-width:767px){
.container_index {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;	
    }
.carousel_box {
    height: auto;
    width: auto;
    margin-top: 10px;
    }
.announcement {	
    width:65%;
    height:auto;
    text-align:center;
    padding: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    }
.announcement p {
    text-align:center;
    font-weight: bold;
    font-size: 120%;
    color: #df0000;
    line-height: 2.0rem	;
    }
#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%;
	}
.logo_box img {
	height: auto;
	width: 55%;
	padding-left: 12px;
	padding-bottom: 10px;
	}
.topnav_box {
	text-align: right;
	width: 50%;
	margin-right: 0;
	}
#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);
        }	
.flore_guide {
	width:100%;
	height:auto;
	text-align: center;
	padding: 4px 0;
	background-image: url(../image/ricepaper2b.jpg);
	background-repeat: repeat;
	margin: 8px 0;
	}
div.fl_menu {
	display: inline-block;
	height: auto;
	width: auto;
	font-size: 1.2em;
	font-weight: 600;
	padding: 8px 12px 8px 12px;
	margin: 2px 4px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.42);
	background-color: rgba(252, 252, 251, 0.7);
	}
.fl_text {
	display: inline-block;
	padding: 4px 4% 4px 0;
	font-size: 1.2em;
    }
    .head_copy {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 16px 10% 10px 10%;
        text-align: left;
    }
	.sale_ban{
		width: 95%;
		padding-top: 10px;
		text-align: center;
		margin: 0 auto;
	
	}
	.sale_ban-2 {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.sale_ban img{
		width: 100%;
	}	
	.sale_ban-2 img{
		width: 100%;
	}


}

@media screen and (min-width:768px){
 
.container_index {
    height: auto;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    }
.carousel_box {
    height: auto;
    width: auto;
    margin-top: 10px;
    }
.content_nav .announcement {	
    width:48%;
    height:auto;
    text-align:center;
    padding: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    }
	.sale_ban{
		width: 90%;
		padding-top: 10px;
		text-align: center;
		margin: 0 auto;
	
	}
	.sale_ban-2 {
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding-top: -10px;
	}
	.sale_ban img{
		width: 80%;
	}	
	.sale_ban-2 img{
		width: 90%;
	}
.announcement p {
    text-align:center;
    font-weight: bold;
    font-size: 120%;
    color: #df0000;
    line-height: 2.0rem	
    }
#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);
	justify-content: space-between;
	}
.logo_box {
	width: 20%;
	}
.logo_box img {
	height: auto;
	width: 70%;
	padding-left: 12px;
	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;
	margin: 0 10px 8px 12px;
	font-size: 1.2em
	}
.flore_guide {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../image/ricepaper2b.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 8px;
    }
div.fl_menu {
	display: inline-block;
	height: auto;
	width: 20%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	padding: 10px 0px 8px 0px;
	margin: 4px 6px;
	background-color: rgba(255, 255, 255, 0.7);	
	border-radius: 2px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.30);
	color:rgba(0, 0, 0, 0.85);
	}
.flore_guide a:hover {
	opacity: 0.7;
    }
.fl_text {
	display: inline-block;
	padding: 4px 4% 4px 0;
	font-size: 1.4em;
    }
.head_copy {
	width: 70%;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 20px auto;
    text-align: left;
    }
}

/************************************************/
@media screen  and (max-width:480px) { 
.content_nav {
	text-align: center;	
	height: auto;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	}
		/**** new ****************/
		.nav_contents {
			display: block;
			width: 100%;
			height: auto;
		}
		.nav_img {
			width: 96%;
			/*margin: 10px auto 10px auto;*/
			padding-top: 12px;
			text-align: center;
			position:relative;
			margin: 0 auto 0 auto;
		}
		.nav_img img {
			width: 100%;
			opacity: 0.8;
		}
		.nav_img p {
			font-size: 1.1rem;
			position: absolute;
			top: 50%;
			left: 62%;
		}

		.nav_img .W {
			font-size: 1.1rem;
			position: absolute;
			top: 35%;
			left: 63%;
			line-height: 1.4rem;
		}
}

@media screen and (min-width:481px) and (max-width:767px) {
.content_nav {
text-align: left;
	height: auto;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	}
			/****** NEW **************/
			.nav_contents {
				display: block;
				height: auto;
				width: 100%;
				text-align: center;
				margin: 0 auto;

			}
			.sale_ban {
				width: 100%;
				text-align: center;
			}
			.sale_ban img {
				width: 96%;
				margin: 20px auto 0 auto;
			}
			.nav_img {
				width: 96%;
				/*margin: 10px auto 10px auto;*/
				padding-top: 15px;
				position:relative;
				margin: 0 auto 0 auto;

			}
			.nav_img img {
				width: 100%;
				opacity: 0.9;
			}
			.nav_img p {
				font-size: 1.3rem;
				position: absolute;
				top: 50%;
				left: 66%;
			}
	
			.nav_img .W {
				font-size: 1.3rem;
				position: absolute;
				top: 40%;
				left: 70%;
				line-height: 2rem;
			}
		
}
@media screen and (min-width:768px)
{
.content_nav {
	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 10px;

	}
	/**** New ****************/
	.nav_contents {
		display: flex;
		width: 100%;
		height: auto;
		justify-content: center;
	

		flex-wrap: wrap;
		
	}
	.sale_ban {
		width: 100%;
	}
	.sale_ban img {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.nav_img {
		width: 100%;
		padding: 10px auto 10px auto;
		position:relative;

	}


	.nav_img img {
		width: 98%;
		opacity: 0.9;
		margin: 10px auto 10px auto;
	}
	.nav_img p {
		font-size: 1.3rem;
		position: absolute;
		top: 40%;
		left: 60%;
	}

	.nav_img .W {
		font-size: 1.3rem;
		position: absolute;
		top: 30%;
		left: 65%;
		line-height: 1.5em;
	}

	/********************/
	
}	

.resizeimage, .resizeimage_t {
	background-image: url(../image/ricepaper2b.jpg);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	background-attachment: fixed;
	background-position: left top;	
    }
.resizeimage {
	background-image: url(../image/ricepaper2b.jpg);
    }


@media screen and (max-width:767px) { 
.resizeimage > img {
	width:80%;/*50%*/ 
	max-width:100%;
	height:auto;
	text-align: right;
	display:block;
	margin: 0 auto;
	padding:0;
	}
.resizeimage_t > img {
	width:80%;/*50%*/ 
	max-width:100%;
	height:auto;
	text-align: right;
	}
}

@media screen and (min-width:768px) { 
.resizeimage > img {
	width:100%;
	max-width:100%;
	height:auto;
	text-align: center;
	}
}





 /*　for iPhone SE　縦　　*/
@media screen and (max-width:320px) { 
				  
.cw_com p.BK {
     width: 80%;
     font-size: 110%;
     text-align: left;
     margin-left: auto;
     margin-right: auto;
     line-height: 1.4em;
     color:#111010;
     padding-top: 6px;
	
     }
.cw_com p.red {
     width: 80%;
     font-size: 100%;
     text-align: left;
     margin-left: auto;
     margin-right: auto;
     line-height: 1.4em;
     color:#111010;
     padding-top: 6px;
     }
.cw_com .announcebox p { 
width: 80%;
margin: auto auto;
text-align: left !important;
padding-left: 10px;
}
     		
}


@media screen and (min-width:321px) and (max-width:480px) { 

.cw_com .BK {
        width: 100%;
        font-size: 110%;/* remに直す　*/
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.4em;
        color:#111010;
        padding-top: 6px;
    }
.cw_com .announcebox p { 
width: 80%;
margin: auto auto;
text-align: left !important;
padding-left: 10px;

}
.cw_com p.red {
     width: 80%;
     font-size: 90%;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     line-height: 1.4em;
     color:#111010;
     padding-top: 0px;
     }
    	    
	}


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

.cw_com p.BK {
        width: 100%;
        font-size: 120%;/* remに直す　*/
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.4em;
        color:#111010;
        padding-top: 6px;
    }
.cw_com p.red {
     width: 80%;
     font-size: 90%;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     line-height: 1.4em;
     color:#111010;
     padding-top: 0px;
     }
.announcebox{
	width: 80%;
	text-align: center;
	margin:auto;
}
.cw_com .announcebox p {
text-align: left !important;
padding-left: 5%;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　for iPad 　*/

.cw_com p.BK {
        width: 80%;
        font-size: 130%;/* remに直す　*/
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5em;
        color:#111010;
        padding-top: 6px;
    }
.announcebox{
	width: 60%;
	text-align: center;
	margin:auto;
}
.cw_com .announcebox p {
text-align: left !important;
padding-left: 5%;
}
    
}

@media screen and ( min-width:1025px) {
    /*　for iPad 　*/
		
.cw_com p.BK {
        width: 80%;
        font-size: 130%;/* remに直す　*/
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5em;
        color:#111010;
        padding-top: 6px;
    }
.announcebox{
	width: 50%;
	text-align: center;
	margin:auto;
}
.cw_com .announcebox p {
text-align: left !important;
padding-left: 5%;
}
    	    
}

.box_line a {
	color: #000;
	}
.box_line  a:hover {
	color:#999999;
	}
.cw_com {
	background-image: url(../image/ricepaper2b.jpg);
	border: transparent 1px solid;
}
/************************************/

@media screen and (max-width:766px){
.content_nav {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0 auto 0 auto;
}
.sns_nav {
	padding-top: 50px;
	padding-bottom: 30px;
	width: 100%;
}
.container_nav {
	display: block;
	width: 100%;
	margin-top: 0;
}
.contents_nav {
	position: relative;
	margin-top: 20px;
}
.contents_nav img  {
	width: 100%;
}
.contents_nav p  {
	position: absolute;
	top: 25%;
	left:8%;
	font-size: 1.3rem;
	line-height: 1.5rem;	
}
.area_nav {
	display: flex;
	width: 100%;
	margin-top: 0;
}
.navi_wrapp-1, .navi_wrapp-2 {
	display: flex;
	justify-content: center;
	width: 48%;
	height: 30px;
	border-bottom: #555 dotted 1px;
	margin-right: 2%; 
	margin-left: 2%;
}
.section_1, .section_2, .section_4, .section_5 {
	width: 100%;
	height: 20px;
	text-align: left;
}
.section_1 img{
	width: 35%;
	margin: 0px 0% 0 10%;
}
.section_2 {
	width: 100%;
	height: 20px;
	align-self: auto;
}
.section_2 img {
	width: 33%;
	margin: 0px 0% 0 -20%;
}
.section_3 {
	width: 200%;
	height: 20px;
	align-self: auto;
	margin-left: -20%;
}
.section_3 p, .section_7 p {
	font-size: 0.9rem;
	text-align: center;
	margin-top: 10px;
}
.section_4 img{
	width: 50%;
	margin: 0px 0% 0 10%;
}
.section_5 img {
	width: 45%;
	margin: 0px 0% 0 20%;

}
.section_6 {
	width: 100%;
	height: 20px;
	margin-left: -30%;
}
.section_6 img {
	width: 45%;
	margin: 0px 0% 0 35%;

	padding-top: 2px;
}
.section_7 {
	width: 200%;
	height: 20px;
	align-self: auto;
	margin-left: -10%;
}

}


@media screen and (min-width:767px){
.content_nav {
	padding-top: 20px;
	width: 100%;
	
}

.container_nav {
	display: flex;
	width: 100%;
	margin-top: 20px;
}
.contents_nav {
	position: relative;
    width: 98%;
	text-align: left;

}
.contents_nav img  {
	width: 100%;
	height: 100px;
}
.contents_nav p  {
	position: absolute;
	top: 28%;
	left:8%;
	font-size: 1.5rem;
	line-height: 2.0rem;	
}

.sns_nav {
	padding-top: 70px;
	padding-bottom: 30px;
	width: 100%;
}

.area_nav {
	display: flex;
	width: 100%;
	margin-top: 0;
}
.navi_wrapp-1, .navi_wrapp-2 {
	display: flex;
	justify-content: center;
	width: 48%;
	height: 70px;
	border-bottom: #555 dotted 1px;
	margin-right: 2%;
	margin-left: 2%;
}
.section_1, .section_2, .section_4, .section_5 {
	width: 100%;
	height: 30px;
}
.section_1 img{
	width: 30%;
	margin: 0px 0% 0 80%;
}
.section_2 {
	width: 80%;
	height: 20px;
	align-self: auto;
}
.section_2 img {
	width: 40%;
	margin: 0px 0% 0 80%;
}
.section_3 {
	width: 100%;
	height: 20px;
	align-self: auto;
	margin-left: 10%;
}
.section_3 p, .section_7 p {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 16px;
}
.section_4 img{
	width: 35%;
	margin: 0px 0% 10px 70%;
}
.section_5 img {
	width: 35%;
	margin: 0px 0% 10px 50%;
}
.section_6 {
	width: 100%;
	height: 20px;
}
.section_6 img {
	width: 35%;
	margin: 3px 0% 10px 30%;

}
.section_7 {
	width: 100%;
	height: 20px;
	margin-left: 0%;
}

}
/**** SNS NAV ここまで ****/








@media screen and (max-width:320px) { 
.foot_nav-1-in {
	position: absolute;
	top: 26%;
	left: 8%;
	font-size: 1.3rem;
	line-height: 1.2rem;
   }
.foot_nav-2-in {
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 1.3rem;
	line-height: 1.4rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 25%;
	left: 50%;
	font-size: 1.3rem;
	line-height: 1.4rem;
  }
}
    /*　for iPhone Landscape　(iPhone 横)　*/
@media screen and (min-width:321px) and (max-width:480px) { 
.foot_nav-1-in {
	position: absolute;
	top: 28%;
	left: 8%;
	font-size: 1.1vh;
	line-height: 1.5rem;	
  }
.foot_nav-2-in {
	position: absolute;
	top: 36%;
	left: 55%;
	font-size: 1.3vh;
	line-height: 1.4rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 28%;
	left: 55%;
	font-size: 1.3vh;
	line-height: 1.4rem;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {

.foot_nav-1-in {
	position: absolute;
	top: 25%;
	left: 10%;
	font-size: 1.3vh;
	line-height: 1.8rem;	
  }
.foot_nav-2-in {
	position: absolute;
	top: 40%;
	left: 55%;
	font-size: 1.3vh;
	line-height: 1.5rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 25%;
	left: 55%;
	font-size: 1.5rem;
	line-height: 1.8rem;
  }
}

/* iPhone 縦  - foot_nav */
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　for iPad 　*/
.foot_nav-1-in {
	position: absolute;
	top: 28%;
	left: 10%;
	font-size: 1.4rem;
	width: 60%
  }
.foot_nav-2-in {
	position: absolute;
	top: 35%;
	left: 55%;
	font-size: 1.4rem;
	line-height: 1.4rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 25%;
	left: 55%;
	font-size: 1.4rem;
	line-height: 1.6rem;
  }
}
 /*　for PC　*/
@media screen and (min-width:1024px) {
.foot_nav-1-in {
	position: absolute;
	top: 25%;
	left: 10%;
	font-size: 1.4rem;
	width: 50%			
  }
	.foot_nav-2-in {
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 1.4rem;
	width: 60%;
	line-height: 1.6rem;
  }
 .facebook_nav-1-in, .facebook_nav-2-in {
	position: absolute;
	top: 30%;
	left: 50%;
	font-size: 1.4rem;
	width: 60%;
	line-height: 1.6rem;
  }
}
/*
@media screen and (min-width:768px) and ( max-width:1024px) {
.navbar-header p {
	display:block;
	}
}
*/

@media screen and (min-width:768px) { 
.s_headline {
	height:auto;
	width:100%;
	background-color: #655F09;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top:20px;
	margin-bottom:auto;
	opacity: 0.7;
	}
}
@media screen and (max-width:767px) { 
.back_nav {
	height:auto;
	width:100%;
	background-repeat: repeat;
	
	background: url(../image/ricepaper2b.jpg) center center / cover no-repeat fixed;
	padding:6px;
	display: inline-block;
	}
}

@media screen and (min-width:768px) {
.back_nav {	
	height:250px;
	width:100%;
	background-repeat: repeat;
	background: url(../image/ricepaper2b.jpg) center center / cover no-repeat fixed;
	padding:6px;
	display: inline-block;
	} 
}
@media screen and (max-width:767px) { 
.nav_box {
	text-align: left;
	margin: 6px;
	height: auto;
	width: auto;
	padding-top: 18px;/*6px*/
	padding-bottom: 18px;/*6px*/
	padding-left: 20px;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: 500;	
	}
.nav_box:before{
	content:"▶　";
	opacity: 0.2;
	font-size: smaller;
	}
	.secondline {
		width:100%;
		height:auto;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 6px;
		background-image: url(../image/ricepaper2b.jpg);
		background-repeat: repeat;
		margin-top: 20px;
		margin-bottom: 8px;
		}
	.secondline p {
		/*font-weight: bold;*/
		font-size: 1.2rem;
		}

}


@media screen and (min-width:768px) {
.nav_box {
	font-size: 1.6rem;
	text-align: left;
	margin: 6px;
	height: auto;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #FFF;
	border-radius: 3px;
	}
	


a .nav_box {
	color: #000;
	}
a:hover .nav_box {
	color:#CCCCCC;
	text-decoration:none;
	}
}	




.announcement {	
	width:100%;
	height:auto;	
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.announcement　p {
	width: 80%;
	font-weight: bold;
	font-size: 125%;
	color: #df0000;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.2rem;




	
	}

/****　カレンダーを入れる場合　***/

/**   **/
@media screen and (max-width:656px) {
	.calender_box img {
		width:40%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}



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

.cw_com {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 0px auto;
	/*
	border: rgba(0, 0, 0, 0.2	) solid thin;*/	
}
.cw_com p {
	width: 80%;
	font-size: 140%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	color:#000000;
}
.cw_com p.red {
	width: 80%;
	font-size: 125%;
	font-weight: 400;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
	color: #ff0000;
}	
.cw_com p.red-600 {
	width: 80%;
	font-size: 140%;
	font-weight: 600;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	color: #ff0000
}	
.cw_com p.Blue-600 {
	width: 80%;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	color: #0e00ff;
	margin-top: -10px;
	margin-bottom: 6px;
}	
.announcement-k {	
	width:60%;
	margin: 0 auto;
	height:auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 100%;
	line-height: 1.6em;
}
.announcement-k p {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	line-height: 1.6em;
	}


	.announcement-k{
        width: 80%;
    }
    .announcement-k .subcopy {
        font-size: 140%;
        color: #ff0000;
        text-align: left;
        padding-top: 8px;
		font-weight: 600;
    }
    .announcement-k p {
        width: 80%;
        margin-top: 6px;
        font-size: 130%;
        text-align: left;
        padding-bottom: 6px;
        line-height: 1.4em;
    }

	.calender_box {
		width: 100%;
		text-align: center;
	}
	.calender_box img {
		width:30%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}





/***    ***/
@media screen and (max-width:1046px) {
	.cw_com {
		display:block;
		width:100%;
		height:auto;
		justify-content: center;
		align-items: center;
		padding-top: 6px;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.announcement-k{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.announcement-k .subcopy {
		width: 90%;
		font-size: 120%;
		color: #ff0000;
		text-align: left;
		padding-top: 8px;

	}
	.announcement-k p {
		width: 90%;
		text-align: left;
		padding-left: ;
		margin: auto auto;
		font-size: 110%;
		padding-bottom: 6px;
		line-height: 1.4em;
	}
	.calender_box {
		width: 100%;
		text-align: center;
		margin:20px auto 30px auto;
	}
	.calender_box img {
		width:42%;
	}
	.button07 {
		background-color:rgba(255, 255, 255, 0.5);
		color:#000;
		border-radius: 6px;
		padding: 10px 30px;
		text-decoration: none;
		font-size: 1.2em;
		box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.8);
		/*text-shadow:#481a03 1px 1px 3px;*/
	  }
	  .button07:hover {
		color: #2f4f4f;
		opacity: 0.6;
	  }
	#sp_cara::after {
		content:"　\025b6";

	}

}



@media screen and (min-width:1047px) {
	.cw_com {
		display:flex;
		width:100%;
		height:auto;
		justify-content: center;
		align-items: center;
		padding-top: 6px;
		padding-bottom: 8px;
		margin: 0px auto;
	}
	.announcement-k{
		width: 60%;
	}
	.announcement-k .subcopy {
		font-size: 140%;
		color: #ff0000;
		text-align: left;
		padding-top: 10px;

	}
	.announcement-k p {
		width: 90%;
		text-align: left;
		padding-left: 15%;
		margin-top: -4px;
		font-size: 130%;
		text-align: left;
		padding-bottom: 6px;
		line-height: 1.4em;
	}
	.calender_box {
		width: 40%;
		text-align: center;
		margin-left: -10%;
	}
	.calender_box img {
		width:42%;
	}
	.button07 {
		background-color:rgba(255, 255, 255, 0.5);
		color:#000;
		border-radius: 6px;
		padding: 10px 30px;
		text-decoration: none;
		font-size: 1.4em;
		box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.8);
		/*text-shadow:#481a03 1px 1px 3px;*/
	  }
	  .button07:hover {
		color: #2f4f4f;
		opacity: 0.6;
	  }
	#sp_cara::after {
		content:"　\025b6";

	}

}

.secondline {
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
	background-image: url(../image/ricepaper2b.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	margin-bottom: 8px;
	}
.secondline p {
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	color: #636363;

	}
	
	
	
	
.box_line {
	border: 1px solid rgba(153, 153, 153, 0.4);
	border-radius: 4px;
	margin: 3px 0 5px 0 ;
	padding: 4px 4px ;
	}
	
a .box_line p {
	color: #000;
	}
a:hover .box_line p {
	color:#999999;
	}
.box_line-ih {
	display: none;
}




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




/*
.nav_contents {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: auto;
	background-color: #0e00ff;
}
.nav_img {
    width: 100%;
	padding: 10px auto 10px auto;
	background-color: #C00;
}
.nav_img img {
	width: 96%;
	margin: 0 1% 0 1%;
}
*/






.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;
			background-size: cover;

	}
.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;
			background-size: cover;
	}
.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;
			background-size: cover;
	}
.facebook_nav-2 {
	display: block;
	width: 100%;
	height: 0;
	background-size: contain;
	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;
			background-size: cover;
	}


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





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

/*チェックボックス等は非表示に*/
.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 span:before {
  bottom: -8px;
}
#nav-open 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);
}

/* postcard展　**************** */
@media screen and (max-width:479px){
.container_post {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background-color: #f90404;
}
.headcopy {
	text-align: center;
}
.headcopy h1 {
	font-size: 4.0em;
	font-weight: 600;
	padding: 6px 10px;
}	
.photo_wrapp_post {
	display: block;
	text-align: center;
}
.popup_box {
	display: block;
	width: 100%;

}
.popup_box img {
	width: 30%;
}
.popup_box a:hover {
	opacity: 0.6;	
	}
	
}
	
	@media screen and (min-width:480px) and ( max-width:599px) {
#container {
	padding-left: 10px;
	padding-right: 10px;
}
#main_contents {
	width: 100%;
	background-image: url(../image/ricepaper2b.jpg);
	margin-top: 8px;
	padding-bottom: 10px;
	}
}

@media screen and (min-width:600px) and ( max-width:960px) {
#container {
	padding-left: 10px;
	padding-right: 10px;
	}
#main_contents {
	width: 100%;
	background-image: url(../image/ricepaper2b.jpg);
	margin-top: 8px;
	padding-bottom: 10px;
	}
}

@media screen and (min-width:960px) and ( max-width:1279px) {
#container {
	padding-left: 10px;
	padding-right: 10px;
	}
#main_contents {
	width: 100%;
	background-image: url(../image/ricepaper2b.jpg);
	margin-top: 8px;
	padding-bottom: 30px;
	}
}

@media screen and (min-width:1280px) {
#container {
	padding-left: 10px;
	padding-right: 10px;
	}
#main_contents {
	width: 100%;
	background-image: url(../image/ricepaper2b.jpg);
	margin-top: 8px;
	padding-bottom: 30px;
	}

	}

/*　*****検討 for index page***************************************　*/

	


	
/*
@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) {
}
*/

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