
/* ---------------------------------------サンプル-------------------------------------------- */

.sample {	
	color: #FF0004; 		/* 色を指定 */
	font-size: 14px;		/* フォントサイズを指定 */
	text-align: center;		/* 文字を位置を揃える（centerで中央・leftで左揃え・rightで右揃え）*/	
	width: 200px;			/* 幅を指定 */
	float: left;			/* 要素を左に寄せる（rightで右に寄せる） */
	margin-top: 10px;		/* 要素の外側（上）に余白を開ける */
	margin-bottom: 10px;	/* 要素の外側（下）に余白を開ける */
	margin-right: 10px;		/* 要素の外側（右）に余白を開ける */
	margin-left: 10px;		/* 要素の外側（左）に余白を開ける */
	padding-top: 10px;		/* 要素の内側（上）に余白を開ける */
	padding-bottom: 10px;	/* 要素の内側（下）に余白を開ける */
	padding-right: 10px;	/* 要素の内側（右）に余白を開ける */
	padding-left: 10px;		/* 要素の内側（左）に余白を開ける */
	border: 1px solid #000000;/* 要素を線で囲む（線の太さ・線の種類・線の色） */
	border-bottom: 1px dotted #000000;/* 要素の下に線を引く（border-rightとかで右に線を引く） */
	line-height: 1em; /* 行間 */
}

/* ------------------------------------------------------------------------------------------ */


/*----------全　体----------*/	

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#4C4948;
	letter-spacing:0.1em;
	margin:0px;
	line-height:160%;
	}
img{
	max-width:100%;
	height: auto;
	}
p{
	margin-bottom:0px;
	margin-top:0px;
	}
	h1,h2,h3,h4,h5,h6{
	margin:0px;
	}
.no_responsive .wrapper {
	width:980px;
}

.telnumber a {
	color: #666;
	text-decoration: none;
}	
	
/*----------ヘッダー----------*/	
.wrapper{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	}
.logo{
	width:360px;
	margin:2px 0px 0px;
	}
.reservation{
    width:150px;
    float:right;
    margin:2px 2px 2px 2px;
}
h1{
	font-size:12px;
	float:right;
	font-weight:normal;
    clear: both;
	}
.main_img{
	margin:10px 0px 15px;
	}
/*----------ナビゲーション----------*/	
.nav{
	width: 100%;
	text-align: center;
	}
.box{
	display: inline-block;
	margin:2% 3% 2%;
	}
.box p span{
	font-size:24px;
	margin-bottom:0px;
	margin-top:0px;
	line-height:0px;
	font-weight:bold;
	}
.box a {
	text-decoration:none;
	color:#898989;
	}
.box a:hover {
	color:#CDCACA;
	}
.reserve a {
	text-decoration:none;
	color:#EB6100;
	}
.reserve a:hover {
	color:#FFAF78;
	}

.flashing {
	display: inline-block;
	background-color: #eb6100;
	color: #FFF;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 1em;
	border-radius: 2px;
	margin-bottom: 5px;
}

.sub_text {
	color: #ad5317;
	font-size: 15px;
	line-height: 1.3em;
}

/*----------共通----------*/
h4{
	font-size:35px;
	color:#EB6100;
	text-align:center;
	margin-bottom:40px;
	margin-top:40px;
	}

.i_b {
	display: inline-block;
} 
/*----------インデックス----------*/
.concept_text{
	font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 190%;
    margin: 50px auto 130px;
    max-width: 780px;
    text-align: center;
	}	
.concept_text h2{
	border-bottom: 1px dotted #eb6100;
    color: #eb6100;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 220%;
    margin-bottom: 16px;
    text-align: center;
	}
.index_left{
	float:left;
	width:42%;
	}
.information{
	margin-bottom:70px;
	}
h3{
	font-size:24px;
	letter-spacing:3px;
	margin-top:0px;
	margin-bottom:30px;
	color: #EB6100;
	text-align:center;
	}
.index_information{
	overflow:scroll;
	overflow-x:hidden;
	height:170px;
}
.index_information dt{
	float:left;
	}
