@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	color: #221714;
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	*line-height: 160%;
	_line-height: 160%;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, video {
	margin: 0;
	padding: 0;
	display: block;
}
p, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
img {
	border-width: 0;
	line-height: 0;
}
table {
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0;
}
a {
	color: #00A73C;
	text-decoration: none;
	outline: none;
}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.no_hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
ul, ol {
	list-style-type: none;
}
.red{
	color: red;
}
.red_br{
	color: red;
}
.ask_red{
	color: red;
	margin-left: 5px;
}
.s_red{
	color: red;
}
.err_mess{
	color: red;
	font-weight: 500;
	margin: 10px 0;
}
.img_size{
	width: 100%;
}
.clear {
	height: 0;
	line-height: 0;
	clear: both;
}

/*ページ大枠*/
#warp{
	width: 100%;
	margin: 0 auto;
}
.main_img{
	margin: 0 auto;
}
.page_title{
	font-size: 150%;
	text-align: center;
	margin: 40px 0 20px;
}
#main{
	width: 84%;
	margin: 0 auto;
}
.sp_mess{
	font-size: 100%;
	text-align: center;
	letter-spacing: 2px;
	line-height: 150%;
	border: 2px #00A73C solid;
	margin-top: 20px;
	padding: 10px 2%;	
}
.copy{
	font-size: 150%;
	line-height: 150%;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 5px #FFA326 solid;
	margin: 30px 0 10px 0;
	padding-bottom: 5px;
}
.copy span{
	color: #00A63C;
	font-weight: 800;
}
.copy_sub{
	color: #4D4D4D;
	text-align: center;
	margin: 7px 0 30px 0;
}
.copy_mess{
	margin-bottom: 30px;
}
.chara_title{
	color: #00A63C;
	font-weight: 800;
	margin-top: 10px;
}
.title{
	display: block;
	text-align: center;
	border-bottom: 5px #FFA326 solid;
	margin: 100px 0 20px 0;
	padding-bottom: 5px;
}
.title_list li{
	color: #00A73C;
	font-size: 200%;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1%;
	*line-height: 180%;
	_line-height: 180%;
}
.com_sp{
	width: 13%;
}
#sp_head_box{
	display: none;
}
header{
	width: 100%;
	margin: 0 auto;
}
#page_list{
	font-size: 80%;
	float: right;
}

/*
h2{
	width: 560px;
	float: right;
	margin-top: 20px;
}
.menu{
	height: 30px;
	background-color: #E95C93;
}
.menu ul{
	width: 1020px;
	margin: 0 auto;
}
.dropmenu{
	width: 1020px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	width: 170px;
	height: 30px;
	text-align: center;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.dropmenu li a{
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 170px;
	height: auto;
	font-size: 13px;
	font-weight: 800;
	float: none;
	overflow: hidden;
}
.dropmenu ul li a{
	text-align: center;
	border-top: 1px solid #fff;
	background-color: #FDAF5B;
	padding: 7px 0;
}
#normal li ul{
	display: none;
}
#normal li:hover ul{
	display: block;
}
.info_box{
	width: 800px;
	margin: 20px auto 50px auto;
}
.info_mess{
	color: #4482C4;
	font-size: 20px;
	font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	margin-top: -70px;
}
*/
footer{
	width: 100%;
	min-width: 1020px;
	font-size: 90%;
	font-weight: 500;
	text-align: center;
	background-color: #ddd;
	margin: 50px auto 0 auto;
	padding: 20px 0;
}
.foot_add ul{
	width: 143px;
	display: block;
	text-align: center;
	margin: 5px auto 0 auto;
}
.foot_add ul li{
	float: left;
}
.sen{
	width: 1px;
}
.foot_menu{
	width: 70px;
}
.foot_menu a{
	color: #221714;
	text-decoration: underline;
}
#footer{
	display: none;
}

