@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,body{  -webkit-text-size-adjust: none;}


/*sp*/

.sp{display: inherit;}
.pc{display: none;}
.w100{width: 100%;}
.w90{width: 90%; margin:0 auto; display: block;}
#youtube {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
#youtube iframe {
  position: absolute;
  top: 0;
  left: 5%;
  width: 100% !important;
  height: 100% !important;
}

body{
	font-size: 14px;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #5f320b;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	border-top:10px solid #b7e148;}



#mainv{
	text-align: center;
	background:#fff899 url("../img/bg.gif?2018030802") repeat;
padding-top: 140px;}

#topnews{
	border:double 3px #f00;
	background-color: #fff;
	width: 90%;
	margin:0 auto 0 auto;
	color: #f00;
	padding: 2%;
	font-weight: bold;}


#topics{
	text-align: left;
	width: 82%;
	padding: 4%;
	margin:0 auto 20px auto;
	background-color: #fff;}
	#topics p{
		margin: 0;
		background-color: #fff;
		}
		#topics p span{
			padding-right: 10px;
			font-weight: bold;}

.snssp{
	text-align: right;}

.snssp img{
	width: 15%;}

#top{
	width:90%;
	margin:0 auto;
	margin-top:0px;
	padding-bottom: 1px;}
	#top #twitter{
		width:100%;
		overflow: scroll;
		margin: 0 0 20px 0;}
	#top #insta{
		position:relative;
		width:100%;
		height: 250px;
		background-color:#fff;
		border-radius: 4px;        /* CSS3草案 */  
   		-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 4px;   /* Firefox用 */
		border:1px solid #ebebeb;
		margin:0 0 10px 0;}
		#top #insta p{
			font-weight:bold;
			border-bottom:1px solid #ebebeb;
			font-size:16px;
			font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
			padding:0;
			text-align:left;
			margin-bottom:10px;
			margin-left:10px;}
			#top #insta p a{
				color:#000;
				text-decoration:none;
				font-weight:bold;}
				#top #insta p a:hover{
					text-decoration:underline;}
			#top #insta #followme{
				position:absolute;
				right:15px;
				top:3px;}

#bn{
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: 390px;
}


.content{
	padding: 20px 0;
	width: 100%;
	font-size: 90%;}

h2{
	margin-bottom: 30px;}

#m02,#m08,#m05,#m07{
	background-color: #fff899;}

.box{
	width: 100%;
	margin: 0 auto;}




/*about*/

#about{
	padding: 0 0 0px 0;}

	#about .date{
		font-weight: bold;
		text-align: left;
		font-size: 120%;
		margin:0 auto 4px 5%;
		padding: 10px 0;
		width: 90%;
		background-color: #fff;
		border-radius: 8px; 
   		-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;}

	#about h3{
		font-size:20px;
		font-weight:bold;
		margin:15px 0;}
	#about table{
		width: 90%;
		background-color: #fff;
		border-radius: 8px; 
   		-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;}
	#about table td,
	#about table th{
		padding:10px;
		border-bottom:3px solid #fff899;
		font-size:15px;}
	#about table span{
		font-size:11px;}
	#about .att{
		font-size:11px;
		margin:15px 5%;}

#partner{
	text-align: center;
	background-color: #fff;
	margin: 0 5%;
	padding: 5px 0 0 0;}
	#partner img{
		width: 40%;
		margin:5px 0px;}

#profilephoto{
	width: 100%;}


/*ramen*/

.ramen_bg{
	display: block;
	width: 90%;
	margin: 0 auto;}

.ramen_l{
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
	position: relative;}


.ramen_c{
	width: 100%;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 30px;
	vertical-align: top;
	position: relative; }

.ramen_r{
	width: 100%;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 30px;
	vertical-align: top;
	position: relative; }

.ramen_l p,.ramen_c p,.ramen_r p{
	font-size: 12px;
	padding: 3px 0 3px 0;
	border-bottom:dotted 1px #5f320b;}

#m03 p.att{
	text-align: right;
	font-size: 10px;}