.index_information dd{
	margin-left:0px;
	padding-left:120px;
	margin-bottom:10px;
	text-align:justify;
	padding-right:10px;
	}
.facebook{
	margin:50px 0px 70px;
	}
.index_right{
	float:right;
	width:48%;
	}
.shop p{
	line-height:35px;
	}
.name{
	font-size:19px;
	font-weight:bold;
	}
.tel{
	color:#FFFFFF;
	background-color:#2F2725;
	font-size:18px;
	border-radius:5px;
	padding:1px 6px;
	font-weight:bold;
	vertical-align:middle;
	}
.telnumber{
	font-weight:bold;
	font-size:25px;
	vertical-align:middle;
	padding-left:5px;
	}
.place{
	line-height:18px;
	}
.shopdata{
	border-top: 1px solid #B5B5B6;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
		}
.shopdata dd{
	margin-left:0px;
	padding-left:80px;
	padding-top:2px;
	padding-bottom:2px
	}
.shopdata dt{
	float:left;
	padding-top:2px;
	padding-bottom:2px
	}
.www{
	letter-spacing:0.65em;
	float:left;
	padding-top:2px;
	padding-bottom:2px
	}
.clear{
	clear:both;
	}
.map iframe {
		width: 100%;
	}
	
	
/*----------メニュー----------*/
.menu_h4text{
	font-size:12px;
	color:#4C4948;
	font-weight:normal;
	}
.menu_inoa{
	text-align:center;
	float:none;
    margin-bottom:70px;
	}
.menu_inoa span{
    display: inline-block;
    font-size: 20px;
    padding: 10px;
}

.menu_service_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    border-bottom:#4C4948 1px solid;
	margin-bottom: 30px;
}

.menu_service_box01 {
	width:45%;
}

.menu_service_box02 {
	width:45%;
}

.menu_service{
	width:100%;
    padding: 10px;
    margin-bottom:70px;
}

.menu_service th  {
	width: 50px;
	padding: 8px 0;
}

.menu_service th.title_service_day {
	height: 100px;
	vertical-align: bottom;
}

.menu_service_box02 th {
	width: 100px;
	padding: 8px 0;
}

.menu_service_box02 td {
	padding: 15px 0;
}

.menu_service th h3{
    padding-bottom:5px;
	margin-bottom: 0;
    font-size:20px;
}

.menu_service th p{
    border-bottom:#4C4948 1px solid;
	padding-bottom: 20px;
}

.menu_service td {
	text-align: left;
}


.menu_service p{
    padding-bottom:10px;
}
.menu_left{
	width:45%;
	text-align:center;
	float:left;
	}
.menu_title{
	padding-bottom:20px;
	margin-bottom:8px;
	font-size:12px;
	border-bottom:#4C4948 1px solid;
	}
.menu_title span{
	font-size:20px;
	}
.menu_box{
	margin-bottom:70px;
	}
.menu_figure{
	width:100%;
}
.menu_figure th{
	width:75%;
	font-size:16px;
	text-align:left;
	color:#4C4948;
	font-weight:normal;
	padding:8px 0px;
	vertical-align:middle;
	}
.menu_figure td{
	width:25%;
	font-size:16px;
	text-align:right;
	font-weight:normal;
	}
.menu_right{
	width:45%;
	text-align:center;
	float:right;
	}
.menu_figure th.osusume_text{
	font-size:13px;
	}

.menu_concept {
	font-size: 16px;
	color: #EB6100;
	margin-top: 17px;
}

.goods .menu_concept + p {
	padding-top: 5px;
}

.goods .menu_recommend {
	border: 1px solid #EB6100;
	color: #EB6100;
	padding: 10px;
	display: inline-block;
}

/*----------スタッフ----------*/
.staff_box{
	vertical-align:top;
	display:inline-block;
	width:26%;
	margin:0px 3.3%;
	padding-bottom:80px;	
	}
.staff_box img{
	width:100%;
	}
