@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-justify: inter-ideograph;
	margin: 0px;
	padding: 0px;
	height:100%;
	width: 100%;
	border-collapse:collapse;
}
a:link {
	text-decoration:none;
	color: #000;
	font-style: normal;
}
a:hover {
	text-decoration:none;
	color: #333;
	font-style: normal;
	opacity: 0.8;
}

/**ヘッダー*************************************/
.header {
	min-height: 85px;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	display: table;
	clear: both;
}
.header img {
	width: 100%;
	height: 100%;	
}
.header #h_nav {
	height: 16px;
	padding: 5px 10px;
	margin-right: 5px;
	max-width: 980px;
	text-align: right;
}
.header #h_nav p {
	float: left;
}
.header #h_nav a {
	text-decoration:none;
	font-size: 100%;
	line-height: 15px;
}
.header #h_nav ul li {
	float: right;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	clear: none;
	line-height: 15px;
}
.header #h_nav li+ li {
  border-right: 0;
  border-left: 1px solid #000;
}




.header #logo {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}
.header #h_contact {
	clear: right;
	float: right;
	margin-top: 5px;
}
.header #nav {
	display:block;
	margin: 10px auto 0px;
	width: 100%;
}

.right {
    float: right;
    margin-left: 1em;
}
.slider {
	width:100%;
}
.slider img{
  width: 100% !important;
  height: auto !important;
}


/**ナビ横幅　中央揃*************************************/
.navi_c {
	width:700px;
	margin:0 auto;
}



/**コンテンツ*************************************/
.contents {
	overflow: hidden;
	margin: 10px auto 50px auto;
	max-width: 1000px;
	width: 100%;
	min-height: 150px;
}
.contents img {
	padding: 0px;
	height: auto;
}
.contents #title {
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #810c08;
	text-decoration: none;
	text-align: center;
	height: 40px;
	width: 370px;
	border-bottom: 1px solid #810c08;
	margin:50px auto 20px;
}
.contents .item {
	max-width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
.contents .item img {
	width: 100%;
	height:auto;
}
.contents .item2 {
	background: #f0e8dc;
	margin: 10px;
	max-width: 480px;
	float: left;
}
.contents .item2 ul {
	width:400px;
	margin:0 auto;
	padding: 15px 0 30px 0;
}
.contents .item2 ul li {
	list-style: none;
	text-decoration: none;
	float: left;
	border-left: 1px solid #000;
	padding:0 8px;
	font-size: 14px;
	line-height:15px;
}
.contents .itemtxt ul li a {
	font-size: 14px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	line-height:15px;
}
.contents .item2 ul li a:hover {
	color: #F00;
}
.contents .itemtxt {
	width:380px;
	margin:0 auto;
	padding: 15px 0;
	font-size: 14px;
}
.contents .itemlink {
	background: url(../img/backred.jpg) no-repeat;
	padding: 15px 0 0;
	height: 40px;
	width: 300px;
	text-align: center;
	margin:5px auto 15px auto;
}
.contents .itemlink a {
	font: bold 130% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	display: block;
}
.contents .news {
	width: 700px;	
	margin:0 auto;
}
.contents .news .day {
	margin:0 13px 0 -75px;
	}
.contents .news ul {
	
}
//.contents .news ul li {
//	list-style: none;
//	margin:10px 0 10px 50px;
//}

.map {
	width: 100%;
	max-height:400px;
}

.shop {
	text-align: left;
	height: auto;
	max-width: 1000px;
	clear: right;
	margin: 30px 0;
	padding: 15px;
}
.shop img {
	float: left;
}
.shop p {
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	font-size: 15px;
}


#clear {
	clear: both;
	
}

#topjump {
	position: fixed;
	bottom: 30px;
	right: 5%;
	opacity: 0.5;
	clear: left;
	display: block;
}

/*個別ページ*/
.center {
	margin:0 auto 20px auto;
	max-width:1000px;
	text-align:center;
}
.center img {
	max-width:100%;
	height:auto;
}
.contents #titleimg {
	min-height: 65px;
	max-width:100%;
	object-fit: cover;/*高さに合わせてはみ出し画像を中央表示*/
}
.center2 {
	margin:50px auto 20px auto;
	max-width:1000px;
}
.center2 img {
	width:100%;
	height:auto;
}

.contents .txtL {
	padding: 10px 20px;
	float: left;
	clear: left;
	font-size: 130%;
	width: 700px;
	line-height: 30px;
}
.contents .imgR {
	float: left;
	margin:20px auto 50px auto;	
}