.m_comment{
	position: relative;

	background: #ffffff;
	border: 1px solid #5f320b;
	border-radius: 10px;

	color: #5f320b;
	padding: 3%;
	width: 84%;
	margin: 5px auto 5px auto;}

.m_comment:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;}

 .m_comment:after{
 	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #5f320b;
 	z-index: 1;}

 .m_comment p{
 	font-size: 13px;
	line-height: 1.5;
	border:none;
 	}

.mc01{}
.mc02{height: 170px;}
.mc03{height: 170px;}
.mc04{height: 170px;}

.m_comment img{
	float: left;
	margin:0 10px 0 0;
	width: 20%;}
.m_comment span{
	display: block;
	float: right;
	width: 200px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	height: 80px;
	color: #567bbd;}

.ramen_box{
	position: relative;}

.lb01{
	position: absolute;
	top:36%;
	left: 9%;
	width: 82%;}

.lb01_2{
	position: absolute;
	top:23%;
	left: 9%;
	width: 82%;}

.lb01_3{
	position: absolute;
	top:24%;
	left: 9%;
	width: 82%;}

.lb02{
	position: absolute;
	top:62%;
	left: 9%;
	width: 82%;}

.lb02_2{
	position: absolute;
	top:67%;
	left: 9%;
	width: 82%;}

.takumen01{
	position: absolute;
	top:290px;
	left: 5px;}

.takumen02{
	position: absolute;
	top:418px;
	left: 5px;}

.information{
	width: 90%;
	margin: 10px auto 0 auto;
}

.icon_bu{
	position: absolute;
	top:-7px;
	left: 7px;}

.icon_bu img{
	width: 80%;}


/*map*/


#m04 a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

#map_content_01,#map_content_02{
	width: 85%;
	padding:20px;
	background-color: #fffce3;
	margin:10px auto;}

#map_content_03{
	width: 85%;
	padding:20px;
	background-color: #fffce3;
	margin:10px auto;}

#map_content_01 img,#map_content_02 img,#map_content_03 img{
	width: 45%;
	margin: 0 0 0 3%;
	float: right;}


#map_content_01 p,#map_content_02 p,#map_content_03 p{
	font-size: 15px;
	text-align: left;
	padding: 0 5px;
	line-height: 1.6;}

#map_content_03 p span{
	font-size: 11px;}

#map_content_04{
	width: 415px;
	background-color: #fffce3;
	float: left;
	margin-right: 50px;
	padding: 20px 30px;
	height: 540px;}

#map_content_05{
	width: 85%;
	background-color: #fffce3;
	padding: 10px 20px;
	margin: 10px auto;
}




.sweet_01{
	width: 85%;
	padding:20px;
	background-color: #fffce3;
	margin:10px auto;}

.sweet_02{
	width: 85%;
	padding:20px;
	background-color: #fffce3;
	margin:10px auto;}

.sweet_01 h4,.sweet_02 h4{
	font-weight: bold;
	color: #0097e0;
	font-size:130%;
	margin-bottom: 10px;
	line-height: 1.4;}

.sweet_01 img,.sweet_02 img{
	width: 100%;
	margin: 0 0 10px 0;}


.sweet_01 p,.sweet_02 p{
	font-size: 15px;
	text-align: left;
	padding: 0 5px;
	line-height: 1.6;}

.sweet_01 p span,.sweet_02 p span{
	color: #e4026d;
	font-size: 13px;}

.sweet_01 p#menulist,.sweet_02 p#menulist{
	margin:10px 0 0 0;
	font-size: 13px;
	text-align: left;
	padding: 10px 5px 0 5px;
	line-height: 1.6;
	font-weight: bold;
	border-top:1px dotted #ddd;}



#map_content_06{
	width: 85%;
	background-color: #fffce3;
	padding: 10px 20px;
	margin: 10px auto;
}

#sake{
	text-align: left;
	padding: 0 ;
	width: 100%;
	margin:20px 0 0 0;
	text-align: center;}
	#sake h4{
		font-weight: bold;
		color: #e4026d;
		font-size: 130%;
		margin-bottom: 10px;
		line-height: 1.4;}
		#sake h4 span{
			font-size: 11px;}
	#sake img{
		width: 100%;
		}
	#sake p{
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
		padding: 20px 0 20px 5px;
		text-align: left;
		}