.staff_name{
	text-align:center;
	line-height:190%;
	padding:15px 0px;
}
.staff_name p{
	font-size:12px;
	}
.staff_name span{
	font-size:20px;
	font-weight:bold;
	}
.staff_name strong{
	color:#9FA0A0;
	text-align:center;
	font-size:13px;
	}
.staff_prof{
	text-align:left;
	width: 100%;
	border-top:#EB6100 1.5px dotted;
	}
.staff_prof th{
	padding:12px 0px;
	width:25%;
	font-size:10px;
	line-height:120%;
	border-bottom:#EB6100 1.5px dotted;
	}
.staff_prof td{
	width:75%;
	font-size:14px;
	font-weight:normal;
	border-bottom:#EB6100 1.5px dotted;
	padding-left:10px
	}
.comment{
	text-align:justify;
	font-size:12px;
	padding:6px 0px;
	border-bottom:#EB6100 1.5px dotted;
	}
	

.comment_assi {
	text-align:justify;
	font-size:12px;
	padding:6px 0px;
	border-top:#EB6100 1.5px dotted;
	border-bottom:#EB6100 1.5px dotted;
	}
/*----------グッズ----------*/
.goods th{
	padding:20px;
	width:150px;
	border-bottom: 1px solid #eee;
	}
.goods td{
	vertical-align:top;
	padding:20px;
	border-bottom: 1px solid #eee;
	}
.goods p{
	padding-top:20px;
	font-size:12px;
	}
.jemilefran_all{
	margin:100px 10px 40px;
}
.jemilefran_all p{
	padding-top:20px;
	}
.jemilefran_all th{
	width:60%;
}
.jemilefran_all td{
	padding-left:50px;
	font-size:12px;
}
.jemilefran_all td span{
	font-size:14px;
}
.elujuda_all{
	margin:100px 10px 40px;
}
.elujuda_all p{
	padding-top:20px;
	}
.elujuda_all th{
	width:60%;
}
.elujuda_all td{
	padding-left:50px;
	font-size:12px;
}
.elujuda_all td span{
	font-size:14px;
}
.goods_elujuda{
	display:inline-block;
	vertical-align:top;
	width:43%;
	float:left;
	padding:3%;
}
.goods_elujuda_img{
	width:130px;
	float:left;
}
.goods_elujuda_text{
 font-size:12px;
 overflow:hidden;
}
.goods_elujuda_text_title{
	font-size:14px;
	padding-bottom:20px;
}
/*----------採用情報----------*/
.recruit_text{
	width:80%;
	margin:5px auto 100px;
}
.recruit_text th{
	background-color:#f5dac1;
	padding:15px;
	width:80px;
}
.recruit_text td{
	padding:15px;
}
.part{
	width:80%;
	margin:0px auto;
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
	border-bottom:#898989 1px solid;
	margin-bottom:25px;
}
.part span{
	color:#9fa0a0;
	font-weight:normal;
	font-size:14px;
}
.recruit_top{
    text-align:center;
    margin-bottom:25px;
}

/*----------フッター----------*/	
.footer{
	margin-top:50px;
	background-color:#EB6100;
	text-align:center;
	padding:10px 0px 5px;
	line-height:18px;
	}
.footer img{
	width:100px;
	margin-top:0px;
	}
.footer p{
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:0em;
	text-align:center;
	margin:0px;
	}




/*----------------------------------------*/	


	@media only screen and (max-width: 768px) {
/*----------メニュー----------*/
/*----------ヘッダー----------*/
.logo{
	width:150px;
	}
.main_img{
	margin-bottom:20px;
}
.no_responsive .logo {
	width: inherit;
}      
.reservation {
    width: 80px;
}
/*----------ナビゲーション----------*/	
.box{
	line-height:135%;
}
.box p span{
	font-size:20px;
}
.box a {
	font-size:12px;
}

.no_responsive .box p span{
	font-size: 24px;
}

.no_responsive .box a {
	font-size: 14px;
}

/*----------スタッフ----------*/
.staff_box{
	width:40%;
	margin:4.6%;
	}
/*----------グッズ----------*/
.goods th{
	width:170px;
	}
.elujuda_all{
	margin:100px 0px 40px;
	text-align:center;
}
.elujuda_all th{
	display:block;
	margin:auto;
}
.elujuda_logo{
	width:70%;
}
.elujuda_all td{
	display:block;
}
}

