@charset "UTF-8";
/* ---------------------------------------

			全デバイス共通

--------------------------------------- */
/* --------------------------
	body
-------------------------- */
body {
	background-image: url(../img/backimg_sd_main.gif);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","ＭＳ Ｐゴシック",Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.61;
}

/* --------------------------
	装飾
-------------------------- */
a {
	color: #0C8346;
	text-decoration: underline;
}
a:hover {
	color: #96CE22;
	text-decoration: underline;
}

.notice {
	font-size: 13px;
	line-height: 1.5;
}

.right {text-align: right;}

strong {font-weight: bold;}

p {margin-bottom: 0.2em;}

#main a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#sub a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
footer a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/* --------------------------
	写真サイズ
-------------------------- */
img {
    max-width: 100%;
    height: auto;
}
.pic img {
	max-width: 280px;
	height: auto;
}
.picimg{
	text-align:center;
	vertical-align:middle;
}
.side_cen {
	width: 165px;
	margin: 0 auto;
}
.cen {text-align:center;}
.sen {border: 1px solid #ccc;}


/* --------------------------
	header
-------------------------- */
header {
	text-align: center;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../img/backimg_sd_hed.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 145px;
	margin-top: 0px;
	padding-top: 0px;
	width:100%;
}

header .body .pc {
	width: 976px;
	margin: 0 auto;
}
header .body .sp {
	display: none;
}
.sp .box1 {
	margin-top: 18px;
}
.sp .box2 {
	margin-top:8px;
}

.wrap {
	width: 976px;
	margin: 0 auto;
}

.pd24 {
	padding:10px 0 8px;
}
header .box1 {
	width: 100%;
	text-align: center;
}
h1:before {margin-right: 6px;}
h1 {
	font-size: 12px;
	color: #FFF;
	line-height: 1;
	margin:0;
	padding:0;
}
header .box2 {
	width: 100%;
	text-align: center;
}
.box2 .right {text-align: center;}

/* --------------------------
	グローバル　ナビ
-------------------------- */
nav.sp {
	width: 100%;
	box-shadow: 0px 0px 3px 0px rgb( 90, 90, 90 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #316918), color-stop(0.00, #428D21));
	background: -webkit-linear-gradient(#428D21, #316918);
	background: -moz-linear-gradient(#428D21, #316918);
	background: -o-linear-gradient(#428D21, #316918);
	background: -ms-linear-gradient(#428D21, #316918);
	background: linear-gradient(#428D21, #316918);
	border-top: 1px solid #eee;
}

nav.sp li {
	float: left;
	width: 49%;
	border-bottom: 1px solid #eee;
}

nav.sp li:nth-child(odd) {
	width: 50.5%;
	border-right: 1px solid #eee;
}

nav.sp li:last-child {
	border-bottom: none;
}

nav.sp li a {
	text-align: center;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #316918), color-stop(0.00, #428D21));
	background: -webkit-linear-gradient(#428D21, #316918);
	background: -moz-linear-gradient(#428D21, #316918);
	background: -o-linear-gradient(#428D21, #316918);
	background: -ms-linear-gradient(#428D21, #316918);
	background: linear-gradient(#428D21, #316918);
	color: #fff;
	padding: 12px 2px;
}

nav.sp li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #428D21), color-stop(0.55, #316918));
	background: -webkit-linear-gradient(top, #316918 55%, #428D21 100%);
	background: -moz-linear-gradient(top, #316918 55%, #428D21 100%);
	background: -o-linear-gradient(top, #316918 55%, #428D21 100%);
	background: -ms-linear-gradient(top, #316918 55%, #428D21 100%);
	background: linear-gradient(to bottom, #316918 55%, #428D21 100%);
}

nav a {
	text-decoration: none;
}
nav a:hover {
	text-decoration: none;
}


.pc {display: none;}

/* --------------------------
	コンテンツ　ナビ（ショップ）
-------------------------- */
.c_nav {
	width: 100%;
	/*background-color:#F8F8F8;*/
	/*background-color:#23993A;*/
	background-color:#81B11B;
	border: 1px solid #fff;
	margin-bottom:26px;
}

.c_nav li {
	float: left;
	width: 49%;
	border-bottom: 1px solid #fff;
}

.c_nav li:nth-child(odd) {
	width: 50.5%;
	border-right: 1px solid #fff;
}

.c_nav li:last-child {
	border-bottom: none;
}

.c_nav li a {
	text-align: center;
	display: block;
	/*background-color:#f6f6f6;*/
	/*background-color:#23993A;*/
	background-color:#81B11B;
	color: #FFF;
	padding: 12px 2px;
}

.c_nav li a:hover {
	color:#FFF;
	background-color:#93CB1F;
}

.c_nav a {
	text-decoration: none;
}
.c_nav a:hover {
	text-decoration: none;
}

/* --------------------------
	コンテンツ　ナビ（フロアマップ）
-------------------------- */
.f_nav {
	width: 100%;
	/*background-color:#F8F8F8;*/
	/*background-color:#23993A;*/
	background-color:#81B11B;
	border: 1px solid #fff;
	margin-bottom:26px;
}

.f_nav li {
	float: left;
	width: 49%;
	border-bottom: 1px solid #fff;
}

.f_nav li:nth-child(odd) {
	width: 50.5%;
	border-right: 1px solid #fff;
}

.f_nav li:last-child {
	border-bottom: none;
}

.f_nav li a {
	text-align: center;
	display: block;
	/*background-color:#f6f6f6;*/
	/*background-color:#23993A;*/
	background-color:#81B11B;
	color: #FFF;
	padding: 12px 2px;
}

.f_nav li a:hover {
	color:#FFF;
	background-color:#93CB1F;
}

.f_nav a {
	text-decoration: none;
}
.f_nav a:hover {
	text-decoration: none;
}

/* --------------------------
	h2　見出し
-------------------------- */
.page {
	padding: 1em 0 0;
	text-align: center;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../img/backimg_sd_ttl.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 156px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	width: 100%;
}
.topicpath {
	width: 90%;
	margin: 0 auto;
	font-size:10px;
	text-align: left;
}
.topicpath ol li {
	/* liを横並び＆ブレットを消す */
    display: inline;
	list-style-type: none;
	color: #CCC;
}

.topicpath ol li a {
    background-image: url(../img/topicpath.gif);
    background-position: center right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.page h2 {
	font-size: 30px;
	color: #333;
	background: url(../img/ttl_line.gif) center bottom no-repeat;
	margin: 12px 0;
}
.page a {
	color: #008556;
}
.page a:hover {
	color: #7DAC1C;
}
.eng {
	font-size:14px;
}

/* --------------------------
	コンテンツ
-------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto 60px;
}

#main {
	width: 95%;
	margin: 0 auto;
}

#sub {
	width: 95%;
	margin: 0 auto;
}

/* --------------------------
	#main
-------------------------- */
/* bg指定 */
.content,
.shopnews,
.news {
	padding: 18px 22px 30px;
	margin-bottom: 24px;
	border: 1px solid #bdbab3;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 0px 1px 0px rgb( 183, 180, 180 );
}
.sidebar {
	padding: 12px 10px 36px 10px;
	margin-bottom: 20px;
	border: 1px solid #bdbab3;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 0px 1px 0px rgb( 183, 180, 180 );
}

/* コンテンツ部分 */
.content {
	margin-top: 40px;
}

.content h2 {
	margin-bottom: 12px;
	font-size: 30px;
	color: #2c8405;
	background: url(../img/h2-bg.png) left bottom no-repeat;
}

#icon_box {
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 0 0 26px;
}


.sidebar.sp h2 {
	margin-bottom: 20px;
}
.sidebar h2 {
	margin-bottom: 16px;
	text-align: center;
	background-image: url(../img/left_ttl_bgimg.jpg);
	color: #FFF;
	font-weight: bold;
	height: 22px;
	padding: 6px 0 2px;
	background-repeat: repeat-x;
}

.schedule h2 {
	margin-bottom: 12px;
	font-size: 18px;
	color: #2c8405;
}
.content h3 {
	list-style: none;
	background: url(../img/ttl_3.jpg) left no-repeat;
	padding: 3px 0px 3px 20px;
	text-align: left;
	font-size:24px;
	font-weight:bold;
}
.content h4 {
	font-size:18px;
	margin-bottom: 18px;
}
hr {
	border-top: 1px solid #bbb;
	margin: 20px 0;
}

.line {
	margin: 20px 0 14px;
}
.line_d {
	margin: 20px 0 14px;
	border-top: 1px dashed #ccc;
}

.photo {
	margin-bottom: 12px;
	text-align: center;
}

.photo img {
	width: auto;
	max-height: 300px;
	margin-bottom: 6px;
}

.text,
.text-only {
	margin-bottom: 1em;
}

.text-only h3:first-child {
	margin-top: 1em;
}

.text-only h3 {
	margin-top: 2em;
}


.shopnews .header {
	width: 150px;
}
.sidebar ul {
	padding-left: 0px;
}
.sidebar li {
	list-style: none;
	background: url(../img/ttl_4.jpg) left no-repeat;
	padding: 3px 0px 8px 20px;
	text-align:left;
}

ul.cate  {
	padding-left: 0px;
	font-weight:bold;
}

ul.cate a {
	color: #666;
	text-decoration: none;
}
ul.cate a:hover {
	color: #96CE22;
	text-decoration: none;
}

/*.cate ul li {
	list-style: none;
	padding: 3px 0px 3px 20px;
	text-align:left;
}*/

ul.cate li.you {
	list-style: none;
	background: url(../img/icon_you.jpg) left no-repeat;
	padding: 10px 0px 14px 60px;
	text-align:left;
	height: auto;
}
ul.cate li.wa {
	list-style: none;
	background: url(../img/icon_wa.jpg) left no-repeat;
	padding: 10px 0px 10px 60px;
	text-align:left;
	height: auto;
}
ul.cate li.ajia {
	list-style: none;
	background: url(../img/icon_ajia.jpg) left no-repeat;
	padding: 10px 0px 14px 60px;
	text-align:left;
	height: auto;
}
ul.cate li.hoka {
	list-style: none;
	background: url(../img/icon_hoka.jpg) left no-repeat;
	padding: 10px 0px 3px 60px;
	text-align:left;
	height: auto;
}


.last {margin-bottom:0;}
.search li {
	list-style: none;
	background: none;
	padding: 0 0 10px;
}


.ttl5 {
	background: url(../img/ttl_5.jpg) left no-repeat;
	padding: 0px 0px 0px 10px;
	margin-bottom: 12px;
	font-weight: bold;
}
.check {
	margin-bottom:30px;
}
.check td {
	padding-right:6px;
}
.mb_30 {margin-bottom:30px;}


/* アコーディオンメニュー
----------------------------------------------------------- */
#menu,
.sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}
#menu{
	width: 165px;
	margin: 0 auto;
}
.main_menu{
	cursor:pointer;
	width:165px;
	height:35px;
}
.sub_menu li{
	padding:13px 10px 0;
	width:auto;
	height:auto;
}

/* チェックボックス
----------------------------------------------------------- */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #f6f6f6;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    /*background: #00a69c;*/
	background: #8FC31F;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 条件検索機能
----------------------------------------------------------- */
#searchform2 {
	position: relative;
}

input[type="text"] {
	color: #666;
	padding: 4px 32px 4px 4px;
	width: 128px;
	height: 19px;
	border: 1px solid #ccc;
}

/* Firefox */
::-moz-placeholder {
  color: #666;
}

/* IE */
input:-ms-input-placeholder {
  color: #666;
}
#searchBtn2	{
	position: absolute;
	top: 1px;
	_top: 1px;
	left: 139px;
}
*:first-child + html #searchBtn2	{
	top: 1px;
}


/* アクセス（スマホ用） */
.sidebar .sp {

}

/* お知らせ */
.news dl {
	width: 100%;
}

.news dt {
	margin-left: 12px;
	color: #aaa;
}

.news dd {
	margin-left: 12px;
}

/*イベント*/
.e_entry {
	padding-left:22px;
}
.eve {
	border: 1px solid #ccc;
	min-width: 180px;
}

.txt {
	margin-bottom:22px;
}
.label {
	background-color:#AFAFAF;
	padding:0 10px;
	color: #FFF;
	margin-right: 10px;
}

/*イベント詳細*/
.e_img {padding-right:30px;}
.event h4 {
	margin-top:18px;
	background-color:#E7F3E5;
	padding:12px 14px;
	color: #333;
}


/*レストラン＆ショップ*/
.m_menu {
	margin-bottom:26px;
	text-align:center;
}
.m_menu td {
	border: 1px solid #ccc;
}


.tm {
	margin: 18px 0;
}
.cell {
	border: 1px solid #ccc;
	padding: 14px 34px;
	margin-bottom: 18px;
}
.lm {
	width:280px;
	height: 370px;
}
.ttl {
	background-color:#ECF9D5;
	padding:6px 18px;
	margin-bottom: 14px;
}
/*修正のため追加*/
#item {
    margin: 1.4em 0 0 0;
    padding: 0 1.4em;
}
#item dt {
    float:left;
    width: 5em;
    line-height: 1.5em;
    margin: 0 0 0.6em 0;
    font-weight:bold;
}
#item dd {
    line-height: 1.5em;
    margin: 0 0 0.6em 6em;
}
/*修正のため追加 end*/
.s_jannru {
	font-weight:bold;
	margin: 0 14px;
}
.s_basho {
	font-weight:bold;
	margin: 0 44px 14px 14px;
}
.s_icon {
	background-color:#f6f6f6;
	padding:10px 0 6px 10px;
	margin-bottom:20px;
}
.s_icon img {
	padding-right:8px;
	padding-bottom: 4px;
}
.s_icon img.last {padding-right:0;}


/*レストラン詳細*/
.ttl_s {
	background-color:#D0E7CC;
	padding:6px 18px;
	margin-bottom: 14px;
	margin-top: 18px;
	font-size: 12px;
	width:154px;
}

/*フロアマップ*/
.pd_14 {padding:14px;}

#shop_ttl{
  width: 100%;
  margin: 0 auto;
  background-color:#ECF9D5;
  margin-bottom: 14px;
}
#shop_ttl_l{
	width: 10%;
	float: left;
	background-color:#275B44;
	padding:7px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	height: auto;
}
#shop_ttl_r{
	width: 75%;
	float: right;
	padding:7px;
}
#clear{ clear: both; }


/*アクセス・駐車場*/
.print_btn a {
	float: right;
	margin: 18px 0 4px;
}
.acc {
	padding:4px;
	margin-bottom:18px;
}
.acc td {
	border: 1px solid #ccc;
	padding:4px;
	margin-bottom:18px;
}
.ttl_4 {
	list-style: none;
	background: url(../img/ttl_4.jpg) left no-repeat;
	padding: 0 0px 3px 20px;
	margin-bottom: 18px;
}
.mb_28 {margin-bottom:28px;}
.mb_18 {margin-bottom:18px;}
.mb_14 {margin-bottom:14px;}
.mb_10 {margin-bottom:10px;}
.small {font-size:10px;}
.mt_18 {margin-top:18px;}

.width td,
th {
	width: 33%;
	}

#address{
	width: 100%;
	border-collapse: collapse;
}
#address td,
#address th{
	padding: 10px;
	border: 1px solid #ccc;
}
#address th{
	font-weight: bold;
	background:#f6f6f6;
	vertical-align:top;
}
[if !IE]>>
@media only screen and (max-width:481px){
	#address{
		display: block;
	}
		#address thead{
			display: none;
		}
		#address tbody{
			display: block;
		}
			#address tbody tr{
				display: block;
				margin-bottom: 1.5em;
				border: none;
			}
			#address tbody th,
			#address tbody td{
				display: list-item;
				border: none;
			}
			#address tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #f6f6f6;
			}
			#address tbody td{
				margin-left: 20px;
				padding: 0;
			}
}