#map_content_07{
	width: 85%;
	background-color: #fff;
	border:2px solid #e4026d;
	padding: 10px 20px;
	margin: 10px auto;}
	#map_content_07 h3 img{
		width: 100%;}

#enjoy_01{
	text-align: left;
	padding: 0 ;
	width: 100%;
	margin:20px 0 0 0;
	text-align: center;}
	#enjoy_01 h4{
		font-weight: bold;
		color: #e4026d;
		font-size: 140%;
		margin-bottom: 10px;
		line-height: 1.4;}
		#enjoy_01 h4 span{
			font-size: 11px;}
	#enjoy_01 img{
		width: 25%;
		float: left;
		}
	#enjoy_01 p{
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
		padding: 0px 0 10px 5px;
		text-align: left;
		}

#enjoy_02{
	text-align: left;
	padding: 10px 0;
	width: 100%;
	text-align: center;}
	#enjoy_02 h4{
		font-weight: bold;
		color: #e4026d;
		font-size:130%;
		margin-bottom: 10px;
		line-height: 1.4;}
		#enjoy_02 h4 span{
			font-size: 11px;}
	#enjoy_02 img{
		width: 25%;
		float: left;
		}
	#enjoy_02 p{
		width: 100%;
		padding:0px 0 0 0;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;}

#m04{
	position: relative;}
#cody{
	position: absolute;
	top: 68px;
	left: 50%;
	margin-left:-460px;}

#ikemen img{
	width: 73%;
	margin: 0 1%;
	}

#ikemen .ikemenbox{
	}
	#ikemen .ikemenbox img.sns{
		width: 17%;
	}


#prcomment {
 	position: relative;
	display: inline-block;
 	margin: 15px 0 0 0px;
	padding: 20px 20px;
	min-width: 120px;
 	max-width: 100%;
	background: #ffe4e4;
	border-radius: 10px;
	font-size: 100%;
	}

#prcomment:before{
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffe4e4;
	}

#prcomment p {
	margin: 0;
	padding: 0;
	}

.prprof{
	margin:20px 10px 0 10px;
	text-align: center;
	}
	.prprof img{
	}
	.prof p.prof{
		float: right;
		width: 700px;
		margin:10px 0 0 0;
		text-align: left;
	}
	span#prname{
		font-size: 130%;
		font-weight: bold;
	}

.prprof_2{
	margin:20px 10px 0 10px;
	text-align: center;
	}
	.prprof_2 img{
	}
	.prprof_2 p.prof{
		float: right;
		width: 700px;
		margin:10px 0 0 0;
		text-align: left;
	}
	span#prname{
		font-size: 130%;
		font-weight: bold;
	}

	.prprof_2 #sns{
		width: 100%;
		text-align: center;
		margin:10px 0 0 0;
	}
		.prprof_2 #sns img{
		width: 13%;
		margin:0 1%;
	}





/*FAQ*/

#m06 h3{
	font-size: 27px;
	font-weight: bold;
	color:#e4026d;
	border-bottom: 4px double #e4026d;
	width: 90%;
	margin:0 auto 50px auto;
	padding: 0 0 5px 0;}

p.faq_q{
	background: url("../img/icon_q.gif") no-repeat left top;
	font-size: 17px;
	line-height: 38px;
	font-weight: bold;
	color: #5f320b;
	text-align: left;
	padding: 0 0 5px 35px;
	border-bottom:dotted 1px #5f320b;
	width: 85%;
	margin: 0 auto;}

p.faq_a{
	background: url("../img/icon_a.gif") no-repeat left top;
	text-align: left;
	padding: 0 0 15px 35px;
	margin:10px auto 10px auto;
	border-bottom:2px solid #5f320b;
	width: 85%;}

#m06 .red{
	color: #e4026d;
	font-weight: bold;}

.att{
	display: block;
	font-size: 12px;
	line-height: 1.8;
	text-align: right;}

#m06 .attred{
	display: block;
	color: #e4026d;
	font-size: 12px;
	line-height: 1.8;}