/*index.php*/
.menu_box{
	margin-top: 30px;
}
.menu_box ul:after {
	content: "";
	clear: both;
	display: block;
}
.menu_box ul li {
	display: block;
	float: left;
	margin-bottom: 30px;
}
/* 横並びに3等分 */
.menu_box ul.menu_cont li {
	width: 31.42%;
	box-sizing: border-box;
	border: 1px #808080 solid;
	margin-right: 2.87%;
	*width: 32%;
	*margin-right: 1.0%;
}
.menu_box ul.menu_cont li:nth-child(3n) {
	margin-right: 0;
}
.last_menu{
	width: 65.71%!important;
	margin-right: 0!important;
	*width: 65.1%!important;
}
.menu_title{
	color: #00A73C;
	font-size: 120%;
	text-align: center;
	font-weight: 800;
	background-color: #FFF662;
	margin: 2%;
	padding: 15px 0;
}
.menu_img{
	height: 227px;
	overflow: hidden;
	margin: 0 2%;
}
.menu_text{
	height: 150px;
	overflow: hidden;
	line-height: 170%;
	margin: 5px 2% 0 2%;
}
.menu_text p{
	text-indent: -1em;
	padding-left: 1em;
}
.menu_price{
	background-color: #FFE3DF;
}
.price_box{
	text-align: center;
}
.price_box p{
	color: #FF0000;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2%;
	padding: 5px 0;
	*display: inline;
	*zoom: 1;
}
.menu_cont_box{
	width: 98%;
	padding: 1%;
}
.menu_cont_left{
	width: 38%;
	float: left;
	margin-right: 2%;
}
.menu_cont_right{
	width: 60%;
	float: right;
}
.menu_cont_sub_title{
	color: #00A73C;
	font-weight: 800;
	border-bottom: 1px #00A73C solid;
}
.menu_cont_sub_text{
	margin: 5px 0 18px 0;
	*margin: 5px 0 11px 0;
}
.menu_cont_sub_text p{
	font-weight: 800;
}

.gg_map{
	width: 50%;
	text-align: center;
	float: left;
}
.facebook{
	width: 50%;
	text-align: center;
	float: right;
}


/*info.php*/
.info_title{
	color: #00A73C;
	font-size: 120%;
	font-weight: 800;
	margin: 5px 0 20px 0;
}
.info_img{
	box-shadow:0px 0px 6px 3px #dedede;
	-moz-box-shadow:0px 0px 6px 3px #dedede;
	-webkit-box-shadow:0px 0px 6px 3px #dedede;
	margin-bottom: 20px;
}
.info_url{
	font-size: 90%;
}
.info_box{
	margin-bottom: 50px;
}

/*shop.php*/
.shop_map{
	margin-bottom: 10px;
}

/*recruit.php*/
.rec_title{
	width: 70%;
	font-weight: 800;
	text-align: left;
	border-left: 5px #00A73C solid;
	box-sizing: border-box;
	margin: 50px auto 10px auto;
	padding-left: 1%;
}