/*サイトマップ*/
.sitemap {
	background-color:#f6f6f6;
	padding:20px 10px;
	margin-bottom:60px;
}
.arrow {
	list-style: none;
	background: url(../img/arrow.gif) left no-repeat;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
}


/* 左右h2 */
.title {
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.news .header {
	float: left;
	background: none;
	color: #2c8405;
	font-size: 18px;
}
.shopnews .header {
	float: left;
	background: none;
	color: #2c8405;
	font-size: 18px;
}

.morelink a {
	float: right;
	text-align: center;
}

/* --------------------------
	#sub
-------------------------- */
.sub.sp {
	text-align: center;
}

.sub.sp img {
	width: 90%;
	max-width: 400px;
	height: auto;
}


/*QRコード*/
#qr_code{
	width: 165px;
	margin: 0 auto;
}
#qr_code_l{
  width: 50%;
  float: left;
  vertical-align:middle;
  text-align:center;
}
#qr_code_r{
	width: 50%;
	float: right;
	font-weight:bold;
	text-align:left;
	padding: 11px 0;
	color: #333;
}


/* --------------------------
	先頭に戻る
-------------------------- */
.pagetop {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.pagetop a {
	display: block;
	float: right;
	width: 150px;
	padding: 6px 6px;
	border-radius: 6px 6px 0 0;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 12px;
	background-color: #0F8C60;
}

.pagetop a:hover {
	padding-bottom: 15px;
}

/* --------------------------
	footer
-------------------------- */
footer {
	width: 100%;
	padding: 24px 0;
	background-image: url(../img/footer_img.jpg);
	background-repeat: repeat;
	background-color:#008556;
	color: #fff;
}

footer .body {
	width: 90%;
	margin: 0 auto;
}

footer a {
	color: #fff;
}

/* ロゴ */
footer .box1 {
	margin-right: 24px;
}

footer .logo {
	font-size: 12px;
	padding-bottom: 1%;
}

footer .box2 {
	margin-right: 2px;
}

/* フッターメニュー */
footer ul {
display:inline;
border-left:1px solid #FFF;
}
footer li {
display:inline;
padding-left:10px;
padding-right:10px;
border-right:1px solid #FFF;
}

/* コピーライト */
.copy {
	width: 100%;
	text-align: center;
	margin: 12px auto 0;
}

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

			小型タブレット端末

--------------------------------------- */
@media only screen and (min-width: 481px) {

/* --------------------------
	header
-------------------------- */
header .body {
	width: 481px;
	margin: 0 auto;
}
header .box1 {
	margin-top: 18px;
}

header .box2 {
	margin-top:8px;
}

h1 {
	font-size: 12px;
}

/* --------------------------
	グローバル　ナビ
-------------------------- */
nav.sp li,
nav.sp li:nth-child(odd) {
	float: left;
	width: 32.75%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

nav.sp li:nth-child(3n) {
	width: 34%;
	border-right: none;
}

/* --------------------------
	コンテンツ　ナビ（ショップ）
-------------------------- */
.c_nav li,
.c_nav li:nth-child(odd) {
	float: left;
	width: 32.75%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.c_nav li:nth-child(3n) {
	width: 34%;
	border-right: none;
}

/* --------------------------
	コンテンツ　ナビ（フロアマップ）
-------------------------- */
.f_nav li,
.f_nav li:nth-child(odd) {
	float: left;
	width: 32.75%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.f_nav li:nth-child(3n) {
	width: 34%;
	border-right: none;
}

/* --------------------------
	パンくず
-------------------------- */
.topicpath {
	width: 481px;
	margin: 0 auto;
}


/* --------------------------
	#main
-------------------------- */
#sub {
	text-align: center;
}

/*.sub img {
	width: 90%;
	max-width: 400px;
	height: auto;
}*/


/* --------------------------
	footer
-------------------------- */
footer .logo {
	padding-bottom:1%;
	text-align:center;
}

} /* @media おわり */



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

			大型タブレット端末

--------------------------------------- */
@media only screen and (min-width: 769px) {

/* --------------------------
	header
-------------------------- */
header .body {
	width: 769px;
	margin: 0 auto;
}

header .box1 {
	float: left;
	width: 59%;
	height: 30px;
	text-align: left;
	margin-left: 12px;
	margin-top: 18px;
}

header .box2 {
	float: right;
	width: 12%;
	margin-top:8px;
}

/* --------------------------
	グローバル　ナビ
-------------------------- */
nav.sp li,
nav.sp li:nth-child(odd),
nav.sp li:nth-child(3n) {
	float: left;
	/*width: 16.55%;*/
	width: 19.90%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
}

nav.sp li:last-child {
	border-right: none;
	font-size: 13px;
	padding: 1px 0;
}

/* --------------------------
	コンテンツ　ナビ（ショップ）
-------------------------- */
.c_nav li,
.c_nav li:nth-child(odd),
.c_nav li:nth-child(3n) {
	float: left;
	/*width: 16.55%;*/
	width: 19.84%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
}

.c_nav li:last-child {
	border-right: none;
	font-size: 13px;
	padding: 1px 0;
}

/* --------------------------
	コンテンツ　ナビ（フロアマップ）
-------------------------- */
.f_nav li,
.f_nav li:nth-child(odd),
.f_nav li:nth-child(3n) {
	float: left;
	width: 24.85%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
}

.f_nav li:last-child {
	border-right: none;
	font-size: 13px;
	padding: 1px 0;
}

/* --------------------------
	パンくず
-------------------------- */
.topicpath {
	width: 769px;
	margin: 0 auto;
}

/* --------------------------
	コンテンツ
-------------------------- */
#wrapper {
	width: 97%;
	margin: 40px auto 0;
}
#main {
	float: left;
	width: 77%;
	margin-right: 0.5%;
}

#sub {
	float: right;
	width: 20.5%;
	margin-bottom: 60px;
}

/* --------------------------
	#main
-------------------------- */
/* コンテンツ */
.content {
	margin-top: 0;
}

.photo {
	float: left;
	width: 40%;
	margin-right: 1.875%;
}
.photo img {
	max-width: 100%;
	height: auto;
}

.text {
	float: left;
	width: 55%;
}

/* アクセス2カラム用 */
.sidebar.sp {
	display: none;
}

/* --------------------------
	#sub
-------------------------- */
.sub.sp {
	display: none;
}

#sub .pc {
	display: block;
}