/*access*/

	#m07 table{
		width: 100%;
		margin:0 auto;
		margin-top: 20px;}
	#m07 table td,
	#m07 table th{
		text-align:left;
		padding:5px;}
	#m07 table span{
		font-size:11px;}

/*Contents*/
#contents{
	background-color: #fff;
	padding: 30px 20px;
	margin: 0 5%;}
	#contents h3{
		text-align: center;}




/*go top*/
#gotop{
	position: fixed;
	bottom:30px;
	right: 30px;
	z-index: 900;}

#archives{
	background-color: #b7e148;
	color: #fff;
	font-size: 13px;
	position: relative;}
	#archives div{
		width: 90%;
		margin: 0 auto;
		text-align: left;}
		#archives div a{
			color:#fff;}
	#archives #alltop{
		position: absolute;
		width: 200px;
		left: 50%;
		top: 0;
		margin-left:-600px;}

#footer{
	background-color: #e4026d;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 10px;}
	#footer #flink{
		margin:15px 0;}
		#footer #flink a{
			color: #fff;
			display: block;}


div#email a{
	text-align:center;
	display:block;
	width:400px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#ffffff;
	background-color:#e5006e;
	margin:30px auto;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

  div#contacttext{
  	padding-left: 100px;
  	width: 500px;
  	text-align: left;
  	margin:0 auto;}


 .btn-square {
  display: inline-block;
  padding: 0.7em 4em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  font-size: 130%;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


#rect{
	position: absolute;
	top:40px;
	left: 0;
	width: 100%;}

#event h1{
	font-size: 170%;
	font-weight: bold;
	margin:0 0 30px 0;
	color:#e70278;}

#event h2{
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	padding: 5% 5% 2% 5%;
	margin: 0;}

#event p{
	font-size: 120%;
	text-align: left;
	padding: 0 5% 3% 5%;}

div#goodsbtn a{
	text-align:center;
	display:block;
	width:80%;
	height:50px;
	line-height:50px;
	font-size:17px;
	color:#5f320b;
	background-color:#b7e148;
	margin:30px auto;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }


@media screen and (min-width: 768px) {
/*tablet*/


	
}
@media screen and (min-width: 768px) {
/*===============================================================PC*
===============================================================
===============================================================*/

.sp{display: none;}
.pc{display: inherit;}
.w100{width: auto;}
.w90{width: auto; margin:0; display: inline;}


body{
	font-size: 16px;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #5f320b;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;}





#gnavi{
	position: fixed;
	top:0;
	background-color: #e4026d;
	width: 100%;
	z-index:1000;}

#gnavi ul{
	width: 1000px;
	height: 100%;
	margin:0 auto;}

#gnavi ul li{
	float: left;
width: 111px;
}

#gnavi #floatmenu{
	background-color: #b7e148;
	color: #fff;
	font-size: 12px;
	height: 100%;}

#gnavi #floatmenu div{
	width: 1000px;
	margin:0 auto;}

#gnavi #floatmenu h1{
	float: left;
	width: 600px;
	line-height: 35px;}

#gnavi #floatmenu #sns{
	float: right;
	width: 400px;
	text-align: right;}


#mainv{
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	background:#fff899 url("../img/bg.gif?2018030802") repeat;}

#topnews{
	border:double 3px #f00;
	background-color: #fff;
	width: 1000px;
	margin:30px auto 0 auto;
	color: #f00;
	padding: 10px;
	font-weight: bold;}

#topics{
	width: 960px;
	padding: 5px 20px;
	margin:0 auto 20px auto;
	background-color: #fff;}
	#topics p{
		margin: 10px 0 10px 30px;
		background-color: #fff;
		text-align: left;}
		#topics p span{
			padding-right: 30px;
			width: 120px;
			float: left;}

#top{
	width:1000px;
	margin:0 auto;
	margin-top:0px;}
	#top #twitter{
		width:500px;
		float:right;}
	#top #insta{
		position:relative;
		width:450px;
		height: auto;
		float:left;
		background-color:#fff;
		border-radius: 4px; 
   		-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
		border:1px solid #ebebeb;}
		#top #insta p{
			font-weight:bold;
			border-bottom:1px solid #ebebeb;
			font-size:16px;
			font:'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
			padding:10px;
			text-align:left;
			margin-bottom:10px;}
			#top #insta p a{
				color:#000;
				text-decoration:none;
				font-weight:bold;}
				#top #insta p a:hover{
					text-decoration:underline;}
			#top #insta #followme{
				position:absolute;
				right:15px;
				top:12px;}

