@charset "UTF-8";

@media screen and (max-width: 949px) {
	
	
/*----------------------------------

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

#head {
	height: 25px;
	width: 100%;
}

#head h1 {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #333;
}

.header {
	height: 90px;
	width: 100%;
}

.header_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.header h2 a {
	display: block;
	width: 300px;
	height: 45px;
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header h3 {
	font-size:10px;
	line-height:150%;
	float: left;
	padding-top:48px;
	padding-bottom:0px;
	margin:0px;
	width:200px;
	}

.header_right {
	padding: 0px;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 400px;
	text-align: right;
}

.header_tel a {
	display: block;
	width: 203px;
	height: 30px;
	background-image: url(../img/header/tel.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
.header_contact {
	display: block;
	width: 180px;
	height: 36px;
	background-image: url(../img/header/contact.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;
	position:relative;
	}
	
.header_contact a {
	display: block;
	width: 180px;
	height: 36px;
	background-image: url(../img/header/contact.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;
	position:relative;
	}



.header_guide {
	font-size:10px;
}



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

globalmenu
 
---------------------------------- */

#globalnavi {
	height: 45px;
	width: 980px;
	display: block;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}



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

s_global_menu
 
---------------------------------- */


.tree {
	margin-right:10px;
}


	
.s_global_menu {
	  display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.s_global_menu a {
  display: block;
  padding: 10px;
	text-decoration: none;
	color: #000;
  line-height: 1;
}

.s_global_menu a {
	color: #3d3d3d;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 11px 25px 11px 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6cebf;
}

.s_global_menu a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #909a66;
    border-right: solid 2px #909a66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}	
	
label {
  display: block;
  margin: 0 0 2px 0;
	padding :12px;
  line-height: 1;
	color :#fff;
	background-image:url(../img/globalmenu/bg.png);
	cursor :pointer;
}

input {
	display: none;
}

.s_global_menu ul {
	margin: 0;
	padding: 0;
  background :#f4f4f4;
	list-style: none;
}

.s_global_menu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
  opacity: 1;
}	


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

content
 
---------------------------------- */

#content {
	background-color: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% top;
	width: auto;
}

