.inner{
	width:960px;
	margin:0 auto;
}
html{font-size:16px;
	font-family:-apple-system,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,
‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
}
.red{
	color:#e33234;
}

#header{
	padding-top:18px;
	overflow: hidden;
}
#header img{
	display: block;
	float:left;
}
#header img.shopName{
	margin-left:5px;
}
#header img.tel{
	float:right;
	padding-top:5px;
}

#nav{
	height:43px;
	margin-top:13px;
	background: url(../images/navbg.png);
}

#nav .inner> ul  >li{
	display: inline-block;
	color:white;
	font-size:15px;
	line-height: 41px;
	position: relative;
	
}
#nav ul li ul{
	display:none;
	padding-top:5px;
	padding-bottom:5px;
}
#nav ul li ul li{
	position: relative;
	padding:5px 0px;
}
#nav ul li ul li.whiteRight{
	padding-left:6px;
}
#nav .inner> ul >li:before{
	content:"";
	display:block;
	width:1px;
	height:18px;
	border-left:1px solid white;
	position: absolute;
	top:25%;
}
#nav .inner> ul> li:last-child:after{
	content:"";
	display:block;
	width:1px;
	height:18px;
	border-right:1px solid white;
	position: absolute;
	top:25%;
	right:0;
}
#nav ul li a{
	
	color:white;
	display: block;
	padding:0 36.5px;

}

#nav ul li a:hover,
#nav ul li a.active{
	text-decoration: none;
	color:#e33234;
}
#nav ul li:hover ul{
	display: block;
	position: absolute;
	top:37px;
	left:0px;
	
	
	z-index:10;
	background:rgba(255,255,255,0.9);
}

#nav ul li:hover ul a{
	padding-left:14px;
	width:84px;
	color:#3d3d3d;
	


}
#nav ul li ul a:hover{
	color:#e33234;
}
#nav ul li ul li{
	line-height: 20px;
}
#nav ul li ul li a{
	font-size:14px;
}

#contents{
	margin-top:30px;
	overflow:hidden;
}
#contentsLeft{
	width:178px;
	float:left;
	
}

.left1{
	margin-bottom:43px;
	
}
.left1 h2{
	
	color:#f1927b;
	
	padding-left:13px;
	line-height:30px;
	font-size:17px;
	margin-bottom:10px;
	border-bottom:1px solid #727171;
}
.left1 ul,
#left2 ul{
	padding-left:8px;
}
.left1 ul li,
#left2 ul li{
	margin-bottom:6px;
	padding-left:21px;
}
.left1 ul li.redRight{

	background:url(../images/redRight.png) 1px 42% no-repeat;
}
.left1 ul li.redUnder{
	background:url(../images/redUnder.png) 0 42% no-repeat;
}
.left1 ul li.whiteRight{
	background:url(../images/whiteRight.png) 1px 41% no-repeat;
}
.left1 ul li a,
#left2 ul li a{
	
}
.left1 ul li a:hover{
	color:#e33234;
	text-decoration: none;
}
#left2{
	margin-top:20px;
	border:1px solid #4ac1ff;
	height:136px;
}
#left2 h2{
	background:#4ac1ff;
	color:white;
	height: 38px;
	padding-left:24px;
	line-height:38px;
	
	margin-bottom:10px;
}
#left3{
	margin-top:20px;
	border:1px solid #ffa059;
	height:150px;
	overflow: hidden;

}
#left3 h2{
	background:#ffa059;
	color:white;
	height: 38px;
	padding-left:24px;
	line-height:38px;
	
}

#left3 img:hover{
	opacity:0.8;
}

#left4{
	margin-top:20px;
	border:1px solid #a3a3a3;
	height:150px;
	overflow: hidden;
	background:#ccc;
	margin-bottom:68px;
}

#left4 h2{
	background:#a3a3a3;
	color:white;
	height: 38px;
	padding-left:24px;
	line-height:38px;
	
}

#contentsRight{
	width:720px;
	float:right;
}

.h3Box{
	height:38px;
	background:#df7e67;
	position: relative;
	margin-top:50px;
	margin-bottom:25px;
}
.h3Box:first-child{
	margin-top:0;
}

.h3Box:after{
	content:"";
	position: absolute;
	display:block;
	width:16px;
	height:16px;
	background: #e33234;
	top:11px;
	left:12px;
}

.h3Box h3{
	color:white;
	height:26px;
	
	font-size:18px;
	line-height:40px;
	
	margin-left:40px;
	

}


.mainSection p{
	width:650px;
	margin:0 auto 25px 39px;
	font-size:16px;
}
.mainSection p.info{
	position: relative;
	padding-left:10px;
	margin-left:45px;

}
.mainSection p.info:before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:#3d3d3d;
	position: absolute;
	top:6px;
	left:-4px;
}
.mainSection p.info.red:before{
	background:#e60012;
}
.mainSection {
	padding-bottom:90px;
}
.column{
	width:200px;
	height:162px;
	float:left;
	border:1px solid #a08e7f;
	overflow: hidden;
}