#bn{
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: 390px;
}


.content{
	padding: 70px 0;
	width: 100%;}

h2{
	margin-bottom: 50px;}

#m02,#m08,#m05,#m07{
	background-color: #fff899;}

.box{
	width: 1000px;
	margin: 0 auto;}


/*about*/

#about{
	background-color: #fff;
	padding: 0 150px 20px 150px;}

	#about .date{
		font-weight: bold;
		text-align: center;
		font-size: 150%;
		margin:0 auto 4px 5%;
		padding: 10px 0 30px 0;}


	#about h3{
		font-size:20px;
		font-weight:bold;
		margin:15px 0;}
	#about table{
		width: 700px;
		border:none;}
	#about table td,
	#about table th{
		padding:10px;
		border-bottom:1px dotted #666;
		font-size:15px;}
	#about table span{
		font-size:11px;}
	#about .att{
		font-size:11px;
		margin:15px 0;}

#partner{
	text-align: center;
	background-color: #fff;
	margin: auto;
	padding-bottom: 30px;}
	#partner img{
		width: auto;
		margin:10px 0px;}

#profilephoto{
	width: 440px;
	float: left;}


/*ramen*/

.ramen_bg{
	display: block;
	width: 100%;
	margin: 0 auto;}

.ramen_l{
	width: 31%;
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;
	position: relative;}


.ramen_c{
	width: 31%;
	display: inline-block;
	margin-left: 3%;
	margin-bottom: 50px;
	vertical-align: top;
	position: relative; }

.ramen_r{
	width: 31%;
	display: inline-block;
	margin-left: 3%;
	margin-bottom: 50px;
	vertical-align: top;
	position: relative; }

.ramen_l p,.ramen_c p,.ramen_r p{
	font-size: 12px;
	padding: 3px 0 3px 0;
	border-bottom:dotted 1px #5f320b;}

#m03 p.att{
	text-align: right;
	font-size: 10px;}

.m_comment{
	position: relative;

	background: #ffffff;
	border: 1px solid #5f320b;
	border-radius: 5px;

	color: #5f320b;
	padding: 2% 3%;
	width: 92%;
	margin: 8px auto 15px auto;}

.m_comment:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;}

 .m_comment:after{
 	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #5f320b;
 	z-index: 1;}

 .m_comment p{
 	font-size: 14px;
	line-height: 1.6;
	border:none;
 	}

.mc01{}
.mc02{height: 170px;}
.mc03{height: 170px;}
.mc04{height: 170px;}

.m_comment img{
	float: left;
	margin:0 10px 0 0;
	width: 60px;}
.m_comment span{
	display: block;
	float: right;
	width: 200px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	height: 80px;
	color: #567bbd;}

.ramen_box{
	position: relative;}

.lb01{
	position: absolute;
	top:104px;
	left: 15px;
	width: 280px;}

.lb01_2{
	position: absolute;
	top:109px;
	left: 15px;
	width: 280px;}

.lb01_3{
	position: absolute;
	top:117px;
	left: 15px;
	width: 280px;}

.lb02{
	position: absolute;
	top:264px;
	left: 15px;
	width: 280px;}

.takumen01{
	position: absolute;
	top:290px;
	left: 5px;}

.takumen02{
	position: absolute;
	top:418px;
	left: 5px;}

.information{
	width: 90%;
	margin: 10px auto 0 auto;
}

.icon_bu{
	position: absolute;
	top:-5px;
	left: -20px;}



/*map*/

.mapimg{
	width: 700px;
}


#m04 a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

#map_content_01,#map_content_02{
	width: 277px;
	height: 550px;
	padding:20px;
	background-color: #fffce3;
	margin:0 23px 10px 0;
	float: left;}

#map_content_03{
	width: 277px;
	height: 550px;
	padding:20px;
	background-color: #fffce3;
	margin:0 0 0 0;
	float: left;}