.content_wrap {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.box980 {
	width:auto;
	margin-left:10px;
	margin-right:10px;
}







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

mainvisual
 
---------------------------------- */

.mainvisual {
	background-image: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.s_mainvisual {
	display:none;
}
	


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

footer
 
---------------------------------- */

#footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #909b66;
}

.footer_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.footer_left {
	padding: 0px;
	float: none;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.footer_right {
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
}

#footer h2 a {
	display: block;
	width: 300px;
	height: 45px;
	background-image: url(../img/footer/logo.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer_tel a {
	display: block;
	width: 203px;
	height: 30px;
	background-image: url(../img/footer/tel.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.footer_contact {
	display: block;
	width: 180px;
	height: 36px;
	background-image: url(../img/footer/contact.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;
	position:relative;
	}
	
.footer_info {
	line-height: 160%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



/*----footer_link----- */


.sitelink {
	padding-top: 0px;
	margin-top: 0px;
	
}

.sitelink ul{
	list-style-type: none;
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 


.sitelink li{
	list-style-type: none;
	margin: 0px;
	display: block;
	float: left;
	width: 50%;
	background-image: url(../img/footer/arrow.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-position: left 10px;
} 


.sitelink li a {
	text-align: left;
	display: block;
	vertical-align: middle;
	width: auto;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 25px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #b7c076;
	outline-left: solid 0px #999;
	line-height: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b7c076;
	margin: 0px;
	background-image: none;
} 

.sitelink li a:hover {
	text-decoration: none;
	background-image: url(../img/footer/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: left 12px;
}

.copy {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
}


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

main_content
 
---------------------------------- */


#main_content {
	padding: 0px;
	float: none;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


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

side_content
 
---------------------------------- */

#side_content {
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	argin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


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

display
 
---------------------------------- */


.side_none {
	display:none;
}

.pc_none {
	display: none;
}

.spimg {
	display: none;
}



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

side

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

.side_responce {
	display: none;
}

#side_contact a {
	display: block;
	width: 203px;
	height: 54px;
	background-image: url(../img/side/responce_button.png);
	background-repeat: no-repeat;
	float: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#side_contact a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.side_bn {
	display: none;
}

.side_bn a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}




.side_section {
	margin-bottom: 20px;
}

.side_bg02 {
	background-color: #ffffff;
	border: 1px solid #fc923e;
	-webkit-box-shadow: 0 0 2px 2px rgba(243,248,251,0.9) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(243,248,251,0.9) inset;
	box-shadow: 0 0 1px 2px rgba(243,248,251,0.9) inset;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#side_content h3 {
	background-color: #fd903b;
	width: 100%;
	height: 32px;
	color: #FFF;
	text-align: center;
	background-image: url(../img/side/title.png);
	padding-top: 8px;
	font-size:16px;
}

.side_wrap {
	padding-right: 10px;
	padding-left: 10px;
}




#side_navi02 ul {
	margin: 0px;
	padding: 0px;
	
}

#side_navi02 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#side_navi02 a {
	display: block;
	position: relative;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
	border: 1px solid #fce0a2;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.1) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.1) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.1) inset;
	font-size: 95%;
}

#side_navi02 a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #ffad1e;
	border-right: solid 2px #ffad1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#side_navi02 a:hover {
	color: #fd7303;
}


.side_bg03 {
	background-color: #fd903b;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

table#schedule {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 85%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
}

table#schedule th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #fff9e0;
	color: #8a6541;
}
table#schedule td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	line-height: 140%;
	
}

.sch_on {
	color: #fdcb34;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
}

.sch_off {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

.small {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

.side_guide {
	background-color: #d8f1fd;
	margin-right: auto;
	margin-left: auto;
	color: #4da8d2;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}

.side_bg04 {
	background-color: #ffffff;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#side_news {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: auto;
	padding: 0px;
}

#side_news ul {
	margin: 0px;
	padding: 0px;
	
}

#side_news li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#side_news a {
	display: block;
	position: relative;
	color: #fd7303;
	text-decoration: none;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 160%;
	font-size: 14px;
}

#side_news a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -10px;
	border-top: solid 2px #ffad1e;
	border-right: solid 2px #ffad1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#side_news a:hover {
	color: #fd7303;
	text-decoration: underline;
}


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

top

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



#main_content h2 {
	background-image:url(../img/common/title.png);
	height: 50px;
	
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 3px rgba(73,79,49,0.5);
	text-align: left;
	line-height:50px;
	font-weight: bold;
	padding-left: 60px;
	margin-bottom: 15px;
	
}


.bg01 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: url(../img/common/bg01.png);
	padding: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.bg02 {
	border: 3px solid #f3f3f4;
	background-image: url(../img/common/bg02.png);
}

.inner_wrap {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	
}


/*----イベント事業---- */

#newslist ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	
	
}

#newslist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#newslist a {
	display: block;
	position: relative;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
	font-size: 95%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D9D9D9;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#newslist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fbcea7;
	border-right: solid 2px #fbcea7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

p.list_day {
	float: left;
	color: #9d816c;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*----アクセス---- */

#t_access {
	border-bottom: 1px solid #E3E3E3;
	border-top: none;
	width: 360px;
	font-size: 90%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	line-height:150%;
	float:left;
	margin-right:10px;
}

dl#t_access dl,dl#t_access dt,dl#t_access dd {
	margin: 0;
	padding: 0;
}

dl#t_access dt,dl#t_access dd {
	padding: 5px;
}

dl#t_access dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 60px;
	text-align:left;
}

dl#t_access dd {
	
	border-top: 1px solid #E3E3E3;
	margin-left: 70px;
	
}

.top_map {
	width:300px;
	height:220px;
	float:right;
}

.top_map iframe {
	width:300px;
	height:200px;
}





#top_shop_link ul {
	margin: 0px;
	padding: 0px;
	
}