/*contact.php*/
.atte_mess{
	width: 70%;
	color: red;
	font-size: 120%;
	text-align: center;
	margin: 20px auto;
}
.cont_tell{
	width: 70%;
	font-size: 120%;
	margin: 20px auto;
}
.cont_tell .tel_num{
	margin-left: 1%
}
.cont_mess{
	width: 70%;
	text-align: center;
	font-weight: 800;
	margin: 0 auto 10px auto;
}
.cont_p_mess{
	width: 70%;
	color: red;
	text-align: left;
	font-weight: 800;
	margin: 20px auto;
}
.cont_c_mess{
	color: red;
	text-align: center;
	font-weight: 800;
	margin: 20px 0;
}
.form_box{
	width: 70%;
	margin: 0 auto;
}
caption{
	text-align: left;
	padding-bottom: 5px;
}
.form_box th{
	width: 30%;
	font-size: 90%;
	font-weight: 500;
	vertical-align: top;
	border: 1px #ccc solid;
	background-color: #EEEEEE;
	box-sizing: border-box;
	padding: 10px 1%;
}
.form_box td{
	width: 70%;
	vertical-align: top;
	border: 1px #ccc solid;
	box-sizing: border-box;
	padding: 10px 2%;	
}
.waku{
	width: 100%;
	box-sizing: border-box;
	padding: 3px 1%;
}
.waku_2{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	padding: 3px 1%;
}
.agree_chk{
	width: 70%;
	font-size: 90%;
	margin: 10px auto;
}
.agree_chk input{
	vertical-align: middle;
}
.chk{
	width: 15px;
	height: 15px;
}
.agree_chk{
	text-align: left;
}
.agree_sp{
	text-align: center;
}
.submit_sp{
	text-align: center;
}
.back_sp{
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
input[type="text"][disabled]{
	cursor: auto;
}
input[type="text"][disabled]:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
input[type="submit"]:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.submit_btn{
	color: #fff;
	cursor: pointer;
	background-color: #000;
	border: none;
	margin: 20px auto 0 auto;
	padding: 5px 30px;
}


/*err.php*/
.att_text{
	text-align: center;
}
.att_text a{
	text-decoration: underline;
}


/*Media-queries_____________________________________*/
@media screen and (max-width: 767px) {
	/*ページ大枠*/
	html,body {
		height: auto;
		font-size: 15px;
	}
	.img_size{
		width: 100%;
	}
	.red_br{
		color: red;
		display: block;
	}
	#warp{
		width: auto;
		margin: 0 auto;
	}
	#main{
		width: 90%;
		margin: 0 auto;
	}
	input[type="button"],input[type="submit"] {
		-webkit-appearance: none;
	}
	#main_right_box{
		width: 98%;
		margin: 0 1%;
	}
	footer{
		display: none;
	}
	#footer{
		text-align: center;
		display: block;
		background-image: url("./img/sp_foot_back.png");
		background-repeat: repeat-x;
		background-color: #fff;
		margin-top: 20px;
		padding: 20px 0;
	}
	#footer .sub_nav{
		font-size: 95%;
		text-align: center;
	}
	#footer .sub_nav li{
		color: #221714;
		font-weight: 800;
		display: inline-block;
		float: none;
		padding: 0 1%;
	}
	#footer .sub_nav li a{
		color: #221714;
		font-weight: 800;
	}
	#footer .copy{
		color: #221714;
		font-size: 70%;
	}
	.f_tel{
		margin-top: 10px;
	}
	.f_tel a{
		text-decoration: underline;
	}
	
	
	/*index.php*/
	.sp_mess{
		font-size: 90%;
		text-align: center;
		letter-spacing: 2px;
		line-height: 150%;
		border: 2px #00A73C solid;
		margin-top: 20px;
		padding: 10px 2%;	
	}
	.title{
		margin: 40px 0 10px 0;
	}
	.title_list li{
		font-size: 120%;
		margin: 0 1%;
	}
	.com_sp{
		width: 0;
	}
	.com_sp img{
		display: none;
	}
	.br_sp{
		display: block!important;
		padding-top: 5px;
	}
	.br_sp a{
		text-decoration: underline;
	}
	/* 横並びに等分 */
	.menu_box ul.menu_cont li {
		width: 100%;
	}
	.last_menu{
		width: 100%!important;
		margin-right: 0!important;
	}
	.menu_text{
		line-height: 170%;
		margin: 5px 2% 0 2%;
	}
	.menu_cont_box{
		width: 98%;
		padding: 1%;
	}
	.menu_cont_left{
		width: 100%;
		float: none;
	}
	.menu_cont_right{
		width: 100%;
		float: none;
	}
	.copy{
		font-size: 110%;
	}
	.copy span{
		color: #00A63C;
		font-weight: 800;
	}
	.copy_sub{
		color: #4D4D4D;
		text-align: left;
		margin: 7px 0 30px 0;
	}
	.gg_map {
		width: 100%;
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.gg_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.facebook{
		width: 50%;
		text-align: center;
		float: none;
		display: none;
	}
	
	/*recruit.php*/
	.rec_title{
		width: 96%;
	}
	.new_line{
		display: block;
	}
	
	/*contact.php*/
	.cont_tell{
		width: 96%;
		font-size: 110%;
		margin: 20px auto;
	}
	.cont_tell .tel_num{
		color: #00A73C;
		margin-left: 1%
	}
	.cont_mess{
		width: 96%;
		text-align: center;
		font-weight: 800;
		margin: 0 auto 10px auto;
	}
	.cont_p_mess{
		width: 96%;
		color: red;
		text-align: left;
		font-weight: 800;
		margin: 20px auto;
	}
	.form_box{
		width: 96%;
		margin: 0 auto;
	}
	.form_box th{
		width: 100%;
		display: block;
	}
	.form_box td{
		width: 100%;
		display: block;
	}
	.waku{
		font-size: 100%;
		padding: 5px 1%;
	}
	.waku_2{
		font-size: 100%;
		padding: 5px 1%;
	}
	.agree_chk{
		width: 96%;
		font-size: 90%;
		margin: 10px auto;
	}
	.back_sp{
		width: 50%;
	}
}

