* {
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	color: #000;
	background: #B1681A;
	font-family: sans-serif;
	font-size: 18px;
	-webkit-text-size-adjust: none;
}

p {
	line-height: 1.5em;
}

/* for mobile */
.container {
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: #FF9625 url(imgs/container_back.jpg) repeat-x top;
}

@media (max-width: 767px) {
	.container {
	width: auto
	}
}

@media (max-width: 480px) {
	.container {
	width: auto
	}
}

#header {
	width: 100%;
	text-align: center;
}

#header h1 {
	width: 100%;
	height: 130px;
	background: url(imgs/header_title.jpg) no-repeat center;
	text-indent: -999em;
}

/* main visual */
#topphoto {
	display: none;
}

.slidesjs-pagination li {
	display: none;
}

a.slidesjs-stop {
	display: none !important;
}

/* contents block */
#information_block {
	width: 640px;
	margin: 0 auto;
	overflow-y: hidden;
}

#information {
	width: 640px;
	color: #000;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
}

#information td {
	vertical-align: top;
}

#information td#touch {
	width: 180px;
	vertical-align: top;
	background: #BD6D1B;
}

#information td#info {
	padding: 8px 0 0 16px;
}

#information td#info p {
	margin: 0 0 10px 0;
}


#availableimage {
	width:608px;
	margin: 0 auto;
	padding: 10px 16px;/*6*/
	background: #FFF5EA;
	color: #BD6D1B;
}

#available {
	width:608px;
	margin: 0 auto;
	padding: 10px 16px;/*6*/
	background: #FFF5EA;

}

#available table {
	float: left;
	height: 80px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #fff;
}

#available table td {
	padding: 1px 5px;/*16*/
	text-align: center;
}

#available .default {
	background: #FEF1E5;
}

#available .header {
	background: #FBD5B2;
}

#available .hour {
	background: #FCE3CC;
	padding: 0px 10px;
}

#available .etc {
	padding: 0 0 0px 16px;
	background: #FFF5EA;
	display: table-cell;
	vertical-align: bottom;
}

#available .etc table {
	background: #FFF5EA;
}

#available .etc table td {
	text-align: left;
}



#services {
	width: 604px;
	margin: 0 auto;
	padding: 38px 16px 14px 20px;/*4*/
	background: #FFEAD3 url(imgs/services_title.png) no-repeat top left;
	font-size: 18px;
}

#buttons {
	width: 640px;
	height: 210px;
	margin: 0 auto;
	padding: 1px 0 0px 0;
	background: #FF9625;
}

.buttons3 {
	width: 640px;
	height: 150px;
	margin: 0 auto;
	padding: 1px 0 0px 0;
	background: #FF9625;
}

#message {
	width: 295px;
	margin: 0 auto;
	padding: 0px 20px 0px 325px;
	background: #fff url(imgs/message.jpg) no-repeat top left;
	font-size: 20px;
	display: none;
}

#message .box{
	height: 310px;
	display: table-cell;
	vertical-align: middle;
}

#links {
	width: 640px;
	height: 80px;
	margin: 0 auto;
	border-top: 1px solid #FF9625;
	border-bottom: 1px solid #FF9625;
	background: #00122A;
	text-align: center;
}

#socials {
	width: 618px;
	margin: 0 auto;
	padding: 14px 10px 10px 10px;
	border: 1px solid #FF9625;
	background: #fff;
	text-align: center;
}

#socials span {
	font-size: 12px;
	color: #333;
}

#socials a {
	text-decoration: none;
}

#socials img {
	vertical-align: middle;
}

#socials td {
	width: 206px;
	text-align: left;
}

#socials td.fb {
	padding: 3px 0 0 40px;
}

#socials td.tw {
	padding: 3px 20px 0 0;
}


#pc_banner {
	height: 60px;
	text-align: center;
}

#copy {
	width: 640px;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
	background: #FF9625;
	text-align: center;
}

.clr {
	clear: both;
}

.hrym1 {
clear:both;height:1px;
}
.d_name {
text-align:right;
}
/*20220616編集*/
.recruit{
	    display: block;
    margin: 0 auto !important;
    width: 100% !important;
    background-color: #badf8a;
    color: #333;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
}
.recruit a{
	    color: #333;
		text-decoration:none;
}
.recruit span{
display: block;
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
    margin: 10px auto 0;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
}