#top_shop_link li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#top_shop_link p {
	display: block;
	position: relative;
	color: #ff8111;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 140%;
	border: 1px solid #fddfc5;
	background-color:#feebdb;
	text-shadow: 0px 1px 0px #FFFFFF;
	font-size: 90%;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	text-align:center;
}

#top_shop_link p:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fb973e;
	border-right: solid 2px #fb973e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}




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

content_title
 
---------------------------------- */


.content_title {
	background-color: #fff;
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0c5bc;
	padding-top: 10px;
}

.content_title_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.content_title h2 {
	padding-left: 20px;
	height: 20px;
	position: relative;
	font-size: 18px;
	float: left;
}

.content_title h2:before{
    content: "";
    position: absolute;
    background: #724623;
    top: 50%;
    left: 0.1em;
    margin-top :-10px;
    height: 25px;
    width: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.sitelocation {
	float: right;
	font-size: 12px;
	background-image:url(../img/common/location_home.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	display: block;
	
}



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

下層共
 
---------------------------------- */

#main_content h3 {
	background-image: url(../img/common/bg05.png);
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 10px solid #5c4224;
	margin-bottom:15px;
}

#main_content h4 {
	background-color: #e8eecd;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 10px;
	font-size: 95%;
	margin-bottom: 10px;


}

.inner_section {
	margin-bottom: 30px;
}

/*----アクションボタン----- */

.location_button {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}

.button17 {
	position: relative;
	background-color: #625548;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #443b32;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.button17:link {
color: #FFF;
text-decoration: none;
}

.button17:visited {
color: #FFF;
text-decoration: none;
}


.button17:hover {
	top: -4px;
	box-shadow: 0 7px 0 #443b32;
	color: #FFF;
}
.button17:active {
	top: 3px;
	box-shadow: none;
	color: #FFF;
}

.button {
	display: inline-block;
	width: 250px;
	height: 35px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	color: #fff;
	text-decoration: none;
}

.button a:link,
.button a:visited,
.button a:hover {
	color: #FFF;
	text-decoration: none;
}


.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	text-decoration: none;
}




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

アクセス
 
---------------------------------- */


#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 95%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 180px;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: 200px;
	
}

#gaiyou a:link,#gaiyou a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#gaiyou a:hover {
	color: #0249af;
	text-decoration: none;
}

.formcation {
	font-size: 12px;
	margin-top: 5px;
	line-height: 160%;
}

.accessmap iframe {
	width:680px;
	height:450px;
}


ul.contents_ph	{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
ul.contents_ph li{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	
}

.contents_ph a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.img_wide img {
	width:674px;
}

.float_img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.float_img img {
	width:250px;
	height:auto;
}

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

店舗一覧
 
---------------------------------- */



.shop_list {
	margin-bottom:30px;
	
}

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

.shop_img img {
	width:60%;
	height:auto;
}


.shop_right {
	float:none;	
	width:auto;
}

.shopname {
	padding: .5em .75em;
	background-color: #fdf8f4;
	border-left: 6px solid #fd8e2b;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;

}

#shoplist {
	width:auto;
	border-top: none;
	font-size: 90%;
	line-height: 150%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;
	float:none;
	border-bottom: 1px solid #E3E3E3;	
}

dl#shoplist dl,dl#shoplist dt,dl#shoplist dd {
	margin: 0;
	padding: 0;
}

dl#shoplist dt,dl#shoplist dd {
	padding: 10px;
	text-align:left;
}

dl#shoplist dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 70px;
}

dl#shoplist dd {
	background: #fff;
	border-top: 1px solid #E3E3E3;
	margin-left: 90px;
	
}

.shop_list iframe {
	width:100%;
}

.footer_guide {
	font-size:10px;
}


ul.side_banner	{
	display: table;
	width: auto;
	margin-bottom: 0px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
ul.side_banner li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.side_banner img{
	width: 90%;
	height: auto;
}


.side_banner a:hover {
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
	
	
	
	.faq_q {
	background-image:url(../img/faq/q.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top left;
	padding-left:35px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:105%;
	
}
.faq_a {
	background-image:url(../img/faq/a.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top left;
	padding-left:35px;
	
}	
	
	
	
}