/*横3列*/
.one_third {
	width:330px;
	float: left;
	margin-right: 3px;
}
.one_third p {
	font-size: 115%;
	line-height: 25px;
	padding: 0 10px 30px 10px;
}
.one_third .link {
	margin:-5px 0 0 0;
}
.contents .fontstrong {
	font-size: 140%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	max-width: 1000px;
	margin: 0 15px;
}
.contents .font700px {
	max-width: 700px;
	margin:10px auto 20px auto;
	font-size: 120%;
	line-height: 28px;
	overflow: hidden;
	clear: left;
	padding: 0 15px;
}
.contents .tbtitle {
	font-size: 130%;
	max-width: 700px;
	margin:10px auto 0 auto;
	clear:left;
}
.contents .tbtitle1 {
	font-size: 130%;
	max-width: 700px;
	margin:10px auto 80px auto;
	clear:left;
}
.contents .tbtax {
	line-height: 25px;
	text-align: right;
	max-width: 700px;	
	margin:0 auto;
}
.contents table {
	max-width:700px;
	margin:0 auto 70px auto;
	border: solid 1px #000;
	border-collapse: collapse;
}
.contents table tr td {
	border: solid 1px #000;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
	font-size: 120%;
}
.contents .linkbar {
	max-width:620px;
	margin:0 auto 50px auto;
	overflow:hidden;
}
.contents .linkbar p a {
	max-width:650px;
	font-size: 130%;
	line-height: 50px;
	font-weight: bold;
	background: url(../img/itemlink.jpg) no-repeat;
	text-align: center;
	color: #FFF;
	height: 50px;
	width: 300px;
	float:left;
	margin:5px;
}
.contents .linkbar #stay {
	max-width:650px;
	font-size: 130%;
	line-height: 50px;
	font-weight: bold;
	background: url(../img/itemlinkstay.jpg) no-repeat;
	text-align: center;
	color: #810c08;
	height: 50px;
	width: 300px;
	float:left;
	margin:5px;
}
.contents .linkbar a {
	float:left;
	margin:5px;
	font-size: 130%;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
}
.inkan_01{
	text-align:center;
}
.inzai{
	text-align:center;
	margin:30px auto;
}
.inzai1{
	text-align:center;
	margin:30px auto 70px auto;
}
/*店舗概要*/
.contents .shop table {
	max-width:700px;
	margin:0 auto 50px auto;
	border-style: none;
}
.contents .shop table tr td {
	padding: 10px;
	font-size: 120%;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.contents .shop table tr td li {
	list-style: none;
	padding: 10px;	
}
.contents .shopparking {
	max-width:840px;
	text-align:left;
	margin:0 auto;
}
.contents .shopparking img {
	margin:10px;
}

/**フッター**/
.footer {
	width: 100%;
	height: auto;
	margin: 15px auto 0;
	background: #af9a7a url(../img/footerback.jpg) repeat;
	display: table;
	clear: left;
}
.footer #nav {
	margin: 20px auto;
	clear: right;
	max-width: 1000px;
	display: table;
	height: 20px;
}
.footer #nav ul li {
	padding: 5px 0px 5px 25px ;
	float: left;
	list-style: none;
}
.footer #nav ul li a {
	text-decoration:none;
	color: #FFF;
	font-size: 110%;
}
.footer #txt {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
	background: #FFF;
	padding: 10px 0;
}
.footer #copy {
	width: 100%;
	height: auto;
	text-align: center;
	background: #af9a7a url(../img/footerback.jpg) repeat;
	padding: 3px 0;
	color: #FFF;
	font-size: 100%;
	border-top: 2px solid #810c08;
}



@media (max-width : 480px ){
	.hide-n{display:none;}
	.arrival_n{display:none;}
	.width_n{width:340px !important;}
}

@media screen and (min-width : 481px ) and (max-width : 980px ){
	.hide-m{display:none;}
	.arrival_m{display:none;}
	.width_m{width:340px !important;}
}

@media screen and (min-width : 981px ){
	.hide-w{display:none;}
}
@media print{
	.hide-p{display:none;}
}



/*ここまでのCSSで使っていないものもあります*/



/*ここから下のCSSは現在使っていません*/
.store table {
	width: 90%;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 110%;
}
.store table #lb {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
.store table #c {
	text-align: center;
}
.store table #b {
	font-size: 110%;
	font-weight: bold;
	text-indent: 10px;
}
.store th {
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
.store td {
	border-bottom: #fff 4px solid;
	border-right: #fff 2px solid;
	text-align: left;
	padding: 13px;
	vertical-align: middle;
	background: #E3E3E3;
}
.store table ul li {
	margin-left: 15px;
	list-style: circle;
}


.comp table {
	width: 80%;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	font-size: 100%;
	text-align: left;
}
.comp table #lb {
	font-size: 110%;
	font-weight: bold;
	background: #E3E3E3;
	line-height: 40px;
	padding: 0 15px;
}
.comp table #l {
	font-size: 100%;
	background: #E3E3E3;
	line-height: 26px;
	padding: 0 15px;
}
.comp th {
	text-align: left;
	padding: 0 15px;
	font-weight: normal;
}
.comp td {
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	padding: 0 15px;
}
.comp table ul li {
	margin-left: 15px;
	list-style: circle;
}
.contents #subtgreen {
	font: bold 150%/80px sans-serif;
	color: #FFF;
	background: #090;
	text-align: center;
	max-width: 500px;
	margin: 20px auto 15px;
	width: 90%;
}
.contents #subtgry {
	font: bold 120%/30px sans-serif;
	background: #E3E3E3;
	text-align: center;
	max-width: 800px;
	margin: 20px auto 15px;
	width: 100%;
}
.contents #link {
	font: bold 120%/45px sans-serif;
	max-width: 500px;
	height: 45px;
	margin: 3px auto;
	background: #E3E3E3;
	text-indent: 5%;
}
.contents #link a {
	font: bold 120%/45px sans-serif;
	text-decoration: none;
}


