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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


body{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	color:#333;
	font-size:16px;
}



header{
	display:block;
	text-align: center;
	width:960px;
	margin:0 auto;
}


div.top_obi{
	width:960px;
	margin:0 auto 40px;
	padding:6px 6px 20px;
	border-bottom: 2px solid #F90;
	text-align:left;
}

div.obi_text{
	font-size:80%;
	float:right;
      line-height:1.6em;
}

nav{
	clear:both;
}
.wrap{
	width:960px;
	overflow: hidden;
	margin:0 auto;
	clear: botn;
}
article{
	line-height: 20em;
	text-align: center;
	background: #666;
	width:640px;
	float:left;
}
aside{
	line-height: 20em;
	text-align: center;
	background: #999;
	width:280px;
	float:right;
}
footer{
	border-top:1px dotted #666;
	padding-top:0.5em;
	padding-bottom:1em;
	text-align: center;
    width:100%;
	margin:0 auto;
}

footer ul li{
	display:inline-block;
	margin:0 0.5em;
	line-height:2em;
	font-size:90%;
}

footer ul li a{
	text-decoration:none;
}





span.text_mini p{
	text-align:center;
	font-size:70%;
}

/*
.toptext {
	font-size:90%;
}
*/


/*ナビ*/


#nav_in{
	width:960px;
	margin:0 auto;
	
}

 .global-nav li:nth-child(odd){
 border-right: none;
}
.global-nav{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: none;
	border-collapse: collapse;
}
.global-nav li{
	float: none;
	display: table-cell;
	width: 100%;
	/*border: 1px solid #aaa;*/
	border-top:2px solid #F90;
	border-left:1px dashed #aaa;
	border-rignt:1px dashed #aaa;
	border-bottom: 1px solid #aaa;
	text-align: center;
	/*border-bottom: 1px solid #aaa;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.global-nav li:first-child{
	border-left:1px solid #aaa;
}

.global-nav li:last-child{
	border-right:1px solid #aaa;
}

.global-nav a{
	display: block;
	line-height: 44px;
	color: #666;
	text-decoration: none;
}
.global-nav a:hover{
	
	/*background: #e6e6e6;*/
	background:#FFFFD7;
}

/*ナビここまで*/

.midashi{
margin-bottom:20px;
}
.midashi p{
	text-align:center;
	margin:40px 0 20px;
	font-size:120%;
	font-weight:bold;
}

.midashi_text{
	width:82%;
	margin:0 auto 20px;
	text-indent:1em;
}

.tel{
	display:none;
}

p.resizeimage img{
    
	max-width:100%;
height:auto;
}


.img_left{
	width:50%;
	float:left;
	padding-right:20px;
	margin-bottom:20px;
	text-align:center;
    box-sizing:border-box;
}


.img_right{
	width:50%;
	float:right;
	padding-left:20px;
    box-sizing:border-box;
}


.toptext{
	width:40%;
	float:left;
	text-align:left;
	line-height:1.6em;
}

.contentstext{
    width:50%;
	float:left;
	text-align:left;
	line-height:1.6em;
    box-sizing: border-box;
    
}

.contentstext2{
    width:50%;
	float:left;
	text-align:left;
	line-height:1.6em;
    box-sizing: border-box;
    padding-left: 2em;
    
}



.contentstext dl dd{
	margin-left:1em;
	margin-bottom:1em
}

.contentsbox_all{
	text-align:center;
}

.contentsbox{
	width:40%;
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
}




.contentsbox ul{
	width:100%;
	text-align:center;
	margin:0 auto;
	/*padding-left:1em;*/
}


.bold{
	font-weight:bold;
}


h2{
	width:100%;
	position:relative;
    padding:5px;
    font:bold 24px/1.6 Arial, Helvetica, sans-serif;
    text-align:center;
    color:#666;
    border-top:1px dashed #aaa;
    border-bottom:1px dashed #aaa;
    background:#eee;
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
	margin-bottom:30px;
	
}



h3{
	font-size:110%;
	width:960px;
	text-align:center;
	margin:10px auto 30px;
	clear:both;
}


h4{
	width:90%;
	text-align:center;
	margin:0 auto;
}


h5{
	font-size:100%;
	width:90%;
	margin:0 auto 0.5em;
	padding-bottom:0.5em;
}



div.contents{
	overflow:hidden;
	margin-bottom:60px;
}

div.contents table{
	width:90%;
	margin:0 auto;
}

div.contents ul{
	width:100%;
	margin:0 auto 40px;
	overflow:hidden;
	/*padding-left:20px;*/
	text-align:center;
	
	
}
div.contents ul li{
	width:40%;
	/*float:left;*/
	list-style:none;
	margin:0 auto 20px;
	/*padding-right:80px;*/
	position:relative;
	text-align:left;
	display:inline-block;
	text-align:left;

}
span.yen{
	position:absolute;
	top:10%;
	right:40px;
}


.contentstext100{
	clear:both;
	width:80%;
	margin:0 auto;
	margin-bottom:30px;
	line-height:1.6em;
	text-align:center;
	
	
}


.contents_center{
	text-align:center;

}

div.mini_menu{
	margin-bottom:40px;
	overflow:hidden;
}


.memu_title{
	font-size:110%;
}


div.contents .boxlist{
	text-align:left;
}

div.contents ul.boxlistul2,div.contents ul.boxlistul3,div.contents ul.boxlistul4{
	width:100%;
	box-sizing:border-box;
}




div.contents ul.boxlistul2 li{
	/*float:left;*/
	display:inline-block;
	width:46%;
	text-align:center;
	
}



div.contents ul.boxlistul3 li{
	/*float:left;*/
	display:inline-block;
	width:30%;
	text-align:center;
	
}