.column.first{
	margin-left:33px;
}
.column{
	margin-right:14px;
	position: relative;
	margin-bottom:47px;
}
.column h4{
	height:30px;
	color:white;
	background:#a08e7f;
	text-align: center;
	line-height: 30px;
}
.colLabel{
	position: absolute;
	bottom:1px;
	right:5px;
	z-index:2;
}
.colLabel:hover{
	opacity:0.8;
}
.pageTopLink{
	text-align: right;
}
.pageTopLink img:hover{
	cursor:pointer;
}
#footer{
	background: #fbd8bb;
	text-align: center;
	margin-top:20px;
	padding-top:28px;
}
#footer ul{
	width:710px;
	margin:0 auto 5px;
	border-bottom:1px solid #f1927b;
}
#footer ul li{
	display:inline-block;
	margin-right:28px;
}
#footer ul li:last-child{
	margin-right:0;
}

#footer ul li a{
	color:#f1927b;
	font-size:15px;
}
#address{
	color:#f1927b;
	margin-bottom:40px;
}
#footerEnd{
	color:#f1927b;
	font-size:12px;
	padding-bottom:20px;
}

#formTable{
	width:648px;
	border:1px solid #333;
	margin:0 auto;
}
#formTable th,
#formTable td{
	padding:18px 20px;
}
#formTable td.cb{
	padding:18px 7px;
	font-size:15px;
}
#cat{
	margin-right:60px;
}

#formTable th{
	width:180px;
	background:#f4a895;
	color:white;
	font-weight: normal;
	border-bottom:1px solid #333;
	text-align: left;
	vertical-align: top;
}
#formTable td{
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
#formTable td input[type='text']{
	width:100%;
}
#formTable td input[type='checkbox']{
	margin-left:10px;
	vertical-align: middle;
}
#formTable td textarea{
	margin-top:10px;
	width:100%;
	height:170px;
}
.inputEmail{
	display: block;
	margin-top:10px;
	font-size:12px;
}

.formSubmit{
	text-align: center;
	margin-top:35px;
	margin-bottom:30px;
}
.lineBtn+.lineBtn{
	margin-left:10px;
}

#datepicker{
	width:132px !important;


}
#formTable td.date{
	padding-top:12px;
}

.date-sunday   .ui-state-default {
  /*background-image: none; background-color: #FF9999*/
}
.date-saturday .ui-state-default {
  /*background-image: none; background-color: #66CCFF*/
}
.date-holiday0 .ui-state-default {
  /*background-image: none; background-color: #FF99FF*/
}
.date-holiday1 .ui-state-default {
  /*background-image: none; background-color: #ff0000*/
}

.fs13{
	font-size:13px;
}

.scheduleTable{
	width:584px;
	border:1px solid #222;
	margin:0 auto;
}
.tableCaption{
	width:584px;
	text-align:right;
	margin:0 auto;
	font-size:15px;
	margin-top:10px;
	margin-right:56px;
}

.pictureTable{
	width:620px;
	margin:0 auto;
	font-size:16px;
	margin-left:50px;
}

.pictureTable2{
	width:620px;
	margin:0 auto;
	font-size:16px;
	margin-left:40px;
}

.wordTable{
    font-size:16px;
}


.scheduleTable th,.scheduleTable td{
	font-size:16px;
	font-weight: normal;
}
.scheduleTable td{
	height:55px;
}
.scheduleTable th.sat{
	color:blue;
}
.scheduleTable th.holi{
	color:red;
}
.scheduleTable tr{
	border-bottom:1px solid #222;
}
.scheduleTable tr td,.scheduleTable tr th{
	border-right:1px solid #222;
	text-align: center;
}
.bgPink{
	background: #fbd8bb;
}

.stTime{
	width:190px;
	height:46px;
}
.ImageContainer{
	overflow: hidden;
}
.ImageContainer .containerLeft{
	
	width:450px;
	float:left;
}
.ImageContainer .containerLeft p{
	width:450px;
}
.ImageContainer .containerRight{
	width:228px;
	float:right;
	text-align: center;
}
#salute{
	line-height: 1.8;
}
.mainSection  #salute > p{
	width:674px;
	margin-left:39px;
}

#saluteHeader{
	margin-top:17px;
}

.embed-container{
	margin-top:30px;
}
.imgTable{
	overflow: hidden;
	margin-bottom:30px;
}
.imgTable li{
	width:45%;
	float:left;
	margin:2%;
}
.imgTable li img{
	width:100%;
}