@media only screen and (max-width: 480px) {
	
/*----------共通----------*/
h4{
	font-size:28px;
}
.main{
	padding-left:15px;
	padding-right:15px;
	}
.no_responsive .logo {
	width: inherit;
}
/*----------ヘッダー----------*/
.header{
	text-align:center;
	margin-top:10px;
}

.no_responsive .header {
	text-align: left;
}

h1{
	float:none;
	font-size:10px;
}
/*----------インデックス----------*/
.concept_text h2{
	text-align:left;
	font-size:24px;
	letter-spacing:2px;
	}
.concept_text{
	width:100%;
	margin:60px 0px 75px;
	letter-spacing:1px;
	font-size:13px;
	line-height:190%;
	text-align:left;
	}	
.concept_text br{
	display:none;
}
.index_left{
	width:100%;
	}
.index_right{
	width:100%;
	}
h3{
	font-size:18px;
	background-color:#EB6100;
	color:#FFF;
	padding:2% 0%;
}
.index_information{
	font-size:13px;
	letter-spacing:0px;
	}
.index_information dd{
	padding-left:100px;
	margin-bottom:5px;
	}
.facebook_link{
	margin:auto;
}
.map{
	margin:auto;
}
.place{
	font-size:13px;
}
.shopdata{
	font-size:13px;
	letter-spacing:0px;
}


/*----------メニュー----------*/
.menu_left{
	width:100%;
	}
.menu_right{
	width:100%;
	}
.menu_figure th, .menu_figure td{
	font-size:13px;
	}
.menu_figure th.osusume_text{
	font-size:11px;
	}
/*----------スタッフ----------*/
.staff_box{
	display:block;
	width:100%;
	text-align:center;
	margin:0px;
	}
.staff_box img{
	width:60%;
	}

}
/* ---------------------------------------サンプル-------------------------------------------- */

.sample {	
	color: #FF0004; 		/* 色を指定 */
	font-size: 14px;		/* フォントサイズを指定 */
	text-align: center;		/* 文字を位置を揃える（centerで中央・leftで左揃え・rightで右揃え）*/	
	width: 200px;			/* 幅を指定 */
	float: left;			/* 要素を左に寄せる（rightで右に寄せる） */
	margin-top: 10px;		/* 要素の外側（上）に余白を開ける */
	margin-bottom: 10px;	/* 要素の外側（下）に余白を開ける */
	margin-right: 10px;		/* 要素の外側（右）に余白を開ける */
	margin-left: 10px;		/* 要素の外側（左）に余白を開ける */
	padding-top: 10px;		/* 要素の内側（上）に余白を開ける */
	padding-bottom: 10px;	/* 要素の内側（下）に余白を開ける */
	padding-right: 10px;	/* 要素の内側（右）に余白を開ける */
	padding-left: 10px;		/* 要素の内側（左）に余白を開ける */
	border: 1px solid #000000;/* 要素を線で囲む（線の太さ・線の種類・線の色） */
	border-bottom: 1px dotted #000000;/* 要素の下に線を引く（border-rightとかで右に線を引く） */
	line-height: 1em; /* 行間 */
}

/* ------------------------------------------------------------------------------------------ */


/*----------全　体----------*/	

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#4C4948;
	letter-spacing:0.1em;
	margin:0px;
	line-height:160%;
	}
img{
	max-width:100%;
	height: auto;
	}
p{
	margin-bottom:0px;
	margin-top:0px;
	}
	h1,h2,h3,h4,h5,h6{
	margin:0px;
	}
.no_responsive .wrapper {
	width:980px;
}

.telnumber a {
	color: #666;
	text-decoration: none;
}	
	