#sub .pc img {
	max-width: 186px;
	height: auto;
}

/* --------------------------
	footer
-------------------------- */
footer .body {
	width: 95%;
	margin: 0 auto;
}

footer .box1 {
	float: left;
	width: 35%;
	margin-right: 24px;
}

footer .logo {
	padding-bottom:1%;
}

footer .box2 {
	float: left;
	width: 60%;
	margin-right: 2px;
}

} /* @media おわり */



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

			PC端末

--------------------------------------- */
@media only screen and (min-width: 976px) {

/* --------------------------
	header
-------------------------- */

header .body {
	width: 976px;
	margin: 0 auto;
}

header .box1 {
	float: left;
	width: 640px;
	margin-left: 0;
}

header .box2 {
	float: right;
	width: 90px;
}

h1:before {
	margin-right: 1em;
}
h1 {
	font-size: 12px;
}

header .tel {
	width: 90px;
}

/* --------------------------
	グローバル　ナビ
-------------------------- */
nav.sp {
	display: none;
}

nav.pc {
	display: block;
	width: 971px;
	box-shadow: 0px 0px 3px 0px rgb( 90, 90, 90 );
	border:1px solid #ccc;
	margin: 0 auto;
}

nav.pc .body {
	width: 971px;
	margin: 0 auto;
}

nav.pc .body li {
	float: left;
	width: 217px;
}

nav.pc .body li:first-child {
	float: left;
	width: 103px;
}
/* --------------------------
	コンテンツ　ナビ（ショップ）
-------------------------- */
.c_nav {
	display: none;
}

.pc_nav {
	display: block;
	width: 717px;
	/*border:1px solid #ccc;*/
	margin: 0 auto;
}

.pc_nav .body {
	width: 717px;
	margin: 0 auto;
}

.pc_nav .body li {
	float: left;
	width: 142px;
}

.pc_nav .body li:first-child {
	float: left;
	width: 103px;
}
/* --------------------------
	コンテンツ　ナビ（フロアマップ）
-------------------------- */
.f_nav {
	display: none;
}

/*.pc_nav {
	display: block;
	width: 717px;
	margin: 0 auto;
}

.pc_nav .body {
	width: 717px;
	margin: 0 auto;
}

.pc_nav .body li {
	float: left;
	width: 142px;
}

.pc_nav .body li:first-child {
	float: left;
	width: 103px;
}*/

/* --------------------------
	メイン画像
-------------------------- */
#main-img {
	width: 960px;
}

/* --------------------------
	パンくず
-------------------------- */
.topicpath {
	width: 976px;
	margin: 0 auto;
}

/* --------------------------
	コンテンツ
-------------------------- */
#wrapper {
	width: 976px;
	margin: 40px auto 60px;
}

#main {
	float: left;
	width: 764px;
	margin-right: 20px;
}

#sub {
	float: left;
	width: 190px;
	margin-bottom: 0;
}

/* --------------------------
	#sub
-------------------------- */

/* 先頭に戻る */
.pagetop {
	width: 976px;
}

/* --------------------------
	footer
-------------------------- */
footer .body {
	width: 976px;
}

} /* @media おわり */


/* --------------------------
	lineat追加
-------------------------- */

.lineat #table th{
    vertical-align: top;
    text-align: center;
}
.lineat .ttl_4{
    padding-top:3px;
    font-size:16px;
}
.lineat .ttl{
    padding:6px;
}
.lineatImg>img{
    max-width: 33%;
    height: auto;
}

/* ---------------------------------------
    スマホ用セカンドページheader
--------------------------------------- */
@media only screen and (max-width:481px){
header {
    height:90px;
}