.contents #recruit img {
	padding: 0px;
	max-width: 100%;
	height: 100%;
	text-align: center;
	background: #999;
	margin:0 auto;
}
.contents #top {
	background: #f7f9f4;
	height: 100px;
	width: 100%;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.contents #top p {
	width: 100%;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
}




.contents .recruit_R {
	padding: 0px;
	max-width: 999px;
	width: 100%;
	min-height: 400px;
	background: #f7f9f4 url(../img/recruitback_R.jpg) no-repeat left;
	display: block;
	text-align: right;
	height: auto;
	overflow: hidden;
}
.contents .recruit_R #sercle {
	padding: 0px;
	max-width: 370px;
	display: block;
	text-align: center;
	margin-top: -80px;
}
.contents .recruit_R h1 {
	max-width: 370px;
	display: block;
	text-align: center;
	font: bold 130%/19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
}
.contents .recruit_R h2 {
	max-width: 340px;
	display: block;
	text-align: center;
	font: bold 120% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
}
.contents .recruit_R #txt {
	padding: 15px;
	max-width: 340px;
	display: block;
	background: #fff;
	text-align: left;
	margin: 100px 5% 20px 10%;
	float: left;
}
.contents .recruit_R #photo {
	width: auto;
	margin: 0 30px 0 10%;
	float: left;

}






.contents .recruit_L {
	padding: 0px;
	max-width: 999px;
	width: 100%;
	min-height: 400px;
	background: #f7f9f4 url(../img/recruitback_L.jpg) no-repeat right;
	display: block;
	text-align: right;
	height: auto;
}
.contents .recruit_L #sercle {
	padding: 0px;
	max-width: 370px;
	display: block;
	text-align: center;
	margin-top: -80px;
}
.contents .recruit_L h1 {
	max-width: 370px;
	display: block;
	text-align: center;
	font: bold 130%/19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
}
.contents .recruit_L h2 {
	max-width: 370px;
	display: block;
	text-align: center;
	font: bold 120% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
}
.contents .recruit_L #txt {
	padding: 15px;
	max-width: 370px;
	display: block;
	background: #fff;
	text-align: left;
	margin: 100px 10% 20px 5%
	;
	float: right;
}
.contents .recruit_L #photo {
	width: auto;
	margin: 0 10% 0 30px;
	float: right;
}


.contents .policy h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 20px 0 10px;
}
.contents .policy #pmenu {
	width: 100%;
	text-align: center;
	max-width: 700px;
	margin: 20px auto;
	overflow: hidden;
}
.contents .policy #pmenu li {
	float: left;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	color: #090;
	text-decoration: none;
	padding: 0 15px;
	border-right: 1px solid #090;
}

.contents .policy #pmenu a { 
	font-size: 110%;
	font-weight: bold;
	color: #090;
	text-decoration: none;
}
.contents .policy #ptext {
	max-width:750px;
	margin: 0 auto;
	padding: 0 15px 30px 15px;
}
.contents .policy #ptext ul li {
	margin: 0 0 10px 20px;
}
.contents .policy #ptext ol li {
	margin: 0 0 10px 20px;
}
.contents .policy #ptext p {
	font-size: 120%;
	line-height: 30px;
	font-weight: bold;
	margin-top: 15px;
}
.contents .policy #sign {
	padding: 0 10px 0 0;
	overflow: hidden;
	max-width: 100%;
	text-align: right;
}
/*リスト括弧数字
.policy ol #list_parentheses{
  padding:0 0 0 2em#
  margin:0;
}
 
.policy ol #list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.policy ol #list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}*/

.contents .sitemap #b {
	font-weight: bold;
}
.contents .sitemap {
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
	padding: 15px;
}
.contents .sitemap .inner {
	width: 310px;
	float: left;
	margin: 50px 30px;
	display: block;
	font-size: 110%;
	line-height: 40px;
}
.contents .sitemap .inner ul li {
	font-size: 110%;
	text-indent: 10px;
	list-style: none;
	border-bottom: 1px solid #E3E3E3;
}
.contents .sitemap .inner ul li a {
	font-size: 110%;
	line-height: 40px;
}

/*ここまでのCSSは現在使っていません*/