div.contents ul.boxlistul4 li{
	/*float:left;*/
	display:inline-block;
	width:23%;
	text-align:center;
	
}


div.contents ul.boxlistul2 li img,div.contents ul.boxlistul3 li img,div.contents ul.boxlistul4 li img{
	width:90%;
	margin:0 auto;
}

.inner{ /*カラムの内側*/
  margin:0;
  height:100%;
  background:white;
}
/*div.line{
	clear:both;
	width:80%;
	margin:30px auto;
	height:2px;
	border-top:1px dashed #999;
	border-bottom:1px dotted #999;
}
*/



#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 77%;
}
#page-top a {
    background:#F90;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 24px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
   
}


.red{
	color:red;
	font-weight:bold;
}

.price{
	color:#cc3333;
	font-weight:bold;
}




footer{
	width:100%;
}

.oshirase{
	border:1px dotted red;
	padding:1em;
}

div.contents ul.menu li{
	width:90%;
	line-height:2em;
	margin-bottom:0;
    border-bottom: 1px dashed #AFAEAE;
    padding: 0.3em 0;
}

div.contentstext100 ul.menu li{
	width:70%;
	line-height:2em;
	margin:0 auto;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width:80%;
margin:0 auto;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





/*960px以下のとき */
@media ( max-width : 960px ) {
    header{
    width:100%;
}
.wrap{
    width:100%;
}
 
article{
    width:100%;
    float:none;
}
 
aside{
    width:100%;
    float:none;
}
 
footer{
    width:100%;
}

div.top_obi{
	width:90%;
	margin:0 auto 40px;
	padding:6px;
	border-bottom: 2px solid #F90;
	text-align:left;
}


div.obi_text{
	font-size:80%;
	float:none;
}

#nav_in{
	width:100%;
	margin:0 auto;
}

.global-nav{
  margin: 0 0 30px;
  padding: 0;
  /*border-top: 1px solid #aaa;*/
  list-style-type: none;
  width:100%;
}
/*clearfix*/
.global-nav:after{
  content: "";
  clear: both;
  display: block;
}

.global-nav li{
  float: left;
  width: 50%;
  text-align: center;
  border:none;
  /*border-bottom:1px solid #aaa;*/
}


.global-nav li:first-child{
	border-left:none;
}

.global-nav li:last-child{
	border-right:none;
}



/*奇数のli要素に適応*/
.global-nav li:nth-child(odd){
  /*border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;*/
}
/*偶数のli要素に適応*/
.global-nav li:nth-child(even){
	/*border-right: 1px solid #aaa;*/
}

.global-nav a{
  /*display: block;
  line-height: 44px;
  color: #006f00;
  text-decoration: none;*/
  display: block;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  background:#F90;
  border-radius:5px;
  border:none;
  width:98%;
  margin:0 auto 2%;
}

.global-nav a:hover{
  background: #F90;
}

div.contents{
	overflow:hidden;
}

div.contents ul{
	width:80%;
	margin-bottom:50px;
}


div.contents ul.menu li{
	width:80%;
	float:none;
	list-style:none;
	margin:0 auto 20px;
	/*padding-right:80px;*/
	position:relative;
	font-size:100%;
}


span.yen{
	position:absolute;
	top:10%;
	right:0;
}


h2{
	
	
	
}

h3{
	width:100%;
}



p.resizeimage{
	width:100%;
	height: auto;
	text-align:center;
}

p.resizeimage img{
	max-width:100%;
height:auto;
}

.img_left{
	width:100%;
	float:none;
	margin-right:0px;
}

.img_right{
	width:100%;
	float:none;
	margin-left:0px;
}


.toptext{
	width:90%;
	margin:0 auto;
	float:none;
	line-height:1.6em;
	text-align:left;
}

.toptext p.topimage{
	text-align:center;
}



.tel{
	display:block;
	font-size:90%;
	border:2px solid #666;
	border-radius:7px;
	padding:6px;
	width:80%;
	margin:20px auto 30px;
	text-align:center;
}

.tel a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#666;
}


.contentstext{
	width:90%;
	margin:0 auto;
	float:none;
	text-align:left;
	line-height:1.6em;
}

.contentsbox{
	width:90%;
}

.contentsbox ul{
	padding-left:0;
}

.contentstext100{
	width:90%;
}



div.contents ul.boxlistul3 li,div.contents ul.boxlistul4 li{
	display:block;
	float:left;
	width:50%;
}

.qrcode{
	display:none;

}


div.contentstext ul.menu li{
	width:100%;
	line-height:2em;
	margin-bottom:0;
	margin:0 auto;
}

div.contentsbox ul.menu li{
	width:100%;
	line-height:2em;
	margin-bottom:0;
	margin:0 auto;
    border-bottom: 1px dashed #AFAEAE;
    padding: 0.3em 0;
}

div.contentstext100 ul.menu li{
	width:100%;
	line-height:2em;
	margin-bottom:0;
}

.coupon a:link{
	margin:0 auto 30px;
}


.kakomi{
 text-align:center;
}


}



@media ( max-width : 690px ) {
	
.midashi p{
	width:96%;
	/*text-align:left;*/
	margin:20px auto;
    font-size:110%;
}


.midashi_text{
	width:90%;
	margin:0 auto 20px;
	text-indent:1em;
}
	
	
.contents_center{
	text-align:left;

}

.contentstext100{
	text-align:left;
}
}




@media ( max-width : 460px ) {
	
	
h2{
    padding:3px;
    font:bold 18px/1.6 Arial, Helvetica, sans-serif;
    text-align:center;
	
}
	

span.yen{
	position:relative;
	left:1em;
    top:10%;
}

#page-top {
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 50px;
    padding: 18px 0;
    border-radius: 40px;
}

.pagetoptext{
	display:none;
}



}
