@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.header {
	background-image: url(../img/home_back.png);
	background-repeat: repeat-x;
	background-position: top;
}

.header_cont {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header_logo {
	float: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.header_logo img{
	width: 85%;
	height: auto;	
}


/*　メインイメージ　*/

.main_img {
}

.main_img img{
	height: auto;
	width: 100%;
}

/* トップページ */


.main {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 60px;
	clear: both;
}

.main_news {
	width: 100%;
	float: none;

	margin-bottom: 20px;
}

.main_info {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

.main_info a{
	color:#666;
}

.info_text {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.info_pic {
	float: none;
	width: 100%;
	text-align: center;
}

.info_pic img{
	width:100%;
	height:auto;
}


.main_menubox1 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-bottom: 15px;
}


.main_menubox2 {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-bottom: 15px;
}

.main_m_back {
	font-weight: bold;
	font-size: 15px;
	color: #6C0809;
	background-image: url(../img/main_m_back-sp.png);
	height: 31px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 5px;
}
.main_menupic {
	height: auto;
	width: 100%;
	margin-bottom:15px;
}


/*　フッター　*//*　コピーライト　*/

.footer {
	clear: both;
	background-image: url(../img/footer_back.png);
	background-repeat: repeat;
}

.footer_contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 45px;
	text-align: center;
	padding-bottom: 30px;
}

.footer img{
	width: 80%;
	height: auto;
}

.copyright {
	color: #FFF;
	margin-top: 10px;
}

.page_top {
	margin-bottom: 10px;
	text-align: center;
}

/*　　中ページ　　*/

.page_contents {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 20px;
}

.main_contents {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.cont_a a{
	color:#666;
}


/*　左コンテンツ（トップページ）　*/

.side_contents {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.side_pic img{
	height: auto;
	width: 100%;
}


.side_info {
	margin-bottom: 20px;
	background-color: #E3E1DB;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.side_info a{
	color:#666;
}


/*コンセプトページ*/

.concept_pic1 {
	overflow: hidden;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.concept_pic1 img{
	height: auto;
	width: 100%;
}

.concept_pic2 {
	overflow: hidden;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.concept_pic2 img{
	height: auto;
	width: 100%;
}

/*　メニューページ　*/

.menu_table {
	width: 100%;
	margin-bottom: 40px;
}

.menu_table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-size: 15px;
	vertical-align: middle;
}

.menu_table td {
	width: 20%;
	padding-right: 5px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-weight: normal;
	font-size: large;
	vertical-align: middle;
}


/*アクセスページ*/

.access_pic {
	float: none;
	margin-bottom: 30px;
	text-align: center;
}

.access_pic img{
	width: 80%;
	height: auto;
}


.access_table {
	float: none;
	width: 96%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.access_table th {
	font-weight: bold;
	color: #534C2C;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 70px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #736C55;
	padding-left: 5px;
}

.access_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #736C55;
}



.access_map {
	margin-bottom: 30px;
	border: 1px solid #CCC;
	padding: 5px;
}

.title_back {
	background-image: url(../img/title_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 65px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.titlebox {
float: left;
    width: 210px;
    margin-left: 10px;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
}