/*header footer*/
header, footer {
	width: 100%;
	color: #fff;
	z-index: 2;
	background-color: #00A73C;
}
footer {
	font-size: 85%;
	bottom: 0;	
	text-align: center;
	padding: 10px 0 8px;
}

/*header menu_____________________________________*/
header{
	display: table;
	padding: 15px 0;
}
header h1{
	font-size: 120%;
	font-weight: 500;
	padding-left: 2%;
	*float: left;
}
header h1 a{
	color: #fff;
}
header h1, nav{
	vertical-align: middle;
	display: table-cell;
}
nav{
	text-align: right;
	vertical-align: bottom;
	*margin-top: 17px;
}
header h1 a{
	margin: 10px 0;
}
header ul {
	font-size: 90%;
	margin-right: 2%;
}
header ul li {
	margin-left: 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*padding-left: 10px;
}
header ul li::after {
	content: ' |';
}
header ul li:last-child::after {
	content: '';
}
header ul li a {
	color: inherit;
	font-size: 110%;
	*color: #fff;
}

/*Media-queries_____________________________________*/
@media screen and (max-width: 1000px) {
	html {
		-webkit-text-size-adjust: 100%;
	}/*disable webkit text size adjust (for iPhone)*/
	a img:hover {
		opacity: 1;
	}
}
@media screen and (max-height: 640px) {
	html {
		-webkit-text-size-adjust: 100%;
	}/*disable webkit text size adjust (for iPhone)*/
	a img:hover {
		opacity: 1;
	}
}
/*smaller than 640-----------------------------*/
@media screen and (max-width: 767px) {
	html {
		-webkit-text-size-adjust: 100%;
	}/*disable webkit text size adjust (for iPhone)*/
	a img:hover {
		opacity: 1;
	}
	footer {
		font-size: 80%;
		padding: 5px;
	}
}

/* Toggle(Button) */
#navToggle {
	width: 30px;
	height: 25px;
	display: none;
	position: absolute;/*to body*/
	right: 13px;
	top: 13px;
	cursor: pointer;
}
#navToggle div {
	position: relative;
}
#navToggle span {
	width: 100%;
	display: block;
	position: absolute;/*to div*/
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
	top: 0;
}
#navToggle span:nth-child(2) {
	top: 11px;
}
#navToggle span:nth-child(3) {
	top: 22px;
}

/*Media-queries_____________________________________*/
@media screen and (max-width: 767px) {
	header h1{
		font-size: 100%;
	}
	header h1 span{
		display: none;
	}
	header nav {
		width: 50%;
		text-align: left;	
		position: absolute;
		right: 0;
		top: -299px; /*通常時はビュー外*/
		background: #fff;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		border-left: 1px #ccc solid;
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		
	}
	header ul {
		margin: 0;
	}
	header ul li {
		line-height: 3;
		display: block;
		border-bottom: 1px #ccc solid;
		margin: 0;
	}
	header ul li a {
		color: #221714;
		display: block;
		padding: 0 2%;
	}
	header ul li::after {
		content: '';
	}
	header ul li:last-child {
		border-bottom: none;
	}
	/* Toggle(Button) */
	#navToggle {
		display: block;
	}
	/* Click Toggle(Button) */
	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*header menu*/
	.openNav nav {
		-moz-transform: translateY(351px);
		-webkit-transform: translateY(351px);
		transform: translateY(351px);
	}
	.info_box{
		margin-bottom: 30px;
	}
}