/*----------ヘッダー----------*/	
.wrapper{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	}
.logo{
	width:360px;
	margin:2px 0px 0px;
	}
.reservation{
    width:150px;
    float:right;
    margin:2px 2px 2px 2px;
}
h1{
	font-size:12px;
	float:right;
	font-weight:normal;
    clear: both;
	}
.main_img{
	margin:10px 0px 15px;
	}
/*----------ナビゲーション----------*/	
.nav{
	width: 100%;
	text-align: center;
	}
.box{
	display: inline-block;
	margin:2% 1% 2%;
	}
.box p span{
	font-size:24px;
	margin-bottom:0px;
	margin-top:0px;
	line-height:0px;
	font-weight:bold;
	}
.box a {
	text-decoration:none;
	color:#898989;
	}
.box a:hover {
	color:#CDCACA;
	}
.reserve a {
	text-decoration:none;
	color:#EB6100;
	}
.reserve a:hover {
	color:#FFAF78;
	}

.flashing {
	display: inline-block;
	background-color: #eb6100;
	color: #FFF;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 1em;
	border-radius: 2px;
	margin-bottom: 5px;
}

.sub_text {
	color: #ad5317;
	font-size: 15px;
	line-height: 1.3em;
}

/*----------共通----------*/
h4{
	font-size:35px;
	color:#EB6100;
	text-align:center;
	margin-bottom:40px;
	margin-top:40px;
	}
/*----------インデックス----------*/
.concept_text{
	font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 190%;
    margin: 50px auto 130px;
    max-width: 780px;
    text-align: center;
	}	
.concept_text h2{
	border-bottom: 1px dotted #eb6100;
    color: #eb6100;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 220%;
    margin-bottom: 16px;
    text-align: center;
	}
.index_left{
	float:left;
	width:42%;
	}
.information{
	margin-bottom:70px;
	}
h3{
	font-size:24px;
	letter-spacing:3px;
	margin-top:0px;
	margin-bottom:30px;
	color: #EB6100;
	text-align:center;
	}
.index_information{
	overflow:scroll;
	overflow-x:hidden;
	height:170px;
}
.index_information dt{
	float:left;
	}
.index_information dd{
	margin-left:0px;
	padding-left:120px;
	margin-bottom:10px;
	text-align:justify;
	padding-right:10px;
	}
.facebook{
	margin:50px 0px 70px;
	}
.index_right{
	float:right;
	width:48%;
	}
.shop p{
	line-height:35px;
	}
.name{
	font-size:19px;
	font-weight:bold;
	}
.tel{
	color:#FFFFFF;
	background-color:#2F2725;
	font-size:18px;
	border-radius:5px;
	padding:1px 6px;
	font-weight:bold;
	vertical-align:middle;
	}
.telnumber{
	font-weight:bold;
	font-size:25px;
	vertical-align:middle;
	padding-left:5px;
	}
.place{
	line-height:18px;
	}
.shopdata{
	border-top: 1px solid #B5B5B6;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
		}
.shopdata dd{
	margin-left:0px;
	padding-left:80px;
	padding-top:2px;
	padding-bottom:2px
	}
.shopdata dt{
	float:left;
	padding-top:2px;
	padding-bottom:2px
	}
.www{
	letter-spacing:0.65em;
	float:left;
	padding-top:2px;
	padding-bottom:2px
	}
.clear{
	clear:both;
	}
.map iframe {
		width: 100%;
	}
	
	
/*----------メニュー----------*/
.menu_h4text{
	font-size:12px;
	color:#4C4948;
	font-weight:normal;
	}
.menu_inoa{
	text-align:center;
	float:none;
    margin-bottom:70px;
	}
.menu_inoa span{
    display: inline-block;
    font-size: 20px;
    padding: 10px;
}

.menu_service_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.menu_service{
    text-align: center;
	width:100%;
    padding: 0;
    margin-bottom:70px;
}

.menu_service th h3{
    padding-bottom:20px;
	margin-bottom: 0;
    font-size:20px;
}

