
h2{
	color:#FFF;
	margin-top:8px;
	margin-bottom:10px;
}


#contents{
	width:940px;
	background-color:#FFF;
}


h3{
	margin-bottom:10px;
}


#leftarea{
	width:700px;
	text-align:left;
	xheight:auto;
	float:left;
	margin-right:10px;
}


#daybox{
	width:700px;
	background-image:url(../image/azukari/bg1.png);
	background-repeat:no-repeat;
	background-position:center top;
	xpadding-top:60px;
	height:180px;
}

h4{
	margin-bottom:15px;
	margin-top:20px;
	font-size:150%;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#410;
}

h5{
	margin-bottom:10px;
	margin-top:20px;
}

table{
	width:700px;
	text-align:center;
	font-size:110%;
	line-height:1.5;
}

td{
	xfont-weight:bold;
	border:solid 1px #aaa;
	height:40px;

}

.gray{
	background-color:#fee;
	xcolor:#f66;
	font-weight:bold;
	width:233px;
	letter-spacing:0.1em;
}

.bla{
	background-color:#ffcfcf;
	font-weight:bold;
	width:233px;
	letter-spacing:0.1em;
}


.red{
	background-color:#fcc;
	color:#f66;
	color:#333;
	font-weight:bold;
	letter-spacing:0.1em;
	xwidth:233px;
}

.red2{
	background-color:#ffe;
	xbackground-color:#fee;
	color:#f66;
	color:#333;
	font-weight:bold;
	letter-spacing:0.1em;
	xwidth:233px;
}


.red3{
	color:#333;
	font-weight:bold;
	letter-spacing:0.2em;
	font-size:110%;
	line-height:1.5;
}


.red4{
	color:#333;
	xfont-weight:bold;
	letter-spacing:0.1em;
	font-size:110%;
	line-height:1.5;
	margin-bottom:5px;
}


.pricet td{
	height:60px;
}












#rightarea{
	width:230px;
	background-color:#fffbda;
	overflow:auto;
	height:2800px;
}


.rbanner{
	margin-bottom:10px;
}


#snavi{
	text-align:center;
	margin-bottom:20px;
}

#snavi li{
	margin:0 auto;
}

.snavi1 {
	width:218px;
	height:36px;
	background:url(../image/info/snavi2l.png) no-repeat left bottom;
}

.snavi1 a {
	display:block;
	width:218px;
	height:36px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.snavi1 a:hover {
	text-indent:-9999px;
}


.snavi2 {
	width:218px;
	height:32px;
	background:url(../image/info/snavi3l.png) no-repeat left bottom;
}

.snavi2 a {
	display:block;
	width:218px;
	height:32px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.snavi2 a:hover {
	text-indent:-9999px;
}


.snavi3 {
	width:218px;
	height:32px;
	background:url(../image/info/snavi4l.png) no-repeat left bottom;
}

.snavi3 a {
	display:block;
	width:218px;
	height:32px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.snavi3 a:hover {
	text-indent:-9999px;
}


.snavi4 {
	width:218px;
	height:44px;
	background:url(../image/info/snavi5l.png) no-repeat left bottom;
}

.snavi4 a {
	display:block;
	width:218px;
	height:44px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.snavi4 a:hover {
	text-indent:-9999px;
}





/*スタッフ募集追加*/


.staff_t{
	text-align:left;
	margin-bottom:100px;
}

.staff_t td{
	padding:15px;
}


.staff_t .bla, .staff_t .gray{
	width:150px;
}





/*要望・苦情追加*/

.opinion{
	padding:50px 0;
}

.opinion_box{
	xpadding:50px 0;
}



.opinion_box h4{
	font-size:120%;
	text-align:center;
	margin-bottom:50px;
	color:#333;
}

.opinion_box p{
	margin-bottom:25px;
	letter-spacing:0.05em;
	line-height:2;
	font-size:12px;
}

.right_txt{
	text-align:right;
	margin-bottom:50px;
}


.opinion_box .button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0px auto;
  padding: 1em 2em;
  width: 250px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color:#e5e5e5;
  border-radius: 50vh;
}

.opinion_box .button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.opinion_box .button02 a:hover {
  text-decoration: none;
  background-color: #cccccc;
}