#map_content_01 img,#map_content_02 img,#map_content_03 img{
	width: 100%;
	margin: 0 0 10px 0;
	float: none;}


#map_content_01 p,#map_content_02 p,#map_content_03 p{
	font-size: 14px;
	text-align: left;
	padding: 0 5px;
	line-height: 1.6;}


#map_content_03 p span{
	font-size: 11px;}

#map_content_04{
	width: 415px;
	background-color: #fffce3;
	float: left;
	margin-right: 50px;
	padding: 20px 30px;
	height: 540px;}

#map_content_05{
	width: 960px;
	background-color: #fffce3;
	float: left;
	padding: 10px 20px;
	height: 450px;
}

.sweet_01{
	width: 450px;
	padding:20px;
	background-color: #fffce3;
	margin:10px 20px 10px 0;
	float: left;}

.sweet_02{
	width: 450px;
	padding:20px;
	background-color: #fffce3;
	margin:10px 0 10px 0;
	float: left;}

.sweet_01 h4,.sweet_02 h4{
	font-weight: bold;
	color: #0097e0;
	font-size:130%;
	margin-bottom: 10px;
	line-height: 1.4;}

.sweet_01 img,.sweet_02 img{
	width: 100%
	margin: 0 0 10px 0;}


.sweet_01 p,.sweet_02 p{
	font-size: 15px;
	text-align: left;
	padding: 0 5px;
	line-height: 1.6;}

.sweet_01 p#menulist,.sweet_02 p#menulist{
	margin:10px 0 0 0;
	font-size: 13px;
	text-align: left;
	padding: 10px 5px 0 5px;
	line-height: 1.6;
	font-weight: bold;
	border-top:1px dotted #ddd;}

#sw1{height: 315px;}
#sw2{height: 370px}
#sw3{height: 390px}




#map_content_06{
	width: 960px;
	background-color: #fffce3;
	float: left;
	padding: 10px 20px;
}

#sake{
	text-align: left;
	padding: 0px 10px 10px 0;
	width: 100%;
	margin:20px 0 0 0;
	text-align: center;}
	#sake h4{
		font-weight: bold;
		color: #e4026d;
		font-size: 120%;
		line-height: 1.4;}
		#sake h4 span{
			font-size: 11px;}
	#sake img{
		width: auto;
		float: left;
		margin-top:5px;
		}
	#sake p{
		float: right;
		width: 510px;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		border: none;
		padding: 0;
		}

#map_content_07{
	width: 760px;
	background-color: #fff;
	float: left;
	padding:  10px 20px 10px 10px;
	margin-left:100px;}
	#map_content_07 h3 img{
		width: auto;}


#enjoy_01{
	/*float:left;*/
	text-align: left;
	padding: 0px 10px 10px 0;
	width: 100%;
	margin:20px 0 0 0;
	text-align: center;
	/*border-right: 1px solid #e4026d;*/}
	#enjoy_01 h4{
		font-weight: bold;
		color: #e4026d;
		font-size: 160%;
		margin-bottom: 10px;
		line-height: 1.4;
		text-align: left;}
		#enjoy_01 h4 span{
			font-size: 11px;}
	#enjoy_01 img{
		width: 13%;
		margin: 0 10px 0 10px;
		}
	#enjoy_01 p{
		width: auto;
		font-size: 16px;
		line-height: 1.5;
		padding: 0px 0 0 5px;
		text-align: left;
		border: none;
		}

#enjoy_02{
	float: left;
	text-align: left;
	padding: 10px 0 10px 15px;
	width: 460px;
	text-align: center;}
	#enjoy_02 h4{
		font-weight: bold;
		color: #e4026d;
		font-size:130%;
		margin-bottom: 10px;
		line-height: 1.4;}
		#enjoy_02 h4 span{
			font-size: 11px;}
	#enjoy_02 img{
		width: 15%;
		}
	#enjoy_02 p{
		width: 450px;
		padding:10px 0 0 0;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		}

#m04{
	position: relative;}
#cody{
	position: absolute;
	top: 68px;
	left: 50%;
	margin-left:-460px;}