.menu_service th p{
    border-bottom:#4C4948 1px solid;
	padding-bottom: 20px;
}

.menu_service_box01 td span {
	font-size: 10px;
}

.menu_service p{
    padding-bottom:10px;
}
.menu_left{
	width:45%;
	text-align:center;
	float:left;
	}
.menu_title{
	padding-bottom:20px;
	margin-bottom:8px;
	font-size:12px;
	border-bottom:#4C4948 1px solid;
	}
.menu_title span{
	font-size:20px;
	}
.menu_box{
	margin-bottom:70px;
	}
.menu_figure{
	width:100%;
}
.menu_figure th{
	width:75%;
	font-size:16px;
	text-align:left;
	color:#4C4948;
	font-weight:normal;
	padding:8px 0px;
	vertical-align:middle;
	}
.menu_figure td{
	width:25%;
	font-size:16px;
	text-align:right;
	font-weight:normal;
	}
.menu_right{
	width:45%;
	text-align:center;
	float:right;
	}
.menu_figure th.osusume_text{
	font-size:13px;
	}

.menu_concept {
	font-size: 16px;
	color: #EB6100;
	margin-top: 17px;
}

.goods .menu_concept + p {
	padding-top: 5px;
}

.goods .menu_recommend {
	border: 1px solid #EB6100;
	color: #EB6100;
	padding: 10px;
	display: inline-block;
}

/*----------スタッフ----------*/
.staff_box{
	vertical-align:top;
	display:inline-block;
	width:26%;
	margin:0px 3.3%;
	padding-bottom:80px;	
	}
.staff_box img{
	width:100%;
	}
.staff_name{
	text-align:center;
	line-height:190%;
	padding:15px 0px;
}
.staff_name p{
	font-size:12px;
	}
.staff_name span{
	font-size:20px;
	font-weight:bold;
	}
.staff_name strong{
	color:#9FA0A0;
	text-align:center;
	font-size:13px;
	}
.staff_prof{
	text-align:left;
	width: 100%;
	border-top:#EB6100 1.5px dotted;
	}
.staff_prof th{
	padding:12px 0px;
	width:25%;
	font-size:10px;
	line-height:120%;
	border-bottom:#EB6100 1.5px dotted;
	}
.staff_prof td{
	width:75%;
	font-size:14px;
	font-weight:normal;
	border-bottom:#EB6100 1.5px dotted;
	padding-left:10px
	}
.comment{
	text-align:justify;
	font-size:12px;
	padding:6px 0px;
	border-bottom:#EB6100 1.5px dotted;
	}
	

.comment_assi {
	text-align:justify;
	font-size:12px;
	padding:6px 0px;
	border-top:#EB6100 1.5px dotted;
	border-bottom:#EB6100 1.5px dotted;
	}
/*----------グッズ----------*/
.goods th{
	padding:20px;
	width:150px;
	border-bottom: 1px solid #eee;
	}
.goods td{
	vertical-align:top;
	padding:20px;
	border-bottom: 1px solid #eee;
	}
.goods p{
	padding-top:20px;
	font-size:12px;
	}
.jemilefran_all{
	margin:100px 10px 40px;
}
.jemilefran_all p{
	padding-top:20px;
	}
.jemilefran_all th{
	width:60%;
}
.jemilefran_all td{
	padding-left:50px;
	font-size:12px;
}
.jemilefran_all td span{
	font-size:14px;
}
.elujuda_all{
	margin:100px 10px 40px;
}
.elujuda_all p{
	padding-top:20px;
	}
.elujuda_all th{
	width:60%;
}
.elujuda_all td{
	padding-left:50px;
	font-size:12px;
}
.elujuda_all td span{
	font-size:14px;
}
.goods_elujuda{
	display:inline-block;
	vertical-align:top;
	width:43%;
	float:left;
	padding:3%;
}
.goods_elujuda_img{
	width:130px;
	float:left;
}
.goods_elujuda_text{
 font-size:12px;
 overflow:hidden;
}
.goods_elujuda_text_title{
	font-size:14px;
	padding-bottom:20px;
}
/*----------採用情報----------*/
.recruit_text{
	width:80%;
	margin:5px auto 100px;
}
.recruit_text th{
	background-color:#f5dac1;
	padding:15px;
	width:80px;
}
.recruit_text td{
	padding:15px;
}
.part{
	width:80%;
	margin:0px auto;
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
	border-bottom:#898989 1px solid;
	margin-bottom:25px;
}
.part span{
	color:#9fa0a0;
	font-weight:normal;
	font-size:14px;
}
.recruit_top{
    text-align:center;
    margin-bottom:25px;
}

/*----------フッター----------*/	
.footer{
	margin-top:50px;
	background-color:#EB6100;
	text-align:center;
	padding:10px 0px 5px;
	line-height:18px;
	}
.footer img{
	width:100px;
	margin-top:0px;
	}
.footer p{
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:0em;
	text-align:center;
	margin:0px;
	}




/*----------------------------------------*/	


	@media only screen and (max-width: 768px) {
/*----------メニュー----------*/
/*----------ヘッダー----------*/
.logo{
	width:150px;
	}
.main_img{
	margin-bottom:20px;
}
.no_responsive .logo {
	width: inherit;
}      
.reservation {
    width: 80px;
}
/*----------ナビゲーション----------*/	
.box{
	line-height:135%;
}
.box p span{
	font-size:20px;
}
.box a {
	font-size:12px;
}

.no_responsive .box p span{
	font-size: 24px;
}

.no_responsive .box a {
	font-size: 14px;
}

/*----------スタッフ----------*/
.staff_box{
	width:40%;
	margin:4.6%;
	}
/*----------グッズ----------*/
.goods th{
	width:170px;
	}
.elujuda_all{
	margin:100px 0px 40px;
	text-align:center;
}
.elujuda_all th{
	display:block;
	margin:auto;
}
.elujuda_logo{
	width:70%;
}
.elujuda_all td{
	display:block;
}
}

@media only screen and (max-width: 480px) {
	
/*----------共通----------*/
h4{
	font-size:28px;
}
.main{
	padding-left:15px;
	padding-right:15px;
	}
.no_responsive .logo {
	width: inherit;
}
/*----------ヘッダー----------*/
.header{
	text-align:center;
	margin-top:10px;
}

.no_responsive .header {
	text-align: left;
}

h1{
	float:none;
	font-size:10px;
}
/*----------インデックス----------*/
.concept_text h2{
	text-align:left;
	font-size:24px;
	letter-spacing:2px;
	}
.concept_text{
	width:100%;
	margin:60px 0px 75px;
	letter-spacing:1px;
	font-size:13px;
	line-height:190%;
	text-align:left;
	}	
.concept_text br{
	display:none;
}
.index_left{
	width:100%;
	}
.index_right{
	width:100%;
	}
h3{
	font-size:18px;
	background-color:#EB6100;
	color:#FFF;
	padding:2% 0%;
}
.index_information{
	font-size:13px;
	letter-spacing:0px;
	}
.index_information dd{
	padding-left:100px;
	margin-bottom:5px;
	}
.facebook_link{
	margin:auto;
}
.map{
	margin:auto;
}
.place{
	font-size:13px;
}
.shopdata{
	font-size:13px;
	letter-spacing:0px;
}


/*----------メニュー----------*/
.menu_left{
	width:100%;
	}
.menu_right{
	width:100%;
	}
.menu_figure th, .menu_figure td{
	font-size:13px;
	}
.menu_figure th.osusume_text{
	font-size:11px;
	}
/*----------スタッフ----------*/
.staff_box{
	display:block;
	width:100%;
	text-align:center;
	margin:0px;
	}
.staff_box img{
	width:60%;
	}

}
@media screen and (max-width:1024px){
	.menu_service_box {
		display: block;
	}
	.menu_service_box01 {
		width: 100%;
		margin: 0 auto;
	}
	.menu_service_box02 {
		width: 100%;
		margin: 0 auto;
	}
}