#ikemen{
	margin-left: 150px;
}
#ikemen img{
	width: auto;
	margin: 0 ;
	}

.ikemenbox{
	float: left;}
	.ikemenbox .sns{
		width: 10px;
	}


#prcomment {
 	position: relative;
	display: inline-block;
 	margin: 15px 0 0 -10px;
	padding: 30px 30px;
	min-width: 120px;
 	max-width: 100%;
	background: #ffe4e4;
	border-radius: 10px;
	font-size: 100%;
	font-size: 110%;
	}

#prcomment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffe4e4;
	}

#prcomment p {
	margin: 0;
	padding: 0;
	}

.prprof{
	margin:20px 20px 0 140px;
	text-align: left;
	}
	.prprof img{
		float: left;
	}
	.prof p.prof{
		float: right;
		width: 700px;
		margin:10px 0 0 0;
		text-align: left;
	}
	span#prname{
		font-size: 130%;
		font-weight: bold;
	}

.prprof_2{
	margin:20px 10px 0 10px;
	text-align: center;
	}
	.prprof_2 img{
	}
	.prprof_2 p.prof_2{
		float: right;
		width: 700px;
		margin:0px 0 0 0;
		text-align: left;
	}
	span#prname{
		font-size: 130%;
		font-weight: bold;
	}

.prprof_2 #sns{
		clear: both;
		width: 100%;
		text-align: left;
		margin:0px 0 0 210px;
	}
		.prprof_2 #sns img{
		width: 4%;
		margin:10px 4px;
	}



/*FAQ*/

#m06 h3{
	font-size: 27px;
	font-weight: bold;
	color:#e4026d;
	border-bottom: 4px double #e4026d;
	width: 500px;
	margin:0 auto 50px auto;
	padding: 0 0 5px 0;}

p.faq_q{
	background: url("../img/icon_q.gif") no-repeat left top;
	font-size: 17px;
	line-height: 38px;
	font-weight: bold;
	color: #5f320b;
	text-align: left;
	padding: 0 0 5px 35px;
	border-bottom:dotted 1px #5f320b;
	width: auto;
	margin: 0;}

p.faq_a{
	background: url("../img/icon_a.gif") no-repeat left top;
	text-align: left;
	padding: 0 0 15px 35px;
	margin:10px auto 15px auto;
	border-bottom:2px solid #5f320b;
	width: auto;}

#m06 .red{
	color: #e4026d;
	font-weight: bold;}

#m06 .att{
	display: block;
	font-size: 12px;
	line-height: 1.8;}

#m06 .attred{
	display: block;
	color: #e4026d;
	font-size: 12px;
	line-height: 1.8;}



/*access*/

	#m07 table{
		width: 600px;
		margin:0 auto;
		margin-top: 20px;}
	#m07 table td,
	#m07 table th{
		text-align:left;
		padding:5px;}
	#m07 table span{
		font-size:11px;}

/*Contents*/
#contents{
	background-color: #fff;
	padding: 50px 30px;
	margin: auto;}
	#contents h3{
		text-align: center;}




/*go top*/
#gotop{
	position: fixed;
	bottom:30px;
	right: 30px;
	z-index: 900;}

#archives{
	background-color: #b7e148;
	color: #fff;
	font-size: 13px;
	position: relative;}
	#archives div{
		width: 1000px;
		margin: 0 auto;
		text-align: right;}
		#archives div a{
			color:#fff;}
	#archives #alltop{
		position: absolute;
		width: 200px;
		left: 50%;
		top: 0;
		margin-left:-600px;}

#footer{
	background-color: #e4026d;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 10px;}
	#footer #flink{
		margin:15px 0;}
		#footer #flink a{
			color: #fff;
			display: block;}


div#email a{
	text-align:center;
	display:block;
	width:400px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#ffffff;
	background-color:#e5006e;
	margin:30px auto;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

  div#contacttext{
  	padding-left: 100px;
  	width: 500px;
  	text-align: left;
  	margin:0 auto;}

#rect{
	position: absolute;
	z-index: 1000;
	top:100px;
	left: 50%;
margin-left: -510px;}

#rect img{
	width: 180px;}


  }
